Your message dated Sat, 08 Dec 2007 15:47:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#447832: fixed in ccontrol 0.9.1+20071204-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: ccontrol Version: 0.9.1+20060806-4 Severity: important Tags: patch The ccontrol package includes a number of symlinks (for example on my x86 machine): --- lrwxrwxrwx 1 root root 18 2007-10-24 11:34 c++ -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 cc -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 g++ -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 g++-2.95 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 g++-3.3 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 g++-3.4 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 g++-4.1 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 g++-4.2 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 gcc -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 gcc-2.95 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 gcc-3.3 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 gcc-3.4 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 gcc-4.1 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 gcc-4.2 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-g++ -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-g++-2.95 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-g++-3.3 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-g++-3.4 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-g++-4.1 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-g++-4.2 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-gcc -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-gcc-2.95 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-gcc-3.3 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-gcc-3.4 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-gcc-4.1 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 i486-linux-gnu-gcc-4.2 -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 ld -> ../../bin/ccontrol lrwxrwxrwx 1 root root 18 2007-10-24 11:34 make -> ../../bin/ccontrol --- With these symlinks installed and ccontrol in your path running gcc-4.2, may NOT give you version 4.2 of the compiler. --- [EMAIL PROTECTED]:~$ which gcc-4.2 /usr/lib/ccontrol/gcc-4.2 [EMAIL PROTECTED]:~$ gcc-4.2 --version i386-linux-gcc-4.0 (GCC) 4.0.4 20060904 (prerelease) (Debian 4.0.3-7) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --- This is due the the design and implementation of ccontrol. A resonable amount of work would need to be done to ccontrol to make this work as explected. In the mean time I request that these symlinks are removed from the package. I have included a stab at a patch to do this. --- ccontrol-0.9.1+20060806/debian/rules 2007-10-24 11:33:45.000000000 +1000 +++ ccontrol-0.9.1+20060806.local/debian/rules 2007-10-24 11:46:32.000000000 +1000 @@ -78,17 +78,6 @@ # This sed script is idempotent sed -i -e 's,\([^^]\)\.sp,\1\n.sp,' `find debian/*/usr/share/man -name '*.[123456789]'` - # Massive compiler linkage copied almost verbatim from ccache packaging, - # Copyright 2002 Paul Russell <[EMAIL PROTECTED]> - ln -s ../../bin/ccontrol $(CURDIR)/debian/ccontrol/usr/lib/ccontrol/$(DEB_HOST_GNU_TYPE)-gcc - ln -s ../../bin/ccontrol $(CURDIR)/debian/ccontrol/usr/lib/ccontrol/$(DEB_HOST_GNU_TYPE)-g++ - set -e; for ver in 2.95 3.3 3.4 4.1 4.2; do \ - ln -s ../../bin/ccontrol $(CURDIR)/debian/ccontrol/usr/lib/ccontrol/$(DEB_HOST_GNU_TYPE)-gcc-$$ver; \ - ln -s ../../bin/ccontrol $(CURDIR)/debian/ccontrol/usr/lib/ccontrol/gcc-$$ver; \ - ln -s ../../bin/ccontrol $(CURDIR)/debian/ccontrol/usr/lib/ccontrol/$(DEB_HOST_GNU_TYPE)-g++-$$ver; \ - ln -s ../../bin/ccontrol $(CURDIR)/debian/ccontrol/usr/lib/ccontrol/g++-$$ver; \ - done - # Build architecture-independent files here. binary-indep: build install -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.23-rc8 (SMP w/1 CPU core) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages ccontrol depends on: ii binutils 2.18-1 The GNU assembler, linker and bina ii ccache 2.4-10 Compiler results cacher, for fast ii gcc 4:4.2.1-6 The GNU C compiler ii make 3.81-3 The GNU version of the "make" util ii python 2.4.4-6 An interactive high-level object-o ccontrol recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: ccontrol Source-Version: 0.9.1+20071204-1 We believe that the bug you reported is fixed in the latest version of ccontrol, which is due to be installed in the Debian FTP archive: ccontrol_0.9.1+20071204-1.diff.gz to pool/main/c/ccontrol/ccontrol_0.9.1+20071204-1.diff.gz ccontrol_0.9.1+20071204-1.dsc to pool/main/c/ccontrol/ccontrol_0.9.1+20071204-1.dsc ccontrol_0.9.1+20071204-1_i386.deb to pool/main/c/ccontrol/ccontrol_0.9.1+20071204-1_i386.deb ccontrol_0.9.1+20071204.orig.tar.gz to pool/main/c/ccontrol/ccontrol_0.9.1+20071204.orig.tar.gz 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. Ted Percival <[EMAIL PROTECTED]> (supplier of updated ccontrol 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: Fri, 07 Dec 2007 13:18:23 +0000 Source: ccontrol Binary: ccontrol Architecture: source i386 Version: 0.9.1+20071204-1 Distribution: unstable Urgency: low Maintainer: Ted Percival <[EMAIL PROTECTED]> Changed-By: Ted Percival <[EMAIL PROTECTED]> Description: ccontrol - Compilation controller Closes: 447832 Changes: ccontrol (0.9.1+20071204-1) unstable; urgency=low . * New upstream snapshot. * Separate all changes into patch files. * Add support for finding commands by directory rather than being named explicitly (Closes: #447832) * Dynamically link glibc instead of statically linking dietlibc to ease security support. * Remove symlink for gcc-2.95 and add symlink for gcc-4.3. * Moved package Homepage into its own header. * Update to Standards-Version 3.7.3.0. * Clarify GPL version in copyright file. Files: 7a55a7110f7ac655ae3a609e27f65d85 836 devel optional ccontrol_0.9.1+20071204-1.dsc e254db36bfc41246acdcbda6f63a4d58 36657 devel optional ccontrol_0.9.1+20071204.orig.tar.gz 796ff8124f74ab34f70e1995c5cbce8d 9573 devel optional ccontrol_0.9.1+20071204-1.diff.gz c4343a6fa4dd4e5af9a8f9d9e9aba1a0 33236 devel optional ccontrol_0.9.1+20071204-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHWrt/zgm26bkTFDoRAqYnAKClldf5chpf6mbvHAq+2MfPkf9CMQCeKOJ9 f7YHfTJdkxmW05ySAQRiOcc= =e1kn -----END PGP SIGNATURE-----
--- End Message ---

