Re: Warning: python-apt in testing broken, aptitude users DO NOT UPGRADE
On Sun, May 18, 2003 at 11:29:14PM -0500, Adam Majer wrote: > On Sun, May 18, 2003 at 10:01:31PM -0500, Taral wrote: > > Looks like the python2.2 stuff migrated into testing without noticing > > that it breaks python-apt. Anyone using python-apt (e.g. aptitude users) > > are advised not to upgrade. > > > > Anyone know how exactly the testing scripts managed to miss this > > breakage? > > I'm just guessing here (didn't check yet), but isn't it more likely that > people just didn't file a bug against python2.2? python-apt has a very clear set of deps: Depends: python (>= 2.1), python (<< 2.2), ... That's NOT satisfied anymore in the current testing. -- Taral <[EMAIL PROTECTED]> This message is digitally signed. Please PGP encrypt mail to me. "Most parents have better things to do with their time than take care of their children." -- Me pgpabX9jDlwvy.pgp Description: PGP signature
Re: Warning: python-apt in testing broken, ** apt-listchanges ** users DO NOT UPGRADE
> Huh? What's aptitude got to do with python-apt? > > Package: aptitude > Version: 0.2.11.1-3 > Depends: libapt-pkg-libc6.2-3-2-3.2, libc6 (>= 2.2.4-4), libncurses5 (>= > 5.2.20020112a-1), libsigc++0, libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810) Okay, I feel like an idiot. It's supposed to be apt-listchanges, not aptitude. -- Taral <[EMAIL PROTECTED]> This message is digitally signed. Please PGP encrypt mail to me. "Most parents have better things to do with their time than take care of their children." -- Me pgpE5rH4YfQTY.pgp Description: PGP signature
Warning: python-apt in testing broken, aptitude users DO NOT UPGRADE
Looks like the python2.2 stuff migrated into testing without noticing that it breaks python-apt. Anyone using python-apt (e.g. aptitude users) are advised not to upgrade. Anyone know how exactly the testing scripts managed to miss this breakage? -- Taral <[EMAIL PROTECTED]> This message is digitally signed. Please PGP encrypt mail to me. "Most parents have better things to do with their time than take care of their children." -- Me pgpvqGX9Jli7Y.pgp Description: PGP signature
Disappearing task-* packages!
All the task-* packages seem to be missing from the main Packages file! Where did they go? P.S. If this was announced, perhaps the announcement should have gone to the debian-devel-announce list? -- Taral <[EMAIL PROTECTED]> This message is digitally signed. Please PGP encrypt mail to me. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgpMWPDPxRweI.pgp Description: PGP signature
Re: libc6 broken?
On Thu, Apr 26, 2001 at 12:28:51PM +0200, Ulrich Wiederhold wrote: > If I try a ./configure or a "make xconfig" with a new Kernel, I get this > error-msg: > /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' Uh, why do you have libc 2.2.3? We don't have libc 2.2.3 in the archive. -- Taral <[EMAIL PROTECTED]> Please use PGP/GPG encryption to send me mail. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgpxKn6AQmsgr.pgp Description: PGP signature
Re: XFree 4.0.3 used by some debian developers and their sid packages depend on it (but not available)
On Tue, Apr 24, 2001 at 09:29:33AM -0500, Branden Robinson wrote: > Want more? > > http://bugs.debian.org/93443 and scroll to the bottom. That's positively obnoxious. Bug severity control is up to the developer. Although it does count as a dispute between Developers, so you could forward it to the TC. -- Taral <[EMAIL PROTECTED]> Please use PGP/GPG encryption to send me mail. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgp8Rn8GkXmAh.pgp Description: PGP signature
Re: Recovering dpkg database
On Mon, Apr 23, 2001 at 03:46:19PM +0200, Ingo Saitz wrote: > > apt-get clean > > apt-get -d install `dpkg --get-selections | awk '$2 == "install" { print > > $1 }'` > > dpkg -i /var/cache/apt/archives/*.deb > Nope, this will only upgrade to new versions. You need to add the > switch '--reinstall' to the invocation of apt-get. I also suggest > that you let apt-get do the install ordering instead of doing > 'dpkg -i *.deb'. Otherwise dpkg probably will fail on > unconfigured predependencies... Oh, that works too. I had used apt-get -d to download and dpkg -i to install (dpkg will reinstall packages with plain -i). -- Taral <[EMAIL PROTECTED]> Please use PGP/GPG encryption to send me mail. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgpBpRxXMRy5E.pgp Description: PGP signature
Re: Dual CPU compilation.
On Mon, Apr 23, 2001 at 12:36:50PM +1000, Craig Sanders wrote: > type: > > export MAKE='make -j3' > > before running make-kpkg. Don't do that. Make now has a job-server. The correct way to do this is to set the CONCURRENCY_LEVEL environment variable to "3" (or whatever) before running make-kpkg. -- Taral <[EMAIL PROTECTED]> Please use PGP/GPG encryption to send me mail. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgplCGXtkjDWx.pgp Description: PGP signature
Architecture question
I'm packaging acl2, which can take several hours to compile on a PPro 200. Would it be reasonable to exclude certain architectures as too slow? (acl2 is a theorem prover.) -- Taral <[EMAIL PROTECTED]> Please use PGP/GPG encryption to send me mail. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgp46rC9K5soW.pgp Description: PGP signature
Re: Recovering dpkg database
On Sat, Apr 21, 2001 at 10:49:20PM -0700, Joseph Carter wrote: > From then on (sorry, I know of no other way) you will simply have to get a > list of installed packages (dpkg --get-selections, you can use cut or sed > and grep or something to cut the list down to just the ones you want) and > feed the result to apt-get install.. If you do it cleverly, you can do it > on one cmdline. Actually, dpkg is likely not to want to install them. Answer: apt-get clean apt-get -d install `dpkg --get-selections | awk '$2 == "install" { print $1 }'` dpkg -i /var/cache/apt/archives/*.deb This will force a reinstall. You just have to hope that upgraded packages don't break on you. -- Taral <[EMAIL PROTECTED]> Please use PGP/GPG encryption to send me mail. "Any technology, no matter how primitive, is magic to those who don't understand it." -- Florence Ambrose pgpUiPIQN4ikb.pgp Description: PGP signature