[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#596296: marked as done (apt-build: assumes sources.list is used and fails when all package sources are stored in sources.list.d)



Your message dated Tue, 28 Feb 2012 03:32:13 +0000
with message-id <E1S2DnR-0001Ze-Bh@franck.debian.org>
and subject line Bug#596296: fixed in apt-build 0.12.42
has caused the Debian Bug report #596296,
regarding apt-build: assumes sources.list is used and fails when all package sources are stored in sources.list.d
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 owner@bugs.debian.org
immediately.)


-- 
596296: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596296
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt-build
Version: 0.12.37
Severity: normal

albin@nyx:~$ ls /etc/apt/
apt-build.conf  old-sources    sources.list.d  trusted.gpg.d
apt.conf.d      preferences    trustdb.gpg
apt-file.conf   preferences.d  trusted.gpg
listbugs        secring.gpg    trusted.gpg~

During config: add line to sources.list? yes

Setting up apt-build (0.12.37) ...
dpkg: warning: obsolete option '--print-installation-architecture', please use '--print-architecture' instead.
grep: /etc/apt/sources.list: No such file or directory

albin@nyx:~$ sudo apt-build update
Ignoring file 'apt-build' in directory '/etc/apt/sources.list.d/' as it has no filename extension
Opening /etc/apt/sources.list - ifstream::ifstream (2: No such file or directory)
You must put some 'source' URIs in your sources.list

Notice how it also creates an out-of-place file in sources.list.d/
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-build depends on:
ii  apt                           0.8.0      Advanced front-end for dpkg
ii  apt-utils                     0.8.0      APT utility programs
ii  debconf [debconf-2.0]         1.5.35     Debian configuration management sy
ii  devscripts                    2.10.66    scripts to make the life of a Debi
ii  dpkg-dev                      1.15.8.4   Debian package development tools
ii  g++                           4:4.4.4-2  The GNU C++ compiler
ii  gcc                           4:4.4.4-2  The GNU C compiler
ii  libappconfig-perl             1.56-2     Perl module for configuration file
ii  libapt-pkg-perl               0.1.24+b1  Perl interface to libapt-pkg
ii  libc6                         2.11.2-2   Embedded GNU C Library: Shared lib
ii  perl                          5.10.1-14  Larry Wall's Practical Extraction 

Versions of packages apt-build recommends:
ii  build-essential               11.5       Informational list of build-essent
ii  fakeroot                      1.14.4-1   Gives a fake root environment

apt-build suggests no packages.

-- Configuration Files:
/etc/apt/sources.list.d/apt-build [Errno 2] No such file or directory: u'/etc/apt/sources.list.d/apt-build'

-- debconf information:
  apt-build/arch_alpha: ev4
  apt-build/arch_arm: armv2
* apt-build/olevel: Medium
  apt-build/build_dir: /var/cache/apt-build/build
  apt-build/arch_sparc: sparc
  apt-build/arch_amd: k6
  apt-build/options:
* apt-build/arch_intel: pentium
  apt-build/make_options:
  apt-build/repository_dir: /var/cache/apt-build/repository
  apt-build/arch_amd64: x86-64
* apt-build/add_to_sourceslist: true



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

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.42.dsc
  to main/a/apt-build/apt-build_0.12.42.dsc
apt-build_0.12.42.tar.gz
  to main/a/apt-build/apt-build_0.12.42.tar.gz
apt-build_0.12.42_mipsel.deb
  to main/a/apt-build/apt-build_0.12.42_mipsel.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 596296@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominique Lasserre <lasserre.d@gmail.com> (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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 24 Feb 2012 02:02:46 +0100
Source: apt-build
Binary: apt-build
Architecture: source mipsel
Version: 0.12.42
Distribution: experimental
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Dominique Lasserre <lasserre.d@gmail.com>
Description: 
 apt-build  - frontend to apt to build, optimize and install packages
Closes: 179850 291565 292169 314155 315102 316572 369173 391449 392844 425044 434859 507881 511853 592006 596296 624365 660590
Changes: 
 apt-build (0.12.42) experimental; urgency=low
 .
   * QA upload.
   * Bump source format to 3.0 (native).
   * Added archive suite. Clear solution for #639859.
   * Allow non authenticated installation from apt-build repository. Closes:
     #316572, #369173
   * Added new cpu-type profiles to debconf templates.
   * Changed default make option in template (-j`cpu_cores`). Set question
     priority to "high".
   * debian/dirs: Removed due to its redundancy.
   * Prevent empty directory for build_dir and repository_dir (use loop).
     Closes: #511853
   * Move debconf-only related content from postinst to config file and pimp
     debconf stuff (configuration file handling).
   * --yes (assume-yes) functionality is now recognized by aptitude. Also
     renamed help information from apt-get and apt-cache to aptget and aptcache.
     (thanks to Bryant Wong) Closes: #392844
   * Improved source version and name handling. Closes: #314155, #315102,
     #425044, #434859
   * Pull correct build dependencies. Closes: #624365
   * Compilation with cmake is supported (no code changes). Closes: #507881
   * Build with local version number (suffix +aptbuild). Closes: #391449,
     #592006
   * Support sources stored at /Dir::Etc::sourceparts. Closes: #596296
   * Rebuild Packages.gz after repository cleaning.
   * Patch from Kumar Appaiah: Allow package builds without binary packages
     registered in sources. Closes: #179850, #291565, #292169
   * Unregister conffiles located in /etc/apt/sources.list.d/. Changes are
     completely managed by debconf and maintainer scripts. Closes: #660590
   * Bump debhelper compatibility mode to 9.
   * Bump Standards version to 3.9.3.
Checksums-Sha1: 
 88b86903c8156f48205e89371093fd53f2da3b7d 1550 apt-build_0.12.42.dsc
 469be4c4c6aafd483a05566025fb0891f4ce12c6 52168 apt-build_0.12.42.tar.gz
 bf5f8c657aa98cde4eb583d534a17f3a140cb502 41298 apt-build_0.12.42_mipsel.deb
Checksums-Sha256: 
 95b37faa6d66d09a6ffd6d623b36f38f89ff4fda9520fea27c14536e681aa00c 1550 apt-build_0.12.42.dsc
 ab5b8695bafd872058436ec3b18eddf83b7efe07f9f25181d334c96c04d7d363 52168 apt-build_0.12.42.tar.gz
 344e7586795f7680a4ab334e1e4b77e325d5f9d8682929ef29c31a9472de03be 41298 apt-build_0.12.42_mipsel.deb
Files: 
 4edb97edbb39549b9c6b2c4f0f9d1e53 1550 devel optional apt-build_0.12.42.dsc
 cbb307d6124b5c2a4f323e6fab2cb28e 52168 devel optional apt-build_0.12.42.tar.gz
 e32793eb1a0364438fab56cd692a133a 41298 devel optional apt-build_0.12.42_mipsel.deb

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

iQIcBAEBCAAGBQJPTEc3AAoJEHxWrP6UeJfYGxkQAIf4InGAS3+MqrADaDiiv0jO
jvjO/HbaNJKOXE2MFeETlw72XP10z5nib6tfiD3UWeOy8i2pQHXSm+eoccjhg+A/
fVhp5je1IphufnF5SNlFzBxh6uMJnL6tD6669ipCFhPuNxh3rF9lCjCTRRy6QfHr
aMkWpglcW9oO8GJDFA2VLdlKQWT77jnJzzICTTDcLYJ214owXghYyaUMDWTIvaJO
xJ3dioYmaQzd7FaLqR8IL8G8VSq/3ZTgFQravPJ2AB4MF/eOZjbFNqQzfqQ4B113
C0UM5gsQoWKbCxRkmnsWi/LFDoHGTb67lyMGhpv/eJBljJT9TDkM3UUZjdz0yD51
oGVABJK5WZKfL+OJ1Efq9ZQtWQ+jaOLEHUZpCasb13uoF7NxJq1Pf+qCX4zV/W+Q
G4tgi0pv858RsuLPoDIEN4AIKR8x0SmthW5QxGBuLHlcp/gOq3o+nECIhLkE/sYu
+MNIe0DDNusnNvkor4YK72R+VymC+SoxegBkDdO051G4x4qWUVoIpo41ijmM8vhD
U2wWLtNEC/qC+Lnp2rzDmnoweS9PYxPWpkFuZPLcSgbaXF0F9+50z7OQLCByL6RI
slBqIV3evMsmWS6aFxwhydu1IMCJ0+gKRrT6OPU/KCAdkWbgSguGDz7ts7hwS/ns
9VtT1VoYR3nkCg4tWYLj
=o0il
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: