Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 1998 03:36:31 -0500 (EST)
From:      John Baldwin <jobaldwi@vt.edu>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8948: netscape45-communicator port doesn't work with USE_128BIT
Message-ID:  <199812030836.DAA04496@jobaldwi.campus.vt.edu>

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

>Number:         8948
>Category:       ports
>Synopsis:       netscape45-communicator port doesn't work with USE_128BIT
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec  3 00:40:00 PST 1998
>Last-Modified:
>Originator:     John Baldwin
>Organization:
>Release:        FreeBSD 2.2.8-STABLE i386
>Environment:
FreeBSD john.baldwinfamily.org 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Dec  1 08:47:06 EST 1998     root@john.baldwinfamily.org:/usr/src/sys/compile/JOHN  i386
>Description:

Make dies as follows:

# make -DUSE_128BIT all
===>  Extracting for netscape-communicator-4.5
>How-To-Repeat:

# cd /usr/ports/www/netscape45-communicator
# make -DUSE_128BIT all

>Fix:
	
I did finally get it to work by doing the following:

# cd /usr/ports/www/netscape45-communicator
# make all
# tar xvfzC /usr/ports/distfiles/Fortify-1.3.0-unix-x86.tar.gz work/
# make -DUSE_128BIT install

I didn't test it, but I bet that this would also work, since the problem seems
to be that only one of the tarballs gets extracted, but not both.

# cd /usr/ports/www/netscape45-communicator
# make -DUSE_128BIT all
# tar xvfC /usr/ports/distfiles/communicator-v45-export.x86-unknown-freebsd.tar.gz work/
# make -DUSE_128BIT install
>Audit-Trail:
>Unformatted:
>> Checksum OK for Fortify-1.3.0-unix-x86.tar.gz.
===>  Patching for netscape-communicator-4.5
===>  Applying FreeBSD patches for netscape-communicator-4.5
patch: **** can't cd to
/usr/ports/www/netscape45-communicator/work/communicator-v45.x86-unknown-freebsd
: No such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


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?199812030836.DAA04496>