Bug#722812: nzbget link with -L/usr/lib

2017-06-05 Thread Axel Beckert
Hi Andreas,

On Mon, Jun 05, 2017 at 01:10:32PM +0200, Andreas Moog wrote:
> Version: 11.0+dfsg-1
> 
> I totally missed to close this report. This has been fixed.

While that's good to hear, the found and fixed versions given in this
bug report don't seem to fit:

| Found in version 11.0+dfsg-2
| Fixed in version 11.0+dfsg-1

See also
https://bugs.debian.org/cgi-bin/version.cgi?fixed=11.0%2Bdfsg-1;found=nzbget%2F11.0%2Bdfsg-2;info=1;package=nzbget;collapse=1;absolute=0

So according to your last mail (cited in this mail) the bug has been
fixed in a version (11.0+dfsg-1) lower than the version it was
reported against (11.0+dfsg-2).

This means that the bug tracking system currently thinks the bug is
still present in the current versions of nzbget in Debian Jessie,
Stretch and Unstable. The link above shows that nicely.

Can you please check both, found and fixed versions and set them to
the correct versions? Thanks in advance!

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#722812: nzbget link with -L/usr/lib

2013-09-16 Thread YunQiang Su
On Sun, Sep 15, 2013 at 5:52 PM, Andreas Moog  wrote:
> Hello again,
>
> could you check if the attached patch fixes the problem for you?
Thanks very much, it can build successfully.
> --
> Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
> Ubuntu Developer
> PGP-encrypted mails preferred (Key-ID: 74DE6624)
> PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



-- 
YunQiang Su


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#722812: nzbget link with -L/usr/lib

2013-09-15 Thread Andreas Moog
Hello again,

could you check if the attached patch fixes the problem for you?
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
Description: Do not include -L/usr/lib to the LDFLAGS, this may cause build
 errors when trying to crosscompile.
Author: Andreas Moog 
Bug-Debian: http://bugs.debian.org/722812
Forwarded: yes, per mail to hug...@sourceforge.net

Index: nzbget-11.0+dfsg/configure.ac
===
--- nzbget-11.0+dfsg.orig/configure.ac	2013-09-15 09:37:46.0 +
+++ nzbget-11.0+dfsg/configure.ac	2013-09-15 09:43:17.878828746 +
@@ -215,7 +215,6 @@
 AC_MSG_RESULT($USECURSES)
 if test "$USECURSES" = "yes"; then
 	INCVAL="${LIBPREF}/include"
-	LIBVAL="${LIBPREF}/lib"
 	AC_ARG_WITH(libcurses_includes,
 		[AS_HELP_STRING([--with-libcurses-includes=DIR], [libcurses include directory])],
 		[INCVAL="$withval"])
@@ -290,7 +289,6 @@
 	dnl checks for libpar2 includes and libraries.
 	dnl
 	INCVAL="${LIBPREF}/include"
-	LIBVAL="${LIBPREF}/lib"
 	AC_ARG_WITH(libpar2_includes,
 		[AS_HELP_STRING([--with-libpar2-includes=DIR], [libpar2 include directory])],
 		[INCVAL="$withval"])
@@ -384,7 +382,6 @@
 	
 	if test "$TLSLIB" = "GnuTLS" -o "$TLSLIB" = ""; then
 		INCVAL="${LIBPREF}/include"
-		LIBVAL="${LIBPREF}/lib"
 		AC_ARG_WITH(libgnutls_includes,
 			[AS_HELP_STRING([--with-libgnutls-includes=DIR], [GnuTLS include directory])],
 			[INCVAL="$withval"])
@@ -480,7 +477,6 @@
 AC_MSG_RESULT($USEZLIB)
 if test "$USEZLIB" = "yes"; then
 	INCVAL="${LIBPREF}/include"
-	LIBVAL="${LIBPREF}/lib"
 	AC_ARG_WITH(zlib_includes,
 		[AS_HELP_STRING([--with-zlib-includes=DIR], [zlib include directory])],
 		[INCVAL="$withval"])


signature.asc
Description: OpenPGP digital signature


Bug#722812: nzbget link with -L/usr/lib

2013-09-14 Thread Andreas Moog
Hello YunQiang,

thanks for the report about this build failure. I will have a look into
this tomorrow.

Cheers,

Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#722812: nzbget link with -L/usr/lib

2013-09-13 Thread YunQiang Su
Package: nzbget
Version: 11.0+dfsg-2
X-Debbugs-CC: wzss...@gmail.com

This package has one or more -L/usr/lib in its build system,
which will make it ftbfs if there is libraries under /usr/lib,
while is not the default architecture, mips* for example.

On mips* systems, /usr/lib is defined as place to hold O32
libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.

Beside the way, on the multiarch system like Debian, user may install
libraries under /usr/lib by hand.

Please use the default search path if you can, and please consider fix
this.

I will try to fix this bug, while if you can help to fix it, 
It will be very appreciative.

The attachement is the buildlog of this package on mips64el platform.


nzbget_11.0+dfsg-2_mips64el.build.xz
Description: Binary data