Re: py24-numeric upgrade woes

2005-07-24 Thread Ian Moore
On Sunday 24 July 2005 10:37, Björn König wrote:
 You can fix this temporarily if you add the line

WRKSRC=  ${WRKDIR}/Numeric-${PORTVERSION}

 to Makefile, e.g. just before

.include bsd.port.pre.mk

 in line 28. I sent a mail to the maintainer yesterday.

 Björn

Thanks, that allows it to build now, but it falls over during the install:

--  Installing the new version via the port
===  Installing for py24-numeric-23.8
snip
MA Version 12.2.0
Numeric Version 23.8
install  -o root -g wheel -m 
444 /usr/ports/math/py-numeric/work/Numeric-23.8/Demo/*.py 
/usr/local/share/examples/py-numeric
install  -o root -g wheel -m 
444 /usr/ports/math/py-numeric/work/Numeric-23.8/Demo/NumTut/* 
/usr/local/share/examples/py-numeric/NumTut
install  -o root -g wheel -m 
444 /usr/ports/math/py-numeric/work/numpy.pdf /usr/local/share/doc/py-numeric
install: /usr/ports/math/py-numeric/work/numpy.pdf: No such file or directory
*** Error code 71

Stop in /usr/ports/math/py-numeric.
*** Error code 1

Stop in /usr/ports/math/py-numeric.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade2187.0 
make reinstall
egrep: /var/db/pkg/py24-numeric-23.7/+CONTENTS: No such file or directory
---  Restoring the old version
** Fix the installation problem and try again.


numpy.pdf is actually in /usr/ports/math/py-numeric/work/Numeric-23.8
By editing line 48 of the Makefile to:
 ${INSTALL_DATA} ${WRKDIR}/Numeric-23.8/numpy.pdf ${DOCSDIR}
the port installs correctly.

Cheers,
-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc


pgpjyh24Tg4jm.pgp
Description: PGP signature


Re: py24-numeric upgrade woes

2005-07-24 Thread Björn König

Ian Moore wrote:


numpy.pdf is actually in /usr/ports/math/py-numeric/work/Numeric-23.8
By editing line 48 of the Makefile to:
 ${INSTALL_DATA} ${WRKDIR}/Numeric-23.8/numpy.pdf ${DOCSDIR}
the port installs correctly.


Ok, thanks. I didn't noticed it because I have NOPORTDOCS=yes in my 
make.conf.


Regards
Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


py24-numeric upgrade woes

2005-07-23 Thread Anthony M. Agelastos

Hello everyone,

I CVSup'd my tree and did a portupgrade -arR and noticed that 
py24-numeric failed to update. To make a long story short, it unpacks 
Numeric into /usr/ports/math/py-numeric/work/Numeric-23.8, where the 
Makefile (or something) expects the first letter in Numeric to be 
lowercase (there is a file inside of the work directory named 
numeric-23.8 that is 1234555 bytes). See below for my output. I checked 
the mailing list and the bug reports to see if this had been previously 
mentioned and I could not find any evidence supporting that, so if it 
has been mentioned, I do apologize.


ast# uname -a
FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 20 
19:20:50 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL  i386
ast# pwd 
/usr/ports/math/py-numeric
ast# make 
= Numeric-23.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from 
http://heanet.dl.sourceforge.net/sourceforge/numpy/.

Numeric-23.8.tar.gz   100% of  708 kB  339 kBps
= numpy.pdf doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://numeric.scipy.org/.
numpy.pdf 100% of 1205 kB  169 kBps
===  Extracting for py24-numeric-23.8
= Checksum OK for Numeric-23.8.tar.gz.
= Checksum OK for numpy.pdf.
===  Patching for py24-numeric-23.8
===  Applying FreeBSD patches for py24-numeric-23.8
patch:  can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: 
Not a directory

= Patch patch-Src_umathmodule.c failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/math/py-numeric.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


py24-numeric upgrade woes

2005-07-23 Thread Anthony M. Agelastos

Hello everyone,

I CVSup'd my tree and did a portupgrade -arR and noticed that 
py24-numeric failed to update. To make a long story short, it unpacks 
Numeric into /usr/ports/math/py-numeric/work/Numeric-23.8, where the 
Makefile (or something) expects the first letter in Numeric to be 
lowercase (there is a file inside of the work directory named 
numeric-23.8 that is 1234555 bytes). See below for my output. I checked 
the mailing list and the bug reports to see if this had been previously 
mentioned and I could not find any evidence supporting that, so if it 
has been mentioned, I do apologize.


ast# uname -a
FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 20 
19:20:50 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL  i386
ast# pwd 
/usr/ports/math/py-numeric
ast# make 
= Numeric-23.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from 
http://heanet.dl.sourceforge.net/sourceforge/numpy/.

Numeric-23.8.tar.gz   100% of  708 kB  339 kBps
= numpy.pdf doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://numeric.scipy.org/.
numpy.pdf 100% of 1205 kB  169 kBps
===  Extracting for py24-numeric-23.8
= Checksum OK for Numeric-23.8.tar.gz.
= Checksum OK for numpy.pdf.
===  Patching for py24-numeric-23.8
===  Applying FreeBSD patches for py24-numeric-23.8
patch:  can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: 
Not a directory

= Patch patch-Src_umathmodule.c failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/math/py-numeric.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


py24-numeric upgrade woes

2005-07-23 Thread Anthony M. Agelastos

Hello everyone,

I CVSup'd my tree and did a portupgrade -arR and noticed that 
py24-numeric failed to update. To make a long story short, it unpacks 
Numeric into /usr/ports/math/py-numeric/work/Numeric-23.8, where the 
Makefile (or something) expects the first letter in Numeric to be 
lowercase (there is a file inside of the work directory named 
numeric-23.8 that is 1234555 bytes). See below for my output. I checked 
the mailing list and the bug reports to see if this had been previously 
mentioned and I could not find any evidence supporting that, so if it 
has been mentioned, I do apologize.


ast# uname -a
FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 20 
19:20:50 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL  i386
ast# pwd 
/usr/ports/math/py-numeric
ast# make 
= Numeric-23.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from 
http://heanet.dl.sourceforge.net/sourceforge/numpy/.

Numeric-23.8.tar.gz   100% of  708 kB  339 kBps
= numpy.pdf doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://numeric.scipy.org/.
numpy.pdf 100% of 1205 kB  169 kBps
===  Extracting for py24-numeric-23.8
= Checksum OK for Numeric-23.8.tar.gz.
= Checksum OK for numpy.pdf.
===  Patching for py24-numeric-23.8
===  Applying FreeBSD patches for py24-numeric-23.8
patch:  can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: 
Not a directory

= Patch patch-Src_umathmodule.c failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/math/py-numeric.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


py24-numeric upgrade woes

2005-07-23 Thread Anthony M. Agelastos

Hello everyone,

I CVSup'd my tree and did a portupgrade -arR and noticed that 
py24-numeric failed to update. To make a long story short, it unpacks 
Numeric into /usr/ports/math/py-numeric/work/Numeric-23.8, where the 
Makefile (or something) expects the first letter in Numeric to be 
lowercase (there is a file inside of the work directory named 
numeric-23.8 that is 1234555 bytes). See below for my output. I checked 
the mailing list and the bug reports to see if this had been previously 
mentioned and I could not find any evidence supporting that, so if it 
has been mentioned, I do apologize.


ast# uname -a
FreeBSD ast.home.iq 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 20 
19:20:50 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IQKERNEL  i386
ast# pwd 
/usr/ports/math/py-numeric
ast# make 
= Numeric-23.8.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from 
http://heanet.dl.sourceforge.net/sourceforge/numpy/.

Numeric-23.8.tar.gz   100% of  708 kB  339 kBps
= numpy.pdf doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://numeric.scipy.org/.
numpy.pdf 100% of 1205 kB  169 kBps
===  Extracting for py24-numeric-23.8
= Checksum OK for Numeric-23.8.tar.gz.
= Checksum OK for numpy.pdf.
===  Patching for py24-numeric-23.8
===  Applying FreeBSD patches for py24-numeric-23.8
patch:  can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: 
Not a directory

= Patch patch-Src_umathmodule.c failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/math/py-numeric.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: py24-numeric upgrade woes

2005-07-23 Thread Anthony M. Agelastos
I have no idea why this was sent 3 times to the list. Sorry for the  
email clog.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: py24-numeric upgrade woes

2005-07-23 Thread Ian Moore
On Saturday 23 July 2005 21:49, Anthony M. Agelastos wrote:
 Hello everyone,

 I CVSup'd my tree and did a portupgrade -arR and noticed that
 py24-numeric failed to update. To make a long story short, it unpacks
 Numeric into /usr/ports/math/py-numeric/work/Numeric-23.8, where the
 Makefile (or something) expects the first letter in Numeric to be
 lowercase (there is a file inside of the work directory named
 numeric-23.8 that is 1234555 bytes). See below for my output. I checked
 the mailing list and the bug reports to see if this had been previously
 mentioned and I could not find any evidence supporting that, so if it
 has been mentioned, I do apologize.


Hi,
I have a problem compiling this port too, after last night's cvsup. Here's the 
output of my build:

---  Upgrading 'py24-numeric-23.7' to 'py24-numeric-23.8' (math/py-numeric)
---  Building '/usr/ports/math/py-numeric'
===  Cleaning for python-2.4.1_2
===  Cleaning for py24-numeric-23.8
===  Extracting for py24-numeric-23.8
= Checksum OK for Numeric-23.8.tar.gz.
= Checksum OK for numpy.pdf.
===  Patching for py24-numeric-23.8
===  Applying FreeBSD patches for py24-numeric-23.8
patch:  can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: Not a 
directory
= Patch patch-Src_umathmodule.c failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/math/py-numeric.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade40145.0 
make
** Fix the problem and try again.

Cheers,
-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc


pgpNZd4pkyXNy.pgp
Description: PGP signature


Re: py24-numeric upgrade woes

2005-07-23 Thread Björn König

You can fix this temporarily if you add the line

  WRKSRC=  ${WRKDIR}/Numeric-${PORTVERSION}

to Makefile, e.g. just before

  .include bsd.port.pre.mk

in line 28. I sent a mail to the maintainer yesterday.

Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]