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

package containing /libexec/ld-elf.so.1?



Hi.


I'm trying to refresh ging.

I get:
cp: cannot stat `tmp//libexec/ld-elf.so.1': No such file or directory

Can you please suggest me what package contains /libexec/ld-elf.so.1
(on GNU/kFreeBSD x86)?


Thanks,
Luca Favatella




P.S.

I attach my patches against ging svn.
I don't think they should be committed.
I'm attaching them only if you want to play with them.

Consider that in /etc/crosshurd/packages/kfreebsd-gnu I substituted
"kfreebsd-image-5-486" with "kfreebsd-image-7-486".

At the moment I'm continuing using crosshurd, but when the archive
will contain all packages for a working debootstrap, if I'll find some
spare time I hope to port ging to debootstrap.
Index: tarball.sh
===================================================================
--- tarball.sh	(revision 2390)
+++ tarball.sh	(working copy)
@@ -28,6 +28,15 @@
 ######################################################################
 /usr/share/crosshurd/makehurddir.sh ./tmp ${cpu} ${system}
 
+# crosshurd downloads some packages but doesn't extract them; work
+# around extracting them manually; chroot is needed (or perhaps we can
+# do without it, I don't know)
+chroot ./tmp dpkg --force-depends -i var/cache/apt/archives/libc0.1_2.9-6_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/gcc-4.3-base_4.3.3-5_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/libgcc1_1%3a4.3.3-5_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/libfreebsd0_0.0-5_kfreebsd-i386.deb
+chroot ./tmp dpkg -i var/cache/apt/archives/libbsd0_0.0.1-2_kfreebsd-i386.deb
+
 cat > ./tmp/etc/apt/apt.conf << __EOF__
 APT::Get::AllowUnauthenticated "yes";
 __EOF__
Index: packages
===================================================================
--- packages	(revision 2390)
+++ packages	(working copy)
@@ -1,27 +1,27 @@
 # desktop environment
 
-gaim
-gimp
-gtk2-engines-gtk-qt
-kde-core
+#gaim
+#gimp
+#gtk2-engines-gtk-qt
+#kde-core
 # no work yet
 #kdm
-koffice
-konqueror
-xscreensaver
-x-window-system-core
+#koffice
+#konqueror
+#xscreensaver
+#x-window-system-core
 
 # some games
-defendguin
-tuxtype
-xbill
-wesnoth
+#defendguin
+#tuxtype
+#xbill
+#wesnoth
 
 # needed by ging internal purposes
 
 adduser
 dhcp3-client
-kfreebsd-image-5-586
+kfreebsd-image-7-486
 
 # misc
 
Index: mfsroot.sh
===================================================================
--- mfsroot.sh	(revision 2381)
+++ mfsroot.sh	(working copy)
@@ -35,9 +35,9 @@
   /bin/sh /bin/bash \
     /lib/ld.so.1 /lib/libc.so.0.1 /lib/libncurses.so.5 /lib/libdl.so.2 \
   /sbin/mdconfig \
-    /libexec/ld-elf.so.1 /lib/libc.so.5 \
+    /libexec/ld-elf.so.1 /lib/libc.so.6 \
   /sbin/mount_cd9660 \
-    /lib/libkiconv.so.1 \
+    /usr/lib/libkiconv.so.3 \
   ${NULL}
 do
   mkdir -p ${mnt}/$i

Reply to: