FS#6208 - using makepkg with fakeroot gives an error
Attached to Project:
Pacman
Opened by Roman Kyrylych (Romashka) - Saturday, 13 January 2007, 21:05 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 28 May 2007, 21:48 GMT
Opened by Roman Kyrylych (Romashka) - Saturday, 13 January 2007, 21:05 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 28 May 2007, 21:48 GMT
|
Details
When using makepkg with fakeroot I always get:
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored. makepkg from pacman3 shows this error too. Everything seems to work OK, though. |
This task depends upon
Closed by Roman Kyrylych (Romashka)
Monday, 28 May 2007, 21:48 GMT
Reason for closing: Fixed
Additional comments about closing: in git
Monday, 28 May 2007, 21:48 GMT
Reason for closing: Fixed
Additional comments about closing: in git
$ yaourt -S firefox-nightly
...
==> Making package: firefox-nightly 3.0a1-3 (Sun Jan 21 01:14:05 WST 2007)
==> Checking Runtime Dependencies...
==> Missing Dependencies:
==>
requires: libstdc++5
==>
==> Installing missing dependencies...
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.
Password:
I think this happens for all packages built from AUR. I have not seen this error come up anywhere else
Opinions?
Another thing: when you give options like -S to install dependencies using sudo, why bother using fakeroot at all for that step? What about checking dependencies, install missing ones if -S is given and then restart the process with fakeroot?
(http://www.archlinux.org/pipermail/pacman-dev/2007-March/002349.html)