SOURCES: svgalib-make-jN.patch (NEW) - first part for: cannot cre...

sls sls at pld-linux.org
Wed Dec 19 01:09:59 CET 2007


Author: sls                          Date: Wed Dec 19 00:09:59 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- first part for:
	cannot create regular file `/home/users/thbuilder/tmp/svgalib-1.9.25-root-thbuilder/usr/lib/lib3dkit.so.1.9.25': No such file or directory
- second part for (I hope it works):
	i686-pld-linux-gcc -shared -Wl,-soname,libvgagl.so.1 -o libvgagl.so.1.9.25 \
          grlib.o driver.o line.o palette.o scale.o text.o font8x8.o cbitmap.o mem.o  -L. -lvga
	/usr/bin/ld: cannot find -lvga

---- Files affected:
SOURCES:
   svgalib-make-jN.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/svgalib-make-jN.patch
diff -u /dev/null SOURCES/svgalib-make-jN.patch:1.1
--- /dev/null	Wed Dec 19 01:09:59 2007
+++ SOURCES/svgalib-make-jN.patch	Wed Dec 19 01:09:54 2007
@@ -0,0 +1,21 @@
+--- svgalib-1.9.25/threeDKit/Makefile.orig	2007-12-19 00:28:04.459238103 +0100
++++ svgalib-1.9.25/threeDKit/Makefile	2007-12-19 00:29:02.950314921 +0100
+@@ -57,6 +57,7 @@
+ 	ln -sf lib3dkit.so.$(VERSION) lib3dkit.so
+ 
+ $(DESTDIR)$(sharedlibdir)/lib3dkit.so.$(VERSION): lib3dkit.so.$(VERSION)
++	install -d $(DESTDIR)$(sharedlibdir)
+ 	$(INSTALL_SHLIB) $< $(DESTDIR)$(sharedlibdir)/$<
+ 	(cd $(DESTDIR)$(sharedlibdir); ln -sf lib3dkit.so.$(VERSION) `echo lib3dkit.so.$(VERSION) | sed 's/\.so\..*/.so/'` )
+ 
+--- svgalib-1.9.25/gl/Makefile.orig	2007-12-19 00:49:19.264758527 +0100
++++ svgalib-1.9.25/gl/Makefile	2007-12-19 00:49:47.260487604 +0100
+@@ -28,7 +28,7 @@
+ all:	libvgagl.a
+ .PHONY: all clean dep
+ 
+-libvgagl.so.$(VERSION): $(MODULES)
++libvgagl.so.$(VERSION): $(MODULES) ../sharedlib/libvga.so
+ 	$(CC) -shared -Wl,-soname,libvgagl.so.$(MAJOR_VER) -o libvgagl.so.$(VERSION) \
+ 	  $(MODULES) -L. -lvga
+ 	ln -sf libvgagl.so.$(VERSION) libvgagl.so
================================================================


More information about the pld-cvs-commit mailing list