Your message dated Mon, 03 Mar 2008 09:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451169: fixed in apt-build 0.12.30
has caused the Debian Bug report #451169,
regarding apt-build: make wrapper modifies PATH, so make call's real gcc, not 
the wrapper
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.)


-- 
451169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451169
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---









Subject: apt-build: make wrapper modifies PATH, so make call's real gcc, not 
the wrapper
Package: apt-build
Version: 0.12.28
Severity: grave
Justification: renders package unusable
Tags: patch



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable'), (100, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23
Locale: LANG=he_IL.UTF-8, LC_CTYPE=he_IL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-build depends on:
ii  apt                           0.7.6      Advanced front-end for dpkg
ii  apt-utils                     0.7.6      APT utility programs
ii  debconf [debconf-2.0]         1.5.14     Debian configuration management sy
ii  devscripts                    2.10.9     Scripts to make the life of a Debi
ii  dpkg-dev                      1.14.7     package building tools for Debian
ii  g++                           4:4.2.1-6  The GNU C++ compiler
ii  gcc                           4:4.2.1-6  The GNU C compiler
ii  libappconfig-perl             1.56-2     Perl module for configuration file
ii  libapt-pkg-perl               0.1.21+b1  Perl interface to libapt-pkg
ii  perl                          5.8.8-11.1 Larry Wall's Practical Extraction 

Versions of packages apt-build recommends:
ii  build-essential               11.3       informational list of build-essent
pn  fakeroot                      <none>     (no description available)

-- debconf information:
  apt-build/arch_amd: k6
  apt-build/arch_alpha: ev4
* apt-build/options: -march=pentium3
* apt-build/arch_intel: pentium3
  apt-build/arch_arm: armv2
* apt-build/make_options: -j2
* apt-build/olevel: Strong
* apt-build/build_dir: /var/cache/apt-build/build
* apt-build/repository_dir: /var/cache/apt-build/repository
  apt-build/arch_sparc: sparc
  apt-build/arch_amd64: x86-64
* apt-build/add_to_sourceslist: true
--- config.c    2007-11-13 18:13:45.000000000 +0200
+++ /root/apt-build/config.c    2007-11-13 18:03:48.000000000 +0200
@@ -139,7 +139,13 @@
       if (args.mtune)
         cmd_line_args[nb_apt_build_options++] = args.mtune;
       
-       }
+    } else {
+    /* Add current path as argument to make */
+       char* path = getenv("PATH") ;
+       char* path_option = (char *) malloc (strlen(path) + 5) ;
+       sprintf (path_option,"PATH=%s",path) ;
+       cmd_line_args[nb_apt_build_options++] = path_option ;
+    }
 
   cmd_line_args[nb_apt_build_options++] = NULL;

--- End Message ---
--- Begin Message ---
Source: apt-build
Source-Version: 0.12.30

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

apt-build_0.12.30.dsc
  to pool/main/a/apt-build/apt-build_0.12.30.dsc
apt-build_0.12.30.tar.gz
  to pool/main/a/apt-build/apt-build_0.12.30.tar.gz
apt-build_0.12.30_amd64.deb
  to pool/main/a/apt-build/apt-build_0.12.30_amd64.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.
Julien Danjou <[EMAIL PROTECTED]> (supplier of updated apt-build 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.7
Date: Mon, 25 Feb 2008 14:52:14 +0100
Source: apt-build
Binary: apt-build
Architecture: source amd64
Version: 0.12.30
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou <[EMAIL PROTECTED]>
Changed-By: Julien Danjou <[EMAIL PROTECTED]>
Description: 
 apt-build  - frontend to apt to build, optimize and install packages
Closes: 451169 454472 461466
Changes: 
 apt-build (0.12.30) unstable; urgency=low
 .
   * Apply Yoram patch to add PATH as make argument (Closes: #451169)
   * Apply Andrea patch to support specific distribution (Closes: #454472)
   * Bump standards version
   * Add some missing options to manpage (Closes: #461466)
   * Depends on libc, use shlibdeps
   * Add copyright notice
   * Add Vcs fields
Files: 
 88bbe18eb5b0c6d36b60894dc65e3414 636 devel optional apt-build_0.12.30.dsc
 155d8c9249258e94ae00da9294b1ebf1 42335 devel optional apt-build_0.12.30.tar.gz
 92c1db4719e18a9065cfd51f64f6d8dc 35482 devel optional 
apt-build_0.12.30_amd64.deb

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

iD8DBQFHy8GupGK1HsL+5c0RAujwAKCrHnilnwfKE4uc7o4y7yWnktFmeACfdmjn
N6kGzXmiJHxYoakzCXsd+Cs=
=Pj/+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to