Sync nagios-plugins-contrib 4.20120702 (universe) from Debian unstable (main)

Bug #1033736 reported by Logan Rosen
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nagios-plugins-contrib (Ubuntu)
Won't Fix
Undecided
Unassigned

Bug Description

Please sync nagios-plugins-contrib 4.20120702 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * No change upload to get the latest version of libmemcached.
  * debian/patches/check_memcached/ld-as-needed:
    Fix linking of check_memcached with ld --as-needed.
The ld --as-needed patch is no longer needed, as the patched file exists upstream.

Changelog entries since current quantal version 1.20120228ubuntu2:

nagios-plugins-contrib (4.20120702) unstable; urgency=low

  * [bf291c63] check_backuppc: move backuppc to Suggests.
    Thanks to Werner Detter (Closes: #679871)
  * [0997dfd3] Auto update of debian/control

 -- Bernd Zeimetz <email address hidden> Mon, 02 Jul 2012 19:28:52 +0200

nagios-plugins-contrib (3.20120614) unstable; urgency=low

  * [30fd20be] check_packages should return CRITICAL for outstanding security updates.
  * [3cd5656f] Fix last patch; refresh others.
  * [2c3c1626] Remove extra debug print statement.
  * [4e43ec28] Fix a funky ? : related bug.
  * [e9172807] Add a check_apt.cmd example config for check_multi.
  * [15d58b48] Remove unneeded || COUNT(CRITICAL) > 0 in check_apt.cmd
  * [ea2f8abc] check_ipmi_sensor: updating to 3.1
  * [d405a206] check_ssl_cert: fix version number (was updated already).

 -- Bernd Zeimetz <email address hidden> Thu, 14 Jun 2012 22:02:34 +0200

nagios-plugins-contrib (2.20120529) unstable; urgency=low

  * [c6b83cea] Fix email_delivery.cfg
  * [f250c516] Merge pull request #5 from waja/master.
    Add perl-doc at Suggests, as needed by check_email_delivery --help
  * [9533beb7] Add check_webinject plugin.
  * [05a3af45] Auto update of debian/copyright
  * [255aa819] Auto update of debian/control
  * [853905cf] Fix CLEANFILES in common.mk
  * [3e75a059] Better webinject command definitions.
  * [6275a3f3] check_raid should use cciss_vol_status if available.
    Only use hpacucli if not.
  * [9859f269] Add some missing version information.
  * [d142da3c] Update check_raid to 1.107
  * [942e9f23] Updating check_email_delivery.
  * [749c40e1] Auto update of debian/control
  * [c593192c] Add Enhances: nagios-plugins,.... to the package.
  * [24486361] Merge pull request #6 from waja/master
    add check_backuppc
  * [8d634bb6] Better/fixed CLEANFILES target handling.
    Please note that CLEANFILES must be defined before including
    ../common.mk
  * [558e31aa] Merge branch 'master' of
    vasks.debian.org:/git/pkg-nagios/pkg-nagios-plugins-contrib.
    Conflicts:
     check_backuppc/Makefile
  * [dea493d7] Add (unfinished) DSA checks and check_libs from weaselutils.
  * [5d0cf660] Finish integration of the check_libs plugin.
  * [f2a3d5b6] Add (unfinished) control and copyright file for dsa checks.
  * [f7c33de6] Auto update of debian/copyright
  * [fd344412] Auto update of debian/control
  * [8c9693ee] Updating check_hpasm to 4.5.2
  * [3f0a95dc] Updating check_raid to rev1.119
  * [5220084d] Update check_ssl_cert to 1.13.0
  * [c2c83516] More progress on the DSA plugins
  * [a9f80a8d] Implement a way to install cronjob scripts.
    CRONJOBDIR := /usr/lib/nagios/cronjobs
  * [a8dc3842] Finishing dsa check packaging.
  * [de999e73] Add config location patch for check_libs.
  * [336ad307] Auto update of debian/control
  * [33b86286] Typo fix.
  * [d0140fd4] Auto update of debian/control
  * [9059ab99] Don't reset LD/C/CXX/CPPFLAGS when including common.mk
  * [f0e986fa] Add snmp to check_printer's Recommends.
  * [f993848c] Add missing recommends for DSA plugins.
  * [80938fd9] Support checks written in Python.
  * [cbf5f37f] Auto update of debian/control
  * [6f5f3157] Updating changelog.
  * [72492690] Fix location of check_packages in cron script.
  * [68284bb0] Add patch to fix check_packages output.
  * [fd32ac40] check_libs needs libyaml-syck-perl.
  * [63d54efa] Updating changelog.
  * [f29b76d6] Add check_zone_auth plugin.
  * [0f95a649] Add check_whois plugin.
  * [3562b848] Add check_zone_rrsig_expiration plugin.

 -- Bernd Zeimetz <email address hidden> Tue, 29 May 2012 22:33:51 +0200

Revision history for this message
Micah Gersten (micahg) wrote :

This fails to build on quantal, the ld --as-needed patch is still required (might need to be rebased).

cc -lmemcached -Wl,-Bsymbolic-functions -Wl,-z,relro check_memcached.o -o check_memcached
check_memcached.o: In function `get_new_stats':
/«PKGBUILDDIR»/check_memcached/check_memcached.l:467: undefined reference to `memcached_stat'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:470: undefined reference to `memcached_strerror'
check_memcached.o: In function `check_memcached':
/«PKGBUILDDIR»/check_memcached/check_memcached.l:263: undefined reference to `memcached_create'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:269: undefined reference to `memcached_server_add'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:274: undefined reference to `memcached_behavior_set'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:275: undefined reference to `memcached_behavior_set'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:276: undefined reference to `memcached_behavior_set'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:291: undefined reference to `memcached_get'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:318: undefined reference to `memcached_set'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:453: undefined reference to `memcached_free'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:327: undefined reference to `memcached_strerror'
/«PKGBUILDDIR»/check_memcached/check_memcached.l:271: undefined reference to `memcached_strerror'
collect2: error: ld returned 1 exit status
make[2]: *** [check_memcached] Error 1
rm check_memcached.c check_memcached.o
make[2]: Leaving directory `/«PKGBUILDDIR»/check_memcached'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [dh_auto_build-check_memcached] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
Sessions still open, not unmounting

Changed in nagios-plugins-contrib (Ubuntu):
assignee: nobody → Logan Rosen (logan)
status: New → Incomplete
Revision history for this message
Micah Gersten (micahg) wrote :

Please resubscribe ubuntu-sponsors when this is ready for sponsorship

Revision history for this message
Logan Rosen (logan) wrote :

Whoops, I read the patch incorrectly. The patch is still necessary - it just needed to be refreshed. Now I'm having another patch issue with the Debian merge, but I'll work on that.

Revision history for this message
Logan Rosen (logan) wrote :

Marking this as Invalid, as 4.20120702ubuntu1 is now available in Raring.

Changed in nagios-plugins-contrib (Ubuntu):
status: Incomplete → Won't Fix
assignee: Logan Rosen (logan) → nobody
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.