First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 55243
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: MATSUU Takuto <matsuu@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Joerg Schaible <joerg.schaible@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dar-2.1.2-r1.ebuild.diff dar-2.1.2-r1.ebuild.diff patch Joerg Schaible 2004-06-26 08:33 0000 368 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2004-06-26 08:32 0000
The ebuild does not link because of unresolved externals if the CXXFLAG
-fno-default-inline is set:

get_version.o(.gnu.linkonce.t._ZN6libdar10statistics5clearEv+0x1f): In function
`libdar::statistics::clear()':
: undefined reference to `libdar::infinint::infinint[in-charge](long)'
collect2: ld returned 1 exit status
make[3]: *** [get_version] Error 1
make[3]: Leaving directory
`/volatile/portage/dar-2.1.2-r1/work/dar-2.1.2/src/libdar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/volatile/portage/dar-2.1.2-r1/work/dar-2.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/volatile/portage/dar-2.1.2-r1/work/dar-2.1.2'
make: *** [all] Error 2

!!! ERROR: app-arch/dar-2.1.2-r1 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)

Repeat:
CXXFLAGS=-fno-default-inline emerge dar

Build is fine, if flag is filtered, see attachment.

Regards,
J

------- Comment #1 From Joerg Schaible 2004-06-26 08:32:24 0000 -------
The ebuild does not link because of unresolved externals if the CXXFLAG
-fno-default-inline is set:

get_version.o(.gnu.linkonce.t._ZN6libdar10statistics5clearEv+0x1f): In function
`libdar::statistics::clear()':
: undefined reference to `libdar::infinint::infinint[in-charge](long)'
collect2: ld returned 1 exit status
make[3]: *** [get_version] Error 1
make[3]: Leaving directory
`/volatile/portage/dar-2.1.2-r1/work/dar-2.1.2/src/libdar'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/volatile/portage/dar-2.1.2-r1/work/dar-2.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/volatile/portage/dar-2.1.2-r1/work/dar-2.1.2'
make: *** [all] Error 2

!!! ERROR: app-arch/dar-2.1.2-r1 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)

Repeat:
CXXFLAGS=-fno-default-inline emerge dar

Build is fine, if flag is filtered, see attachment.

Regards,
Jörg

BTW: There is a new service release 2.1.3 available ...

------- Comment #2 From Joerg Schaible 2004-06-26 08:33:30 0000 -------
Created an attachment (id=34198) [edit]
dar-2.1.2-r1.ebuild.diff

Patch for the ebuild to filter the problematic compiler flag

------- Comment #3 From MATSUU Takuto 2004-06-28 20:31:11 0000 -------
dar-2.1.3.ebuild in cvs.

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