Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14614] New: 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] New: coreutils doesn't cast with error about utimensat
  • Date: 31 Jul 2008 08:38:56 -0000

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

Summary: coreutils doesn't cast with error about utimensat
Product: Codex
Version: test grimoire
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: julien AT rozo.org


Created an attachment (id=7084)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7084)
Compile log for coreutils 6.12

On a fresh install from silver-thistle-2.6.19.2-mod iso made with
enter_camelot, trying to update coreutils 5.94 to 6.12 from latest test
grimoire
leads to this error :

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:105: warning: implicit declaration of function 'utimensat'
utimens.c:105: error: 'AT_FDCWD' undeclared (first use in this function)
utimens.c:105: error: (Each undeclared identifier is reported only once
utimens.c:105: error: for each function it appears in.)
utimens.c:124: warning: implicit declaration of function 'futimens'
utimens.c:151: warning: implicit declaration of function 'futimesat'
make[3]: Leaving directory `/usr/src/coreutils-6.12/lib'
make[3]: *** [utimens.o] Error 1
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've tried different arch optimizations (nocoma_64 which is my default,
x86_64, with or without combreloc, prelink, speedy and strip), on both devel
and stable sorcery branch.

Same spell casts fine on a 32-bit system.


--
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