Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14614] coreutils doesn't cast with error about utimensat

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14614] coreutils doesn't cast with error about utimensat
  • Date: 31 Jul 2008 09:37:35 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14614





--- Comment #1 from Julien "_kaze_" ROZO <julien AT rozo.org> 2008-07-31
04:37:35 ---
In this spell, there's an applied patch to use coreutils futimens function
instead
of glibc's one. It this patch is not applied, the error becomes :


depbase=`echo utimens.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -I. -march=nocona -fPIC -DPIC -pipe -DPIC -fPIC
-O3 -MT utimens.o -MD -MP -MF $depbase.Tpo -c -o utimens.o utimens.c &&\
mv -f $depbase.Tpo $depbase.Po
utimens.c: In function 'gl_futimens':
utimens.c:102: warning: implicit declaration of function 'utimensat'
utimens.c:102: error: 'AT_FDCWD' undeclared (first use in this function)
utimens.c:102: error: (Each undeclared identifier is reported only once
utimens.c:102: error: for each function it appears in.)
utimens.c:105: warning: implicit declaration of function 'futimens'
make[3]: *** [utimens.o] Error 1
make[3]: Leaving directory `/usr/src/coreutils-6.12/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/coreutils-6.12/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/coreutils-6.12'
make: *** [all] Error 2

I'm using glibc 2.7


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page