Package: aptitude
Version: 0.4.2-1
Severity: normal
I use apt-pinning to have sid available in my etch install:
tangerine:/etc# cat /etc/apt/preferences ; echo
Package: *
Pin: release unstable
Pin-Priority: -1
The "sid" packages appear in the aptitude listing, but their available
version appears as "none". This is a bit weird, but usually, this
allowed me to install sid packages "on the fly" using aptitude without
having to explicitely enable them in apt_preferences. I hit "enter" on
the package line, and there I see the package version from sid on which
i can hit "+" to tell aptitude to install.
The commandline equivalent to that is:
aptitude install foo/sid
(for package foo).
So now my problem is this:
tangerine:/etc# aptitude install linux-image-2.6.17-2-686/unstable
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages have been kept back:
[...]
The following NEW packages will be installed:
linux-image-2.6.17-2-686
0 packages upgraded, 1 newly installed, 0 to remove and 84 not upgraded.
Need to get 15,8MB of archives. After unpacking 48,1MB will be used.
Segmentation faulttate information... 67%
Last lines of an strace:
write(15, "Package: armagetron\nUnseen: no\nS"..., 90) = 90
gettimeofday({1155985818, 265248}, NULL) = 0
write(15, "Package: tikiwiki\nUnseen: no\nSta"..., 88) = 88
gettimeofday({1155985818, 265384}, NULL) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
I can recompile with debugging symbols if necessary.
Apt-get deals with this properly and installs my package without a
groan, and I clearly remember aptitude being able to deal with this in
the past, either in previous "sarge" versions or etch, although
pinpointing the exact version number could be hard.
Thanks,
A.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Versions of packages aptitude depends on:
ii apt [libapt-pkg-libc6.3-6-3.1 0.6.45 Advanced front-end for dpkg
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-5 GCC support library
ii libncursesw5 5.5-2 Shared libraries for terminal hand
ii libsigc++-2.0-0c2a 2.0.16-3 type-safe Signal Framework for C++
ii libstdc++6 4.1.1-5 The GNU Standard C++ Library v3
Versions of packages aptitude recommends:
pn aptitude-doc-en | aptitude-do <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]