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

Bug 332839

Summary: sys-devel/m4-1.4.14-r1 undefined reference to S_ISDIR with glibc-2.12
Product: Gentoo Linux Reporter: Darren Smith <nerevar>
Component: [OLD] DevelopmentAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: che
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331665    
Attachments: patch

Description Darren Smith 2010-08-15 12:24:01 UTC
Upgraded to new glibc today and ran into this bug:
http://www.mail-archive.com/bug-m4@gnu.org/msg02767.html

From that post, the fix to is add
  #include "sys/stat.h"
after
  #include "m4.h"
in
  src/path.c

Running a fully updated ~x86 system w/o overlays.

Reproducible: Always
Comment 1 Darren Smith 2010-08-15 12:32:15 UTC
Created attachment 243049 [details, diff]
patch
Comment 2 SpanKY gentoo-dev 2010-08-15 17:39:16 UTC
added the patch from upstream git.  thanks for the report.