Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332839 - sys-devel/m4-1.4.14-r1 undefined reference to S_ISDIR with glibc-2.12
Summary: sys-devel/m4-1.4.14-r1 undefined reference to S_ISDIR with glibc-2.12
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-2.12
  Show dependency tree
 
Reported: 2010-08-15 12:24 UTC by Darren Smith
Modified: 2010-08-15 17:39 UTC (History)
1 user (show)

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


Attachments
patch (m4-1.4.14-sys_stat.patch,289 bytes, patch)
2010-08-15 12:32 UTC, Darren Smith
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.