Your message dated Sun, 11 Jan 2009 01:47:04 +0000
with message-id <[email protected]>
and subject line Bug#451812: fixed in procps 1:3.2.7-10
has caused the Debian Bug report #451812,
regarding procps: cross build support.
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.)


-- 
451812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451812
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: procps
Version: 1:3.2.7-5
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: crossbuilt

--- Please enter the report below this line. ---

As part of the long term mass bug filing for cross building support,
(http://lists.debian.org/debian-devel/2007/11/msg00116.html), I've
prepared this patch for debian/rules.

The cross building support in Debian has been recently rewritten -
particularly in respect of how environment variables and overrides are
handled - so this patch is now needed to allow wget to correctly
identify the cross compiler.

--- procps-3.2.7/debian/rules 
+++ procps.new/debian/rules 
@@ -12,7 +12,13 @@
 DEBROOT=$(CURDIR)/debian/procps
 
 DEB_HOST_ARCH_OS       ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-
+DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
+else
+CROSS=
+endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
        INSTALL_PROGRAM += -s
 endif
@@ -25,10 +31,10 @@
 
        # Add here commands to compile the package.
        mkdir static
-       $(MAKE) lib64=lib SHARED=0 proc/libproc.a
+       $(MAKE) $(CROSS) lib64=lib SHARED=0 proc/libproc.a
        mv proc/libproc.a static
        $(MAKE) clean
-       $(MAKE) W_SHOWFROM=\-DW_SHOWFROM lib64=lib 
+       $(MAKE) $(CROSS) W_SHOWFROM=\-DW_SHOWFROM lib64=lib 
 
        touch build-stamp
 
@@ -50,7 +56,7 @@
        dh_installdirs
 
        # Add here commands to install the package into debian/procps.
-       $(MAKE) lib64=lib ln_f="ln -sf" ldconfig=echo DESTDIR=$(DEBROOT) install
+       $(MAKE) $(CROSS) lib64=lib ln_f="ln -sf" ldconfig=echo 
DESTDIR=$(DEBROOT) install
        install --mode 644 -o root -g root debian/sysctl.conf $(DEBROOT)/etc/
        cp debian/lintian $(DEBROOT)/usr/share/lintian/overrides/procps
 


--- System information. ---
Architecture: powerpc
Kernel:       Linux 2.6.22-3-powerpc

Debian Release: lenny/sid
  500 unstable        www.linux.codehelp.co.uk 
  500 unstable        www.emdebian.org 
  500 unstable        ftp.uk.debian.org 
  500 experimental    www.emdebian.org 

--- Package information. ---
Depends            (Version) | Installed
============================-+-=============
libc6           (>= 2.6.1-1) | 2.6.1-6
libncurses5         (>= 5.6) | 5.6+20071013-1
lsb-base         (>= 3.0-10) | 3.1-24


-- 

Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/

Attachment: pgp04xHFEA13r.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: procps
Source-Version: 1:3.2.7-10

We believe that the bug you reported is fixed in the latest version of
procps, which is due to be installed in the Debian FTP archive:

libproc-dev_3.2.7-10_i386.deb
  to pool/main/p/procps/libproc-dev_3.2.7-10_i386.deb
procps_3.2.7-10.diff.gz
  to pool/main/p/procps/procps_3.2.7-10.diff.gz
procps_3.2.7-10.dsc
  to pool/main/p/procps/procps_3.2.7-10.dsc
procps_3.2.7-10_i386.deb
  to pool/main/p/procps/procps_3.2.7-10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Craig Small <[email protected]> (supplier of updated procps package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 11 Jan 2009 12:29:42 +1100
Source: procps
Binary: procps libproc-dev
Architecture: source i386
Version: 1:3.2.7-10
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[email protected]>
Changed-By: Craig Small <[email protected]>
Description: 
 libproc-dev - library for accessing process information from /proc
 procps     - /proc file system utilities
Closes: 155227 183346 183486 225549 252575 267873 375739 378695 410967 414906 
420377 426782 451812 469669 481679 494655 495882 495884 495885 495987 496274 
502729 508435 511082
Changes: 
 procps (1:3.2.7-10) unstable; urgency=low
 .
   * PATH_MAX problem fixed Closes: #496274
   * NOHZ patch appilied Closes: #495882
   * Added some extra comments about sysctl Closes: #495884
   * init script respects VERBOSE Closes: #495885
   * More ps sorting Closes: #508435
   * ps displays cgroups Closes: #469669
   * Added cross build support Closes: #451812
   * Added Hilko's fix for sysctl Closes: #511082
   * Applied Mortys watch exec patch, thankyou!!
     Closes: #225549, #155227, #420377, #481679,#410967
   * top UID length now increased to 5 Closes: #426782
   * init script not installed for kFreeBSD Closes: #502729
   * Fixed kernel.maps_protect entry in sysctl.conf Closes: #494655
   * D flag documented in man page Closes: #495987
   * w uses locale for centi-seconds Closes: #252575
   * Corrected w-bassman patch which made ALL times change and documented
     what the times mean in w.1 Closes: #414906
   * Changed dh_clean -k to dh_prep
   * Updated to debhelper 7
   * Replaced may in kill.1 Closes: #375739
   * Added precision wait time to watch Closes: #183486
   * top exits if it cannot read /proc Closes: #378695
   * Adjusted top.1 as CODE DATA fields were incorrect Closes: 267873
   * Added --errexit flag on watch to exit on command error Closes:
     #183346
Checksums-Sha1: 
 7c6b79f5de42aa2acce4d6dc6ebebdaed4a30e9e 990 procps_3.2.7-10.dsc
 36fc8a379dd6c310cdbc29e5136f2fe235d1f48d 81896 procps_3.2.7-10.diff.gz
 b2cab9c0bfd951701d987c762a29de0cb33fd699 225882 procps_3.2.7-10_i386.deb
 15e1a4f9f2adda3c2fae8fd716f677c2950bdd08 57146 libproc-dev_3.2.7-10_i386.deb
Checksums-Sha256: 
 f9e39d0bfba1ecf2d3cd37bde55a2987866911f37e39b2460b91118b6a7644cb 990 
procps_3.2.7-10.dsc
 0bb5ba17a2c44342f79a6601ce070847c90bcfb58999b641be4b86c4ec5c1902 81896 
procps_3.2.7-10.diff.gz
 de3a721b689c33c0864b8daf698644beccf0f5afeebbbecaa5afe5f54b08a554 225882 
procps_3.2.7-10_i386.deb
 166c7b1524ab91f37be67f1fcfa3e6ef2d0ef0fdd8ec0b61b3f52be8b27c0780 57146 
libproc-dev_3.2.7-10_i386.deb
Files: 
 87c80bc01ad625d5706b2d6dfc677a00 990 admin required procps_3.2.7-10.dsc
 fd186946acddc00b1923eebba3a1948d 81896 admin required procps_3.2.7-10.diff.gz
 da71ca3be2133d481c71ec67957b2ce1 225882 admin required procps_3.2.7-10_i386.deb
 8d7b98f42f31896bca47aa403100ea75 57146 libdevel optional 
libproc-dev_3.2.7-10_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJaUzMx2zlrBLK36URAlfAAJoDFOv+B3MaTisuLpaHuIf5GR09mgCfbEFB
YLL4f9Mhoc7tLtnTwA3HmzA=
=tS6D
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to