Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 90174

Summary: patch to gcc-4.0.0 to compile it against glibc-2.3.4.20041102-r1
Product: Gentoo Linux Reporter: Rodolfo Schulz de Lima <rodolfo>
Component: [OLD] Core systemAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED WONTFIX    
Severity: normal CC: raybooysen
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 83403    

Description Rodolfo Schulz de Lima 2005-04-23 14:53:35 UTC
--- gcc-4.0.0/libmudflap/mf-impl.h.orig 2005-04-23 18:50:13.000000000 -0300
+++ gcc-4.0.0/libmudflap/mf-impl.h      2005-04-22 11:35:16.000000000 -0300
@@ -38,6 +38,7 @@
 #endif
 
 #if HAVE_PTHREAD_H
+#include <setjmp.h>
 #include <pthread.h>
 #elif LIBMUDFLAPTH
 #error "Cannot build libmudflapth without pthread.h."


Reproducible: Always
Steps to Reproduce:
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2005-07-30 18:48:44 UTC
The glibc-2.3.5 snapshots in the tree work just fine for now.  The release of
glibc-2.3.6 will give us a stable version to work with.