Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Aug 2003 13:27:22 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55267: Update port: databases/gauche-gdbm (fix build)
Message-ID:  <867k5szq39.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200308050430.h754U9J8026285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55267
>Category:       ports
>Synopsis:       Update port: databases/gauche-gdbm (fix build)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 04 21:30:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki@nigredo.org>
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.1-RELEASE FreeBSD 5.1-RELEASE #8: Tue Jun 24 05:25:23 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
This port doesn't build with the following error:

==>  Building for gauche-gdbm-0.7.1
make: don't know how to make gdbm.la. Stop
*** Error code 2

>How-To-Repeat:

>Fix:
Here's a possible fix.

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gauche-gdbm/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	2 Aug 2003 06:01:18 -0000	1.14
+++ Makefile	5 Aug 2003 04:07:49 -0000
@@ -35,7 +35,7 @@
 
 do-configure:
 	cd `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` && ./configure --with-local=${LOCALBASE} --prefix=${LOCALBASE} --target=${CONFIGURE_TARGET} --host=${CONFIGURE_HOST} --build=${CONFIGURE_BUILD} && cd ext && ${REINPLACE_CMD} -e "s/archdir/&|sed 's,unknown-freebsd,portbld-freebsd,'/" Makefile.ext
-	cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.la/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile
+	cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.so/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile
 
 do-install:
 	cd ${WRKSRC} && make install-std
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/gauche-gdbm/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	17 Jun 2003 15:10:00 -0000	1.2
+++ pkg-plist	5 Aug 2003 04:07:49 -0000
@@ -1,3 +1,2 @@
-lib/gauche/%%VERSION%%/%%TARGET%%/gdbm.la
 lib/gauche/%%VERSION%%/%%TARGET%%/gdbm.so
 share/gauche/%%VERSION%%/lib/dbm/gdbm.scm

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867k5szq39.wl%fuyuki>