This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [COMMITTED PATCH] Fix powerpc fork after i386 reorganization.


On Fri, 2014-05-16 at 11:25 -0700, Roland McGrath wrote:
> > It looks like you changed this for MIPS but my build is still failing:
> 
> I was afraid that might happen, though I hadn't thought of it when I was
> making the changes.  #include_next is too subtle.
> 
> I've committed the following and tested it still works on x86_64 and i686.
> It should fix the mips and powerpc builds.  Please verify that it does.
> 
> 
> Thanks,
> Roland

Well, I am not getting that error anymore but now my MIPS build dies
while linking libc.so:

/local/home/sellcey/nightly/obj-mips-mti-linux-gnu/glibc/obj_default/libc_pic.os: In function `_IO_new_proc_close':
/local/home/sellcey/nightly/src/glibc/libio/iopopen.c:347: undefined reference to `__waitpid_nocancel'
/local/home/sellcey/nightly/src/glibc/libio/iopopen.c:345: undefined reference to `__waitpid_nocancel'
/local/home/sellcey/nightly/install-mips-mti-linux-gnu/lib/gcc/mips-mti-linux-gnu/4.10.0/../../../../mips-mti-linux-gnu/bin/ld: /local/home/sellcey/nightly/obj-mips-mti-linux-gnu/glibc/obj_default/libc.so: hidden symbol `__waitpid_nocancel' isn't defined
/local/home/sellcey/nightly/install-mips-mti-linux-gnu/lib/gcc/mips-mti-linux-gnu/4.10.0/../../../../mips-mti-linux-gnu/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status

Steve Ellcey
sellcey@mips.com





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