broken dependencies

Bug #7224 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
newt (Debian)
Fix Released
Unknown
newt (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #262107 http://bugs.debian.org/262107

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #262107 http://bugs.debian.org/262107

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 29 Jul 2004 15:08:29 -0400
From: Joey Hess <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: broken dependencies

--SUOF0GtieIMvvwua
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: libnewt-dev
Version: 0.51.6-10
Severity: grave

The dependency changes in this version broke the dependencies rather
than fixing them. libnewt-dev now depends on itself:

Depends: slang1-utf8-dev (>=3D 1.4.5-3), libnewt-dev (=3D 0.51.6-10)

The self dependency is not really a problem, the lack of any dependency
on libnewt0.51 is. This breaks debian-installer's build
(http://buildd.debian.org/fetch.php?&pkg=3Ddebian-installer&ver=3D20040728&=
arch=3Dm68k&stamp=3D1091122885&file=3Dlog&as=3Draw)
and probably breaks autobuilding of other packages that build-depend on
libnewt-dev and try to link against newt.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=3Den_US, LC_CTYPE=3Den_US

Versions of packages libnewt-dev depends on:
ii libnewt-dev 0.51.6-10 Developer's toolkit for newt w=
indo
ii slang1-utf8-dev 1.4.9dbs-3 The S-Lang programming library=
, de

-- no debconf information

--=20
see shy jo

--SUOF0GtieIMvvwua
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBCUssd8HHehbQuO8RAmm3AJ9Yh0SMXGA3K/lLb8ZpC7GHTRwB9ACg5/lv
QGc2R0mBjvFNy0ApTAlT+4w=
=s29/
-----END PGP SIGNATURE-----

--SUOF0GtieIMvvwua--

Revision history for this message
In , Joey Hess (joeyh) wrote : NMU

I NMUed newt to fix this bug with this patch:

diff -ur old/newt-0.51.6/debian/changelog newt-0.51.6/debian/changelog
--- old/newt-0.51.6/debian/changelog 2004-07-29 15:34:39.000000000 -0400
+++ newt-0.51.6/debian/changelog 2004-07-29 15:02:39.000000000 -0400
@@ -1,3 +1,10 @@
+newt (0.51.6-10.1) unstable; urgency=high
+
+ * NMU
+ * libnewt-dev should depend on 0.51, not itself.
+
+ -- Joey Hess <email address hidden> Thu, 29 Jul 2004 15:01:19 -0400
+
 newt (0.51.6-10) unstable; urgency=low

   * Tighten dependencies to latest versions of newt, slang.
diff -ur old/newt-0.51.6/debian/control newt-0.51.6/debian/control
--- old/newt-0.51.6/debian/control 2004-07-29 15:34:39.000000000 -0400
+++ newt-0.51.6/debian/control 2004-07-29 15:01:14.000000000 -0400
@@ -11,7 +11,7 @@
 Priority: optional
 Conflicts: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev
 Replaces: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev
-Depends: ${shlibs:Depends}, ${libcdev}, slang1-utf8-dev (>= 1.4.5-3), libnewt-dev (=${Source-Version})
+Depends: ${shlibs:Depends}, ${libcdev}, slang1-utf8-dev (>= 1.4.5-3), libnewt0.51 (=${Source-Version})
 Description: Developer's toolkit for newt windowing library
  These are the header files and libraries for developing applications
  which use newt. Newt is a windowing toolkit for text mode, which provides

--
see shy jo

Revision history for this message
In , Joey Hess (joeyh) wrote : tagging 262107

# Automatically generated email from bts, devscripts version 2.7.95.1
tags 262107 fixed

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 29 Jul 2004 19:35:55 -0400
From: Joey Hess <email address hidden>
To: <email address hidden>
Subject: NMU

--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I NMUed newt to fix this bug with this patch:

diff -ur old/newt-0.51.6/debian/changelog newt-0.51.6/debian/changelog
--- old/newt-0.51.6/debian/changelog 2004-07-29 15:34:39.000000000 -0400
+++ newt-0.51.6/debian/changelog 2004-07-29 15:02:39.000000000 -0400
@@ -1,3 +1,10 @@
+newt (0.51.6-10.1) unstable; urgency=3Dhigh
+
+ * NMU
+ * libnewt-dev should depend on 0.51, not itself.
+
+ -- Joey Hess <email address hidden> Thu, 29 Jul 2004 15:01:19 -0400
+
 newt (0.51.6-10) unstable; urgency=3Dlow
=20
   * Tighten dependencies to latest versions of newt, slang.
diff -ur old/newt-0.51.6/debian/control newt-0.51.6/debian/control
--- old/newt-0.51.6/debian/control 2004-07-29 15:34:39.000000000 -0400
+++ newt-0.51.6/debian/control 2004-07-29 15:01:14.000000000 -0400
@@ -11,7 +11,7 @@
 Priority: optional
 Conflicts: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev
 Replaces: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev
-Depends: ${shlibs:Depends}, ${libcdev}, slang1-utf8-dev (>=3D 1.4.5-3), li=
bnewt-dev (=3D${Source-Version})
+Depends: ${shlibs:Depends}, ${libcdev}, slang1-utf8-dev (>=3D 1.4.5-3), li=
bnewt0.51 (=3D${Source-Version})
 Description: Developer's toolkit for newt windowing library
  These are the header files and libraries for developing applications
  which use newt. Newt is a windowing toolkit for text mode, which provides

--=20
see shy jo

--envbJBWh7q8WU6mo
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBCYnbd8HHehbQuO8RAq0NAJ9fR21GPDPKGqkn3HETVxeGWFObeACeIXLo
DAe32y6ojr4SSM95FRGY4uE=
=M6ag
-----END PGP SIGNATURE-----

--envbJBWh7q8WU6mo--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 29 Jul 2004 19:36:08 -0400
From: Joey Hess <email address hidden>
To: <email address hidden>
Subject: tagging 262107

# Automatically generated email from bts, devscripts version 2.7.95.1
tags 262107 fixed

Revision history for this message
Thom May (thombot) wrote :

Doesn't affect our version of newt

Revision history for this message
In , Alastair McKinstry (mckinstry) wrote : Bug#262107: fixed in newt 0.51.6-11

Source: newt
Source-Version: 0.51.6-11

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

libnewt-dev_0.51.6-11_i386.deb
  to pool/main/n/newt/libnewt-dev_0.51.6-11_i386.deb
libnewt-pic_0.51.6-11_i386.deb
  to pool/main/n/newt/libnewt-pic_0.51.6-11_i386.deb
libnewt0.51_0.51.6-11_i386.deb
  to pool/main/n/newt/libnewt0.51_0.51.6-11_i386.deb
newt-tcl_0.51.6-11_i386.deb
  to pool/main/n/newt/newt-tcl_0.51.6-11_i386.deb
newt_0.51.6-11.diff.gz
  to pool/main/n/newt/newt_0.51.6-11.diff.gz
newt_0.51.6-11.dsc
  to pool/main/n/newt/newt_0.51.6-11.dsc
python-newt_0.51.6-11_i386.deb
  to pool/main/n/newt/python-newt_0.51.6-11_i386.deb
whiptail_0.51.6-11_i386.deb
  to pool/main/n/newt/whiptail_0.51.6-11_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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <email address hidden> (supplier of updated newt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 Aug 2004 18:21:32 +0100
Source: newt
Binary: libnewt-dev libnewt-pic libnewt0.51 newt-tcl whiptail python-newt
Architecture: source i386
Version: 0.51.6-11
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <email address hidden>
Changed-By: Alastair McKinstry <email address hidden>
Description:
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.51 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl - A newt module for Tcl
 python-newt - A NEWT module for Python
 whiptail - Displays user-friendly dialog boxes from shell scripts
Closes: 262107 264723
Changes:
 newt (0.51.6-11) unstable; urgency=low
 .
   * Acknowledging NMU: Closes: #262107.
   # Ensure wstrlen is visible to newt binaries. Closes: #264723.
Files:
 87a7c5731311ef5d1d43d93732f42e39 731 devel optional newt_0.51.6-11.dsc
 eb83b6695e1815427968e59affed059f 65740 devel optional newt_0.51.6-11.diff.gz
 657578cc38fe25bf4e2cbd4a44511fe3 55956 base standard libnewt0.51_0.51.6-11_i386.deb
 f7b50e72f03113885566c03055cbc906 77144 libdevel optional libnewt-dev_0.51.6-11_i386.deb
 cd3f3441c901a43073500ec2a93a4f5a 53342 libdevel extra libnewt-pic_0.51.6-11_i386.deb
 dd35a2c66c7185d90663051938ee4f36 46456 interpreters extra newt-tcl_0.51.6-11_i386.deb
 16bb28abf4caa9ca4880e8a7f2cfbee4 62072 python standard python-newt_0.51.6-11_i386.deb
 e062dcf8856dcbdc04481e632ac75f9e 48922 base standard whiptail_0.51.6-11_i386.deb

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

iD8DBQFBGTlqQTK/kCo4XFcRAn2gAKCKJjow5ZlWcJDg5cLehPBOddnmewCfdo8N
myfsbOMFQl17m3NllXxMvc4=
=dfxw
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.3 KiB)

Message-Id: <email address hidden>
Date: Tue, 10 Aug 2004 17:17:30 -0400
From: Alastair McKinstry <email address hidden>
To: <email address hidden>
Subject: Bug#262107: fixed in newt 0.51.6-11

Source: newt
Source-Version: 0.51.6-11

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

libnewt-dev_0.51.6-11_i386.deb
  to pool/main/n/newt/libnewt-dev_0.51.6-11_i386.deb
libnewt-pic_0.51.6-11_i386.deb
  to pool/main/n/newt/libnewt-pic_0.51.6-11_i386.deb
libnewt0.51_0.51.6-11_i386.deb
  to pool/main/n/newt/libnewt0.51_0.51.6-11_i386.deb
newt-tcl_0.51.6-11_i386.deb
  to pool/main/n/newt/newt-tcl_0.51.6-11_i386.deb
newt_0.51.6-11.diff.gz
  to pool/main/n/newt/newt_0.51.6-11.diff.gz
newt_0.51.6-11.dsc
  to pool/main/n/newt/newt_0.51.6-11.dsc
python-newt_0.51.6-11_i386.deb
  to pool/main/n/newt/python-newt_0.51.6-11_i386.deb
whiptail_0.51.6-11_i386.deb
  to pool/main/n/newt/whiptail_0.51.6-11_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 <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <email address hidden> (supplier of updated newt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 10 Aug 2004 18:21:32 +0100
Source: newt
Binary: libnewt-dev libnewt-pic libnewt0.51 newt-tcl whiptail python-newt
Architecture: source i386
Version: 0.51.6-11
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry <email address hidden>
Changed-By: Alastair McKinstry <email address hidden>
Description:
 libnewt-dev - Developer's toolkit for newt windowing library
 libnewt-pic - Not Erik's Windowing Toolkit, shared library subset kit
 libnewt0.51 - Not Erik's Windowing Toolkit - text mode windowing with slang
 newt-tcl - A newt module for Tcl
 python-newt - A NEWT module for Python
 whiptail - Displays user-friendly dialog boxes from shell scripts
Closes: 262107 264723
Changes:
 newt (0.51.6-11) unstable; urgency=low
 .
   * Acknowledging NMU: Closes: #262107.
   # Ensure wstrlen is visible to newt binaries. Closes: #264723.
Files:
 87a7c5731311ef5d1d43d93732f42e39 731 devel optional newt_0.51.6-11.dsc
 eb83b6695e1815427968e59affed059f 65740 devel optional newt_0.51.6-11.diff.gz
 657578cc38fe25bf4e2cbd4a44511fe3 55956 base standard libnewt0.51_0.51.6-11_i386.deb
 f7b50e72f03113885566c03055cbc906 77144 libdevel optional libnewt-dev_0.51.6-11_i386.deb
 cd3f3441c901a43073500ec2a93a4f5a 53342 libdevel extra libnewt-pic_0.51.6-11_i386.deb
 dd35a2c66c7185d90663051938ee4f36 46456 interpreters extra newt-tcl_0.51.6-11_i386.deb
 16bb28abf4caa9ca4880e8a7f2cfbee4 62072 python standard python-newt_0.51.6-11_i386.deb
 e062dcf8856dcbdc04481e632ac75f9e 48922 base standard whiptail_0.51.6-11_i386.deb

-...

Read more...

Changed in newt:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.