Your message dated Mon, 17 Mar 2008 00:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414416: fixed in gentoo 0.11.56-1
has caused the Debian Bug report #414416,
regarding gentoo: FTBFS on GNU/kFreeBSD: missing OS detection
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.)


-- 
414416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414416
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gentoo
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> gcc  -Wall -Wmissing-declarations -Wmissing-prototypes 
> -Werror-implicit-function-declaration -O2 -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../widgets 
> -DPATH_CFG=\"/etc\" -DPATH_GRC=\"$HOME/\" 
> -DPATH_ICN=\"/usr/share/gentoo/icons\" -DLOCALEDIR=\"/usr/share/locale\"   -o 
> gentoo   buttons.o buttonlayout.o cfg_buttons.o cfg_buttonlayout.o 
> cfg_cmdcfg.o cfg_cmdseq.o cfg_controls.o cfg_dialogs.o cfg_dirpane.o 
> cfg_errors.o cfg_menus.o cfg_mount.o cfg_paths.o cfg_styles.o cfg_types.o 
> cfg_windows.o children.o cmd_about.o cmd_activate.o cmd_chmod.o cmd_chown.o 
> cmd_configure.o cmd_copy.o cmd_copyas.o cmd_delete.o cmd_direnter.o 
> cmd_dirrescan.o cmd_dpfocus.o cmd_dpfocusisrch.o cmd_dpmisc.o cmd_file.o 
> cmd_generic.o cmd_getsize.o cmd_info.o cmd_join.o cmd_menupopup.o cmd_mkdir.o 
> cmd_move.o cmd_moveas.o cmd_parent.o cmd_quit.o cmd_rename.o cmd_renamere.o 
> cmd_renameseq.o cmd_run.o cmd_select.o cmd_split.o cmd_swap.o cmd_symlink.o 
> cmd_viewtext.o cmdarg.o cmdgr!
 ab.o cmdparse.o cmdseq.o cmdseq_config.o cmdseq_dialog.o color_dialog.o 
colorutil.o configure.o controls.o dialog.o dirhistory.o dirpane.o dpformat.o 
errors.o events.o file.o fileutil.o gfam.o gentoo.o guiutil.o hash_dialog.o 
icon_dialog.o iconutil.o keyboard.o menus.o miscutil.o mntent_wrap.o mount.o 
options.o overwrite.o progress.o queue.o sizeutil.o strutil.o style_dialog.o 
styles.o textview.o types.o userinfo.o window.o xmlutil.o  
../widgets/libwidgets.a -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule 
-lglib -ldl -lXi -lXext -lX11 -lm  -lfam 
> types.o: In function `typ_identify_end':
> types.c:(.text+0x61d): warning: the use of `tmpnam' is dangerous, better use 
> `mkstemp'
> mount.o: In function `dir_is_mounted':
> mount.c:(.text+0x3e4): undefined reference to `mne_setmntent'
> mount.c:(.text+0x404): undefined reference to `mne_getmntent'
> mount.c:(.text+0x46c): undefined reference to `mne_endmntent'
> mount.c:(.text+0x493): undefined reference to `mne_endmntent'
> mount.o: In function `mnt_init':
> mount.c:(.text+0x7e4): undefined reference to `mne_setmntent'
> mount.c:(.text+0x7f4): undefined reference to `mne_getmntent'
> mount.c:(.text+0x846): undefined reference to `mne_getmntent'
> mount.c:(.text+0x854): undefined reference to `mne_endmntent'
> collect2: ld returned 1 exit status
> make[2]: *** [gentoo] Error 1

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

Please find attached a tiny patch to fix this.

Cheers,

-- 
Cyril Brulebois
--- gentoo-0.11.55/src/mntent_wrap.c	2007-03-11 19:00:03.294218000 +0100
+++ gentoo-0.11.55/src/mntent_wrap.c	2007-03-11 19:00:32.000000000 +0100
@@ -24,7 +24,7 @@
 
 /* ----------------------------------------------------------------------------------------- */
 
-#if defined __CYGWIN__ || defined __linux__ || defined __sgi	/* Linux and IRIX implementation. */
+#if defined __CYGWIN__ || defined __linux__ || defined __sgi || defined __FreeBSD_kernel__	/* Linux and IRIX implementation. */
 
 #include <mntent.h>
 

--- End Message ---
--- Begin Message ---
Source: gentoo
Source-Version: 0.11.56-1

We believe that the bug you reported is fixed in the latest version of
gentoo, which is due to be installed in the Debian FTP archive:

gentoo_0.11.56-1.diff.gz
  to pool/main/g/gentoo/gentoo_0.11.56-1.diff.gz
gentoo_0.11.56-1.dsc
  to pool/main/g/gentoo/gentoo_0.11.56-1.dsc
gentoo_0.11.56-1_amd64.deb
  to pool/main/g/gentoo/gentoo_0.11.56-1_amd64.deb
gentoo_0.11.56.orig.tar.gz
  to pool/main/g/gentoo/gentoo_0.11.56.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josip Rodin <[EMAIL PROTECTED]> (supplier of updated gentoo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 17 Mar 2008 00:09:07 +0100
Source: gentoo
Binary: gentoo
Architecture: source amd64
Version: 0.11.56-1
Distribution: unstable
Urgency: low
Maintainer: Josip Rodin <[EMAIL PROTECTED]>
Changed-By: Josip Rodin <[EMAIL PROTECTED]>
Description: 
 gentoo     - a fully GUI-configurable, two-pane X file manager
Closes: 364275 368849 411741 414416 449824
Changes: 
 gentoo (0.11.56-1) unstable; urgency=low
 .
   * New upstream version, closes: #411741.
     + Includes the patch for errno ignoring in
       src/window.c:win_window_set_title(), applied in the NMU below,
       closes: #364275, #368849.
   * Undid the po/Makefile.in.in patch to mkinstalldirs - it now has a
     purpose (to go to top_builddir for the script), otherwise build fails.
   * Patch from Cyril Brulebois to src/mntent_wrap.c so that
     GNU/kFreeBSD is detected properly, closes: #414416.
   * Updated watch file to format version 3, and updated the upstream site
     to SF (the old one is 401), closes: #449824. I actually missed
     Raphael Geissert patch for this and investigated it myself, d'oh :)
   * Updated debhelper compatibility level to 5, and removed manual conffiles
     (only /etc in there).
   * Updated standards version to 3.7.2, with no changes.
   * Quoted needs="X11" in the menu file, to appease lintian.
Files: 
 86cfe454fce95bff4f316e859468a157 595 x11 optional gentoo_0.11.56-1.dsc
 c28b003a29527813f47908d69d3f44d0 1375769 x11 optional 
gentoo_0.11.56.orig.tar.gz
 331b419b09ee780f560928aafa265785 5937 x11 optional gentoo_0.11.56-1.diff.gz
 04457b128fa71fb24acbdd0df7a7d2fc 817790 x11 optional gentoo_0.11.56-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH3bVPC1RHoiANFZYRAsONAJ9+5iH2SqH7scoxzJrrUpPQ+ioPgACeMwUI
2GWbCDN7ygzpPE/9Q2IHeHA=
=X0sb
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to