First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 64872
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Aaron Walker (RETIRED) <ka0ttic@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Rajiv Aaron Manglani <rajiv@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 64872 depends on: Show dependency tree
Bug 64872 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-21 09:38 0000
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.

------- Comment #1 From Aaron Walker (RETIRED) 2004-09-21 10:37:48 0000 -------
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?

------- Comment #2 From Aaron Walker (RETIRED) 2004-09-22 16:45:10 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug