Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
coppermine root # ACCEPT_KEYWORDS="~x86" emerge -av tmpwatch These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild U ] app-admin/tmpwatch-2.9.1.1 [2.9.0] 21 kB Total size of downloads: 21 kB Do you want me to merge these packages? [Yes/No] y >>> emerge (1 of 1) app-admin/tmpwatch-2.9.1.1 to / >>> Downloading http://gentoo.mirrors.pair.com/distfiles/tmpwatch-2.9.1-1.src.rpm --12:31:38-- http://gentoo.mirrors.pair.com/distfiles/tmpwatch-2.9.1-1.src.rpm => `/usr/portage/distfiles/tmpwatch-2.9.1-1.src.rpm' Resolving gentoo.mirrors.pair.com... 216.92.2.140 Connecting to gentoo.mirrors.pair.com[216.92.2.140]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 21,813 [application/x-wais-source] 100%[=================================================>] 21,813 83.57K/s 12:31:39 (83.34 KB/s) - `/usr/portage/distfiles/tmpwatch-2.9.1-1.src.rpm' saved [21813/21813] >>> md5 src_uri ;-) tmpwatch-2.9.1-1.src.rpm >>> Unpacking source... found gzip magic bytes trying to decompress with gzip... OK >>> Source unpacked. >>> Install tmpwatch-2.9.1.1 into /var/tmp/portage/tmpwatch-2.9.1.1/image/ category app-admin >>> dosbin: making tmpwatch executable... install: cannot stat `tmpwatch': No such file or directory !!! ERROR: app-admin/tmpwatch-2.9.1.1 failed. !!! Function src_install, Line 41, Exitcode 1 !!! (no error message) looks like it does not even compile.
Hrm. This is weird. Works fine for me. Without having more information, the only thing I can guess is that base_src_compile() is not getting inherited for some reason (tmpwatch doesn't need it's own src_compile). Here is what it *should* look like: >>> Source unpacked. gcc -O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wall -DVERSION=\"2.9.1\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE tmpwatch.c -o tmpwatch >>> Test phase [none]: app-admin/tmpwatch-2.9.1.1 >>> Install tmpwatch-2.9.1.1 into /var/tmp/portage/tmpwatch-2.9.1.1/image/ category app-admin Can you provide any other information?
I tried this on my all stable machine, and was able to reproduce this finally; it looks like with a stable portage (2.0.50-r11), base_src_compile() isn't getting inherited, so I am re-adding src_compile(). Thanks for the report.