Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135598 - rpm-4.2 fails to build with gcc 4.1.x
Summary: rpm-4.2 fails to build with gcc 4.1.x
Status: RESOLVED DUPLICATE of bug 118858
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 00:44 UTC by Garen
Modified: 2006-06-05 02:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Garen 2006-06-05 00:44:54 UTC
ebuild goes along just fine, until after some time in the build stage:
...
rpmmodule.c: In function 'initrpm':
rpmmodule.c:210: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:213: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:216: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:219: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:222: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:225: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:228: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:231: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:234: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:237: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:240: warning: dereferencing type-punned pointer will break strict-aliasing rules
rpmmodule.c:266: error: invalid lvalue in assignment
make[3]: *** [rpmmodule.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/rpm-4.2/work/rpm-4.2/python'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/rpm-4.2/work/rpm-4.2/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/rpm-4.2/work/rpm-4.2'
make: *** [all] Error 2

!!! ERROR: app-arch/rpm-4.2 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-05 02:17:23 UTC

*** This bug has been marked as a duplicate of 118858 ***