Skip to Content.
Sympa Menu

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

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





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

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 '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[1]: Leaving directory `/usr/src/gzip-1.3.12/lib'
make[2]: *** [utimens.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1



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