[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ports/564: when using DISTDIR ports puts prerequisits in wrong place
- To: bugs@cvs.openbsd.org
- Subject: ports/564: when using DISTDIR ports puts prerequisits in wrong place
- From: Marco S Hyman <marc@snafu.org>
- Date: Thu, 6 Aug 1998 18:30:06 -0600 (MDT)
The following reply was made to PR ports/564; it has been noted by GNATS.
From: Marco S Hyman <marc@snafu.org>
To: jkatz@cpio.net
Cc: gnats@openbsd.org
Subject: ports/564: when using DISTDIR ports puts prerequisits in wrong place
Date: Thu, 06 Aug 1998 17:19:15 -0700
Ok, this is what I did:
1) force a missing gimp prerequisit:
mc:1# pkg_delete -f gtk+-1.0.4
Package `gtk+-1.0.4' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
gimp-1.0.0
mc:2# shutdown -r now
2) Can not reproduce the problem using ksh
mc:1$ mkdir distfiles
mc:2$ cp /usr/ports/distfiles/gimp* distfiles/
mc:3$ DISTDIR=$HOME/distfiles
mc:4$ export DISTDIR
mc:5$ cd /usr/ports/graphics/gimp
mc:6$ make
>> Checksum OK for gimp-1.0.0.tar.gz.
>> Checksum OK for gimp-data-extras-1.0.0.tar.gz.
===> Extracting for gimp-1.0.0
===> gimp-1.0.0 depends on shared library: gtk\.1\. - not found
===> Verifying install for gtk\.1\. in /usr/ports/x11/gtk+
>> gtk+-1.0.4.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from ftp://ftp.gimp.org/pub/gtk/v1.0/.
and it used ftp to get gtk+-1.0.4.tar.gz into $HOME/distfiles
3) Can not reproduce the problem using csh (user tu uses csh)
mc:tu {1} mkdir distfiles
mc:tu {2} cp /usr/ports/distfiles/gimp* distfiles/
mc:tu {3} setenv DISTDIR ~tu/distfiles
mc:tu {4} cd /usr/ports/graphics/gimp
mc:gimp {5} make
>> Checksum OK for gimp-1.0.0.tar.gz.
>> Checksum OK for gimp-data-extras-1.0.0.tar.gz.
===> Extracting for gimp-1.0.0
===> gimp-1.0.0 depends on shared library: gtk\.1\. - not found
===> Verifying install for gtk\.1\. in /usr/ports/x11/gtk+
>> gtk+-1.0.4.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from ftp://ftp.gimp.org/pub/gtk/v1.0/.
and it used ftp to get gtk+-1.0.4.tar.gz into ~tu/distfiles
This is with code as of 28 July. Unless you can tell me how to
reproduce the problem I'm going to close the report.
// marc