Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14612] New: tar doesn't cast with error about futimens

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 14612] New: tar doesn't cast with error about futimens
  • Date: 31 Jul 2008 08:30:56 -0000

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

Summary: tar doesn't cast with error about futimens
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


Created an attachment (id=7082)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7082)
Compile log for tar 1.20

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


make[2]: Entering directory `/usr/src/tar-1.20/lib'
/usr/bin/make all-am
make[3]: Entering directory `/usr/src/tar-1.20/lib'
depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=nocona -fPIC -DPIC
-pipe -DPIC -fPIC -O3 -MT uniwidth/width.o -MD -MP -MF $depbase.Tpo -c -o
uniwidth/width.o uniwidth/width.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo utimens.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -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:118: warning: implicit declaration of function 'futimesat'
utimens.c:118: error: 'AT_FDCWD' undeclared (first use in this function)
utimens.c:118: error: (Each undeclared identifier is reported only once
utimens.c:118: error: for each function it appears in.)
make[3]: Leaving directory `/usr/src/tar-1.20/lib'
make[3]: *** [utimens.o] Error 1
make[2]: Leaving directory `/usr/src/tar-1.20/lib'
make[2]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/tar-1.20'
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
! Problem Detected !



It doesn't matter if lzma support is enabled or not.
I've also 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