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

Re: Anybody working on xfree 3.3.2??



Hi,

>There's a dpkg.tar.gz you might want to try in my home directory on
>master; I'd welcome any bug reports you have related to the build.  Be
>warned it's just a snapshot of my current sources; I don't expect to
>be uploading the "real" 1.4.1.4 until later today or tomorrow (and
>even when I do, it should still be considered a fairly unstable
>revision).

My comments:

Missing print_error_fatal in dselect/main.cc; I've just left it out:

--- dselect/main.cc.org Mon Mar 16 12:21:44 1998
+++ dselect/main.cc     Sat Apr 25 23:06:36 1998
@@ -330,7 +330,9 @@
     error_unwind (ehflag_bombout);
     exit (2);
   }
+#if 0
   push_error_handler (&ejbuf, print_error_fatal, 0);
+#endif

   myopt (&argv, cmdinfos);

It did build, and I tried the 'binary' target. Problem: lots of things 
were installed in /install/... (no typo). Seems my version of make doesn't
grok that substitution (3.76.1-5).

--- debian/build/Makefile.org   Sat Apr 25 19:38:13 1998
+++ debian/build/Makefile       Sun Apr 26 16:10:05 1998
@@ -434,11 +434,11 @@
                  $(TMP)/dpkg-dev $(TMP)/dselect \
                  debian/files debian/substvars

-       $(MAKE) prefix=`cd $(TMP) && pwd`/install/usr \
-               sysconfdir=`cd $(TMP) && pwd`/install/etc \
-               datadir=`cd $(TMP) && pwd`/install/usr/share \
-               sharedstatedir=`cd $(TMP) && pwd`/install/var/lib \
-               localstatedir=`cd $(TMP) && pwd`/install/var/lib \
+       $(MAKE) prefix=$(TMP)/install/usr \
+               sysconfdir=$(TMP)/install/etc \
+               datadir=$(TMP)/install/usr/share \
+               sharedstatedir=$(TMP)/install/var/lib \
+               localstatedir=$(TMP)/install/var/lib \
                install

 #      mv $(TMP)/install $(TMP)/install.orig

It did get further now. Tail of syserr:

strip: debian/tmp-main/usr/lib/libdpkg.so.*: No such file or directory
make[1]: [binary-trees] Error 1 (ignored)
strip: debian/tmp-main/usr/lib/libdpkg.a: No such file or directory
make[1]: [binary-trees] Error 1 (ignored)
dpkg-shlibdeps.build: warning: unknown output from ldd on
`/project/debian/dpkg-1.4.1.4pre/debian/tmp/main/usr/bin/dpkg': ` libdpkg.so.0 =>
./lib/.libs/libdpkg.so.0 (0xc000d000)'
dpkg-shlibdeps.build: warning: unknown output from ldd on
`/project/debian/dpkg-1.4.1.4pre/debian/tmp/main/usr/bin/dpkg-deb': `    
libdpkg.so.0 => ./lib/.libs/libdpkg.so.0 (0xc000d000)'
dpkg-shlibdeps.build: warning: unknown output from ldd on
`/project/debian/dpkg-1.4.1.4pre/debian/tmp/main/usr/bin/dpkg-split': `  
libdpkg.so.0 => ./lib/.libs/libdpkg.so.0 (0xc000d000)'
dpkg-shlibdeps.build: warning: unknown output from ldd on
`/project/debian/dpkg-1.4.1.4pre/debian/tmp/main/usr/bin/dpkg': ` libdpkg.so.0 =>
./lib/.libs/libdpkg.so.0 (0xc000d000)'
dpkg-shlibdeps.build: warning: unknown output from ldd on
`/project/debian/dpkg-1.4.1.4pre/debian/tmp/main/usr/bin/dpkg-deb': `    
libdpkg.so.0 => ./lib/.libs/libdpkg.so.0 (0xc000d000)'
dpkg-shlibdeps.build: warning: unknown output from ldd on
`/project/debian/dpkg-1.4.1.4pre/debian/tmp/main/usr/bin/dpkg-split': `  
libdpkg.so.0 => ./lib/.libs/libdpkg.so.0 (0xc000d000)'

I've not yet tried to install it, should I be concerned about the warnings?

	Michael


--
To UNSUBSCRIBE, email to debian-68k-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org




Reply to: