@vwyodajl did you have any idea what's wrong.
During install of pacmanager, i arrived to the install of uuid (last package) and i have this error
Only one of PREFIX or INSTALL_BASE can be given. Not both.
make: *** [perl/blib/lib/OSSP/uuid.pm] Erreur 255
If i change the line 35 in PKGBUILD and delete the end to only let ./configure
35 ./configure
It doing the install, but when i launch pac i have an error
pac
Can't locate OSSP/uuid.pm in @INC (@INC contains: /usr/share/pacmanager/lib /usr/share/pacmanager/lib/ex /usr/share/pacmanager/lib/edit /home/mpi/perl5/lib/perl5/x86_64-linux-thread-multi /home/mpi/perl5/lib/perl5 /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/share/pacmanager/lib/PACMain.pm line 39.
BEGIN failed--compilation aborted at /usr/share/pacmanager/lib/PACMain.pm line 39.
Compilation failed in require at /usr/bin/pac line 35.
BEGIN failed--compilation aborted at /usr/bin/pac line 35.
And of course no uuid.pm is find on the system. But if i try reinstall pacmanager, uuid appear like installed :).
Search Criteria
Package Details: uuid 1.6.2-20
Package Actions
Git Clone URL: | https://aur.archlinux.org/uuid.git (read-only, click to copy) |
---|---|
Package Base: | uuid |
Description: | OSSP Universally Unique Identifier |
Upstream URL: | http://www.ossp.org/pkg/lib/uuid |
Licenses: | MIT |
Submitter: | ilpianista |
Maintainer: | FryDay |
Last Packager: | FryDay |
Votes: | 83 |
Popularity: | 0.41 |
First Submitted: | 2012-12-08 17:37 (UTC) |
Last Updated: | 2021-02-07 01:13 (UTC) |
Dependencies (2)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- git (git-gitAUR, git-glAUR) (make)
Required by (13)
Sources (3)
<deleted-account> commented on 2013-04-23 16:03 (UTC)
JohnnyDeacon commented on 2013-02-15 00:23 (UTC)
@vwyodajl Thanks to you for fix it! ;)
vwyodajl commented on 2013-02-14 23:55 (UTC)
Thanks for catching that, the old location seems no longer accessible. I have uploaded a new version which should solve the issue and get it back to building.
I DID NOT up the pkgrel, since those who have it built already do not need to rebuild as no other changes were made.
Thanks and comment if you have further issues.
JohnnyDeacon commented on 2013-02-14 21:50 (UTC)
I'm getting this error today:
Aur Targets (1): uuid
Proceed with installation? [Y/n] y
Edit uuid PKGBUILD with $EDITOR? [Y/n] n
==> Making package: uuid 1.6.2-11 (Thu Feb 14 16:49:07 COT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading uuid-1.6.2.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds. 3 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds. 2 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds. 1 retries left.
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0curl: (6) Could not resolve host: (nil); Name or service not known
==> ERROR: Failure while downloading uuid-1.6.2.tar.gz
Aborting...
mrbit commented on 2012-12-10 19:53 (UTC)
ok, important is resolve
vwyodajl commented on 2012-12-10 19:32 (UTC)
@mrbit crap thanks I commented that out to test something else and forgot to uncomment. Thanks for the catch will push the change through :)
Pinned Comments
FryDay commented on 2019-04-12 14:26 (UTC)
Now sourced from a github mirror. Let me know if you have any issues.