Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2001 11:19:55 -0700 (PDT)
From:      ichiro@aimay.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/27097: Installing cvsup requires /usr/local/bin/m3build 
Message-ID:  <200105051819.f45IJtY71843@freefall.freebsd.org>

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

>Number:         27097
>Category:       ports
>Synopsis:       Installing cvsup requires /usr/local/bin/m3build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 11:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ichiro Mizukoshi
>Release:        4.3-release
>Organization:
office AI
>Environment:
FreeBSD ns1.aimay.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386 
>Description:
To install cvsup, it requires /usr/local/bin/m3build.
Newly installed 4.3-RELEASE box does not have /usr/local/bin/m3build.
So "make install" stops showing the messages as below:
------------
To build this port without X11 (and without the GUI), define "WITHOUT_X11".^M
===>  Extracting for cvsup-16.1^M
>How-To-Repeat:
on fully new installed 4.3-release box

cd /usr/ports/net/cvsup
make install

It stops on "Building in network/tcplibs/tcp"
Because: /usr/local/bin/m3build: not found

>Fix:
cd /usr/ports/lang/pm3-base
make install

then

cd /usr/ports/net/cvsup
make install
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for cvsup-16.1.tar.gz.^M
 ===>   cvsup-16.1 depends on file: /usr/local/lib/m3/FreeBSD4/libm3formsvbt.so.7 - not found^M
 ===>    Verifying install for /usr/local/lib/m3/FreeBSD4/libm3formsvbt.so.7 in /usr/ports/lang/pm3-forms^M
 ===>  Extracting for pm3-forms-1.1.15^M
 >> No MD5 checksum file.^M
 ===>   pm3-forms-1.1.15 depends on file: /usr/local/lib/m3/FreeBSD4/libm3vbtkit.so.7 - not found^M
 ===>    Verifying install for /usr/local/lib/m3/FreeBSD4/libm3vbtkit.so.7 in /usr/ports/lang/pm3-gui^M
 ===>  Extracting for pm3-gui-1.1.15^M
 >> No MD5 checksum file.^M
 ===>   pm3-gui-1.1.15 depends on file: /usr/local/lib/m3/FreeBSD4/libm3tcp.so.7 - not found^M
 ===>    Verifying install for /usr/local/lib/m3/FreeBSD4/libm3tcp.so.7 in /usr/ports/lang/pm3-net^M
 ===>  Installing for pm3-net-1.1.15^M
 ===>   pm3-net-1.1.15 depends on file: /usr/local/lib/m3/FreeBSD4/libm3.so.7 - found^M
 Building in network/tcplibs/tcp^M
 /usr/local/bin/m3build: not found^M
 Building in network/tcplibs/tcpextras^M
 /usr/local/bin/m3build: not found^M
 Building in network/udp^M
 /usr/local/bin/m3build: not found^M
 *** Error code 127^M
 ^M
 Stop in /usr/ports/lang/pm3-net.^M
 ----cont.

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?200105051819.f45IJtY71843>