Bug 55172 - Portuprade of py22-gtk-1.99.16 fails with today's latest cvsup of ports tree
Summary: Portuprade of py22-gtk-1.99.16 fails with today's latest cvsup of ports tree
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Gellekum
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 00:00 UTC by Stacey Roberts
Modified: 2003-08-04 13:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stacey Roberts 2003-08-02 00:00:26 UTC
After cvsup of latest ports tree today, "portupgrade -R py22-gtk-1.99.16" fails. Here is the tail of the failed portupgade cmd:

4.8-RC-i386-2.3/Src/_numpymodule.o
cc -shared -pthread -O -pipe -march=pentiumpro build/temp.freebsd-4.8-RC-i386-2.3/Src/_numpymodule.o build/temp.freebsd-4.8-RC-i386-2.3/Src/arrayobject.o build/temp.freebsd-4.8-RC-i386-2.3/Src/ufuncobject.o -o build/lib.freebsd-4.8-RC-i386-2.3/_numpy.so
building 'multiarray' extension
cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=pentiumpro -fPIC -IInclude -IPackages/FFT/Include -IPackages/RNG/Include -I/usr/local/include/python2.3 -c Src/multiarraymodule.c -o build/temp.freebsd-4.8-RC-i386-2.3/Src/multiarraymodule.o
cc -shared -pthread -O -pipe -march=pentiumpro build/temp.freebsd-4.8-RC-i386-2.3/Src/multiarraymodule.o -o build/lib.freebsd-4.8-RC-i386-2.3/multiarray.so
building 'umath' extension
cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=pentiumpro -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe -march=pentiumpro -fPIC -DHAVE_INVERSE_HYPERBOLIC -IInclude -IPackages/FFT/Include -IPackages/RNG/Include -I/usr/local/include/python2.3 -c Src/umathmodule.c -o build/temp.freebsd-4.8-RC-i386-2.3/Src/umathmodule.o
Src/umathmodule.c:1952: `acosh' undeclared here (not in a function)
Src/umathmodule.c:1952: initializer element is not constant
Src/umathmodule.c:1952: (near initialization for `arccosh_data[0]')
Src/umathmodule.c:1952: `acosh' undeclared here (not in a function)
Src/umathmodule.c:1952: initializer element is not constant
Src/umathmodule.c:1952: (near initialization for `arccosh_data[1]')
Src/umathmodule.c:1953: `asinh' undeclared here (not in a function)
Src/umathmodule.c:1953: initializer element is not constant
Src/umathmodule.c:1953: (near initialization for `arcsinh_data[0]')
Src/umathmodule.c:1953: `asinh' undeclared here (not in a function)
Src/umathmodule.c:1953: initializer element is not constant
Src/umathmodule.c:1953: (near initialization for `arcsinh_data[1]')
Src/umathmodule.c:1954: `atanh' undeclared here (not in a function)
Src/umathmodule.c:1954: initializer element is not constant
Src/umathmodule.c:1954: (near initialization for `arctanh_data[0]')
Src/umathmodule.c:1954: `atanh' undeclared here (not in a function)
Src/umathmodule.c:1954: initializer element is not constant
Src/umathmodule.c:1954: (near initialization for `arctanh_data[1]')
error: command 'cc' failed with exit status 1
*** Error code 1
 
Stop in /usr/ports/math/py-numeric.
*** Error code 1
 
Stop in /usr/ports/math/py-numeric.
*** Error code 1
 
Stop in /usr/ports/x11-toolkits/py-gtk2.
*** Error code 1
 
Stop in /usr/ports/x11-toolkits/py-gtk2.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade77534.25 make reinstall
egrep: /var/db/pkg/py22-gtk-1.99.16/+CONTENTS: No such file or directory
--->  Restoring the old version
** Fix the installation problem and try again.
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 303 packages found (-0 +1) . done]
** The following packages were not installed or upgraded (*:skipped / !:failed)
        ! x11-toolkits/py-gtk2 (py22-gtk-1.99.16)       (install error)
#

Fix: 

Don't know
How-To-Repeat: Cvsup to latest ports tree
Run portupgrade -R py22-gtk-1.99.16
Watch errors at the end.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-08-02 00:47:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tg

Over to py-numeric maintainer.  This is not a problem with py-gtk2.
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 2003-08-04 12:59:49 UTC
State Changed
From-To: open->closed

Should be fixed after the latest commits to math/py-numeric.