Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14615] New: cpio doesn't cast with error about futimesat

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 14615] New: cpio doesn't cast with error about futimesat
  • Date: 31 Jul 2008 09:44:15 -0000

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

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


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

make[3]: Entering directory `/usr/src/cpio-2.9/lib'
if gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -march=nocona -fPIC -DPIC
-pipe -DPIC -fPIC -O3 -MT utimens.o -MD -MP -MF ".deps/utimens.Tpo" -c -o
utimens.o utimens.c; \
then mv -f ".deps/utimens.Tpo" ".deps/utimens.Po"; else rm -f
".deps/utimens.Tpo"; exit 1; fi
utimens.c: In function 'gl_futimens':
utimens.c:119: warning: implicit declaration of function 'futimesat'
utimens.c:119: error: 'AT_FDCWD' undeclared (first use in this function)
utimens.c:119: error: (Each undeclared identifier is reported only once
utimens.c:119: error: for each function it appears in.)
make[3]: Leaving directory `/usr/src/cpio-2.9/lib'
make[3]: *** [utimens.o] Error 1
make[2]: Leaving directory `/usr/src/cpio-2.9/lib'
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/cpio-2.9'
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, and I'm using glibc 2.7 on both
systems.


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