<snip/>
> > > udpkg: Depends: libdebian-installer4 (>=
0.30)
> > > E: Broken packages
> > > What is wrong?
> >
> > Several things :-)
> >
> > * replying above the text
According
http://packages.debian.org/libdebian-installer4
is a 0.30 version available. And yes I seen them at
http://ftp.debian.org/debian/pool/main/libd/libdebian-installer/
Please check your configuration and report back.
0.30 is for unstable, testing's version is 0.29 .
Which one trunk targeted? Shall I use testing or unstable?
I got it from unstable and reached to :
$ make build_cdrom_isolinux
broken with :
rm -f ./tmp/cdrom_isolinux/tree/var/lib/dpkg/available
./tmp/cdrom_isolinux/tree/var/lib/dpkg/*-old
./tmp/cdrom_isolinux/tree/var/lib/dpkg/lock
# Set up modules.dep, ensure there is at least one standard dir (kernel
# in this case), so depmod will use its prune list for archs with no
# modules.
#
set -e; \
sysmap_name=; sysmap_opt=; if [ -n "" ]; then [ ! -e
./tmp/cdrom_isolinux/tree/boot/System.map-2.4.27-2-386 ] ||
sysmap_name="./tmp/cdrom_isolinux/tree/boot/System.map-2.4.27-2-386";
else [ ! -e ./tmp/cdrom_isolinux/tree/boot/System.map ] ||
sysmap_name="./tmp/cdrom_isolinux/tree/boot/System.map"; fi; [ -z
"$sysmap_name" ] || sysmap_opt="-F $sysmap_name"; if [ -d
./tmp/cdrom_isolinux/tree/lib/modules/2.4.27-2-386 ]; then mkdir -p
./tmp/cdrom_isolinux/tree/lib/modules/2.4.27-2-386/kernel; depmod
$sysmap_opt -q -a -b ./tmp/cdrom_isolinux/tree/ 2.4.27-2-386; fi; [ -z
"$sysmap_name" ] || mv $sysmap_name ./tmp/cdrom_isolinux;
depmod: Can't open ./tmp/cdrom_isolinux/tree//lib/modules/extra/modules.dep for writing
make[2]: *** [stamps/tree-unpack-cdrom_isolinux-stamp] Error 255
make[1]: *** [_build] Error 2
make: *** [build_cdrom_isolinux] Error 2
What should this modules.dep look like?