On May 19, 2006, at 2:52 PM, marius wrote:
On 5/19/06, Chad M Stewart <[EMAIL PROTECTED]> wrote:
Am I doing something wrong?
# pwd
/usr/ports/devel/subversion
# make install
===> Checking files for subversion-1.3.0
`/usr/ports/distfiles/subversion-1.3.0.tar.gz' is up to date.
>> Checksum OK for subversion-1.3.0.tar.gz. (sha1)
===> subversion-1.3.0 depends on: python-2.3.5p3 - not found
===> Verifying install for python-2.3.5p3 in lang/python/2.3
===> Checking files for python-2.3.5p3
`/usr/ports/distfiles/Python-2.3.5.tgz' is up to date.
>> Checksum OK for Python-2.3.5.tgz. (sha1)
===> python-2.3.5p3 depends on: tk-8.4.7 - not found
===> Verifying install for tk-8.4.7 in x11/tk/8.4
===> Building for tk-8.4.7
[snip]>
*** Error code 1
Stop in /usr/ports/x11/tk/8.4/w-tk-8.4.7/build-i386 (line 721 of
Makefile).
*** Error code 1
Stop in /usr/ports/x11/tk/8.4 (line 1924 of /usr/ports/
infrastructure/
mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/lang/python/2.3 (line 1422 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/lang/python/2.3 (line 1750 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/devel/subversion (line 1422 of /usr/ports/
infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/devel/subversion (line 1750 of /usr/ports/
infrastructure/mk/bsd.port.mk).
Hi Chad,
I had the same problem installing another port dependant on Python. I
found that installing tk-8.4.7 first, and then restarting the previous
installation made it go away.
Interesting. For kicks I tried, 'FLAVOR="no_bindings" make package'
and it worked. To be honest I'm not sure what that changed.
//mts
P.S. Do you have X installed on that box?
Yes, though I didn't before I started trying to get subversion
installed. I don't put X on my servers.
-Chad