-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
Just tried to update to latest master (v3.1.9)
I used stack to build:
% stack upgrade
Current Stack version: 2.5.1, available download version: 2.5.1
Skipping binary upgrade, you are already running the most recent version
% stack update
Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/
Downloading timestamp
Downloading snapshot
Updating index
Updated package index downloaded
Calculating hashes to check for hackage-security rebases or filesystem changes
Updating preexisting cache, should be quick
Populating cache from file size 697731072, hash f9a4bcaa66fb51c26a933db12288e20b99697dd822c9620d4cb504309e1ffde6
Populating package index cache ...
Package index cache populated
and I use (to force rebuilding):
stack install --force-dirty -- aura
% aura --version
__ _ _ _ _ _ __ _ Pacman v5.2.2 - libalpm v12.0.2
/ _` | || | '_/ _` | Copyright (C) 2006-2020 Pacman Development Team
\__,_|\_,_|_| \__,_| Copyright (C) 2002-2006 Judd Vinet
AURA Version 3.1.9
by Colin Woodbury This program may be freely redistributed under
the terms of the GNU General Public License.
Aura Translators:
(Japanese) Onoue Takuro
(Polish) Chris Warrick / Michał Kurek
(Croatian) Denis Kasak / "stranac"
(Swedish) Fredrik Haikarainen / Daniel Beecham
(German) Lukas Niederbremer / Jonas Platte
(Spanish) Alejandro Gómez / Sergio Conde / Max Ferrer
(Portuguese) Henry Kupty / Thiago Perrotta / Wagner Amaral
(French) Ma Jiehong / Fabien Dubosson
(Russian) Kyrylo Silin / Alexey Kotlyarov
(Italian) Bob Valantin / Cristian Tentella
(Serbian) Filip Brcic
(Norwegian) "chinatsun"
(Indonesian) "pak tua Greg"
(Chinese) Kai Zhang
(Esperanto) Zachary Matthews
(Dutch) Joris Blanken
Once built, this command just stays stuck indefinitely:
% sudo aura -Akuax --log-level debug
AuraConfig {acLang = Nothing, acEditor = Nothing, acUser = Nothing, acBuildPath = Nothing, acASPath = Nothing, acVCSPath = Nothing, acAnalyse = Nothing}
2020-10-21 07:19:45.840608: [debug] Interpreting CLI options.
@(exec/aura.hs:92:3)
2020-10-21 07:19:45.840871: [debug] Right (AurSync (Left (AurUpgrade (fromList []))) (fromList []))
@(exec/aura.hs:96:5)
2020-10-21 07:19:45.840946: [debug] BuildConfig {makepkgFlagsOf = fromList [], buildPathOf = Nothing, buildUserOf = Just (User {user = "$USER"}), allsourcePathOf = Nothing, vcsPathOf = Nothing, truncationOf = None, buildSwitchesOf = fromList [DeleteMakeDeps,DiffPkgbuilds,DontSuppressMakepkg]}
@(exec/aura.hs:97:5)
2020-10-21 07:19:45.841029: [debug] CommonConfig {cachePathOf = Left "/var/cache/pacman/pkg/", configPathOf = Left "/etc/pacman.conf", logPathOf = Left "/var/log/pacman.log", commonSwitchesOf = fromList []}
@(exec/aura.hs:98:5)
aura >>= Fetching package information...
2020-10-21 07:19:46.065920: [debug] Considering 373 'foreign' packages for upgrade.
@(exec/Aura/Commands/A.hs:70:3)
2020-10-21 07:19:46.066046: [debug] AUR: Looking up 373 packages...
@(lib/Aura/Packages/AUR.hs:152:3)
2020-10-21 07:19:46.951599: [debug] Package lookup successful.
@(exec/Aura/Commands/A.hs:96:3)
^C^C
NOTE: reverting to v3.1.8 fixes the problem => aura works as expected on that tag.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels