solved with decomment #patch in PKGBUILD !!
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)
mrbit commented on 2012-12-10 19:30 (UTC)
vwyodajl commented on 2012-12-10 18:58 (UTC)
@mrbit sorry to say not sure at this point why that is coming up for you. It did not occur for me on any of the boxes I did the change from -9 to -10. Of course I have util-linux installed on the boxes as well.
mrbit commented on 2012-12-10 18:52 (UTC)
pacman -Ql util-linux :
util-linux /usr/lib/libblkid.a
util-linux /usr/lib/libblkid.so
util-linux /usr/lib/libblkid.so.1
util-linux /usr/lib/libblkid.so.1.1.0
util-linux /usr/lib/libmount.a
util-linux /usr/lib/libmount.so
util-linux /usr/lib/libmount.so.1
util-linux /usr/lib/libmount.so.1.1.0
util-linux /usr/lib/libuuid.a
util-linux /usr/lib/libuuid.so
util-linux /usr/lib/libuuid.so.1
util-linux /usr/lib/libuuid.so.1.3.0
util-linux /usr/lib/pkgconfig/
vwyodajl commented on 2012-12-10 18:49 (UTC)
@mrbit I do not know why there would be a conflict with util-linux. Is there more of an error message? util-linux does not even seem to require anything relating to uuid (could be wrong) but not sure how uuid conflicts with util-linux.
mrbit commented on 2012-12-10 18:45 (UTC)
pacman -Rdd uuid && packer -S uuid
idem, no install for conflict with util-linux 2.22.1-3 ????
vwyodajl commented on 2012-12-10 18:34 (UTC)
Hmm I will dig into this more then and see if I can work up a better solution.
As a temp workaround if you need to use this package, just remove the package, then remove each of those files then reinstall uuid and it should all go fine again. I just hit this on a test box as well. Sorry for the temporary hassle
richli commented on 2012-12-10 18:30 (UTC)
I had the same error as mrbit. I used "pacman -Rdd uuid" as vwyodajl suggested and tried reinstalling it. Still didn't work. Here's more of the error output:
error: failed to commit transaction (conflicting files)
uuid: /usr/lib/libuuid.a exists in filesystem
uuid: /usr/lib/libuuid.so exists in filesystem
uuid: /usr/lib/pkgconfig/uuid.pc exists in filesystem
uuid: /usr/share/man/man3/uuid.3.gz exists in filesystem
Errors occurred, no packages were upgraded.
vwyodajl commented on 2012-12-10 17:41 (UTC)
pacman -Rdd uuid && packer -S uuid. For some reason i had to do the same with mine when I added back in the perl parts to the build. Just quick uninstall then reinstall and all should be kosher for you again. Was weird I had three boxes that did not complain and 1 that did just like that.
Let me know if that does not work for you and I will dig deeper.
mrbit commented on 2012-12-10 10:33 (UTC)
uuid: /usr/lib/libuuid.a already exists in the filesystem
conflict with util-linux ??
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.