Bug 150994 - shadow-utils aren't rebuildable using current Rawhide
Summary: shadow-utils aren't rebuildable using current Rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: shadow-utils
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Vrabec
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-13 18:27 UTC by Robert Scheck
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-14 09:31:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
shadow-4.0.7-gcc4.patch (739 bytes, patch)
2005-03-13 18:27 UTC, Robert Scheck
no flags Details | Diff

Description Robert Scheck 2005-03-13 18:27:58 UTC
Created attachment 111952 [details]
shadow-4.0.7-gcc4.patch

Comment 1 Robert Scheck 2005-03-13 18:27:58 UTC
Description of problem:
shadow-utils aren't rebuildable using current Rawhide:

--- snipp ---
make[2]: Entering directory `/usr/src/redhat/BUILD/shadow-4.0.7/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc  -I. -I. -I..     -O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i386 -mtune=pentium4 -MT commonio.lo -MD -MP -MF ".deps/commonio.Tpo" -c -o commonio.lo commonio.c; \
then mv -f ".deps/commonio.Tpo" ".deps/commonio.Plo"; else rm -f ".deps/commonio.Tpo"; exit 1; fi
 gcc -I. -I. -I.. -O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i386 -mtune=pentium4 -MT commonio.lo -MD -MP -MF .deps/commonio.Tpo -c commonio.c -o commonio.o
commonio.c: In function 'commonio_open':
commonio.c:460: error: syntax error before '(' token
commonio.c:460: error: '__n_val' undeclared (first use in this function)
commonio.c:460: error: (Each undeclared identifier is reported only once
commonio.c:460: error: for each function it appears in.)
[...]
--- snapp ---

Version-Release number of selected component (if applicable):
shadow-utils-4.0.7-1
gcc-4.0.0-0.33
glibc-2.3.4-14

How reproducible:
Try to rebuild shadow-utils - and die with the error message above.

Actual results / Expected results:
shadow-utils should be rebuildable.

Additional info:
The attached patch solves the problem for me.

Comment 2 Peter Vrabec 2005-03-14 09:31:05 UTC
thx.


Note You need to log in before you can comment on or make changes to this bug.