Your message dated Mon, 01 Nov 2010 22:31:38 +0100
with message-id <[email protected]>
and subject line configure flags affect only selection for test suite
has caused the Debian Bug report #497798,
regarding swig1.3: please enable java bindings for 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.)


-- 
497798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497798
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: swig1.3
Severity: important
Version: 1.3.36-1
Tags: patch
User: [email protected]
Usertags: kfreebsd


Hi,

the current version does exclude java related packages from Build-depends on GNU/kFreeBSD.

Both GNU/kFreeBSD architectures (kfreebsd-amd64 kfreebsd-i386) support gcj/gij.
Please enable java bindings by attached patch.

Thanks in advance

                        Petr
diff -u swig1.3-1.3.36/debian/control swig1.3-1.3.36/debian/control
--- swig1.3-1.3.36/debian/control
+++ swig1.3-1.3.36/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Torsten Landschoff <[email protected]>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 4.0), quilt (>= 0.40), tcl8.4-dev, tk8.4-dev, 
libperl-dev, bison, python-dev (>= 2.4), python-dev (<< 2.6), ruby1.8, 
ruby1.8-dev, guile-1.8-dev, php5-dev, php5-cgi, ocaml, libchicken-dev [!m68k 
!mips !mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel 
!kfreebsd-amd64 !kfreebsd-i386 !alpha !arm !hurd-i386], gij [!hppa !mips 
!mipsel !kfreebsd-amd64 !kfreebsd-i386 !alpha !arm !hurd-i386]
+Build-Depends: debhelper (>= 4.0), quilt (>= 0.40), tcl8.4-dev, tk8.4-dev, 
libperl-dev, bison, python-dev (>= 2.4), python-dev (<< 2.6), ruby1.8, 
ruby1.8-dev, guile-1.8-dev, php5-dev, php5-cgi, ocaml, libchicken-dev [!m68k 
!mips !mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel 
!alpha !arm !hurd-i386], gij [!hppa !mips !mipsel !alpha !arm !hurd-i386]
 
 Package: swig
 Architecture: any
diff -u swig1.3-1.3.36/debian/rules swig1.3-1.3.36/debian/rules
--- swig1.3-1.3.36/debian/rules
+++ swig1.3-1.3.36/debian/rules
@@ -26,7 +26,7 @@
 DEB_TARGET_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 with_java := yes
-no_java_archs := hppa hurd-i386 mips mipsel kfreebsd-i386 netbsd-i386
+no_java_archs := hppa hurd-i386 mips mipsel netbsd-i386
 ifneq ($(DEB_TARGET_ARCH),i386)
   ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(no_java_archs)))
     with_java := disabled for architecure $(DEB_TARGET_ARCH)

--- End Message ---
--- Begin Message ---
Hi Petr,

Thanks for your patch and sorry for me not replying. Basically, there is
no value in enabling more languages (and most SWIG build dependencies
are useless) as SWIG will support all targets in any case.

The configure flags are only useful for selecting the tests to run, but
the Debian package build does run the tests in any case. So I should go
the opposite direction: Omit all the configure flags.

On this grounds, I think that this bug should be closed.

Greetings, Torsten




--- End Message ---

Reply via email to