Bug#342610: openoffice.org: update problems 1.1.4-7 -> 2.0.0-4
Package: openoffice.org Version: 1.1.4-7 Severity: normal I'm trying to update to openoffice.org from 1.0.4-7 to 2.0.0-4 and get the following errors: # apt-get -t unstable install openoffice.org . Preparing to replace openoffice.org 1.1.4-7 (using .../openoffice.org_2.0.0-4_i386.deb) ... update-xmlcatalog: error: entity not registered update-xmlcatalog: error: package catalog /etc/xml/openoffice.org.xml not found Unpacking replacement openoffice.org ... dpkg: error processing /var/cache/apt/archives/openoffice.org_2.0.0-4_i386.deb (--unpack): trying to overwrite `/usr/share/doc/openoffice.org/README.Debian.gz', which is also in package openoffice.org-debian-files . Although openoffice.org-debian-files has been scheduled for removal, that package ist still installed when the new openoffice.org deb gets unpacked. There are probably some conflicts/replaces entries missing. -- System Information: Debian Release: testing/unstable APT prefers proposed-updates APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages openoffice.org depends on: ii dictionaries-common [openoff 0.62.5 Common utilities for spelling dict ii openoffice.org-bin 1.1.4-7.0.1 OpenOffice.org office suite binary ii openoffice.org-debian-files 1.1.4-6+1 Debian specific parts of OpenOffic pn openoffice.org-l10n-en | ope (no description available) ii ttf-opensymbol 1.1.4-7 The OpenSymbol TrueType font ii xml-core 0.09XML infrastructure and XML catalog openoffice.org recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#342623: java-package: errors if J2SE_PACKAGE_FULL_NAME contains spaces
Package: java-package Version: 0.27 Severity: normal Tags: patch make-jpkg prints error messages if J2SE_PACKAGE_FULL_NAME is set and contains multiple words separated by spaces. This happens because no quotes are used around the variable during this test. I'm adding a small patch to fix this. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages java-package depends on: ii coreutils 5.2.1-2.1 The GNU core utilities ii debhelper 5.0.7 helper programs for debian/rules ii fakeroot 1.5.5 Gives a fake root environment ii unzip 5.52-5 De-archiver for .zip files java-package recommends no packages. -- no debconf information --- /usr/bin/make-jpkg~dist 2005-11-09 17:09:50.0 +0100 +++ /usr/bin/make-jpkg 2005-12-09 00:59:06.0 +0100 @@ -18,13 +18,13 @@ # environment variables, use it; otherwise, # default to the name and email used by the # Debian Java Maintainers project. -if [ -z $J2SE_PACKAGE_FULL_NAME ]; then +if [ -z "$J2SE_PACKAGE_FULL_NAME" ]; then maintainer_name="Debian Java Maintainers" else maintainer_name="$J2SE_PACKAGE_FULL_NAME" fi -if [ -z $J2SE_PACKAGE_EMAIL ]; then +if [ -z "$J2SE_PACKAGE_EMAIL" ]; then maintainer_email="pkg-java-maintainers@lists.alioth.debian.org" else maintainer_email="$J2SE_PACKAGE_EMAIL"
Bug#328114: xine-ui: crashes on right-click - free(): invalid pointer
Package: xine-ui Version: 0.99.3-1.1 Severity: normal xine crashes immediately upon right-click into its window and throws the following error message: *** glibc detected *** free(): invalid pointer: 0x08126c89 *** Aborted Playing media is still possible using keyboard commands and the left mouse button. The previous version (0.99.3-1 ?) was working just fine. If there is something I can do to help you debug this, please let me know. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing-proposed-updates APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xine-ui depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libcurl3 7.14.0-5 Multi-protocol file transfer libra ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libice66.8.2.dfsg.1-6Inter-Client Exchange library ii libidn11 0.5.18-1 GNU libidn library, implementation ii libncurses55.4-9 Shared libraries for terminal hand ii libpng12-0 1.2.8rel-1PNG library - runtime ii libreadline5 5.0-10GNU readline and history libraries ii libslang2 2.0.4-4 The S-Lang programming library - r ii libsm6 6.8.2.dfsg.1-6X Window System Session Management ii libssl0.9.70.9.7e-3 SSL shared libraries ii libx11-6 6.8.2.dfsg.1-6X Window System protocol client li ii libxext6 6.8.2.dfsg.1-6X Window System miscellaneous exte ii libxine1 1.0.1-1 the xine video/media player librar ii libxinerama1 6.8.2.dfsg.1-6X Window System multi-head display ii libxtst6 6.8.2.dfsg.1-6X Window System event recording an ii libxv1 6.8.2.dfsg.1-6X Window System video extension li ii libxxf86vm16.8.2.dfsg.1-6X Video Mode selection library ii xlibs 6.8.2.dfsg.1-6X Window System client libraries m ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime Versions of packages xine-ui recommends: ii libaa11.4p5-28 ascii art library and this could affect it as well: ii libc6-i686 2.3.5-6 -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#397179: suhosin patch
Hi all, it's nice to hear that this patch will be included in Debian. I'm currently using PHP with suhosin patch (and suhosin module) on several production systems (i386, amd64, some still running php5.1) without problems (only had to increase some varfilter limits in the module configuration). The only problem I encountered is a build problem: the patch modifies both configure and configure.in (which is nice if suhosin is the only patch to be applied), but this prevents recreation of configure (which is required by several Debian patches to configure.in) due to timestamp magic on fast machines. My fix: I just removed the configure specific patch from the suhosin patch, letting the build system take care of configure recreation. Happy New Year! Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#391368: list of some missing headers
Hi, ext/mbstring/oniguruma/*.h ext/mbstring/mbstring.h ext/mbstring/php_mbregex.h There seem to be more mbstring headers missing from the php5-dev package, but manually supplying the headers listed above allowed the compilation of the suhosin module. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#392349: typo in apache2.2-common.postinst
reopen 392349 thanks This bug was previously closed with: * Enable the same list of modules as we had in 2.0 (by default) and do that for all older versions than 2.2.3-3 to fix upgrade issues people have had. Closes: #392349 Unfortunately, there is a typo in apache2.2-common.postinst that prevents this from working: if [ "$2" = "" -o -z "$2" ] || \ dpkg --compare-versions "$2" lt 2.2.0-3; then which should have been if [ "$2" = "" -o -z "$2" ] || \ dpkg --compare-versions "$2" lt 2.2.3-3; then ^^^ (and probably needs to be changed to 2.2.3-4 to be tried again) Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#397179: php5: consider adding the suhosin patch
Package: php5 Version: 5.1.6-6 Severity: wishlist Tags: patch Hi, please consider including the suhosin patch: http://www.hardened-php.net/suhosin/index.html Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections. Unlike our Hardening-Patch Suhosin is binary compatible to normal PHP installation, which means it is compatible to 3rd party binary extension like ZendOptimizer. The patch is available for PHP 5.1.6 and PHP 5.2.0 and is regularily updated for new PHP releases. It's distributed under the PHP License. The Suhosin extension is currently being packaged separately, see ITP#392119. I tried to apply the patch to the 5.1.6-6 debian package (as patch 000-suhosin-patch-0.9.6.patch) and it applied well (without conflicts) except with patch 110, where the suhosin patch seems to implement a different solution, so I just dropped patch 110. So far, I cannot make any report on actually using this. But I'll keep you updated. Thanks, Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-1-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#370494: dh-make: template kernel-module package postinst is not policy compliant
Craig Small wrote: >> thinking about the reformatted kernel-module postinst template again, I >> realized that invoking /etc/init.d/#PACKAGE# is a policy violation: > > Where did you find this invoking in dh_make? I tried looking for it but > couldn't see it anywhere. it's in the template /usr/share/debhelper/dh_make/debiank/package-modules-_KVERS_.postinst.modules.in.ex Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#358712: Hints for changing thestart/stop level
Hi Arnaud, to change the update-rc.d invocation in the postinst script, add the following line to debian/rules: DEB_UPDATE_RCD_PARAMS= defaults 90 10 that will start the script at 90 and stop it at 10 (on new installations). If you want to change this on upgrades, too, do the following (it will override admins modifications, see /usr/share/doc/sysv-rc/README.Debian.gz) Add the following block to debian/tomcat5.5.postinst in the "configure" case: if dpkg --compare-versions "$2" lt-nl "5.5.20-2" ; then # force reinstallation of the init script due to changed # start/stop levels update-rc.d -f tomcat5.5 remove fi This will remove the old links if this is an upgrade from before "5.5.20-2" (which I assumed to be the first "fixed" release). I've just tested this and it seems to work well. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#412914: reportbug: please add support for SSL protected SMTP communication
Package: reportbug Version: 3.33 Severity: wishlist Hi, some smarthosts provide smtp (auth) (only) over an ssl protected connection, but don't support TLS or ... So the following .reportbugrc settings would allow reporting bugs using such a smarthost: smtphost smarthost:465 smtpuser login smtppasswd password smtpssl # instead of smtptls Andreas -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages reportbug depends on: ii python2.4.4-2An interactive high-level object-o ii python-central0.5.12 register and build utility for Pyt reportbug recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#412915: linux-image-2.6.18-4-686: mmc/sdhci problems after resume from ram
Package: linux-image-2.6.18-4-686 Version: 2.6.18.dfsg.1-11 Severity: normal Hi, after resuming from suspend-to-ram (suspended with s2ram from uswsusp/unstable) mmc_core and sdhci spit out tons of errors and make the system very unresponsive. Eventually the system freezes (or unresponsiveness >>> my patience), a quick shutdown after resume usually helps. a few lines from syslog: Feb 27 04:15:18 lembas kernel: mmc0: Controller never released inhibit bit(s). Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:18 lembas kernel: mmc0: Reset 0x2 never completed. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:18 lembas kernel: mmc0: Reset 0x4 never completed. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:18 lembas kernel: mmc0: Controller never released inhibit bit(s). Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:18 lembas kernel: mmc0: Reset 0x2 never completed. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:18 lembas kernel: mmc0: Reset 0x4 never completed. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:18 lembas kernel: mmc0: Reset 0x1 never completed. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:33 lembas kernel: mmc0: Got command interrupt even though no command operation was in progress. Feb 27 04:15:33 lembas kernel: mmc0: Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:33 lembas kernel: mmc0: Card is consuming too much power! Feb 27 04:15:33 lembas kernel: mmc0: Unexpected interrupt 0x0080. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:33 lembas kernel: mmc0: Got command interrupt even though no command operation was in progress. Feb 27 04:15:33 lembas kernel: mmc0: Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:33 lembas kernel: mmc0: Card is consuming too much power! Feb 27 04:15:33 lembas kernel: mmc0: Unexpected interrupt 0x0080. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:35 lembas kernel: mmc0: Controller never released inhibit bit(s). Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:35 lembas kernel: mmc0: Reset 0x2 never completed. Please report this to <[EMAIL PROTECTED]>. Feb 27 04:15:35 lembas kernel: mmc0: Reset 0x4 never completed. Please report this to <[EMAIL PROTECTED]>. The mmc messages are repeated in differing amounts of the single messages again and again, each message is followed (or preceded?) by the following sdhci messages: Feb 27 04:15:18 lembas kernel: sdhci: == REGISTER DUMP == Feb 27 04:15:18 lembas kernel: sdhci: Sys addr: 0x | Version: 0x Feb 27 04:15:18 lembas kernel: sdhci: Blk size: 0x | Blk cnt: 0x Feb 27 04:15:18 lembas kernel: sdhci: Argument: 0x | Trn mode: 0x Feb 27 04:15:18 lembas kernel: sdhci: Present: 0x | Host ctl: 0x00ff Feb 27 04:15:18 lembas kernel: sdhci: Power:0x00ff | Blk gap: 0x00ff Feb 27 04:15:18 lembas kernel: sdhci: Wake-up: 0x00ff | Clock: 0x Feb 27 04:15:18 lembas kernel: sdhci: Timeout: 0x00ff | Int stat: 0x Feb 27 04:15:18 lembas kernel: sdhci: Int enab: 0x | Sig enab: 0x Feb 27 04:15:18 lembas kernel: sdhci: AC12 err: 0x | Slot int: 0x Feb 27 04:15:18 lembas kernel: sdhci: Caps: 0x | Max curr: 0x Feb 27 04:15:18 lembas kernel: sdhci: === Suspend-to-Ram (and resume) with the two modules mmc_core and sdhci unloaded just works fine. Since I don't need the card reader (not sure if it even works) I'll probably just blacklist these modules ... Andreas -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#413062: tinymce: please bundle the compressor(s)
Package: tinymce Severity: wishlist Hi, what do you think about bundling the tinymce compressors? I'm especially interested in tinymce_compressor_php, but the other compressors might be of use for other users, too (as long as they are usable on a Debian system). Andreas -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#413066: packaging tinymce locales?
Package: tinymce Severity: wishlist Hi, what about packaging the tinymce locales? I've created a tinymce-lcoales package for internal use (german translations only, but easily extensible), so if you are interested, I can make this available. Andreas -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#404852: postfix-mysql corrections
Hi, here are some corrections/additions for the newly added postfix-mysql rules (from my own ruleset, hopefully to be retired someday): ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: sql plugin doing query select password from [_[:alnum:]]+ where [_[:alnum:]]+='[EMAIL PROTECTED]:alnum:]-]+';?$ * do not hardcode table and column names ('password' does not seem a variable column name but a fixed string) * the trailing semicolon is optional (I've seen this message with and without ...) ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: sql plugin create statement from (userPassword|cmusaslsecret(PLAIN|CRAM-MD5|DIGEST-MD5)) [._[:alnum:]-]+ [.[:alnum:]-]+$ * the plugin creates more statements ... * the trailing $ was missing Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#411666: /usr/bin/svn-inject: initial checkout fails
Package: svn-buildpackage Version: 0.6.16 Severity: normal File: /usr/bin/svn-inject Tags: patch Hi, the initial checkout (default mode: 1 - trunk only) does not work: there is an attempt to copy the not existant directory $tempdir/trunk to the checkout destination. This happened while importing a native package (only .dsc + .tar.gz). The attached patch changes this to a regular checkout (no more copying). Andreas -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages svn-buildpackage depends on: ii devscripts 2.9.27 Scripts to make the life of a Debi ii file4.19-1 Determines file type using "magic" ii libsvn-perl 1.4.2dfsg1-2 Perl bindings for Subversion ii perl5.8.8-7 Larry Wall's Practical Extraction ii subversion 1.4.2dfsg1-2 Advanced version control system ii wget1.10.2-2 retrieves files from the web svn-buildpackage recommends no packages. -- no debconf information --- /usr/bin/svn-inject 2006-12-26 16:09:37.0 +0100 +++ /home/andreas/bin/svn-inject2007-02-20 02:18:40.0 +0100 @@ -333,10 +333,10 @@ print "Storing copy of your repository tree in $basedir/$package.\n"; withecho "svn", "checkout", "$opt_svnurl/$package", "$basedir/$package", $opt_svnquiet; } - elsif ($opt_checkout==1) { + elsif ($opt_checkout==1 && $opt_layout==1) { $trunkdir = "$basedir/$package"; - print "Storing trunk copy in $basedir/$package.\n"; - withecho("cp", "-a", "$tempdir/trunk", $trunkdir); + print "Storing copy of your repository trunk in $basedir/$package.\n"; + withecho "svn", "checkout", "$opt_svnurl/$package/trunk", "$basedir/$package", $opt_svnquiet; } }
Bug#414242: vserver-debiantools: please add instructions how to remove vservers
Package: vserver-debiantools Version: 0.3.4 Severity: wishlist Hi, there is no documentation how to remove a vserver. The following procedure worked for me: vserver VSNAME stop rm -rf /var/lib/vservers/VSNAME rm -rf /etc/vservers/VSNAME Perhaps some instructions should be added to the manpages of the creation scripts: newvserver(1), dupvserver(1). There is a minor bug in the manpages: newvserver(1), dupvserver(1) have a reference to the nonexistant util-vserver(1). Andreas -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (600, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#419388: load-dirs-common: outdated description
Package: load-dirs-common Version: 1.1.4 Severity: minor Hi, nowadays vcs-load-dirs supports more than only tla and darcs, so the description needs to be reworked someday ... Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages load-dirs-common depends on: ii python2.4.4-2An interactive high-level object-o ii python-central0.5.13-0.1 register and build utility for Pyt load-dirs-common recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#419387: svn-load: merge with vcs-load-dirs?
Package: svn-load Version: 0.4-2 Severity: wishlist Hi, perhaps svn-load should be merged with vcs-load-dirs which has the same functionality, only targeted at different VCSes. The common infrastructure could probably be reused for subversion, too. Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages svn-load depends on: ii python 2.4.4-2 An interactive high-level object-o ii python-svn 1.5.0dfsg-1 A(nother) Python interface to Subv svn-load recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#419511: libstdc++6-4.2-doc: file conflict with libstdc++6-4.1-doc
Package: libstdc++6-4.2-doc Version: 4.2-20070405-1 Severity: normal Hi, there is a file conflict with libstdc++6-4.1-doc: Selecting previously deselected package libstdc++6-4.2-doc. Unpacking libstdc++6-4.2-doc (from .../libstdc++6-4.2-doc_4.2-20070405-1_all.deb) ... dpkg: error processing /var/cache/apt/archives/libstdc++6-4.2-doc_4.2-20070405-1_all.deb (--unpack): trying to overwrite `/usr/share/man/man3/std::tr1::_Derives_from_binary_function.3.gz', which is also in package libstdc++6-4.1-doc dpkg-deb: subprocess paste killed by signal (Broken pipe) Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libstdc++6-4.2-doc depends on: ii gcc-4.2-base 4.2-20070405-1 The GNU Compiler Collection (base libstdc++6-4.2-doc recommends no packages. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#150124: Gridengine Status?
reopen 150124 thanks Is anyone still working on packaging the Grid Engine? I'm planning to install it on a new machine during the next weeks and of course it would be nice to have Debian packages :-) If noone is working on it, I'll try to package it myself. If you have some preliminary packages or other information of your own attempt around somewhere that could be helpful, please let me know. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#420189: g++-4.1: fails to compile correct template code - 4.1.[01] regression
Package: g++-4.1 Version: 4.1.1-21 Severity: normal Hi, I have problems with some heavy templated code, which can't be compiled by g++ 4.1.1. It's not an ICE! The following compilers (Debian packages) do compile it: g++-3.3, g++-3.4, g++-4.0, g++-4.1.2 (Debian experimental) I have no 4.1.0 available to test, but it's definitively fixed in 4.1.2 (both in manually compiled upstream source and in Debian experimental package). There is probably a PR for it, but checking the titles of the PRs fixed in 4.1.2 didn't result in anything interesting. I attach a small testcase. This requires the stxxl (stxxl.sourceforge.net) to be installed. Since this is already fixed upstream I'm not going to minimize the testcase any further. The following error message is generated: cxxbug.cpp: In instantiation of ‘VectorType’: cxxbug.cpp:30: instantiated from ‘void f() [with Vector = stxxl::VECTOR_GENERATOR]’ cxxbug.cpp:35: instantiated from here cxxbug.cpp:23: error: no type named ‘size_type’ in ‘struct stxxl::VECTOR_GENERATOR’ cxxbug.cpp: In function ‘void f() [with Vector = stxxl::VECTOR_GENERATOR]’: cxxbug.cpp:35: instantiated from here cxxbug.cpp:30: error: no matching function for call to ‘VectorType::VectorType()’ cxxbug.cpp:20: note: candidates are: VectorType::VectorType(const VectorType&) Unfortunately, this affects the new stable etch, too :-( Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages g++-4.1 depends on: ii gcc-4.1 4.1.1-21 The GNU C compiler ii gcc-4.1-base 4.1.1-21 The GNU Compiler Collection (base ii libc6 2.5-2 GNU C Library: Shared libraries ii libstdc++6-4.1-dev4.1.1-21 The GNU Standard C++ Library v3 (d g++-4.1 recommends no packages. -- no debconf information //#include #include // stxxl template class C > struct Type2Type { typedef C result; }; template struct Type2Type { typedef typename stxxl::VECTOR_GENERATOR::result result; }; template struct Type2Type { typedef typename stxxl::vector,2*1024*1024,stxxl::RC,stxxl::int64> result; }; template class C = std::vector > class VectorType : public Type2Type::result { typedef typename Type2Type::result vector_type; public: VectorType( typename vector_type::size_type n = 0) : vector_type(n) {} }; template class Vector> void f() { typedef VectorType < int, Vector > vector_type; vector_type v; } void g() { f(); }
Bug#420458: pbuilder: if BUILDRESULT is created, it's owned by root:root
Package: pbuilder Version: 0.166 Severity: normal Hi, if the BUILDRESULT directory is missing, it's created with ownership set to root:root. That's inconvenient because I have to become root to get rid of this directory. Since the .debs etc. are being chowned to me, it shouldn't be too difficult to fix the ownership of the buildresult directory (but only if it had been created by pbuilder). Note: it's possible to create multiple directory levels and all should be owned properly by me. (I usually add a '--buildresult ../build-pkgname-1.2.3-4' parameter especially for packages with many .debs to prevent cluttering my default BUILDRESULT=..) Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pbuilder depends on: ii cdebootstrap 0.3.15 Bootstrap a Debian system ii coreutils 5.97-5.3 The GNU core utilities ii debianutils 2.18 Miscellaneous utilities specific t ii debootstrap 0.3.3.3Bootstrap a basic Debian system ii gcc 4:4.1.1-15 The GNU C compiler ii wget 1.10.2-2 retrieves files from the web Versions of packages pbuilder recommends: ii cowdancer 0.26 Copy-on-write directory tree utili ii devscripts2.10.2 Scripts to make the life of a Debi ii fakeroot 1.6.5 Gives a fake root environment ii sudo 1.6.8p12-5 Provide limited super user privile -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#420460: pbuilder: creates BUILDRESULT directory even in places where the user has no write permissions
Package: pbuilder Version: 0.166 Severity: normal Hi, since the BUILDRESULT creation is done with root permissions, it can be placed everyhere on the system. Probably creation and use of the BUILDRESULT directory should be restricted to places where the user invoking pbuilder/pdebuild has write permissions. E.g. NO --buildresult /etc (exists, but user has no write permissions) NO --buildresult /etc/p/b/u/i/lderbuildresult (does not exist, user has no create permission (no write perm. in /etc) YES --buildresult /tmp(write permission, even if not owned by the user) YES --buildresult /tmp/p/b/u/i/lderbuildresult (create permissions) Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pbuilder depends on: ii cdebootstrap 0.3.15 Bootstrap a Debian system ii coreutils 5.97-5.3 The GNU core utilities ii debianutils 2.18 Miscellaneous utilities specific t ii debootstrap 0.3.3.3Bootstrap a basic Debian system ii gcc 4:4.1.1-15 The GNU C compiler ii wget 1.10.2-2 retrieves files from the web Versions of packages pbuilder recommends: ii cowdancer 0.26 Copy-on-write directory tree utili ii devscripts2.10.2 Scripts to make the life of a Debi ii fakeroot 1.6.5 Gives a fake root environment ii sudo 1.6.8p12-5 Provide limited super user privile -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#420472: [debsign] debsign -r requires write permissions in `pwd`
Package: devscripts Version: 2.10.3 Severity: normal File: /usr/bin/debsign Hi, debsign -r requires write permissions in the current directory in order to create a temporary directory. But since there are no local files to be modified, shouldn't it be perfectly OK to use a temporary directory somewhere below /tmp, $TMPDIR, ... ? A 'cd /tmp' inserted before line 387 should be enough. Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages devscripts depends on: ii debianutils 2.18 Miscellaneous utilities specific t ii dpkg-dev 1.13.25package building tools for Debian ii libc6 2.5-2 GNU C Library: Shared libraries ii perl 5.8.8-7Larry Wall's Practical Extraction ii sed 4.1.5-1The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.6.5 Gives a fake root environment -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#420465: lintian: no-md5sums-control-file triggered on binary package with no files
Package: lintian Version: 1.23.29 Severity: normal Hi, lintian triggers no-md5sums-control-file on dependency only packages. Obviously dh_md5sums didn't create an empty md5sums file (because all other packages containing files got one). One example is the php5 binary package, which only contains a few directories and a symlink (/usr/share/doc/php5 -> php5-common). Andreas -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages lintian depends on: ii binutils 2.17.20070406cvs-2 The GNU assembler, linker and bina ii diffstat 1.43-2 produces graph of changes introduc ii dpkg-dev 1.13.25package building tools for Debian ii file 4.20-4 Determines file type using "magic" ii gettext 0.16.1-1 GNU Internationalization utilities ii intltool-debian 0.35.0+20060710.1 Help i18n of RFC822 compliant conf ii libparse-debianchange 1.0-1 parse Debian changelogs and output ii man-db2.4.4-2The on-line manual pager ii perl [libdigest-md5-p 5.8.8-7Larry Wall's Practical Extraction lintian recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#384722: /etc/nsswitch.conf: references the wrong package for glibc info documentation
Santiago Vila wrote: > Hmm, do you know when and why did they change the package name? quite recently: glibc-doc-reference (2.3.6-1) unstable; urgency=low * Backport from experimental (thanks Denis): - For licensing reasons, the GNU C Library Reference Manual cannot be distributed in Debian and has to be shipped in the non-free section. -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 15 Aug 2006 20:51:45 +0200 glibc (2.3.6.ds1-1) unstable; urgency=low ... - Remove the GNU Libc Reference manual from glibc-doc because it is not DFSG-free. (Closes: #181494) ... -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 15 Aug 2006 23:01:43 +0200 Will /etc/nsswitch.conf be updated by the maintainer scripts or is it installed only once during system installation? Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390741: logwatch: unmatched postfix log messages
Package: logwatch Version: 7.3.1-2 Severity: normal Hi, although most postfix 2.3 messages were properly detected by the 7.3.1 release, there seems to be a new message that can be ignored with the following additional line in scripts/services/postfix: or ( $ThisLine =~ m/^$re_MsgID: sender non-delivery notification: $re_MsgID/ ) There is another message (in postfix 2.2 as well) that's currently undetected: 4ECDB11F8004: client=host.example.com[8.1.2.1], sasl_method=CRAM-MD5, [EMAIL PROTECTED], [EMAIL PROTECTED] There are currently two matchings in scripts/services/postfix that try to extract information from sasl_username or sasl_sender, but this combination of both values is unmatched. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390743: logwatch: unmatched postfix-mysql and libnss-mysql log messages
Package: logwatch Version: 7.3.1-2 Severity: normal Hi, postfix-mysql and lib-nss-mysql spit out a few messages that are not recognized in the secure log script. I added the following lines to scripts/services/secure in order to ignore these messages: or ( $ThisLine =~ /^postfix\/smtpd\[\d+\]: sql auxprop plugin using mysql engine/ ) or ( $ThisLine =~ /^postfix\/smtpd\[\d+\]: sql plugin .*/ ) or ( $ThisLine =~ /^postfix\/smtpd\[\d+\]: (begin|commit) transaction/ ) There are quite a few 'sql plugin .*' debug messages and I was to lazy to list them all separately :-) or ( $ThisLine =~ /^nss-mysql\[\d+\]: _nss_mysql_getspnam_r conf file parsing failed/ ) That is correct behaviour of libnss-mysql and caused by a non-root process executing the equivalent of 'getent shadow'. Since this needs to read a password column from the database the configuration file containing the database password is readable by root only. (There is a separate world readable configuration for passwd/group, but the database password contained there should not allow access to the password column). It would be nice if these changes could be integrated into (the debian package of) logwatch. Thanks. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390741: logwatch: unmatched postfix log messages
Willi Mann wrote: >>4ECDB11F8004: client=host.example.com[8.1.2.1], sasl_method=CRAM-MD5, >> [EMAIL PROTECTED], [EMAIL PROTECTED] > > Should I report sasl_username or sasl_sender? What does make more sense? > Sorry, I don't have any postfix installation available. Looking at the code again ... I think sasl_username is the senseful one (and sasl_sender is only used as a fallback if no sasl_user is available). Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390743: logwatch: unmatched postfix-mysql and libnss-mysql log messages
Willi Mann wrote: > Will postfix/smtpd report anything useful to the secure logfile? If not, > we should ignore it completely. postfix/smtpd messages from auth.log (user/domain info obscured and ran though sort | uniq -c | sort -n): 113 sql plugin create statement from cmusaslsecretCRAM-MD5 user example.com 115 sql plugin create statement from userPassword user example.com 126 begin transaction 126 commit transaction 229 sql plugin Parse the username [EMAIL PROTECTED] 230 sql plugin doing query select password from mail_users where username='[EMAIL PROTECTED]'; 261 sql plugin try and connect to a host 261 sql plugin trying to open db 'dbname' on host '127.0.0.1' 2170 sql auxprop plugin using mysql engine There seems to be no useful information from postfix/smtpd in auth.log. >> or ( $ThisLine =~ /^nss-mysql\[\d+\]: _nss_mysql_getspnam_r conf file >> parsing failed/ ) >> That is correct behaviour of libnss-mysql and caused by a non-root >> process executing the equivalent of 'getent shadow'. Since this needs to >> read a password column from the database the configuration file >> containing the database password is readable by root only. (There is a >> separate world readable configuration for passwd/group, but the database >> password contained there should not allow access to the password >> column). > > Why is this reported? Is it not possible to configure nss-mysql to not > even try to parse that conffile? It looks to me as if this log message > reports a (minor) misconfiguration. If it is possible to avoid that > message, then it's OK to report it as Unmatched Entry (this is the > statement from Bjorn L. from upstream) I had libnss-mysql rebuilt with debugging enabled and checked the debug output comparing it with the code - looking for my configuration error. So I found out, that this message was not an error, but a "feature" - as long as nss-mysql is working. But if nss_mysql is misconfigured, this message would indicate an error, too. This error message could only be fixed by hacking libnss-mysql. Looking at libnss-mysql again, I found actually two projects (nss-mysql (from which the Debian package libnss-mysql is made) and libnss-mysql (Debian libnss-mysql-bg)) doing more or less the same thing. Perhaps I'll try the other one some day. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390743: logwatch: unmatched postfix-mysql and libnss-mysql log messages
Willi Mann wrote: > I have looked at the source code of libnns-mysql. The only occurence of > above message seems to be src/ent.c, line 202: > >_nss_mysql_log(LOG_ERR,"setent(%d): conf file parsing failed", > > This says LOG_ERR, and I don't think we should kill error messages. > However, it would make sense to summarise it, to avoid differnent > process numbers to make the list of Unmatched Entries longer. No, this is in src/shadow.c, line 278: if (! _nss_mysql_read_conf_file("shadow",&pr)) { _nss_mysql_log(LOG_ERR,"_nss_mysql_getspnam_r conf file " "parsing failed"); And this fails on purpose unless it is called by root. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390972: libnss-mysql: please don't report errors reading nss-mysql-root.conf for non-root users
Package: libnss-mysql Version: 1.0-4 Severity: normal Hi, executing the getspnam() as non-root user gives the error _nss_mysql_getspnam_r conf file parsing failed every time. This is on purpose because the user is not allowed to read nss-mysql-root.conf, so this just pollutes the logs. I don't know, why so many programs want to call getspnam() ... Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#391120: libnss-mysql: upstream location has moved
Package: libnss-mysql Version: 1.0-4 Severity: minor Hi, long ago upstream has moved to http://savannah.nongnu.org/projects/nss-mysql/, debian/copyright still refers to http://freesoftware.fsf.org/download/nss-mysql/. Furthermore it would be nice to mention that this package is not made from http://libnss-mysql.sourceforge.net/ (which is separately packaged as libnss-mysql-bg), although the name suggests this relationship. Description, README.Debian, debian/copyright - I don't know which place is appropriate. Thanks. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390743: logwatch: unmatched postfix-mysql and libnss-mysql log messages
Willi Mann wrote: > This says LOG_ERR, and I don't think we should kill error messages. > However, it would make sense to summarise it, to avoid differnent > process numbers to make the list of Unmatched Entries longer. Superfluous non-error messages reported against libnss-mysql as bug #390972: libnss-mysql: please don't report errors reading nss-mysql-root.conf for non-root users Andreas PS: I just tried libnss-mysql-bg - this does not throw superfluous error messages, so I will probably switch permanently and won't see the error any more. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#383659: apache2: please switch to libdb4.4-dev
Package: apache2 Severity: normal Hi, apache (1.x) recently switched to libdb4.4-dev, but apache2 still uses libdb4.3-dev. Now php5 can't be built due to conflicting build depends: libdb4.4-dev (pulled by apache-dev) and libdb4.3-dev (pulled by apache2-prefork-dev). Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#384722: /etc/nsswitch.conf: references the wrong package for glibc info documentation
Package: base-files Version: 3.1.14 Severity: minor File: /etc/nsswitch.conf Hi, /etc/nsswitch.conf mentions that the info documentation is in glibc-doc, but actually the info documentation is included in glibc-doc-reference. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages base-files depends on: ii base-passwd 3.5.11 Debian base system master password ii gawk [awk]1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr ii mawk [awk]1.3.3-11 a pattern scanning and text proces base-files recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#387675: undocumented rootstrap.conf option 'umlargs'
Package: rootstrap Version: 0.3.23-1 Severity: minor Hi, rootstrap(1) mentions an 'umlargs' option in rootstrap.conf while describing the -u / --umlargs option, but 'umlargs' is neither described in rootstrap(1) nor in /etc/rootstrap/rootstrap.conf. It seems to belong to the [global] section. I needed this option to increase the memory for the rootstrap uml instance because locale-gen died with oom using a default of 32 MB. So I'd suggest either adding an example using the mem option to the default rootstrap.conf (umlargs=mem=128m did work for me, 64m was still not enough for locale-gen) or even introducing a [global]mem=... or [global]umlmem=... option that would allow setting the memory to use (only while rootstrapping, the user may choose whatever he likes when he uses the image file) independently of umlargs= There is also a superfluous '<' in /etc/rootstrap/rootstrap.conf line 107: #
Bug#387679: rootstrap: problems with debconf preseeding
Package: rootstrap Version: 0.3.23-1 Severity: normal Hi Mattia, at first many thanks for integrating all my suggestions into rootstrap. There are two problems with preseeding: a) can't use a local file (without an absolute path) b) can't use a file from /etc a) shouldn't be too hard to fix since you can have a local rootstrap.conf and modules/ directory b) happens because a tmpfs is mounted over /etc, but you can still access the original /etc by prepending $HOST I attach a small patch that should fix this behaviour by defining a variable $preseed_prefix that gets prepended when accessing the file. It's value is either $HOST or $HOST_CWD depending on a leading '/' in $debconf_preseed_file. Here I assumed that the pwd on the host can be accessed via $HOST_CWD - this probably has be be fixed :-) Furthermore I'd suggest moving the preseeding above the initialization of the debootstrap options in order no to interrupt the logical unit of preparing debootstrap options and running debootstrap. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information --- /usr/lib/rootstrap/modules/debian 2006-09-02 20:37:25.0 +0200 +++ modules/debian 2006-09-16 00:06:48.0 +0200 @@ -33,9 +33,16 @@ opts="$opts --unpack-tarball $basedebs" fi -if test -n "$debconf_preseed_file" -a -f "$debconf_preseed_file"; then +if test -n "$debconf_preseed_file"; then + case "$debconf_preseed_file" in + /* ) preseed_prefix=$HOST ;; + *) preseed_prefix=$HOST_CWD ;; + esac +fi + +if test -n "$debconf_preseed_file" -a -f "$preseed_prefix/$debconf_preseed_file"; then mkdir -p $TARGET/var/cache/debconf || true - cp $debconf_preseed_file $TARGET/var/cache/debconf/config.dat + cp $preseed_prefix/$debconf_preseed_file $TARGET/var/cache/debconf/config.dat # DEBCONF_DB_OVERRIDE="File{/tmp/config.dat}" # export DEBCONF_DB_OVERRIDE
Bug#387688: debian-archive-keyring: superfluous dependency on gnupg?
Package: debian-archive-keyring Version: 2006.01.18 Severity: normal Hi, I don't see the necessity for a Depends: gnupg. The postinst script calls apt-key (which is in package apt). So gnupg is only needed if someone wants to examine the contents of the keyrings - a Recommends: gnupg should be enough for this. E.g. debian-keyring also Recommends: gnupg. Removing gnupg+libraries frees about 9.5MB in minimalistic installations like pbuilder environments. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages debian-archive-keyring depends on: ii gnupg 1.4.5-1GNU privacy guard - a free PGP rep debian-archive-keyring recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#387935: rootstrap: new module to configure locales
Package: rootstrap Version: 0.3.23-1 Severity: wishlist Tags: patch Hi, I wrote a new rootstrap module to configure the locales inside the uml image. It's currently a separate module, but perhaps an integration into the debian module might be senseful? It's working for both sarge and etch and does the following: apt-get install locales echo ... | debconf-set-selections # set configuration values dpkg-reconfigure locales # generate the configured locales update-locale ... # etch: setup /etc/default/locale echo ... >> /etc/environment # sarge: there is no /etc/default/locale The following configuration in rootstrap.conf is supported: [locales] # Locales to generate # Valid values are pairs of locale and charset (separated by a space as # in /usr/share/i18n/SUPPORTED), multiple values are separated by comma, # e.g.: en_US.UTF-8 UTF-8, [EMAIL PROTECTED] ISO-8859-15 generate_locales=en_US.UTF-8 UTF-8 # Default locale, empty or 'none' for no default #default_locale=none # Arguments to update-locale(8) for configuration of /etc/default/locale # (or /etc/environment, if update-locale is not available) update_locale=LC_COLLATE=POSIX LC_CTYPE=en_US.UTF-8 LC_TIME=en_US.UTF-8 Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information locales Description: application/shellscript
Bug#387938: rootstrap: run apt-get upgrade after installing sources.list?
Package: rootstrap Version: 0.3.23-1 Severity: wishlist Hi, might it be useful, to run apt-get upgrade after installing a custom sources.list? The new sources.list might contain the security updates source and there may be newer versions available than installed by debootstrap. I tried the following: to rootstrap.conf, section [debian] I added (below apt_force_yes) # Run apt-get upgrade after updating the package lists, useful e.g. # after adding the security updates archive using sources= (see above) apt_upgrade=true and to modules/debian I added (between 'apt-get update' and 'apt-get install'): if test "$apt_upgrade" = "true"; then chroot $TARGET apt-get $apt_options upgrade fi One caveat: this currently only works if $install is not empty. Furthermore I'd like to have the possibility to run 'apt-get update' after 'apt-get install', again. I have local packages that install new trusted keys for some local package archive (using apt_force_yes=true). Running 'apt-get update' again would refresh the package lists using the newly configured trusted keys. (The first package list update is only done if $install is not empty, too.) Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#387679: rootstrap: problems with debconf preseeding
Hi, now I stumbled over it: $WORKDIR is the variable I have to use (instead of $HOST_CWD). Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#372901: problem with setting multiple blocks in /etc/apt/preferences
reopen 372901 thanks Hi, unfortunately ConfigParser.py does not preserve empty lines indented with whitespace, so setting something like preferences= Packages: * Pin: release unstable Pin-Priority: 300 Packages: * Pin: release testing Pin-Priority: 400 ends as a single entry in /etc/apt/preferences and apt and friends do not interpret this as I intended. As a workaround I changed the following in modules/debian: echo "$preferences" | sed -e '/^Pin-Priority/I s/$/\n/' \ >> $TARGET/etc/apt/preferences This assumes that pin-priority is the last line of an preferences entry. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388055: rootstrap: modules/uml does not create /etc/timezone properly
Package: rootstrap Version: 0.3.23-1 Severity: normal Hi, /etc/timezone is actually created in / (rootstrap uml environment), not in $TARGET, my fix: < chroot $TARGET echo $TARGET_TIMEZONE > /etc/timezone > echo $TARGET_TIMEZONE > $TARGET/etc/timezone Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388061: rootstrap: print an error message if a module is not executable
Package: rootstrap Version: 0.3.23-1 Severity: wishlist Hi, it would be nice if rootstrap would throw an error if a module script is found to be not executable. The error message Module ... failed with status 127 is not that clear ... Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388068: rootstrap: mount /lib/modules before rcS.d/S20module-init-tools
Package: rootstrap Version: 0.3.23-1 Severity: wishlist Hi, this a followup to bug #377035 where [uml]kernel_modules=hostfs was introduced. Using kernel_modules=hostfs breaks /etc/modules (unless it's empty). Since this doesn't affect me (and I don't expect a large number of users needs to load modules inside uml) I consider this a problem of minor priority. If hostfs is used, /lib/modules should be mounted before modules are loaded in rcS.d/S20module-init-tools. Currently mounting is done in rcS.d/S35mountall.sh Perhaps a new initscript based on the following pseudocode should be installed in the uml image (independently of the setting of kernel_modules) and executed e.g. as rcS.d/S19uml-mount-modules cat /etc/fstab | while read what where how other do if [ $where = /lib/modules ] && [ $how = hostfs ]; then mount /lib/modules break fi done BTW, rootstrap.conf should mention the three possible values for kernel_modules, like: # kernel_modules can be one of none, hostfs or copy (default) Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388076: rootstrap: configuring /etc/hosts
Package: rootstrap Version: 0.3.23-1 Severity: wishlist Hi, the /etc/hosts currently created is not that useful if I want to make the uml instance available (network-wise) in the local network. E.g. apache2 complains that it can't resolve the fqdn. The current template (in modules/network) is: 127.0.0.1 localhost $hostname.$domain $hostname I'd suggest to change this to 127.0.0.1 localhost $uml $hostname.$domain $hostname at least if the uml image is intended to have an IP address of its own afterwards ... so far I haven't used any other uml network transport than tuntap and I don't know how changing /etc/hosts effects others. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388121: rootstrap: /etc/fstab uses /dev/ubd0 instead of /dev/ubda
Package: rootstrap Version: 0.3.23-1 Severity: minor Hi, modules/uml creates an /etc/fstab that mentions the / filesystem on /dev/ubd0 - but ubd0 is uml command line syntax, the actual device is /dev/ubda. This is harmless, since the rootfs is not mounted based on the fstab entry. But it's a bad example line if you want to add another disk (e.g. a swap file) later. The device name probably has changed at some time, at least when devfs support was dropped. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages rootstrap depends on: ii debootstrap 0.3.3Bootstrap a basic Debian system ii dpkg1.13.21 package maintenance system for Deb ii python 2.4.3-11 An interactive high-level object-o ii user-mode-linux 2.6.17-1um-2 User-mode Linux (kernel) Versions of packages rootstrap recommends: ii uml-utilities 20060323-3 User-mode Linux (utility programs) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#388128: user-mode-linux: eats up the whole /dev/shm
Package: user-mode-linux Version: 2.6.17-1um-2 Severity: normal Hi, running several uml guests can consume the whole /dev/shm quickly: e.g. host mem: 1GB /dev/shm: 507 MB (default tmpfs size) 2x linux mem=256m: 512MB ==> greater than /dev/shm One uml guest crashed, the other could be shut down, but this took nearly forever. Obviously the 'physical memory' used by the uml guests is taken from /dev/shm and won't be freed again. linux --help says "mem= ... is not releated to the amount of memory in the host. ... can be more ... will be swapped out." Even using half of the host memory seems to be impossible under this situation. Is there a way to reduce /dev/shm usage? The host has enough swap (4GB) and tmpfs space available at /tmp (3GB). More could be made available, if neccessary. The host and guest kernels are plain debian kernels without any additional patches. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages user-mode-linux depends on: ii uml-utilities 20060323-3 User-mode Linux (utility programs) user-mode-linux recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#372901: [Pkg-uml-pkgs] Bug#372901: problem with setting multiple blocks in /etc/apt/preferences
Mattia Dongili wrote: > yes, for this reason I'd prefer using a dot-only line used as separator, ... > This is common already in debian packaging files (and probably others) > and doesn't impose any other constraint. Sounds sensible. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#387675: [Pkg-uml-pkgs] Bug#387675: undocumented rootstrap.conf option 'umlargs'
Hi Mattia, > Isn't a little overkill separating the mem= argument from the others? > Since umlargs is already there I'd simply document that one. For now umlargs is sufficient to set mem. Just in case rootstrap someday needs to increase the default mem limit because oom kills happen to often - then a separate mem= option might be helpful, because this could have a default setting and users don't have to care to preserve/readd a mem= setting when adding their own umlargs. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#372901: problem with setting multiple blocks in /etc/apt/preferences
Sven Mueller wrote: >>> yes, for this reason I'd prefer using a dot-only line used as separator, In rootstrap.conf this would be actually a line consisting of since it's a continuation line. > I wouldn't require that. aptitude/apt-get etc. are working quite nicely > with empty lines between blocks in /etc/apt/preferences, so We are not discussing changing /etc/apt/preferences, but how to embed an /etc/apt/preferences into /etc/rootstrap/rootstrap.conf. Since ConfigParser.py skips empty lines, a solution is needed to 'encode' the empty line somehow and to 'decode' it to an empty line when creating the apt/preferences in the uml image. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#387675: [Pkg-uml-pkgs] Bug#387675: undocumented rootstrap.conf option 'umlargs'
Mattia Dongili wrote: > how do you deal with > > [global] > umlargs=init=/bin/sh mem=256M bla=b > mem=128M Uups, didn't think about this. How does uml handle ... mem=128M mem=256M ... ? Looks like the last one wins ... > We could just ship a rootstrap.conf with some clear comment on possible > issues deriving by too low mem values, but still I'd go with umlargs This should be enough. > BTW: I'd also say we have one more bug because the --umlargs command line > option and umlargs= confg option are not exclusive, I'll modify them to > have a well defined precedence not allowing to overlap. IMO, the following precedence should be used: --umlargs (highest precedence, allow even rootstrap --umlargs "eth0=shoot,me,in,the,foot ubd1=/dev/null") mem=... (if we had one; same precedence as e.g. networking options generated from [networking]) umlargs=... (lowest precedence, may not override e.g. network settings that are configured separately, may be overridden by command line) Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390741: logwatch: unmatched postfix log messages
Willi Mann wrote: > I've reduced my fix by the nss-mysql fixes because I don't want a bug > report like "logwatch deliberately ignores important error message". > Just because the "error" message is now useless doesn't mean it's > useless in the future. Please use ignore.conf as described in the docs > (HOWTO-Customize..) OK. libnss-mysql is no longer inportant to me since it's been replaced by libnss-mysql-bg (which has a more sane syslog behaviour, no false errors and especially *not* using openlog() to avoid additional confusion) > But the rest is still there. > > Can you please test if my fixes work for you? (Especially the postfix > part) Upload is intended for tomorrow. Package is installed, I'll send you a report report tomorrow after the regular run. Thanks. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#393224: tomcat5.5: maintainer script problems
Package: tomcat5.5 Version: 5.5.17-2 Severity: normal Hi, on purge the tomcat5.5 postrm script tries to delete the user 'tomcat55' twice, according to the comments the second userdel invocation should probably remove 'tomcat5'. Lintian throws a few errors and warnings: E: tomcat5.5-webapps: maintainer-script-calls-init-script-directly postinst:12 E: tomcat5.5-webapps: maintainer-script-calls-init-script-directly prerm:15 E: tomcat5.5-admin: maintainer-script-calls-init-script-directly postinst:12 E: tomcat5.5-admin: maintainer-script-calls-init-script-directly prerm:15 I: tomcat5.5: possible-non-posix-code-in-maintainer-script postrm:27 '[ -n "$(dpkg -l tomcat5 | grep pn)" -o ' W: tomcat5.5: init.d-script-missing-lsb-section /etc/init.d/tomcat5.5 Shouldn't the grep's in tomcat5.5.postrm grep at the beginning of the line? Consistent indentation would be nice (tab/space combinations with different tabstop width definitions are used in one file ...) Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#390741: logwatch: unmatched postfix log messages
Willi Mann wrote: > Can you please test if my fixes work for you? (Especially the postfix > part) Upload is intended for tomorrow. The new package worked well, so go on and upload it. Thanks. Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#395128: git-load-dirs: package is empty - does not ship /usr/bin/git_load_dirs
Package: git-load-dirs Version: 1.0.33 Severity: normal Hi, the git-load-dirs package ships nothing (except /usr/share/doc/git-load-dirs/*) and without the git_load_dirs script it fails its purpose. Andreas -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (300, 'unstable'), (30, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages git-load-dirs depends on: ii git-core 1:1.4.2.3-2 content addressable filesystem ii load-dirs-common 1.0.33 Common files for tla-load-dirs and git-load-dirs recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#602623: Fwd: navida driver quit
Thanks for sending the logfiles etc. Reassigning the bug to the proper package now. This "NVRM: Xid" error in syslog is rather common with NVIDIA's drivers and usually fixed by using a new upstream version. Since you are using a rather old version of the 96xx driver (96.43.07), the natural thing would be to update to the latest version of this driver first (96.43.18). Unfortunately there is no updated driver package available for lenny (and no backport is planned), so you may have wait for the squeeze release (which will hopefully include the new *-legacy-96xx packages that are currently in unstable only). Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605122: /usr/bin/freshclam: excessive logging of "Network is unreachable" fills up /var[/log/clamav/freshclam.log]
Package: clamav-freshclam Version: 0.96.4+dfsg-1~volatile1 Severity: normal File: /usr/bin/freshclam I just noticed that my disk is filling up when freshclam runs but the internet connection is not available. From /var/log/clamav/freshclam.log: Received signal: wake up ClamAV update process started at Sat Nov 27 12:07:56 2010 WARNING: DNS record is older than 3 hours. WARNING: Invalid DNS reply. Falling back to HTTP mode. Reading CVD header (main.cvd): connect_error: getsockopt(SO_ERROR): fd=5 error=101: Network is unreachable Can't connect to port 80 of host db.local.clamav.net (IP: 91.198.238.33) connect_error: getsockopt(SO_ERROR): fd=5 error=101: Network is unreachable *** repeat the previous two lines for 0.85 MB *** Can't connect to port 80 of host db.local.clamav.net (IP: 85.214.115.224) connect_error: getsockopt(SO_ERROR): fd=5 error=101: Network is unreachable Can't connect to port 80 of host db.local.clamav.net (IP: 85.214.115.224) connect_error: getsockopt(SO_ERROR): fd=5 error=22: Invalid argument Can't connect to port 80 of host db.local.clamav.net (IP: 85.214.115.224) nonblock_connect: connect(): fd=5 errno=101: Network is unreachable *** repeat the previous two lines for 275 MB *** After that, the disk was full (and freshclam.log had a size of 1.4 GB, so this happened several times in the last days ...) IMO, freshclam should throttle the rate it creates connections when the network seems to be unreachable. DNS resolution was working because I run a local caching pdnsd proxy. Filling disks with useless log entries can result in DoS for local services or prevent serious log entries from being written to disk. Andreas -- Package-specific info: --- configuration --- #Automatically Generated by clamav-base postinst #To reconfigure clamd run #dpkg-reconfigure clamav-base #Please read /usr/share/doc/clamav-base/README.Debian.gz for details LocalSocket /var/run/clamav/clamd.ctl FixStaleSocket true LocalSocketGroup clamav LocalSocketMode 666 # TemporaryDirectory is not set to its default /tmp here to make overriding # the default with environment variables TMPDIR/TMP/TEMP possible User clamav AllowSupplementaryGroups true ScanMail true ScanArchive true ArchiveBlockEncrypted false MaxDirectoryRecursion 15 FollowDirectorySymlinks false FollowFileSymlinks false ReadTimeout 180 MaxThreads 12 MaxConnectionQueueLength 15 LogSyslog false LogFacility LOG_LOCAL6 LogClean false LogVerbose false PidFile /var/run/clamav/clamd.pid DatabaseDirectory /var/lib/clamav SelfCheck 3600 Foreground false Debug false ScanPE true ScanOLE2 true ScanHTML true DetectBrokenExecutables false ExitOnOOM false LeaveTemporaryFiles false AlgorithmicDetection true ScanELF true IdleTimeout 30 PhishingSignatures true PhishingScanURLs true PhishingAlwaysBlockSSLMismatch false PhishingAlwaysBlockCloak false DetectPUA false ScanPartialMessages false HeuristicScanPrecedence false StructuredDataDetection false CommandReadTimeout 5 SendBufTimeout 200 MaxQueue 100 ExtendedDetectionInfo true StreamMaxLength 10M LogFile /var/log/clamav/clamav.log LogTime true LogFileUnlock false LogFileMaxSize 0 Bytecode true BytecodeSecurity TrustSigned BytecodeTimeout 6 OfficialDatabaseOnly false CrossFilesystems true # Automatically created by the clamav-freshclam postinst # Comments will get lost when you reconfigure the clamav-freshclam package DatabaseOwner clamav UpdateLogFile /var/log/clamav/freshclam.log LogVerbose false LogSyslog false LogFacility LOG_LOCAL6 LogFileMaxSize 0 LogTime no Foreground false Debug false MaxAttempts 5 DatabaseDirectory /var/lib/clamav/ DNSDatabaseInfo current.cvd.clamav.net AllowSupplementaryGroups false PidFile /var/run/clamav/freshclam.pid ConnectTimeout 30 ReceiveTimeout 30 TestDatabases yes ScriptedUpdates yes CompressLocalDatabase no Bytecode true # Check for new database 24 times a day Checks 24 DatabaseMirror db.local.clamav.net DatabaseMirror database.clamav.net --- data dir --- total 64506 -rw-r--r-- 1 clamav clamav 354304 Nov 23 15:48 bytecode.cld -rw-r--r-- 1 clamav clamav 201416 Nov 27 07:53 daily.cvd -rw-r--r-- 1 clamav clamav 65422336 Nov 14 17:38 main.cld -rw--- 1 clamav clamav 2340 Nov 27 11:07 mirrors.dat -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (130, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages clamav-freshclam depends on: ii clamav-base 0.96.4+dfsg-1~volatile1 anti-virus utility for Unix - base ii debconf [debconf 1.5.36 Debian configuration management sy ii libc62.11.2-7Embedded GNU C Library: Shared lib ii libclamav6 0.96.4+dfsg-1~volatile1 anti-virus utility for Unix - libr ii logrotate3.7.8-6 Log rotation util
Bug#604782: nvidia-glx: man page missing
On 2010-11-24 11:28, Vincent Cheng wrote: > As a Debian Google Code-In student, I'd like to submit a missing > manual page for nvidia-bug-report.sh (attached with this bug report). > Please let me know if you think anything needs to be changed. Thanks! There was a SEE ALSO reference to nvidia-glx(1) which does not exist. Was this intentional? I commented this for now. The Debian packaging scripts are distributed under GPL-2+ - can we distribute your manual page under the same conditions? Adding the page to SVN now, but probably it won't make it into squeeze. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604953: gdm3: Crash on launching GDM3 user-selection
On Thursday, 25. November 2010 18:57:35 Daniel Golesny wrote: > Package: gdm3 > Version: 2.30.5-5 > > After complete new default installation of Squeeze I couldn't startup > Gnome. After showing the user selection dialog the computer crashed and > restarted itself, what caused in an endless crash-restart-loop. > > In recovery mode I've installed nvidia-xconfig and executed it. Then I > could start Gnome. > Now I need 1-3 restarts to get Gnome running I don't think this is a NVIDIA problem. Please try to get your system back into the state before running nvidia-xconfig, e..g move /etc/X11/xorg.conf out of the way, there shouldn't have been a config file at all in a fresh squeeze install. Try to reproduce the original problem and attach /var/log/Xorg.0.log and the logfile from gdm3 (sorry, I don't know where to find this) to this bug. You'll have to save the logs while in recovery mode, otherwise they get overwritten at the next restart. (with no xorg.conf the proprietary NVIDIA driver won't be used at all...) > , here is one of the errors > I've sent: > http://www.kerneloops.org/submitresult.php?number=2114581 No information found ... Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604820: xserver-xorg: fragments of video memory displayed during login
> Bernhard Kuemel (24/11/2010): > > On 11/24/2010 04:40 PM, Cyril Brulebois wrote: > > > Couldn't that be your binary video driver's fault? > > > > I guess so. I use NVIDIA Driver Version: 260.19.21 and used the > > nvidia installer. An 8500 GT card. As this is a closed source driver, we can't fix this bug ourselves. You should report this problem to NVIDIA, following their bug reporting instructions: http://www.nvnews.net/vbulletin/showthread.php?t=46678 As you'll have to collect information using the nvidia-bug-report.sh script, we can't forward the bug to NVIDIA. In case you report this upstream, please leave a note (forum URL etc.) to this bug, so that we can follow progress. Thanks. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604958: installation of nvidia-glx should force libdrm-nouveau1 to be uninstalled
On 2010-11-25 19:24, spamfang wrote: > Package: nvidia-glx > Severity: normal > Tags: squeeze > > I tried for some hours to get the nvidia-glx binary from the non-free repo to > work without success. But then i stumbled upon the installed libdrm-nouveau1, > removed it, because it conflicts with the nvidia-glx, and everything works > fine > now. > > Please let apt force the libdrm-nouveau1 to be uninstalled, when installing > nvidia-glx. I can't reproduce your problem with libdrm-nouveau1 here. Which version of the nvidia driver were you using? Please retry with 195.36.31-6. Why does your system load /usr/lib/libdrm_nouveau.so.1 anyway? Are you sure that the nvidia driver is being used? How does your "does not work" look like? Please attach your xorg.conf and Xorg.0.log (from a failure). Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605333: python-visual: new upstream release 5.4
Package: python-visual Version: 1:5.12-1.1 Severity: normal A new upstream release (5.4) of python-visual is available: http://vpython.org/contents/download_linux.html http://vpython.org/contents/history.html Please note that upstream uses a non-standard versioning scheme (version is treated as a decimal number instead of major.minor) and 5.4 is newer than 5.32 (and 5.12 which is in Debian). The watch file should be adjusted to mangle the version accordingly. This new upstream version might fix #567400. Andreas -- System Information: Debian Release: squeeze/sid APT prefers stable APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (130, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#567400: python-visual doesn't work with nvidia-glx-legacy-96xx, works with other video adapters
On Monday, 13. September 2010 23:30:36 wzabo...@elektron.elka.pw.edu.pl wrote: > Maybe, in fact my python-visual is version 5.12, while the newest version > on http://vpython.org/ is 5.32 I just opened http://bugs.debian.org/605333 for the new upstream release 5.4 (which is newer than 5.32). Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#599769: xorg: the xorg server consumes ram without freeing it whilst using a 3d application
On Monday, 11. October 2010 02:09:25 macarthur wrote: > Xorg continually uses ram after a 3d application it raises consistently > whilst using itself. It starts at 20MB and then as it continually is > used. > It keeps going up until the application is closed. Then it stays there > until another 3d application is ran and it goes up once more. The ram > is never released whilst the system is on. This bug came about two > maybe three > days ago i believe when there was a few hundred MBs of patches that > came down. > > It never releases said memory no matter how long it's been on after the > item came about. Please try 260.19.21-1 which is now available in experimental. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#586774: Random X server crashes
On Tuesday, 21. September 2010 08:30:10 Andreas Beckmann wrote: > On Saturday, 18. September 2010 17:42:19 Marc F. Clemente wrote: > > I upgraded to 195.36.31-2 on Aug 26. No problems. > > > > I upgraded to 195.36.31-3 on Sep 3. No problems... Until Sep 12. Now > > I start getting random crashes again. This is what Xorg.log says: > > Please try 256.53-1 (in experimental). Please retry with 260.19.21-1 (in experimental) and/or 195.36.31-6 (in testing/unstable) as well as current kernel and Xorg. Thanks Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605337: nvidia-glx can not be processed correctly
Hi, unfortunately this is only the transcript of configuring libgl1-nvidia-alternatives in a later run (tries to configure now because configuration in an earlier run of aptitude failed). Which version of nvidia-glx were you upgrading from? You may find the upgrade history in /var/log/dpkg. Please post the output of ls -la /usr/lib/nvidia /usr/lib/nvidia/diversions ls -la /usr/lib/libGL* /etc/alternatives/*libGL* Thanks. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605337: Fwd: Re: Bug#605337: nvidia-glx can not be processed correctly
Original Message Subject: Re: Bug#605337: nvidia-glx can not be processed correctly Date: Mon, 29 Nov 2010 08:27:20 -0500 From: Kejia柯嘉 To: Andreas Beckmann Hi Andreas, Here they are: `` ls -la /usr/lib/nvidia /usr/lib/nvidia/diversions /usr/lib/nvidia: total 5056 drwxr-xr-x 3 root root4096 Nov 28 18:05 . drwxr-xr-x 234 root root 77824 Nov 28 18:06 .. drwxr-xr-x 2 root root4096 Nov 28 18:06 diversions lrwxrwxrwx 1 root root 18 Nov 28 18:05 libGL.so.1 -> libGL.so.195.36.31 -rw-r--r-- 1 root root 957760 Jun 3 12:46 libGL.so.195.36.31 lrwxrwxrwx 1 root root 19 Nov 28 18:05 libglx.so -> libglx.so.195.36.31 -rw-r--r-- 1 root root 4127400 Jun 3 12:46 libglx.so.195.36.31 /usr/lib/nvidia/diversions: total 416 drwxr-xr-x 2 root root 4096 Nov 28 18:06 . drwxr-xr-x 3 root root 4096 Nov 28 18:05 .. lrwxrwxrwx 1 root root 12 Nov 28 18:06 libGL.so.1 -> libGL.so.1.2 -rw-r--r-- 1 root root 414832 Nov 11 18:56 libglx.so .. ls -la /usr/lib/libGL* /etc/alternatives/*libGL* lrwxrwxrwx 1 root root 35 Aug 28 18:13 /etc/alternatives/libGL.so -> /usr/lib/nvidia/diversions/libGL.so lrwxrwxrwx 1 root root 26 Aug 28 18:13 /etc/alternatives/libGL.so.1 -> /usr/lib/nvidia/libGL.so.1 -rw-r--r-- 1 root root 663 Nov 4 16:46 /usr/lib/libGL.la lrwxrwxrwx 1 root root 10 Nov 4 16:46 /usr/lib/libGL.so -> libGL.so.1 lrwxrwxrwx 1 root root 18 Nov 4 16:46 /usr/lib/libGL.so.1 -> libGL.so.260.19.12 -rwxr-xr-x 1 root root 980368 Nov 4 16:46 /usr/lib/libGL.so.260.19.12 lrwxrwxrwx 1 root root 20 Jul 26 15:25 /usr/lib/libGLU.so.1 -> libGLU.so.1.3.070701 -rw-r--r-- 1 root root 461624 Jul 15 08:23 /usr/lib/libGLU.so.1.3.070701 lrwxrwxrwx 1 root root 22 Nov 28 18:05 /usr/lib/libGLcore.so.1 -> libGLcore.so.195.36.31 -rw-r--r-- 1 root root 28862968 Jun 3 12:46 /usr/lib/libGLcore.so.195.36.31 '' On Sun, Nov 28, 2010 at 7:19 PM, Andreas Beckmann wrote: > Hi, > > unfortunately this is only the transcript of configuring > libgl1-nvidia-alternatives in a later run (tries to configure now > because configuration in an earlier run of aptitude failed). > Which version of nvidia-glx were you upgrading from? You may find the > upgrade history in /var/log/dpkg. > > Please post the output of > > ls -la /usr/lib/nvidia /usr/lib/nvidia/diversions > ls -la /usr/lib/libGL* /etc/alternatives/*libGL* > > Thanks. > > Andreas > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605337: nvidia-glx can not be processed correctly
On 2010-11-29 14:27, Kejia柯嘉 wrote: > lrwxrwxrwx 1 root root 18 Nov 4 16:46 /usr/lib/libGL.so.1 -> > libGL.so.260.19.12 > -rwxr-xr-x 1 root root 980368 Nov 4 16:46 /usr/lib/libGL.so.260.19.12 Where do these files come from? Did you use the nvidia installer? Mixing the NVIDIA and Debian ways to install the drivers creates all sorts of problems ... please see http://forums.debian.net/viewtopic.php?f=6&t=53144#p306438 for instructions how to clean this up. Andreas PS: please leave the bug Cc:ed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#605337: nvidia-glx can not be processed correctly
On 2010-11-30 03:41, Kejia柯嘉 wrote: > Hi Andreas, > > Maybe it is my problem: I use NVIDIA's driver, not debian. As bugsbunny wrote in the forum http://forums.debian.net/viewtopic.php?f=6&t=53144#p306438 Never mix installation methods between the nvidia way and the Debian way. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604953: Its a powernow_k8 problem
On 2010-11-29 22:46, Daniel Golesny wrote: > While starting Gnome I've switched with CTRL+1 to the first text console > and got this tail of stacktrace instead of a reboot. ... > RIP: powernowk8_target+0x542/0x6c1[powernow_k8] ... > After this stacktrace I disabled AMD Live! and Cool and Quiet in the > BIOS and now I can start my system normally ... at least one time. You should report this to the kernel package (linux-2.6) with as much information as possible. (Details about machine, board, CPU, BIOS, ...) Please try to reproduce the problem without the nvidia module being loaded as bugs in not tainted kernels are generally preferred. If you load it from /etc/modules, just comment it there for the test. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#604953: gdm3: Crash on launching GDM3 user-selection
Unrelated to the powernow bug, you have both nvidia and nouveau kernel module loaded - that looks wrong. How does your /etc/modules look like? There should be a nvidia-kernel-common.conf in /etc/modprobe.d/ that prevents loading of nouveau ... Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#705924: fsharp: fails to install: E: installing Assembly /usr/lib/cli/FSharp.Core-4.3/FSharp.Core.dll failed (exit status 29)
Followup-For: Bug #705924 Control: found -1 3.0.34+dfsg-3 Hi, the recently uploaded fsharp packages still fails to install in sid, see the attached piuparts log for details, small excerpt here: Setting up libmono-security4.0-cil (3.0.6+dfsg2-11) ... Setting up mono-4.0-gac (3.0.6+dfsg2-11) ... Setting up mono-gac (3.0.6+dfsg2-11) ... * Installing 5 assemblies from libfsharp-core4.3-cil into Mono E: installing Assembly /usr/lib/cli/FSharp.Core-4.3/FSharp.Core.dll failed E: Installation of libfsharp-core4.3-cil with /usr/share/cli-common/runtimes.d/mono failed dpkg: error processing package mono-gac (--configure): subprocess installed post-installation script returned error exit status 29 Andreas fsharp_3.0.34+dfsg-3.log.gz Description: GNU Zip compressed data
Bug#737284: 3depict: needs versioned Build-Depends: libmgl-dev (>= 2)
Control: tag -1 pending Hi, I see this has been fixed in git. Do you need a sponsor? Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#738829: python-rdflib-tools: fails to upgrade from 'sid' - trying to overwrite /usr/share/man/man1/rdfpipe.1.gz
Package: python-rdflib-tools Version: 4.0.1-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails to upgrade from 'sid' to 'experimental'. It installed fine in 'sid', then the upgrade to 'experimental' fails because it tries to overwrite other packages files without declaring a Breaks+Replaces relation. See policy 7.6 at http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces >From the attached log (scroll to the bottom...): Selecting previously unselected package python-rdflib-tools. Preparing to unpack .../python-rdflib-tools_4.0.1-1_amd64.deb ... Unpacking python-rdflib-tools (4.0.1-1) ... dpkg: error processing archive /var/cache/apt/archives/python-rdflib-tools_4.0.1-1_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/rdfpipe.1.gz', which is also in package python-rdflib 2.4.2-3 Errors were encountered while processing: /var/cache/apt/archives/python-rdflib-tools_4.0.1-1_amd64.deb cheers, Andreas python-rdflib=2.4.2-3_python-rdflib-tools=4.0.1-1.log.gz Description: GNU Zip compressed data
Bug#708577: Moreinfo
On Tuesday, 1. October 2013 07:14:51 Krzysztof Marczak wrote: > Yes, I use ATI propietary driver. Actually I use newest from testing fglrx > 13.4-3. I will check fglrx 13.8 when It will be migrated to testing (I will > not use from experimental because I need quite stable OpenCL library). Please test 13.12 (in jessie) and 14.1~beta (soon in sid). Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#716750: fglrx-driver: Using drag and drop in eye-of-gnome immediately causes an x-server crash.
On Saturday, 28. September 2013 09:55:34 CW wrote: > I just installed version 13.4 from testing. > The issue is still the same. X-Server immediately crashes in eog using > drag and > drop... What about 13.12 (in testing) and 14.1~beta (soon in unstable?) Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#734864: fglrx-driver: Starting X with fglrx as selected driver results in a, segmentation fault and black screen on boot.
On 2014-01-10 15:01, Florian Junghanns wrote: > Package: fglrx-driver > Version: 1:13.12-1 > I installed fglrx-driver and ran aticonfig --initial afterwards. I > restarted and got a black screen, without possibility to switch > over to a virtual console (Ctrl+Alt+F1). After rebooting into > recovery mode, I also tried the minimal config as described in > https://wiki.debian.org/ATIProprietary#Manual_Xserver_\ > Configuration_File_Creation > Log Files are taken from the attempt with the aticonfig xorg.conf. > Please note: This is a laptop with switchable graphics (integrated > Intel and dedicated AMD card). For this test however the integrated > Intel card was deactivated via BIOS configuration. Please retry with 14.1~beta whcih I just uploaded to sid. Thanks Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#737401: fglrx-driver: AIGLX error causes X server to crash
On 2014-02-02 16:11, Alad Wenter wrote: > Package: fglrx-driver > Version: 1:13.12-3 > Using Google Chrome with GPU acceleration active caused a return to the > login > screen. The .xsession-errors and Xorg.0.log files showed a crash of the > X-server and a failed attempt at loading the fglrx_dri modules. Please retry with 14.1~beta which I just uploaded to sid. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#738881: invoke-rc.d: unknown initscript, /etc/init.d/dictd not found.
Control: severity -1 serious On Thursday, 13. February 2014 21:22:36 Sebastian Humenda wrote: > am I right that you haven't installed dictd or dicod when the error occurs? > If so, I'm going to fix that with the next upload. If that is not in Depends: ... it's not installed during the piuparts tests and they are failing now for *all* dict-freedict-*-* packages. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#738712: kid3-core, kid3-cli: fails to upgrade from 'testing' - trying to overwrite /usr/share/kid3/translations/*
On 2014-02-12 11:37, Patrick Matthäi wrote: > tag #738712 + pending > thanks > > Patch (see below) comitted, but I have to wait to fix another bug. That's only Breaks, it needs a matching Replaces, too. > > Index: debian/control > === > --- debian/control (Revision 19859) > +++ debian/control (Arbeitskopie) > @@ -29,6 +29,7 @@ > Architecture: any > Depends: ${shlibs:Depends}, > ${misc:Depends} > +Breaks: kid3 (<< 3.0.2-2) > Description: Audio tag editor core libraries and data > An application to edit the ID3v1 and ID3v2 tags in MP3 files in an > efficient > way. These tags can be edited by most MP3 players, but not in a very Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#728984: HDMI audio not working
Since these two replies probably didn't reach the original submitter, I'm forwarding them. Also note that I uploaded 14.1~beta to unstable yesterday. On 2014-02-12 23:30, PurpleAnkh wrote: > It is likely that this is the same as > https://bugs.debian.org/697266 - linux-image-3.2.0-4-amd64: Please backport > support for HDMI audio on recent RADEON graphics cards. > > Long story short: the necessary PCI IDs for the HDMI audio on this card are > not present in the kernel - it was added in kernel 3.3. If you are able and > willing to install linux-image from wheezy-backports this should allow the > HDMI audio to work. Otherwise if you build the kernel yourself with the > patch attached to that bug report, it should also work. On 2014-02-11 13:43, Vincent Alquier wrote:> Hello, > I think the "radeon.audio" kernel option is for open source driver only. > > Have you tried with more recent fglrx version ? Catalyst 13.9 is supposed > to add some improvements for hdmi audio. > > Are you using a non-AMD DVI-to-HDMI adapter ? I think I read something on > phoronix about HDMI audio troubles when not using the provided DVI-to-HDMI > adapter. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#739104: debcheckout: should create a local tracking branch for pristine-tar
Package: devscripts Version: 2.14.1 Severity: normal Hi, if debcheckout clones a git repository, if should create a local tracking branch for pristine-tar (if that exists in the remote repository). Otherwise git-buildpackage --git-pristine-tar fails because it cannot find the pristine-tar branch. It tries to access the remote, but somehow this fails. Also a local pristine-tar branch is needed to import a new upstream release. $ debcheckout qgis [...] $ cd qgis $ git-buildpackage --git-export-dir=../build-area --git-pristine-tar [...] [...] gbp:warning: Pristine-tar branch "pristine-tar" not found fatal: Path 'qgis_2.0.1.orig.tar.gz.delta' does not exist in 'refs/remotes/origin/pristine-tar' pristine-tar: git show refs/remotes/origin/pristine-tar:qgis_2.0.1.orig.tar.gz.delta failed gbp:error: Couldn't checkout "qgis_2.0.1.orig.tar.gz": /usr/bin/pristine-tar returned 128 There may be an additional bug in pristine-tar that makes it only look for .tar.gz in refs/remotes/origin/pristine-tar while we have an ..tar.bz2 in this case. After checking out pristine-tar locally once, gbp succeeds: [...] pristine-tar: successfully generated /tmp/rebuild/build-ares/qgis_2.0.1.orig.tar.bz2 [...] Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#739107: python-fitbit: fails to upgrade from 'testing' - trying to overwrite /usr/share/doc-base/python3-fitbitscraper
Package: python-fitbit Version: 0.0.3-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package fails to upgrade from 'testing'. It installed fine in 'testing', then the upgrade to 'sid' fails because it tries to overwrite other packages files without declaring a Breaks+Replaces relation. See policy 7.6 at http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces >From the attached log (scroll to the bottom...): Selecting previously unselected package python-fitbit. Preparing to unpack .../python-fitbit_0.0.3-1_all.deb ... Unpacking python-fitbit (0.0.3-1) ... dpkg: error processing archive /var/cache/apt/archives/python-fitbit_0.0.3-1_all.deb (--unpack): trying to overwrite '/usr/share/doc-base/python3-fitbitscraper', which is also in package python3-fitbitscraper 0.1-1 Processing triggers for mime-support (3.54) ... Errors were encountered while processing: /var/cache/apt/archives/python-fitbit_0.0.3-1_all.deb cheers, Andreas python3-fitbitscraper=0.1-1_python-fitbit=0.0.3-1.log.gz Description: GNU Zip compressed data
Bug#739109: lintian: false positive maintainer-script-should-not-use-adduser-system-without-home in sendmail-base
Package: lintian Version: 2.5.21 Severity: normal Running lintian on sendmail-base_8.14.4-4.1_all.deb reports E: sendmail-base: maintainer-script-should-not-use-adduser-system-without-home postinst:64 E: sendmail-base: maintainer-script-should-not-use-adduser-system-without-home postinst:74 but the postinst script contains these calls: adduser --system --ingroup smmta --home "/var/lib/sendmail" \ --disabled-password \ --quiet --gecos 'Mail Transfer Agent' smmta; adduser --system --ingroup smmsp --home "/var/lib/sendmail" \ --disabled-password \ --quiet --gecos 'Mail Submission Program' smmsp; Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#734903: closed by Anibal Monsalve Salazar (Bug#734903: fixed in rpcbind 0.2.1-3)
On 2014-02-16 02:36, Debian Bug Tracking System wrote: > rpcbind (0.2.1-3) unstable; urgency=medium > . >* Fix "fails to upgrade from 'wheezy' - trying to overwrite > /usr/share/man/man8/rpcinfo.8.gz" > Depends on libc-bin (>= 2.16) I'm not sure if this is sufficient to ensure a certain unpack ordering in all corner cases. Using Breaks+Replaces: libc-bin (<< 2.16) would get you on the safe side. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#736668: closed by Dmitry Smirnov (Bug#736668: fixed in ifenslave 2.4)
On 2014-02-10 16:27, Debian Bug Tracking System wrote: > ifenslave (2.4) unstable; urgency=medium > . >* Added "ifenslave-2.6.prerm" to remove dangling alternatives prerm does not look right ... On 2014-01-25 23:00, Andreas Beckmann wrote something stupid: > I think the best way to clean up the alternative is in ifenslave.prerm, Oops. That should have been a *preinst*. There is no sequence that would call "prerm install" Sorry. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#739145: xul-ext-sieve: directory vs. symlink conflict: /usr/share/xul-ext/sieve/chrome/chromeFiles/content/libs/CodeMirror/lib
Package: xul-ext-sieve Version: 0.2.3d-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package installs files over an existing symlink shipped or created by another package. Installing something over existing symlinks is considered bad practice. See e.g. http://lists.debian.org/87ehlevcrf@windlord.stanford.edu It may break in subtle ways and dpkg cannot detect this as a problem. * Your package might silently overwrite files installed at the symlink destination by other packages. * If the package shipping the symlink decides to make the link point somewhere else (or turn it into a real directory), the files owned by your package "will be lost" somewhere in the filesystem. * Depending on installation order the problematic path will be created either as a symlink or a directory: the package installed first will "win" and all others have "lost". Note that dpkg intentionally does not replace directories with symlinks and vice versa, see in particular the end of point 4 in http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-unpackphase (Note: Adding Pre-Depends is *not* a solution.) This was observed during an upgrade from jessie to sid. >From the attached log (usually somewhere in the middle...): 0m41.7s ERROR: FAIL: silently overwrites files via directory symlinks: /usr/share/xul-ext/sieve/chrome/chromeFiles/content/libs/CodeMirror/lib/codemirror.css (xul-ext-sieve) != /usr/share/javascript/codemirror/codemirror.css (libjs-codemirror) /usr/share/xul-ext/sieve/chrome/chromeFiles/content/libs/CodeMirror/lib/codemirror.js (xul-ext-sieve) != /usr/share/javascript/codemirror/codemirror.js (libjs-codemirror) /usr/share/xul-ext/sieve/chrome/chromeFiles/content/libs/CodeMirror/theme/eclipse.css (xul-ext-sieve) != /usr/share/javascript/codemirror/theme/eclipse.css (libjs-codemirror) 0m44.0s ERROR: FAIL: debsums reports modifications inside the chroot: /usr/share/javascript/codemirror/codemirror.css /usr/share/javascript/codemirror/codemirror.js cheers, Andreas xul-ext-sieve_0.2.3d-1.log.gz Description: GNU Zip compressed data
Bug#739177: nmu: kdepim_4:4.12.2-1
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu nmu kdepim_4:4.12.2-1 . amd64 . experimental . -m "Rebuild against libsasl2-2" The maintainer upload was built against libsasl2-3 which was in experimental previously, but is now gone. So there is only libsasl2-2 in sid left. The buildd build seem to have picked up libsasl2-2 instead. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#708486: New dpkg no longer contains install-info, rising to serious
Control: tag -1 pending patch On Saturday, 27. July 2013 11:41:22 you wrote: > dpkg 1.17.0 is now in unstable, and does not contain the install-info > compatibility wrapper any longer. These bugs are severity serious now. Hi, I just uploaded a NMU to DELAYED/2. Since I expect jessie won't ship automake1.9-doc, I'll get this fixed in wheezy, too, otherwise the package cannot be uninstalled after a wheezy->jessie upgrade. Andreas diff -u automake1.9-nonfree-1.9.6/debian/changelog automake1.9-nonfree-1.9.6/debian/changelog --- automake1.9-nonfree-1.9.6/debian/changelog +++ automake1.9-nonfree-1.9.6/debian/changelog @@ -1,3 +1,12 @@ +automake1.9-nonfree (1.9.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rebuild with newer debhelper to remove install-info calls from the +maintainer scripts. Add dummy empty prerm to ensure a clean upgrade path +in case install-info has disappeared. (Closes: #708486) + + -- Andreas Beckmann Sun, 16 Feb 2014 16:38:04 +0100 + automake1.9-nonfree (1.9.6-1) unstable; urgency=low * Non-free split for automake1.9 documentation. only in patch2: unchanged: --- automake1.9-nonfree-1.9.6.orig/debian/prerm +++ automake1.9-nonfree-1.9.6/debian/prerm @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty prerm to ensure a clean upgrade path in case of install-info removal + +#DEBHELPER#
Bug#739185: pu: package automake1.9-nonfree/1.9.6-1.1~deb7u1
Package: release.debian.org Severity: normal Tags: wheezy User: release.debian@packages.debian.org Usertags: pu automake1.9-doc contains install-info calls in its maintainer scripts, these will cause the package to be un-uninstallable after an upgrade from wheezy to jessie with has a dpkg without install-info. I just fixed this in a NMU for sid (in DELAYED/2). Since I expect that jessie won't ship automake1.9-nonfree, I'd like to get this fixed in wheezy, too, s.t. the package can still be removed after upgrading dpkg to 1.17. Andreas [The following lists of changes regard files as different if they have different names, permissions or owners.] Files in first .deb but not in second - -rwxr-xr-x root/root DEBIAN/postinst Control files: lines which differ (wdiff format) Installed-Size: [-296-] {+218+} Version: [-1.9.6-1-] {+1.9.6-1.1~deb7u1+} diff -u automake1.9-nonfree-1.9.6/debian/changelog automake1.9-nonfree-1.9.6/debian/changelog --- automake1.9-nonfree-1.9.6/debian/changelog +++ automake1.9-nonfree-1.9.6/debian/changelog @@ -1,3 +1,19 @@ +automake1.9-nonfree (1.9.6-1.1~deb7u1) wheezy; urgency=medium + + * Non-maintainer upload. + * Rebuild for wheezy. + + -- Andreas Beckmann Sun, 16 Feb 2014 16:51:10 +0100 + +automake1.9-nonfree (1.9.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rebuild with newer debhelper to remove install-info calls from the +maintainer scripts. Add dummy empty prerm to ensure a clean upgrade path +in case install-info has disappeared. (Closes: #708486) + + -- Andreas Beckmann Sun, 16 Feb 2014 16:38:04 +0100 + automake1.9-nonfree (1.9.6-1) unstable; urgency=low * Non-free split for automake1.9 documentation. only in patch2: unchanged: --- automake1.9-nonfree-1.9.6.orig/debian/prerm +++ automake1.9-nonfree-1.9.6/debian/prerm @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty prerm to ensure a clean upgrade path in case of install-info removal + +#DEBHELPER#
Bug#739188: gnome-orca: python-speechd is gone
Package: gnome-orca Version: 3.4.2-2 Severity: serious Tags: jessie sid Hi, the upload of speech-dispatcher 0.8-5 to sid has dropped the python-speechd package. There is now python3-speechd. Please adjust your Build-Depends and Depends. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#739179: nvidia-glx: Desktop freezes completely, dmesg output: NVRM: GPU at 0000:02:00.0 has fallen off the bus.
On 2014-02-16 15:47, Markus wrote: > Randomly my system (Wheezy) freezes, so that no mouse or keyboard > inbut is possible and > the last image displayed by the monitors is stuck. > I can still ssh to the affected computer by a remote computer. > Can anyone confirm this bug in that particular nvidia driver version? Is this something that started suddenly (e.g. after some upgrade) after it was OK for a long time? Is this a fresh wheezy installation done not long ago? Is this a "grown system" upgradeded from whatever old release to wheezy? Please try the newer drivers from wheezy/backports. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#739179: nvidia-glx: Desktop freezes completely, dmesg output: NVRM: GPU at 0000:02:00.0 has fallen off the bus
On 2014-02-16 21:41, Markus wrote: > Can you please check the above excerpt. Because there are still some > packages from version 304.88. > Is this all right? vv > rc libgl1-nvidia-alternatives-ia32 304.88-1+deb7u1 ^^ > amd64simplifies replacing MESA libGL with GPU vendor libraries These packages are "Removed" but have "Conffiles remaining" as encoded in the "rc" prefix of the line, that's fine. Purging the packages would also remove their conffiles. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#728245: icinga-cgi: fails to install: subprocess installed post-installation script returned error exit status 1
On 2014-02-16 14:09, Alexander Wirt wrote: > I did several installation with fresh vms and I wasn't able to reproduce the > problem. piuparts runs the installation with DEBIAN_FRONTEND=noninteractive and stdin = /dev/null I rebuilt icinga with an additional set -x in icinga-cgi.postrm and got this additional output: Setting up icinga-cgi (1.10.3-1.1) ... + set -e + en=/etc/icinga + enc=/etc/icinga/objects/ + usn=/usr/share/icinga + . /usr/share/debconf/confmodule ++ '[' '!' '' ']' ++ PERL_DL_NONLAZY=1 ++ export PERL_DL_NONLAZY ++ '[' '' ']' ++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/icinga-cgi.postinst configure '' + set -e + en=/etc/icinga + enc=/etc/icinga/objects/ + usn=/usr/share/icinga + . /usr/share/debconf/confmodule ++ '[' '!' 1 ']' ++ '[' -z '' ']' ++ exec ++ '[' '' ']' ++ exec ++ DEBCONF_REDIR=1 ++ export DEBCONF_REDIR + '[' -n '' ']' + apacheconf=/etc/icinga/apache2.conf + htpw=/etc/icinga/htpasswd.users + case "$1" in + getent passwd nagios + db_get icinga/adminpassword + _db_cmd 'GET icinga/adminpassword' + _db_internal_IFS=' ' + IFS=' ' + printf '%s\n' 'GET icinga/adminpassword' + IFS=' ' + IFS=' ' + read -r _db_internal_line + RET= + case ${_db_internal_line%%[ ]*} in + return 0 + admpass= + ucf --debconf-ok /usr/share/icinga/apache2.conf /etc/icinga/apache2.conf Creating config file /etc/icinga/apache2.conf with new version ++ dpkg-query -f '${Status}' -W apache2.2-common ++ awk '{print $3}' + COMMON_STATE=not-installed + '[' -e /usr/share/apache2/apache2-maintscript-helper ']' + . /usr/share/apache2/apache2-maintscript-helper ++ '[' -n '' ']' ++ EXPORT_APACHE2_MAINTSCRIPT_HELPER=1 ++ '[' -n '' ']' ++ '[' -e /etc/apache2/envvars ']' ++ '[' -z configure ']' ++ APACHE2_MAINTSCRIPT_NAME=postinst ++ '[' postinst ']' ++ case "$APACHE2_MAINTSCRIPT_NAME" in ++ APACHE2_MAINTSCRIPT_PACKAGE=icinga-cgi ++ '[' -z icinga-cgi ']' ++ '[' -z '' ']' ++ APACHE2_MAINTSCRIPT_METHOD=configure ++ case "$APACHE2_MAINTSCRIPT_METHOD" in ++ '[' -z '' ']' ++ APACHE2_MAINTSCRIPT_ARGUMENT= + apache2_invoke enmod cgi + local CMD=enmod + local CONF=cgi + local RCD_ACTION= + local invoke_rcd=0 + local check_switch= + local invoke_string= + '[' -x /usr/sbin/a2enmod ']' + '[' -x /usr/sbin/a2query ']' + case "${RCD_ACTION:-}" in + case "$CMD" in + check_switch=-m + invoke_string=module + rcd_action=restart + case "$CMD" in + local a2query_ret=0 + a2query -m cgi + a2query_ret=1 + '[' 1 -eq 0 ']' + '[' 1 -eq 32 ']' + APACHE2_NEED_ACTION=1 + a2enmod -m -q cgi + return 1 dpkg: error processing package icinga-cgi (--configure): subprocess installed post-installation script returned error exit status 1 Setting up icinga-core (1.10.3-1.1) ... Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#735159: dpkg: install-info fallout
On 2014-01-13 16:16, Guillem Jover wrote: > Hmm, I guess it depends on the amount of packages affected, if it's > few I don't think I would mind, but if we were talking about say 20+ > then maybe we should look into something else. So far I've identified 33 packages. Packages removed after squeeze should be all there, for packages removed after lenny I've about 5000 still to check, 17000 done, but the potentially problematic cases should all be done, so I don't expect any more to show up (unless "fixing" some of them allows more packages to be tested with piuparts). I've prepared a patch against git HEAD, but unfortunately I didn't manage to build dpkg from git (with pbuilder, in a sid environment, even after adding B-D: autofoo*), so I couldn't test whether this works as intended. build fails with: [...] autoreconf: running: aclocal -I m4 error: cannot get project version. configure.ac:13: error: AC_INIT should be called with package and version arguments /usr/share/aclocal-1.14/init.m4:29: AM_INIT_AUTOMAKE is expanded from... configure.ac:13: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 make: *** [configure] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Andreas >From 26dc643d0067db6ed8bf4b8a26b4b31115619c9f Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Sun, 16 Feb 2014 23:52:10 +0100 Subject: [PATCH] add Breaks against obsolete packages using install-info in their prerm These packages have been removed after they were released with lenny or squeeze, but they may survive distupgrades to wheezy and jessie. Since their prerm uses install-info they cannot be removed any longer after installing dpkg 1.17.x and there is no upgrade path to a fixed package version, so add Breaks against them. (Closes: #735159) All Breaks have the form PACKAGE (<< VERSION). If the source package still exists, I used the VERSION that dropped the problematic PACKAGE. Otherwise I used the next possible maintainer upload VERSION that could reintroduce PACKAGE into sid. --- debian/changelog | 7 ++- debian/control | 40 +++- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3128c68..51d370f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,10 @@ dpkg (1.17.7) UNRELEASED; urgency=low + [ Andreas Beckmann ] + * dpkg: Add Breaks against packages using install-info that were removed +after lenny or squeeze, but may have survived upgrades to wheezy. +(Closes: #735159) + [ Updated dpkg translations ] * German (Sven Joachim). * Swedish (Peter Krefting). @@ -11,7 +16,7 @@ dpkg (1.17.7) UNRELEASED; urgency=low [ Updated manpages translations ] * German (Helge Kreutzmann). * Swedish (Peter Krefting). - + -- Guillem Jover Wed, 15 Jan 2014 19:02:55 +0100 dpkg (1.17.6) unstable; urgency=low diff --git a/debian/control b/debian/control index 8cd022d..9f87658 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,45 @@ Essential: yes Pre-Depends: ${shlibs:Depends}, tar (>= 1.23) Depends: ${misc:Depends} Breaks: dpkg-dev (<< 1.15.8), libdpkg-perl (<< 1.15.8), - apt (<< 0.7.7), aptitude (<< 0.4.7-1) + apt (<< 0.7.7), aptitude (<< 0.4.7-1), +# the following Breaks against removed packages using install-info +# in their prerm script can be removed in jessie+1 +# these packages have been removed after squeeze: + ggz-docs (<< 0.0.14.1-2), + glame (<< 2.0.1-6), + gtalk (<< 0.99.10-16), + libalogg-dev (<< 1.3.7-2), + r6rs-doc (<< 1.0-2), + ulog-acctd (<< 0.4.3-3), +# these non-free packages have been removed after squeeze: + cpp-4.1-doc (<< 4.1.2.nf2-4), + gcc-4.1-doc (<< 4.1.2.nf2-4), + gcj-4.1-doc (<< 4.1.2.nf2-4), + gfortran-4.1-doc (<< 4.1.2.nf2-4), + gnat-4.1-doc (<< 4.1.2.nf2-4), + cpp-4.2-doc (<< 4.2.4.nf1-4), + gcc-4.2-doc (<< 4.2.4.nf1-4), + gcj-4.2-doc (<< 4.2.4.nf1-4), + gfortran-4.2-doc (<< 4.2.4.nf1-4), + gnat-4.2-doc (<< 4.2.4.nf1-4), +# these packages have been removed after lenny: + ada-reference-manual (<< 20021112web-4), + asn1-mode (<< 2.7-7), + bogosort (<< 0.4.2-3), + cl-yacc (<< 0.3-3), + libgtk1.2-doc (<< 1.2.10-19), + libnettle-dev (<< 2), + liborbit-dev (<< 0.5.17-12), + libreadline5-dev (<< 5.2-8), + librep-doc (<< 0.90), + mmucl (<< 1.5.2-3), + nxml-mode (<< 20041004-9), + serveez-doc (<< 0.1.5-3), + slat (<< 2.0-6), + texlive-base-bin-doc (<< 2007.dfsg.2-9), + ttcn-el (<< 0.6.9-2), + xconq-doc (<< 7.4.1-5), + zenirc (<< 2.112.dfsg-1), Suggests: apt Replaces: manpages-it (<< 2.80-4) Description: Debian package management system -- 1.8.5.3
Bug#739245: conky-std: fails to upgrade lenny -> squeeze -> wheezy - trying to overwrite /etc/conky/conky.conf
On 2014-02-17 09:57, Vincent Cheng wrote: > There actually was a conky package in squeeze, but it got moved into > contrib by the previous maintainer, whereas conky in lenny and wheezy > (and later) is in main (#579102). Without contrib enabled though, > piuparts wouldn't know this. And that's the reason I didn't notice this earlier: testing packages from main with only main enabled is a fairly recent change. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#739274: libpam-tacplus: leaves modified pam configuration after install in wheezy, distupgrade to sid, purge
Package: libpam-tacplus Version: 1.3.8-1 Severity: serious User: debian...@lists.debian.org Usertags: piuparts Hi, during a test with piuparts I noticed your package leaves a modified pam configuration after upgrading from wheezy to sid and purging the package. >From the attached log (scroll to the bottom...): 0m53.0s ERROR: FAIL: After purging files have been modified: /etc/pam.d/common-account not owned /etc/pam.d/common-auth not owned /etc/pam.d/common-password not owned /etc/pam.d/common-session not owned /etc/pam.d/common-session-noninteractive not owned /var/lib/pam/account not owned /var/lib/pam/auth not owned /var/lib/pam/password not owned /var/lib/pam/seen not owned /var/lib/pam/session not owned /var/lib/pam/session-noninteractivenot owned This looks like a missing pam-auth-update call somewhere ... Cheers, Andreas libpam-tacplus_1.3.8-1.log.gz Description: GNU Zip compressed data
Bug#739234: RM: elib -- ROM; Unmaintained upstream, useful functions long included in Emacs directly
On Sunday, 16. February 2014 22:10:48 Joerg Jaspert wrote: > the subject says it. The package is basically unmaintained and by now > no longer needed, so should go away. There are no rdeps either. That implies #689773 needs to be fixed in wheezy, otherwise elib can't be removed after an upgrade to jessie. Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org