Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14613] New: gzip 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 14613] New: gzip doesn't cast with error about futimens
  • Date: 31 Jul 2008 08:34:08 -0000

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

Summary: gzip 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=7083)
--> (http://bugs.sourcemage.org/attachment.cgi?id=7083)
Compile log for gzip 1.3.12

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

Making all in lib
make[1]: Entering directory `/usr/src/gzip-1.3.12/lib'
/usr/bin/make all-am
make[2]: Entering directory `/usr/src/gzip-1.3.12/lib'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -march=nocona -fPIC -DPIC -pipe -DPIC
-fPIC -O3 -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o
utimens.c
utimens.c: In function 'gz_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[2]: Leaving directory `/usr/src/gzip-1.3.12/lib'
make[2]: *** [utimens.o] Error 1
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/gzip-1.3.12/lib'
make: *** [all-recursive] Error 1


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