This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libiberty build problem in CVS


On Fri, Oct 17, 2003 at 04:20:33PM -0400, Jason Tishler wrote:
> I had to use the following workaround:
> 
>     $ touch libiberty/.o
> 
> to "fix" the following problem:
> 
>     gcc   stamp-picdir   -o .o
>     stamp-picdir: file not recognized: File truncated
>     collect2: ld returned 1 exit status
>     make[1]: *** [.o] Error 1
>     make[1]: Leaving directory `/home/jt/src/cygwin/build/libiberty'

I finally got back to the above and determined it was a false alarm.
The problem was caused by the following:

       3293 [main] bash 1484 fork_copy: user/cygwin data pass 2 failed, 0xA040000..0xA07D000, done 0, windows pid 3060, Win32 error 487
    /home/jt/src/cygwin/src/libiberty/configure: fork: Resource temporarily unavailable

which caused the following line in libiberty/Makefile.in:

    LIBOBJS = @LIBOBJS@

to be generated as:

    LIBOBJS =  basename$U.o $U.o mkstemps$U.o ...
                            ^^^^

instead of:

    LIBOBJS =  basename$U.o insque$U.o mkstemps$U.o ...
                            ^^^^^^^^^^

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]