[Bug 3163] New: __GI_utimensat error of compilation/link on 0.9.32.rc2

bugzilla at busybox.net bugzilla at busybox.net
Fri Jan 28 13:31:44 UTC 2011


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

           Summary: __GI_utimensat error of compilation/link on 0.9.32.rc2
           Product: uClibc
           Version: 0.9.32.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Other
        AssignedTo: unassigned at uclibc.org
        ReportedBy: dark_footix at yahoo.fr
                CC: uclibc-cvs at uclibc.org
   Estimated Hours: 0.0


At the compilation, I have an error : 

libc/libc_so.a(lutimes.os): In function `lutimes':
lutimes.c:(.text+0x94): undefined reference to `__GI_utimensat'
collect2: ld returned 1 exit status
make: *** [lib/libc.so] Erreur 1

I check my kernel header, I have not an utimensat function,

On the  0.9.32.rc1, I see this line :

#undef __NR_utimensat
#define __NR_utimensat 280
#define SYS_utimensat __NR_utimensat

in ./include/bits/sysnum.h

By modifing the same modification in the rc2, it compiles(....), BUT the header
on the file there is the WARNING :
/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */

So I suppose I should not do this ...

Can you help me 

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