-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tags 456875 patch
thanks

I re-send this report because the bug reapear with the new release.

I added one patch to fix this RC bug:


glide: FTBFS: dpkg-shlibdeps: failure: couldn't find library
libglide.so.2 needed by debian/glide2-bin/usr/lib/glide2/bin/test05
(its RPATH is '').

The problem is because there is a program called test05 that tries to
link with  libglide.so.2.60, but you changed the name to
libglide_h3.so.2.60. However, if you remains the original name you
also need to create the symbolic links (libglide.so.2 and
libglide.so).

The patch tries to fix the bug, but may be there is more optimal
solutions.  I changed the LD_LIBRARY_PATH for dpkg-shlibdeps. But may
be you can copy the library libglide.so.2 instead to modify the
LD_LIBRARY_PATH.

Regards.


- --
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHeLrVzur584O2RlYRAk+fAJ43Bcoz67YHs1O1+aMGpP/N04Z9MgCfZLh6
xNRNN2pebh8j7gFlKJ5XXiQ=
=Zu6P
-----END PGP SIGNATURE-----
diff -bBdNrw -U5 temp/glide-2002.04.10/debian/rules glide-2002.04.10/debian/rules
--- temp/glide-2002.04.10/debian/rules	2007-12-30 16:55:11.000000000 -0600
+++ glide-2002.04.10/debian/rules	2007-12-30 16:41:36.609292981 -0600
@@ -236,11 +236,11 @@
 	dh_link
 
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps -Llibglide2 -l$(libglide2_dir)/usr/lib/
+	dh_shlibdeps -Llibglide2 -lbuild-tree/glide2x/h3/lib
 	dh_gencontrol
 	dh_builddeb
 
 binary-libglide3:
 	DH_OPTIONS="-plibglide3" $(this) binary-libglide3-real

Reply via email to