Subject: gnucash execution difficulty: gal buildlink.mk problem?
To: None <tech-pkg@netbsd.org, rh@netbsd.org, tron@netbsd.org>
From: None <sen_ml@eccosys.com>
List: tech-pkg
Date: 11/05/2001 11:57:42
After building gnucash this weekend, I tried executing it but I
received an error about not being able to find libgal.so.13 or some
such. I checked ldd output for the gnucash binary and found it was
linked to both libgal.so.13 and libgal.so.14.
I checked gal's buildlink.mk and found a value of gal>=0.13 for
BUILDLINK_DEPENDS.gal.
Would the following change the gal's buildlink.mk be problematic?
After the change, I was able to rebuild gnucash and run it w/o errors
-- though I got a segfault while saving.
Index: buildlink.mk
===================================================================
RCS file: /cvsroot/pkgsrc/devel/gal/buildlink.mk,v
retrieving revision 1.2
diff -u -r1.2 buildlink.mk
--- buildlink.mk 2001/10/05 06:58:46 1.2
+++ buildlink.mk 2001/11/05 02:50:46
@@ -17,7 +17,7 @@
.include "../../mk/bsd.buildlink.mk"
-BUILDLINK_DEPENDS.gal?= gal>=0.13
+BUILDLINK_DEPENDS.gal?= gal>=0.14
DEPENDS+= ${BUILDLINK_DEPENDS.gal}:../../devel/gal
EVAL_PREFIX+= BUILDLINK_PREFIX.gal=gal