Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 02:52:08 -0700 (PDT)
From:      m-kawata@cd.jp.nec.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21951: ports/databases/db3: cannot configure 
Message-ID:  <20001013095208.1F98A37B503@hub.freebsd.org>

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

>Number:         21951
>Category:       ports
>Synopsis:       ports/databases/db3: cannot configure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 13 03:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kawata Masahiko
>Release:        FreeBSD-4.1R
>Organization:
>Environment:
FreeBSD aiko 4.1-RELEASE FreeBSD 4.1-RELEASE #14: Wed Oct 4 08:17:12 GMT 2000
m.kawata@aiko:/usr/src/sys/compile/RA20  i386
>Description:
In original source of db-3.1.17.tar.gz, configure script dist/configure
has permition 555.
This port needs to modify configure script for libtool in <bsd.port.mk>,
but it's failed to overwrite modified configure script.

>How-To-Repeat:
'make configure', or simply 'make' in ports/databases/db3

%make configure
===>  Extracting for db3-3.1.17
>Fix:
patch ports/databases/db3/Makefile

--- Makefile.orig       Fri Sep 22 16:48:50 2000
+++ Makefile    Fri Oct 13 08:28:59 2000
@@ -32,4 +32,7 @@
 pre-patch:
        @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/${CONFIGURE_SCRIPT}

+pre-configure:
+       @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
+
 .include <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for db-3.1.17.tar.gz.
 ===>   db3-3.1.17 depends on executable: libtool - found
 ===>  Patching for db3-3.1.17
 ===>  Applying FreeBSD patches for db3-3.1.17
 ===>  Configuring for db3-3.1.17
 cannot create ../dist/configure: permission denied


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001013095208.1F98A37B503>