Your message dated Sun, 20 Feb 2005 15:22:12 +0100
with message-id <[EMAIL PROTECTED]>
and subject line FTBFS on kfreebsd-gnu
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; 31 Aug 2004 20:07:09 +0000
>From [EMAIL PROTECTED] Tue Aug 31 13:07:09 2004
Return-path: <[EMAIL PROTECTED]>
Received: from 86.red-80-24-13.pooles.rima-tde.net (khazad.dyndns.org)
[80.24.13.86]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C2EuL-0002Q5-00; Tue, 31 Aug 2004 13:07:09 -0700
Received: from aragorn ([192.168.0.1] helo=khazad.dyndns.org)
by khazad.dyndns.org with esmtp (Exim 3.36 #1 (Debian))
id 1C2EyP-0006ju-00; Tue, 31 Aug 2004 22:11:21 +0200
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
id 1C2Etp-0005ZU-U3; Tue, 31 Aug 2004 22:06:37 +0200
Content-Type: multipart/mixed; boundary="===============1594250741=="
MIME-Version: 1.0
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on kfreebsd-gnu
X-Mailer: reportbug 2.64
Date: Tue, 31 Aug 2004 22:06:37 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============1594250741==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: jasper
Severity: wishlist
Tags: patch
This package fails to build on kfreebsd-gnu because it attempts to link a C
program with a C++ library with gcc instead of g++. The attached patch fixes
the problem by hacking autotools into using g++. Please could you forward the
patch upstream?
The package also needs a libtool update. Please, check bug #242950 for
details.
Thanks!
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-6
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (ignored: LC_ALL set to C)
--===============1594250741==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="jasper_1.701.0-2.diff"
diff -x Makefile.in -Nur jasper-1.701.0.old/configure.ac
jasper-1.701.0/configure.ac
--- jasper-1.701.0.old/configure.ac 2004-02-09 02:41:29.000000000 +0100
+++ jasper-1.701.0/configure.ac 2004-08-31 21:48:21.000000000 +0200
@@ -243,8 +243,10 @@
if test $ENABLE_OPENGL = yes; then
if test $HAVE_OPENGL = no; then
TMPLIBS="-lglut -lGL -lGLU $X_PRE_LIBS -lX11 -lXmu -lXi -lXext
-lXt $X_EXTRA_LIBS $X_LIBS"
+ AC_LANG_PUSH([C++])
AC_CHECK_LIB(glut, glutInit, [HAVE_OPENGL=yes;
OPENGL_LIBS=$TMPLIBS], HAVE_OPENGL=no, $TMPLIBS)
+ AC_LANG_POP([C++])
fi
AC_CHECK_HEADER(GL/glut.h,, [HAVE_OPENGL=no; OPENGL_LIBS="";])
fi
diff -x Makefile.in -Nur jasper-1.701.0.old/src/appl/Makefile.am
jasper-1.701.0/src/appl/Makefile.am
--- jasper-1.701.0.old/src/appl/Makefile.am 2004-02-09 02:34:41.000000000
+0100
+++ jasper-1.701.0/src/appl/Makefile.am 2004-08-31 21:55:47.000000000 +0200
@@ -71,7 +71,7 @@
imgcmp_SOURCES = imgcmp.c
imginfo_SOURCES = imginfo.c
dummy_SOURCES = dummy.c
-jiv_SOURCES = jiv.c
+jiv_SOURCES = jiv.c empty.cc
INCLUDES = -I$(top_srcdir)/src/libjasper/include
diff -x Makefile.in -Nur jasper-1.701.0.old/src/appl/empty.cc
jasper-1.701.0/src/appl/empty.cc
--- jasper-1.701.0.old/src/appl/empty.cc 1970-01-01 01:00:00.000000000
+0100
+++ jasper-1.701.0/src/appl/empty.cc 2004-08-31 21:55:54.000000000 +0200
@@ -0,0 +1 @@
+
--===============1594250741==--
---------------------------------------
Received: (at 269296-done) by bugs.debian.org; 20 Feb 2005 14:28:19 +0000
>From [EMAIL PROTECTED] Sun Feb 20 06:28:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 137.red-62-57-138.user.auna.net (khazad.dyndns.org)
[62.57.138.137]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D2s4I-0007r2-00; Sun, 20 Feb 2005 06:28:18 -0800
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
id 1D2ryO-000JpH-6U; Sun, 20 Feb 2005 15:22:12 +0100
Date: Sun, 20 Feb 2005 15:22:12 +0100
From: Robert Millan <[EMAIL PROTECTED]>
To: Guillem Jover <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], Michael Adams <[EMAIL PROTECTED]>
Subject: Re: FTBFS on kfreebsd-gnu
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
Sender: Robert Millan <[EMAIL PROTECTED]>
Organisation: free as in freedom
X-Operating-System: GNU/kFreeBSD
User-Agent: Mutt/1.5.6+20040722i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
On Mon, Feb 14, 2005 at 11:52:10PM +0100, Guillem Jover wrote:
> > This package fails to build on kfreebsd-gnu because it attempts to link
> > a C program with a C++ library with gcc instead of g++. The attached
> > patch fixes the problem by hacking autotools into using g++.
>
> No. This patch is a hack, and it fixes a problem not related with this
> package. The problem is with libGLU on GNU/Hurd and GNU/kFreeBSD that
> do not declare a dynamic linker dependency on libstd++. This package's
> sources are C and do not need to be linked with g++.
>
> You can close this bug report.
Closing.
> > Please could you forward the patch upstream?
>
> Please unforward this bug report, as it isn't, and ask upstream to
> revert any changes related to this.
Michael, sorry but the patch we sent you is wrong (see quoted mail above).
Please revert it if you applied.
--
.''`. Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `' http://www.debian.org/ports/kfreebsd-gnu
`-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]