Your message dated Thu, 15 Oct 2009 14:47:28 +0200
with message-id <[email protected]>
and subject line Fixed by new upload
has caused the Debian Bug report #414005,
regarding fhist: FTBFS on GNU/kFreeBSD
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
414005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414005
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fhist
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> /usr/bin/make
> make[1]: Entering directory `/build/buildd/fhist-1.16'
> gcc -g -O2 -Ifcomp -Icommon -c fcomp/main.c
> fcomp/main.c:33:24: error: linux/stat.h: No such file or directory
> make[1]: *** [fcomp/main.o] Error 1
> make[1]: Leaving directory `/build/buildd/fhist-1.16'
> make: *** [build-stamp] Error 2

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=fhist>.

I guess that what is wanted (or needed) is to use GLIBC's stat.h, not
necessarily the kernel's. With the attached patch, the package still
builds fine on Linux, and almost fine on GNU/kFreeBSD (there are some
errors due to troff, but I guess that your package isn't to blame). You
might want to have a look at the attached log, so that you might point
me to the cause of this, if you have any idea. ;-)

Cheers,

-- 
Cyril Brulebois
--- fhist-1.16/fcomp/main.c	2007-03-08 16:54:44.681727000 +0100
+++ fhist-1.16/fcomp/main.c	2007-03-08 16:55:42.000000000 +0100
@@ -30,7 +30,7 @@
 #include <ac/stdlib.h>
 #include <ac/string.h>
 
-#include <linux/stat.h>
+#include <sys/stat.h>
 #include <arglex.h>
 #include <cmalloc.h>
 #include <compare.h>
--- fhist-1.16/fhist/subroutine.c	2007-03-08 16:56:17.843555000 +0100
+++ fhist-1.16/fhist/subroutine.c	2007-03-08 16:56:21.000000000 +0100
@@ -29,7 +29,7 @@
 #include <ac/string.h>
 #include <ac/unistd.h>
 
-#include <linux/stat.h>
+#include <sys/stat.h>
 #include <cmalloc.h>
 #include <compare.h>
 #include <error_intl.h>
chmod 755 bin/fmerge
/bin/sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \
                --output=lib/en/LC_MESSAGES/fcomp.mo 
lib/en/LC_MESSAGES/fcomp.po \
                lib/en/LC_MESSAGES/common.po
/bin/sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \
                --output=lib/en/LC_MESSAGES/fhist.mo 
lib/en/LC_MESSAGES/fhist.po \
                lib/en/LC_MESSAGES/common.po
/bin/sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \
                --output=lib/en/LC_MESSAGES/fmerge.mo 
lib/en/LC_MESSAGES/fmerge.po \
                lib/en/LC_MESSAGES/common.po
soelim -Ilib/en/building -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/building/main.man | groff -s -t -p -man -mpic \
                -mpspic > lib/en/building.ps
soelim -Ilib/en/building -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/building/main.man | groff -Tdvi -s -t -p -man \
                -mpic > lib/en/building.dvi
/usr/share/groff/1.18.1/font/devdvi/M:6: error: bad width for `��'
troff: warning: can't find font `M'
/usr/share/groff/1.18.1/font/devdvi/G:6: error: bad width for `��'
troff: warning: can't find font `G'
soelim -Ilib/en/building -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/building/main.man | groff -Tascii -s -t -p \
                -man -mpic > lib/en/building.txt
soelim -Ilib/en/readme -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/readme/main.man | groff -s -t -p -man -mpic \
                -mpspic > lib/en/readme.ps
soelim -Ilib/en/readme -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/readme/main.man | groff -Tdvi -s -t -p -man \
                -mpic > lib/en/readme.dvi
/usr/share/groff/1.18.1/font/devdvi/M:6: error: bad width for `��'
troff: warning: can't find font `M'
/usr/share/groff/1.18.1/font/devdvi/G:6: error: bad width for `��'
troff: warning: can't find font `G'
soelim -Ilib/en/readme -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/readme/main.man | groff -Tascii -s -t -p -man \
                -mpic > lib/en/readme.txt
soelim -Ilib/en/reference -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/reference/main.man | groff -s -t -p -man -mpic \
                -mpspic > lib/en/reference.ps
soelim -Ilib/en/reference -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/reference/main.man | groff -Tdvi -s -t -p -man \
                -mpic > lib/en/reference.dvi
/usr/share/groff/1.18.1/font/devdvi/M:6: error: bad width for `��'
troff: warning: can't find font `M'
/usr/share/groff/1.18.1/font/devdvi/G:6: error: bad width for `��'
troff: warning: can't find font `G'
soelim -Ilib/en/reference -Ietc -Ilib/en/man1 -Ilib/en/readme \
                lib/en/reference/main.man | groff -Tascii -s -t -p \
                -man -mpic > lib/en/reference.txt


--- End Message ---
--- Begin Message ---
Version: 1.17-1

The new upstream release has been uploaded to the Debian archive an has
been built successfully on kfreebsd-{amd64,i386}.
-- 
Walter Franzini
http://aegis.stepbuild.org/

Attachment: pgpOszruC0QjD.pgp
Description: PGP signature


--- End Message ---

Reply via email to