Please "sync" nepenthes 0.2.2-3 (universe) from Debian unstable (main)

Bug #240188 reported by Nicolai P
4
Affects Status Importance Assigned to Milestone
nepenthes (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: nepenthes

nepenthes (0.2.2-3ubuntu1) intrepid; urgency=low

  * Sync with Debian unstable (LP: #240188), additional changes required:
    + debian/patches/05_warn_unused_result.patch: Patch several source files
      to take results from various function call in order to fix FTBFS.
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

 -- Iain Lane <email address hidden> Wed, 16 Jul 2008 22:17:07 +0100

nepenthes (0.2.2-3) unstable; urgency=low

  * Added missing headers in order to be compiled with g++ 4.3
    (closes:#474411).

 -- Luciano Bello <email address hidden> Sun, 06 Apr 2008 16:30:51 -0300

nepenthes (0.2.2-2) unstable; urgency=low

  * The 'Ouch' release.
  * This time is true. Do not support ipq anymore, until libipq-dev provides a
    PIC version (closes: #399892).
  * As consecuence of above, iptables-dev is not a dependency now.

 -- Luciano Bello <email address hidden> Wed, 02 Apr 2008 21:05:25 -0300

nepenthes (0.2.2-1) unstable; urgency=low

  * New upsteam version 0.2.2 (closes: #470018)
  * <cstring>, <cstdlib> and <typeinfo>, included (closes: #455425)
  * Postrm removes the Etch version conffiles (closes: #454406)
  * Do not support ipq anymore, until libipq-dev provides a PIC version
    (closes: #399892)

 -- Luciano Bello <email address hidden> Fri, 21 Mar 2008 13:37:21 -0300

nepenthes (0.2.0svn20071012-1) experimental; urgency=low

  * The "I'm a DD" release.
  * Dpatch implemented
  * Compiles with g++ 4.2 (closes: #369030)

 -- Luciano Bello <email address hidden> Fri, 12 Oct 2007 19:29:52 -0300

nepenthes (0.2.0-3) unstable ; urgency=low

  * The 'it's alive' version.
  * Conversion from string constant upgraded to gcc 4.2 (closes:#369030).

 -- Luciano Bello <email address hidden> Sat, 08 Sep 2007 18:07:36 -0300

Related branches

Revision history for this message
Steve Guio (guioking-deactivatedaccount) wrote :

You should include the debian changelog of the new version.

Nicolai P (nicolaip)
description: updated
Revision history for this message
Nicolai P (nicolaip) wrote :

Now I see that this can't be synced - the package does not build...

if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../include -I ../.. -Wall -Werror -D _GNU_SOURCE -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -MT DownloadManager.o -MD -MP -MF ".deps/DownloadManager.Tpo" -c -o DownloadManager.o DownloadManager.cpp; \
 then mv -f ".deps/DownloadManager.Tpo" ".deps/DownloadManager.Po"; else rm -f ".deps/DownloadManager.Tpo"; exit 1; fi
cc1plus: warnings being treated as errors
DownloadManager.cpp: In member function 'virtual bool nepenthes::DownloadManager::downloadUrl(nepenthes::Download*)':
DownloadManager.cpp:345: error: ignoring return value of 'int asprintf(char**, const char*, ...)', declared with attribute warn_unused_result
make[4]: *** [DownloadManager.o] Error 1
make[4]: Leaving directory `/tmp/buildd/nepenthes-0.2.2/nepenthes-core/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/nepenthes-0.2.2/nepenthes-core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/nepenthes-0.2.2'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/nepenthes-0.2.2'
make: *** [build-stamp] Error 2

Revision history for this message
Steve Guio (guioking-deactivatedaccount) wrote :

It looks like a problem with GCC 4.3 :-) Report the bug to upstream authors.

Revision history for this message
Iain Lane (laney) wrote :

It's not a problem with GCC, this is the warn_unused_result compiler flag, along with -Werror.

Changed in nepenthes:
assignee: nobody → laney
status: New → In Progress
Revision history for this message
Iain Lane (laney) wrote :
description: updated
Revision history for this message
Iain Lane (laney) wrote :
Changed in nepenthes:
assignee: laney → nobody
status: In Progress → Confirmed
Revision history for this message
Michael Bienia (geser) wrote :

When we need to patch the package, perhaps we could add iptables-dev back to build-depends as our iptables-dev has a PIC version of libipq.a (Or more precisely had. I need to figure out why this changes was dropped in iptables again).

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package nepenthes - 0.2.2-3ubuntu1

---------------
nepenthes (0.2.2-3ubuntu1) intrepid; urgency=low

  * Sync with Debian unstable (LP: #240188), additional changes required:
    + debian/patches/05_warn_unused_result.patch: Patch several source files
      to take results from various function call in order to fix FTBFS.
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

nepenthes (0.2.2-3) unstable; urgency=low

  * Added missing headers in order to be compiled with g++ 4.3
    (closes:#474411).

nepenthes (0.2.2-2) unstable; urgency=low

  * The 'Ouch' release.
  * This time is true. Do not support ipq anymore, until libipq-dev provides a
    PIC version (closes: #399892).
  * As consecuence of above, iptables-dev is not a dependency now.

nepenthes (0.2.2-1) unstable; urgency=low

  * New upsteam version 0.2.2 (closes: #470018)
  * <cstring>, <cstdlib> and <typeinfo>, included (closes: #455425)
  * Postrm removes the Etch version conffiles (closes: #454406)
  * Do not support ipq anymore, until libipq-dev provides a PIC version
    (closes: #399892)

nepenthes (0.2.0svn20071012-1) experimental; urgency=low

  * The "I'm a DD" release.
  * Dpatch implemented
  * Compiles with g++ 4.2 (closes: #369030)

 -- Iain Lane <email address hidden> Wed, 16 Jul 2008 22:17:07 +0100

Changed in nepenthes:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.