[Debian GNUstep maintainers] Bug#489894: gnustep-gui: FTBFS on GNU/kFreeBSD (due to subsecond timestamp resolution)
Petr Salinger
Petr.Salinger at seznam.cz
Tue Jul 8 15:27:33 UTC 2008
Package: gnustep-gui
Severity: important
Version: 0.14.0-3
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on kfreebsd-amd64.
It is due to subsecond time resolution available in underlying
file system. The output of gcc does have subsecond timestamps cleared,
but output of touch preserves them.
Please, could you use patch bellow.
Thanks in advance
Petr
--- Source/GNUmakefile.postamble~
+++ Source/GNUmakefile.postamble
@@ -107,7 +107,9 @@
$(GNUSTEP_TARGET_DIR)/config.h: ../config.status
$(MKDIRS) $(GNUSTEP_TARGET_DIR)
-mv ../Headers/Additions/GNUstepGUI/config.h $(GNUSTEP_TARGET_DIR)
+ -sleep 1
-touch $(GNUSTEP_TARGET_DIR)/config.h
+ -sleep 1
#
# Files that need a rebuild if config.h is changed.
More information about the pkg-GNUstep-maintainers
mailing list