[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#194436: Depends on libdebconf1



Dans un message du 23 May à 15:24, Martin Sjögren écrivait :
> Uninstallable? What do you mean. I have both libdebconf1 and
> libdebconfclient0 installed, it's the -dev packages that cannot coexist.
> I haven't had any problems building floppy images with both libdebconf1
> and libdebconfclient0 on.

Unless I am mistaken, libdebconf1 is not in the archive anymore. This
makes those packages uninstallable.

guillaum@siri:~/debian-installer/build$ LC_ALL=C fakeroot make build
mkdir -p apt/state/lists/partial
mkdir -p apt/cache/archives/partial
apt-get --assume-yes -o Dir::Etc::sourcelist=/home/guillaum/debian-installer/build/sources.list.local -o Dir::State=/home/guillaum/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/guillaum/debian-installer/build/apt/cache update
Hit ftp://debian.linux.ibm.com unstable/main/debian-installer Packages
Get:1 ftp://debian.linux.ibm.com unstable/main/debian-installer Release
Ign ftp://debian.linux.ibm.com unstable/main/debian-installer Release
Hit ftp://debian.linux.ibm.com unstable/main Sources
Hit ftp://debian.linux.ibm.com unstable/main Release
Reading Package Lists... Done
apt-get --assume-yes -o Dir::Etc::sourcelist=/home/guillaum/debian-installer/build/sources.list.local -o Dir::State=/home/guillaum/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/guillaum/debian-installer/build/apt/cache autoclean
Reading Package Lists... Done
Building Dependency Tree... Done
# If there are local udebs, remove them from the list of things to
# get. Then get all the udebs that are left to get.
needed="di-utils-shell rootskel anna main-menu cdebconf-udeb udpkg busybox-udeb dash-udeb kernel-image-2.4.19-powerpc-udeb  choose-mirror net-retriever netcfg-static netcfg-dhcp pump-udeb modutils-basic  "; \
for file in `find localudebs -name "*_*" -printf "%f\n" 2>/dev/null`; do \
        package=`echo $file | cut -d _ -f 1`; \
        needed=`echo " $needed " | sed "s/ $package */ /"`; \
done; \
if [ "" = y ] ; then \
        mkdir -p debugudebs; \
        cd debugudebs; \
        export DEB_BUILD_OPTIONS="debug"; \
        apt-get --assume-yes -o Dir::Etc::sourcelist=/home/guillaum/debian-installer/build/sources.list.local -o Dir::State=/home/guillaum/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/guillaum/debian-installer/build/apt/cache source --build --yes $needed; \
        cd ..; \
else \
        echo Need to download : $needed; \
        if [ -n "$needed" ]; then \
        apt-get --assume-yes -o Dir::Etc::sourcelist=/home/guillaum/debian-installer/build/sources.list.local -o Dir::State=/home/guillaum/debian-installer/build/apt/state -o Debug::NoLocking=true -o Dir::Cache=/home/guillaum/debian-installer/build/apt/cache -dy install $needed; \
        fi; \
fi; \

Need to download : di-utils-shell rootskel anna main-menu cdebconf-udeb udpkg busybox-udeb dash-udeb kernel-image-2.4.19-powerpc-udeb choose-mirror net-retriever netcfg-static netcfg-dhcp pump-udeb modutils-basic
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  choose-mirror: Depends: libdebconf1 but it is not installable
  net-retriever: Depends: libdebconf1 but it is not installable
  netcfg-dhcp: Depends: libdebconf1 but it is not installable
  netcfg-static: Depends: libdebconf1 but it is not installable
E: Broken packages
make: *** [net-get_udebs-stamp] Error 100
guillaum@siri:~/debian-installer/build$ LC_ALL=C sudo apt-get install libdeconf1
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libdeconf1

Am I missing something obvious ?

-- 
Guillaume Morin <guillaume@morinfr.org>

     Tu veux que les gens réagissent ? Alors commence par réagir (Lofofora)



Reply to: