Bug#187707: marked as done (FTBFS on GNU/Hurd)

Debian Bug Tracking System owner@bugs.debian.org
Thu, 15 Apr 2004 02:33:11 -0700


Your message dated Thu, 15 Apr 2004 05:17:03 -0400
with message-id <E1BE2zX-0002Ug-00@newraff.debian.org>
and subject line Bug#187707: fixed in libgnomeui 2.4.0.1-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Apr 2003 11:29:37 +0000
>From rmh@khazad.dyndns.org Sat Apr 05 05:29:37 2003
Return-path: <rmh@khazad.dyndns.org>
Received: from 80-24-13-86.uc.nombres.ttd.es (getyouriso.dyndns.org) [80.24.13.86] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 191lrc-0000uu-00; Sat, 05 Apr 2003 05:29:36 -0600
Received: from aragorn ([192.168.0.3])
	by getyouriso.dyndns.org with esmtp (Exim 3.35 #1 (Debian))
	id 191n3y-0000Cy-00; Sat, 05 Apr 2003 14:46:26 +0200
Received: from rmh by aragorn with local (Exim 3.36 #1 (Debian))
	id 191lr5-0000L3-00; Sat, 05 Apr 2003 13:29:03 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTBFS on GNU/Hurd
X-Mailer: reportbug 2.10.1
Date: Sat, 05 Apr 2003 13:29:03 +0200
Message-Id: <E191lr5-0000L3-00@aragorn>
Sender: Robert Millan <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-1.1 required=4.0
	tests=HAS_PACKAGE,PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01
	version=2.44
X-Spam-Level: 

Package: libgnomeui
Version: unavailable; reported 2003-04-05
Severity: important
Tags: sid patch

hi Christian,

another MAXPATHLEN bug:

--- libgnomeui-2.2.0.1/libgnomeui/gnome-file-entry.c.old	2003-04-04 20:12:11.000000000 +0200
+++ libgnomeui-2.2.0.1/libgnomeui/gnome-file-entry.c	2003-04-04 19:41:35.000000000 +0200
@@ -834,12 +834,21 @@
 void
 gnome_file_entry_set_default_path(GnomeFileEntry *fentry, const char *path)
 {
+#ifdef MAXPATHLEN
 	char rpath[MAXPATHLEN+1];
+#else
+	char *rpath;
+#endif
 	char *p;
 	g_return_if_fail (fentry != NULL);
 	g_return_if_fail (GNOME_IS_FILE_ENTRY (fentry));
 
+#ifdef MAXPATHLEN
 	if(path && realpath(path, rpath))
+#else
+	rpath = realpath(path, NULL);
+	if(path && rpath)
+#endif
 		p = g_strdup(rpath);
 	else
 		p = NULL;


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.2.22 #1 dl nov 25 21:59:43 CET 2002 i586
Locale: LANG=ca_ES.ISO-8859-1, LC_CTYPE=ca_ES@euro (ignored: LC_ALL set)


---------------------------------------
Received: (at 187707-close) by bugs.debian.org; 15 Apr 2004 09:23:09 +0000
>From katie@ftp-master.debian.org Thu Apr 15 02:23:09 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BE35R-0001Yh-00; Thu, 15 Apr 2004 02:23:09 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BE2zX-0002Ug-00; Thu, 15 Apr 2004 05:17:03 -0400
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@debian.org>
To: 187707-close@bugs.debian.org
X-Katie: $Revision: 1.47 $
Subject: Bug#187707: fixed in libgnomeui 2.4.0.1-11
Message-Id: <E1BE2zX-0002Ug-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 15 Apr 2004 05:17:03 -0400
Delivered-To: 187707-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Source: libgnomeui
Source-Version: 2.4.0.1-11

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

libgnomeui-0_2.4.0.1-11_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-0_2.4.0.1-11_i386.deb
libgnomeui-common_2.4.0.1-11_all.deb
  to pool/main/libg/libgnomeui/libgnomeui-common_2.4.0.1-11_all.deb
libgnomeui-dbg_2.4.0.1-11_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-dbg_2.4.0.1-11_i386.deb
libgnomeui-dev_2.4.0.1-11_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-dev_2.4.0.1-11_i386.deb
libgnomeui-doc_2.4.0.1-11_all.deb
  to pool/main/libg/libgnomeui/libgnomeui-doc_2.4.0.1-11_all.deb
libgnomeui_2.4.0.1-11.diff.gz
  to pool/main/libg/libgnomeui/libgnomeui_2.4.0.1-11.diff.gz
libgnomeui_2.4.0.1-11.dsc
  to pool/main/libg/libgnomeui/libgnomeui_2.4.0.1-11.dsc



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 187707@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý <ondrej@debian.org> (supplier of updated libgnomeui 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Thu, 15 Apr 2004 10:36:56 +0200
Source: libgnomeui
Binary: libgnomeui-doc libgnomeui-dbg libgnomeui-common libgnomeui-0 libgnomeui-dev
Architecture: source all i386
Version: 2.4.0.1-11
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý <ondrej@debian.org>
Changed-By: Ondřej Surý <ondrej@debian.org>
Description: 
 libgnomeui-0 - The GNOME 2 libraries (User Interface) - runtime files
 libgnomeui-common - The GNOME 2 libraries (User Interface) - common files
 libgnomeui-dbg - The GNOME 2 libraries (User Interface) and debugging symbols
 libgnomeui-dev - The GNOME 2 libraries (User Interface) - development files
 libgnomeui-doc - The GNOME 2 libraries (User Interface) - documentation files
Closes: 187707 216863
Changes: 
 libgnomeui (2.4.0.1-11) unstable; urgency=low
 .
   * Fix GnomeDruid showing hidden pages when going back (Closes: #216863)
     applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=89145
   * Fix FTBFS on Hurd - MAXPATHLEN patch (Closes: #187707)
Files: 
 30b632f3c645ee7ba869fd40e2ba5440 1771 libs optional libgnomeui_2.4.0.1-11.dsc
 ec3ba3134b58f04352b3bd17f662d27f 5734 libs optional libgnomeui_2.4.0.1-11.diff.gz
 7ff689906d7d3e96a117dffbd75d55cd 414126 libs optional libgnomeui-common_2.4.0.1-11_all.deb
 a720c179d1666078994ddc0ed6af0ca5 217486 doc optional libgnomeui-doc_2.4.0.1-11_all.deb
 112b7bc8fc028d3ef9e43a39af153bd5 295782 libs optional libgnomeui-0_2.4.0.1-11_i386.deb
 71e98e60e104636d10abf94c117bdd79 86770 libdevel optional libgnomeui-dbg_2.4.0.1-11_i386.deb
 9294a2e0d0d1f0043d8639bf51e98bc8 368390 libdevel optional libgnomeui-dev_2.4.0.1-11_i386.deb

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

iD8DBQFAfk9x9OZqfMIN8nMRAqF0AJ42GVkVF/8tDMRFni+2aU4OdYv1pQCfenjm
PCjt0hroK2ahqIN3lQqxmxM=
=fdKp
-----END PGP SIGNATURE-----