ports/55172
Stacey Roberts
stacey at vickiandstacey.com
Sun Aug 3 11:33:12 PDT 2003
Hello,
>From Marcus' entry, this PR has been kicked to you.
Here's what I'm getting when attempting to portupgrade py22-gtk-1.99.16
after yet another fresh cvsup of the ports tree today:
===> Building for py23-numeric-21.0
running build
running build_py
creating build
creating build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/ArrayPrinter.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/Numeric.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/Precision.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/UserArray.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/numeric_version.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/LinearAlgebra.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/MLab.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/Matrix.py -> build/lib.freebsd-4.8-RC-i386-2.3
copying Lib/RandomArray.py -> build/lib.freebsd-4.8-RC-i386-2.3
creating build/lib.freebsd-4.8-RC-i386-2.3/FFT
copying Packages/FFT/Lib/FFT.py -> build/lib.freebsd-4.8-RC-i386-2.3/FFT
copying Packages/FFT/Lib/__init__.py ->
build/lib.freebsd-4.8-RC-i386-2.3/FFT
creating build/lib.freebsd-4.8-RC-i386-2.3/MA
copying Packages/MA/Lib/MA_version.py ->
build/lib.freebsd-4.8-RC-i386-2.3/MA
copying Packages/MA/Lib/__init__.py ->
build/lib.freebsd-4.8-RC-i386-2.3/MA
copying Packages/MA/Lib/MA.py -> build/lib.freebsd-4.8-RC-i386-2.3/MA
creating build/lib.freebsd-4.8-RC-i386-2.3/PropertiedClasses
copying Packages/Properties/Lib/Properties.py ->
build/lib.freebsd-4.8-RC-i386-2.3/PropertiedClasses
copying Packages/Properties/Lib/__init__.py ->
build/lib.freebsd-4.8-RC-i386-2.3/PropertiedClasses
copying Packages/Properties/Lib/Properties_version.py ->
build/lib.freebsd-4.8-RC-i386-2.3/PropertiedClasses
creating build/lib.freebsd-4.8-RC-i386-2.3/RNG
copying Packages/RNG/Lib/__init__.py ->
build/lib.freebsd-4.8-RC-i386-2.3/RNG
copying Packages/RNG/Lib/Statistics.py ->
build/lib.freebsd-4.8-RC-i386-2.3/RNG
creating build/lib.freebsd-4.8-RC-i386-2.3/kinds
copying Packages/kinds/Lib/__init__.py ->
build/lib.freebsd-4.8-RC-i386-2.3/kinds
copying Packages/kinds/Lib/kinds.py ->
build/lib.freebsd-4.8-RC-i386-2.3/kinds
copying Packages/kinds/Lib/kinds_version.py ->
build/lib.freebsd-4.8-RC-i386-2.3/kinds
running build_ext
building '_numpy' extension
creating build/temp.freebsd-4.8-RC-i386-2.3
creating build/temp.freebsd-4.8-RC-i386-2.3/Src
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/ufuncobject.c -o
build/temp.freebsd-4.8-RC-i386-2.3/Src/ufuncobject.o
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/arrayobject.c -o
build/temp.freebsd-4.8-RC-i386-2.3/Src/arrayobject.o
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/_numpymodule.c -o
build/temp.freebsd-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/portupgrade19883.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)
#
Has there been any movement on this issue?
Is there anyway that I can assist on determining a resolution, please
let me know.
Regards,
Stacey
--
Stacey Roberts
B.Sc (HONS) Computer Science
Web: www.vickiandstacey.com
More information about the freebsd-ports
mailing list