| View previous topic :: View next topic |
| Author |
Message |
darkphader Veteran


Joined: 09 May 2002 Posts: 1054 Location: Motown
|
Posted: Sun Mar 06, 2011 3:09 pm Post subject: string3.h - unimplemented: inlining failed - building NSD |
|
|
I have an ebuild for building the authoritative name server NSD from svn - available here:
http://realcomputerguy.com/files/nsd-9999.tar.bz2
if you care to examine, use, or test it.
I've been using it for quite some time, with few changes. All of sudden I cannot build NSD on my two systems that are most up-to-date, one is ~x86, the other is ~amd64.
The errors are basically identical: | Code: | radtree.c: In function ‘radix_delete’:
/usr/include/bits/string3.h:49:1: sorry, unimplemented: inlining failed in call to ‘memcpy’: redefined extern inline functions are not considered for inlining
radtree.c:622:8: sorry, unimplemented: called from here
/usr/include/bits/string3.h:56:1: sorry, unimplemented: inlining failed in call to ‘memmove’: redefined extern inline functions are not considered for inlining
radtree.c:626:9: sorry, unimplemented: called from here
/usr/include/bits/string3.h:56:1: sorry, unimplemented: inlining failed in call to ‘memmove’: redefined extern inline functions are not considered for inlining
radtree.c:671:9: sorry, unimplemented: called from here
make: *** [whole] Error 1 |
There were no major toolchain updates (or any others that seem significant) in between the time I last built it successfully and now. And reverting to the last svn version that built successfully does not resolve the issue. On several other systems that are more downlevel the ebuild and latest trunk (revision 3206 @ the time of this writing) work fine.
Systems that stopped working are running: | Code: | | gcc-4.5.2, glibc-2.13-r1 |
Systems that are still working are running: | Code: | | gcc-4.4.3, glibc-2.11.1 |
Any ideas?
Thanks,
Chris _________________ To our sweethearts and wives. May they never meet. |
|
| Back to top |
|
 |
darkphader Veteran


Joined: 09 May 2002 Posts: 1054 Location: Motown
|
Posted: Mon Mar 07, 2011 2:54 am Post subject: |
|
|
Hmm... if I add -fno-inline to the CFLAGS it compiles... strange... _________________ To our sweethearts and wives. May they never meet. |
|
| Back to top |
|
 |
powderedtoastdude n00b

Joined: 09 Jan 2005 Posts: 28
|
Posted: Fri Nov 11, 2011 4:00 pm Post subject: |
|
|
| Just posting in case someone comes across this thread looking for a stable ebuild. I've made a very simple ebuild for the latest released version of nsd (3.2.8) and you can find it here. |
|
| Back to top |
|
 |
darkphader Veteran


Joined: 09 May 2002 Posts: 1054 Location: Motown
|
|
| Back to top |
|
 |
|