[Bug 1381] New: busybox does not build because of missing fcntl64 symbol

bugzilla at busybox.net bugzilla at busybox.net
Sun Mar 21 15:02:07 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1381

            Target: mips64 little
           Summary: busybox does not build because of missing fcntl64 symbol
           Product: uClibc
           Version: 0.9.31
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Shared Library Support
        AssignedTo: unassigned at uclibc.org
        ReportedBy: walsimou at walsimou.com
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


Created an attachment (id=1351)
 --> (https://bugs.busybox.net/attachment.cgi?id=1351)
uClibc .config file

When trying to build busybox for mips64el, against git HEAD, I had the
following build error:
==========
archival/lib.a(bbunzip.o): In function `bbunpack':
bbunzip.c:(.text.bbunpack+0x1f8): warning: the use of OBSOLESCENT `utime' is
discouraged, use `utimes'
networking/lib.a(ipcalc.o): In function `ipcalc_main':
ipcalc.c:(.text.ipcalc_main+0x350): warning: gethostbyaddr is obsolescent, use
getaddrinfo() instead.
libbb/lib.a(inet_common.o): In function `INET_resolve':
inet_common.c:(.text.INET_resolve+0x70): warning: gethostbyname is obsolescent,
use getnameinfo() instead.
libbb/lib.a(xfuncs.o): In function `close_on_exec_on':
xfuncs.c:(.text.close_on_exec_on+0xc): undefined reference to `fcntl64'
libbb/lib.a(xfuncs.o): In function `ndelay_off':
xfuncs.c:(.text.ndelay_off+0x14): undefined reference to `fcntl64'
xfuncs.c:(.text.ndelay_off+0x34): undefined reference to `fcntl64'
libbb/lib.a(xfuncs.o): In function `ndelay_on':
xfuncs.c:(.text.ndelay_on+0x14): undefined reference to `fcntl64'
xfuncs.c:(.text.ndelay_on+0x2c): undefined reference to `fcntl64'
loginutils/lib.a(getty.o):getty.c:(.text.getty_main+0x2f8): more undefined
references to `fcntl64' follow
collect2: ld returned 1 exit status
make[3]: *** [busybox_unstripped] Error 1


This seems to be same error as Rob Landley[1], but against nptl.
See attachment for uClibc .config

[1] http://www.mail-archive.com/uclibc@uclibc.org/msg04792.html
Thanks,


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list