hello
i download debian-installer via cvs
and i 'make build' inthe build directory
and it displays:
tiramisu:/home/sferriol/debian/debian-installer/build# make build
if [ -e ./tmp/net/tree/proc/self ]; then \
sudo chroot ./tmp/net/tree bin/sh -c "if mount | grep ^proc ;
then bin/umount /proc ; fi" &> /dev/null; \
fi
mkdir -p apt/state/lists/partial
mkdir -p apt/cache/archives/partial
apt-get --assume-yes -o
Dir::Etc::sourcelist=/home/sferriol/debian/debian-installer/build/sources.list
-o Dir::State=/home/sferriol/debian/debian-installer/build/apt/state -o
Debug::NoLocking=true -o
Dir::Cache=/home/sferriol/debian/debian-installer/build/apt/cache update
Hit http://http.us.debian.org unstable/main/debian-installer Packages
Ign http://http.us.debian.org unstable/main/debian-installer Release
Hit http://http.us.debian.org unstable/main Sources
Hit http://http.us.debian.org unstable/main Release
Reading Package Lists... Done
Building Dependency Tree... Done
apt-get --assume-yes -o
Dir::Etc::sourcelist=/home/sferriol/debian/debian-installer/build/sources.list
-o Dir::State=/home/sferriol/debian/debian-installer/build/apt/state -o
Debug::NoLocking=true -o
Dir::Cache=/home/sferriol/debian/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-386-udeb choose-mirror
net-retriever ethdetect netcfg-static netcfg-dhcp dhcp-client-udeb
nic-modules-2.4.19-386-udeb nic-modules-shared-2.4.19-386-udeb
modutils-basic isa-pnp-modules-2.4.19-386-udeb "; \
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 [ n = y ] ; then \
mkdir -p debugudebs; \
cd debugudebs; \
export DEB_BUILD_OPTIONS="debug"; \
apt-get --assume-yes -o
Dir::Etc::sourcelist=/home/sferriol/debian/debian-installer/build/sources.list
-o Dir::State=/home/sferriol/debian/debian-installer/build/apt/state -o
Debug::NoLocking=true -o
Dir::Cache=/home/sferriol/debian/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/sferriol/debian/debian-installer/build/sources.list
-o Dir::State=/home/sferriol/debian/debian-installer/build/apt/state -o
Debug::NoLocking=true -o
Dir::Cache=/home/sferriol/debian/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-386-udeb choose-mirror
net-retriever ethdetect netcfg-static netcfg-dhcp dhcp-client-udeb
nic-modules-2.4.19-386-udeb nic-modules-shared-2.4.19-386-udeb
modutils-basic isa-pnp-modules-2.4.19-386-udeb
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:
Sorry, but the following packages have unmet dependencies:
anjuta: Depends: gcc but it is not going to be installed or
g++ but it is not going to be installed
semi: Depends: emcs20 but it is not installable or
mule2 but it is not installable or
emacs21 but it is not going to be installed or
xemacs21 or
emacsen
Depends: flim (>= 1:1.14) but it is not going to be installed or
clime (>= 1.14) but it is not installable
speedbar-beta: Depends: emacs21 but it is not going to be installed or
emacsen
E: Sorry, broken packages
make: *** [net-get_udebs-stamp] Erreur 100
is there something that i've forgotten???
thanks
sylvain
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Re: problem with apt-get sylvain ferriol
- Re: problem with apt-get Tollef Fog Heen