Bug 150599 - building of gcc-3.4.2-6.fc3 src.rpm fails
Summary: building of gcc-3.4.2-6.fc3 src.rpm fails
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-08 20:41 UTC by Paul Bolle
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-09 10:04:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Paul Bolle 2005-03-08 20:41:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2

Description of problem:
Building of gcc-3.4.2-6.fc3 from gcc-3.4.2-6.fc3.src.rpm (only adding a trivial "one line patch" I wanted to test) failed on my system (running kernel-2.6.10-1.766_FC3).



Version-Release number of selected component (if applicable):
gcc-3.4.2-6.fc3

How reproducible:
Always

Steps to Reproduce:
1. try to build gcc-3.4.2-6.fc3 from gcc-3.4.2-6.fc3.src.rpm
2.
3.
  

Actual Results:  Build errors (libtool complaining: "Argument list too long").

Expected Results:  No build errors.

Additional info:

I stored the the output of rpmbuild in a file (rpmbuild -bb gcc-3.4.2-6.fc3.src.rpm 2>&1 | tee gcc34)

grep "Argument list" gcc34 gives:
./libtool: line 3587: /usr/bin/expr: Argument list too long
./libtool: line 3621: /usr/bin/expr: Argument list too long
./libtool: line 3621: /usr/bin/expr: Argument list too long
./libtool: line 3665: /usr/bin/ld: Argument list too long

This might very well be something trivial in my setup, but I couldn't find a clue how to solve this so I decided to file this bugreport.

Comment 1 Jakub Jelinek 2005-03-09 10:04:05 UTC
Can't reproduce, sorry.


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