|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Bug#554537: postinst failes with exit status 30Package: isdnutils-base
Version: 1:3.9.20060704-5 Severity: grave Hi. Since -4 the package refuses to upgrade correctly: Setting up isdnutils-base (1:3.9.20060704-6) ... dpkg: error processing isdnutils-base (--configure): subprocess installed post-installation script returned error exit status 30 dpkg: dependency problems prevent configuration of ipppd: ipppd depends on isdnutils-base (= 1:3.9.20060704-6); however: Package isdnutils-base is not configured yet. dpkg: error processing ipppd (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of isdnlog: isdnlog depends on isdnutils-base (= 1:3.9.20060704-6); however: Package isdnutils-base is not configured yet. dpkg: error processing isdnlog (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of isdnvboxserver: isdnvboxserver depends on isdnutils-base (= 1:3.9.20060704-6); however: Package isdnutils-base is not configured yet. dpkg: error processing isdnvboxserver (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: isdnutils-base ipppd isdnlog isdnvboxserver This seems to be caused by the addition of "set -e" to the debconf-scripts, which makes the whole script fail if debconf returns with "30" (meaning skipped question). Grüße, Sven. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.31.1-219 Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/dash Versions of packages isdnutils-base depends on: ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy ii libc6 2.10.1-5 GNU C Library: Shared libraries ii libncurses5 5.7+20090803-2 shared libraries for terminal hand ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii makedev 2.3.1-89 creates device files in /dev ii udev 146-6 /dev/ and hotplug management daemo isdnutils-base recommends no packages. Versions of packages isdnutils-base suggests: pn ipppd <none> (no description available) pn isdnlog <none> (no description available) pn isdnutils-doc <none> (no description available) pn isdnutils-xtools <none> (no description available) ii isdnvboxclient 1:3.9.20060704-6 ISDN utilities - answering machine pn isdnvboxserver <none> (no description available) -- debconf-show failed -- To UNSUBSCRIBE, email to debian-qa-packages-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Bug#554537: postinst failes with exit status 30Sven Hartge wrote:
> Since -4 the package refuses to upgrade correctly: Stupid me, of course this should read "-5" instead of "-4". Grüße, Sven. -- To UNSUBSCRIBE, email to debian-qa-packages-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Bug#554537: postinst failes with exit status 30Quoting Sven Hartge (sven@...):
> Sven Hartge wrote: > > > Since -4 the package refuses to upgrade correctly: > > Stupid me, of course this should read "-5" instead of "-4". Hmmm, the addition of "set -e" was meant to be a "lintian cleaning" for the package while doing l10n updates (something I do very often during such l10n uploads). Apparently, the package was in a worse shape than I imagined....and debconf stuff is not done in a standard way. So, well, either I find the right fix quite quickly for this...or I will re-hide the issue under the rug and just drop the "set -e" line. .../... At first glance, it seems that replacing all "db_input foo/bar" by "db_input foo/bar || true" (in isdnutils-base.config, for instance) could be what makes things work *without* "set +e". Untested, though |
|
|
Bug#554537: postinst failes with exit status 30Christian Perrier wrote:
> At first glance, it seems that replacing all "db_input foo/bar" by > "db_input foo/bar || true" (in isdnutils-base.config, for instance) > could be what makes things work *without* "set +e". Untested, though Some other packages have been bitten by this recently (but I can't remember the name) and the suggested fix was the same as the one you suggested. So I'd say: go ahead, can't become any worse. Grüße, Sven. -- To UNSUBSCRIBE, email to debian-qa-packages-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Bug#554537: marked as done (postinst failes with exit status 30)Your message dated Sat, 07 Nov 2009 13:18:28 +0000
with message-id <E1N6lBU-0002e7-N5@...> and subject line Bug#554537: fixed in isdnutils 1:3.9.20060704-7 has caused the Debian Bug report #554537, regarding postinst failes with exit status 30 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@... immediately.) -- 554537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554537 Debian Bug Tracking System Contact owner@... with problems Package: isdnutils-base Version: 1:3.9.20060704-5 Severity: grave Hi. Since -4 the package refuses to upgrade correctly: Setting up isdnutils-base (1:3.9.20060704-6) ... dpkg: error processing isdnutils-base (--configure): subprocess installed post-installation script returned error exit status 30 dpkg: dependency problems prevent configuration of ipppd: ipppd depends on isdnutils-base (= 1:3.9.20060704-6); however: Package isdnutils-base is not configured yet. dpkg: error processing ipppd (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of isdnlog: isdnlog depends on isdnutils-base (= 1:3.9.20060704-6); however: Package isdnutils-base is not configured yet. dpkg: error processing isdnlog (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of isdnvboxserver: isdnvboxserver depends on isdnutils-base (= 1:3.9.20060704-6); however: Package isdnutils-base is not configured yet. dpkg: error processing isdnvboxserver (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: isdnutils-base ipppd isdnlog isdnvboxserver This seems to be caused by the addition of "set -e" to the debconf-scripts, which makes the whole script fail if debconf returns with "30" (meaning skipped question). Grüße, Sven. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.31.1-219 Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/dash Versions of packages isdnutils-base depends on: ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy ii libc6 2.10.1-5 GNU C Library: Shared libraries ii libncurses5 5.7+20090803-2 shared libraries for terminal hand ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii makedev 2.3.1-89 creates device files in /dev ii udev 146-6 /dev/ and hotplug management daemo isdnutils-base recommends no packages. Versions of packages isdnutils-base suggests: pn ipppd <none> (no description available) pn isdnlog <none> (no description available) pn isdnutils-doc <none> (no description available) pn isdnutils-xtools <none> (no description available) ii isdnvboxclient 1:3.9.20060704-6 ISDN utilities - answering machine pn isdnvboxserver <none> (no description available) -- debconf-show failed Source: isdnutils Source-Version: 1:3.9.20060704-7 We believe that the bug you reported is fixed in the latest version of isdnutils, which is due to be installed in the Debian FTP archive: capiutils_3.9.20060704-7_i386.deb to main/i/isdnutils/capiutils_3.9.20060704-7_i386.deb ipppd_3.9.20060704-7_i386.deb to main/i/isdnutils/ipppd_3.9.20060704-7_i386.deb isdnactivecards_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnactivecards_3.9.20060704-7_i386.deb isdneurofile_3.9.20060704-7_i386.deb to main/i/isdnutils/isdneurofile_3.9.20060704-7_i386.deb isdnlog-data_3.9.20060704-7_all.deb to main/i/isdnutils/isdnlog-data_3.9.20060704-7_all.deb isdnlog_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnlog_3.9.20060704-7_i386.deb isdnutils-base_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnutils-base_3.9.20060704-7_i386.deb isdnutils-doc_3.9.20060704-7_all.deb to main/i/isdnutils/isdnutils-doc_3.9.20060704-7_all.deb isdnutils-xtools_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnutils-xtools_3.9.20060704-7_i386.deb isdnutils_3.9.20060704-7.diff.gz to main/i/isdnutils/isdnutils_3.9.20060704-7.diff.gz isdnutils_3.9.20060704-7.dsc to main/i/isdnutils/isdnutils_3.9.20060704-7.dsc isdnutils_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnutils_3.9.20060704-7_i386.deb isdnvbox_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnvbox_3.9.20060704-7_i386.deb isdnvboxclient_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnvboxclient_3.9.20060704-7_i386.deb isdnvboxserver_3.9.20060704-7_i386.deb to main/i/isdnutils/isdnvboxserver_3.9.20060704-7_i386.deb libcapi20-3_3.9.20060704-7_i386.deb to main/i/isdnutils/libcapi20-3_3.9.20060704-7_i386.deb libcapi20-dev_3.9.20060704-7_i386.deb to main/i/isdnutils/libcapi20-dev_3.9.20060704-7_i386.deb pppdcapiplugin_3.9.20060704-7_i386.deb to main/i/isdnutils/pppdcapiplugin_3.9.20060704-7_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 554537@..., and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christian Perrier <bubulle@...> (supplier of updated isdnutils package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@...) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 05 Nov 2009 20:21:15 +0100 Source: isdnutils Binary: isdnutils isdnutils-base isdnutils-xtools ipppd isdnlog isdnlog-data isdnutils-doc isdnvbox isdnvboxclient isdnvboxserver capiutils libcapi20-3 libcapi20-dev pppdcapiplugin isdnactivecards isdneurofile Architecture: source all i386 Version: 1:3.9.20060704-7 Distribution: unstable Urgency: low Maintainer: Debian QA Group <packages@...> Changed-By: Christian Perrier <bubulle@...> Description: capiutils - ISDN utilities - tools for CAPI-capable cards ipppd - ISDN utilities - PPP daemon isdnactivecards - ISDN utilities - active ISDN card support isdneurofile - ISDN utilities - EUROFILE support isdnlog - ISDN utilities - connection logger isdnlog-data - ISDN utilities - connection logger data isdnutils - ISDN utilities - dependency package isdnutils-base - ISDN utilities - minimal set isdnutils-doc - ISDN utilities - documentation isdnutils-xtools - ISDN utilities - graphical tools isdnvbox - ISDN utilities - answering machine dependency package isdnvboxclient - ISDN utilities - answering machine client isdnvboxserver - ISDN utilities - answering machine server libcapi20-3 - ISDN utilities - CAPI support libraries libcapi20-dev - ISDN utilities - CAPI development libraries pppdcapiplugin - ISDN utilities - pppd plug-in for CAPI support Closes: 554537 Changes: isdnutils (1:3.9.20060704-7) unstable; urgency=low . * Drop "set -e" in config scripts as it breaks upgrades. Let's hope someone will look this in more details later on Closes: #554537 Checksums-Sha1: 830bd5f34184b4ca8f4ce73dd342dd51c06b8a9e 1599 isdnutils_3.9.20060704-7.dsc 63ea0d26e09e0431bb0d13390b04728c8a3e1f1c 1145658 isdnutils_3.9.20060704-7.diff.gz 839ba2394495a5c9113b6a9dbf4822df51651891 838004 isdnlog-data_3.9.20060704-7_all.deb 696afeb4e4a91bf3bf64e1fc8c997ffaf79a7e64 666632 isdnutils-doc_3.9.20060704-7_all.deb da11f7b17d68a38ee76b7097cc89ed867f5cb4ef 33120 isdnutils_3.9.20060704-7_i386.deb 44180ac5f7cd6eca1e785646f15b974bc8f6e038 145052 isdnutils-base_3.9.20060704-7_i386.deb d01b9b5e488fd6f4d7563f62beca1788e065e2d3 48322 isdnutils-xtools_3.9.20060704-7_i386.deb 77b795c47443f595c64ed9cd3d806ff5af1e495a 172052 ipppd_3.9.20060704-7_i386.deb c5c17db9fa666d0acc1fe18201f5ef7a13c034d8 506882 isdnlog_3.9.20060704-7_i386.deb 95e435dc2073676609040de06feb701452280388 28070 isdnvbox_3.9.20060704-7_i386.deb 683e922dffdbaa8076e1742680c6845728f7429a 66678 isdnvboxclient_3.9.20060704-7_i386.deb f6d28f4613460c67b016a1bb5c1f5324a464c20b 138154 isdnvboxserver_3.9.20060704-7_i386.deb 5522e8c47e91c3965823df6eaa24f7bf393c7aea 80878 capiutils_3.9.20060704-7_i386.deb 9715797341681e3107e9aeb2acc9faeb03c25798 42656 libcapi20-3_3.9.20060704-7_i386.deb 678ca788aa407017f567c567c19aa81d5f604d43 27974 libcapi20-dev_3.9.20060704-7_i386.deb 6a403cee839c74183a237bb9b924301feff251c8 139132 pppdcapiplugin_3.9.20060704-7_i386.deb 48feb4b73df202ed8d0862227226995fcb0285fd 1649932 isdnactivecards_3.9.20060704-7_i386.deb 9017657072883e5a647db4d488eff41afb57433c 172634 isdneurofile_3.9.20060704-7_i386.deb Checksums-Sha256: 6e6d324a82f5c8e4c8749a413950e3a3789838340fdc5769988d4f91bfe62eca 1599 isdnutils_3.9.20060704-7.dsc 74eb97cdd6de8940907cae11c12b549341bf17a994c243e868d821f10e69a497 1145658 isdnutils_3.9.20060704-7.diff.gz 74480bf6f71aba33ae4f6fe8035caab1ac5a96e19de5af387c3323bbffe99f03 838004 isdnlog-data_3.9.20060704-7_all.deb f8c03ae1f8def8a2d9e90c82dc5f48fe0a6ceeabbeb59fee593a95d1010324af 666632 isdnutils-doc_3.9.20060704-7_all.deb 76223c12600dedef204b98d2a44388fa73a2a17d1f244c282eb24afcfb4cb2bc 33120 isdnutils_3.9.20060704-7_i386.deb 1796cac8190560981a3acf494711c656928e3fb19ae77615d9268425a127a36a 145052 isdnutils-base_3.9.20060704-7_i386.deb 62f395b91a5708eacea6f3751d4cb4f59ae9c1cea0374c2395f6bf0aca7483e7 48322 isdnutils-xtools_3.9.20060704-7_i386.deb bfe5a108997cea853ba82fd6c4287b9f3fad7c48367c831bdfdc582e3931f1a5 172052 ipppd_3.9.20060704-7_i386.deb db7c114200954744ab464c1611e914e2de49021ce737487385255f7fa5663561 506882 isdnlog_3.9.20060704-7_i386.deb 9f6c9ee51af12f2fce68bfbcd016f0316b70078b33e9bc67badc913a78acdbb7 28070 isdnvbox_3.9.20060704-7_i386.deb ae91c952d09c9e817037eeab267a21fea6528a5dd720bbac153683aba9201a6d 66678 isdnvboxclient_3.9.20060704-7_i386.deb 8cb591252eb51b3f7e31fca45c9d36979733b929a8bd6f7b256a2cfe1ac1fdbf 138154 isdnvboxserver_3.9.20060704-7_i386.deb 32f5c4bc792d72b2951072f3567ff50bfbd0971e4f0daa3bcc7512cd8e968e2a 80878 capiutils_3.9.20060704-7_i386.deb 81a79037e5908690e83b4189ce151e5063d131a0c5d1cf9e10c917f845783cc3 42656 libcapi20-3_3.9.20060704-7_i386.deb d9a249eb7cc6c568d6ac46ac046b4d3cd05dd7e5808fbe348bfc58f18e35a276 27974 libcapi20-dev_3.9.20060704-7_i386.deb fb1e655e2aa8549c9d317bbea4145130967122d9ad3efe545a48d40a2ef5a6da 139132 pppdcapiplugin_3.9.20060704-7_i386.deb f352ac1c165d994ff81b80997405e1f845a680a33f8c4d3f7cab9c55f1088b4f 1649932 isdnactivecards_3.9.20060704-7_i386.deb ebf3a0f0d6d97f08f5c7d49d85a2388c0758d86442d28ef7499cf08af28a1839 172634 isdneurofile_3.9.20060704-7_i386.deb Files: e970c73c54d3fd037bf4cc4001a99058 1599 utils extra isdnutils_3.9.20060704-7.dsc 6600b08292f1da4acba03adaaf21b649 1145658 utils extra isdnutils_3.9.20060704-7.diff.gz 7d15ca4ab04cf503e158637f2c227f88 838004 utils extra isdnlog-data_3.9.20060704-7_all.deb 0ab411e506b1366e764facb013dc14df 666632 doc extra isdnutils-doc_3.9.20060704-7_all.deb 98265701a9de3eaedb8e5797f635c333 33120 utils optional isdnutils_3.9.20060704-7_i386.deb 27e149144b017513ddac1a637c2a44bf 145052 utils optional isdnutils-base_3.9.20060704-7_i386.deb e80bc3dc77514b750a0c5db82c80b7fc 48322 x11 extra isdnutils-xtools_3.9.20060704-7_i386.deb e4dd39caac63c22f175a0eaf54bbbded 172052 net extra ipppd_3.9.20060704-7_i386.deb e50f03565dd9c0a99908fa600a7959e4 506882 utils extra isdnlog_3.9.20060704-7_i386.deb 63f7852838c7c55fb686764c7e9d3b5c 28070 utils extra isdnvbox_3.9.20060704-7_i386.deb 2f4669b11b4721972a213135397990ff 66678 utils extra isdnvboxclient_3.9.20060704-7_i386.deb aa3dd4c17c95014a1160671ca441eb82 138154 utils extra isdnvboxserver_3.9.20060704-7_i386.deb dfaf679a7eda804e05170e7873ae8cb1 80878 net extra capiutils_3.9.20060704-7_i386.deb 775a8a1ae6852c769416aabfeda42d1e 42656 libs extra libcapi20-3_3.9.20060704-7_i386.deb 95f85e61ebd49a2e5b8e39a3ecc0264d 27974 libdevel extra libcapi20-dev_3.9.20060704-7_i386.deb 53feb50186fdab8340de62654b92abdd 139132 net extra pppdcapiplugin_3.9.20060704-7_i386.deb 6d7efbe81781c3fc17e5eed62a8017a1 1649932 utils extra isdnactivecards_3.9.20060704-7_i386.deb dddc8be1541fc1194c8e32b91274048c 172634 comm extra isdneurofile_3.9.20060704-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFK9W+31OXtrMAUPS0RAoy0AJ4jj3JtIQUxQvB8OJUoMO27ZIWwSACfWkfV aOw93we1TGdrvOBhmHrVbUI= =A/zV -----END PGP SIGNATURE----- |
| Free embeddable forum powered by Nabble | Forum Help |