[MacPorts] #13064: py-vorbis fails to build on Leopard on MacBook Pro C2D

MacPorts noreply at macports.org
Thu Nov 6 00:40:19 PST 2008


#13064: py-vorbis fails to build on Leopard on MacBook Pro C2D
--------------------------------------+-------------------------------------
  Reporter:  nathan.stocks at gmail.com  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect                   |      Status:  new                                  
  Priority:  Normal                   |   Milestone:  Port Bugs                            
 Component:  ports                    |     Version:  1.5.2                                
Resolution:                           |    Keywords:  vorbis                               
      Port:  py-vorbis                |  
--------------------------------------+-------------------------------------
Changes (by blb at macports.org):

  * port:  => py-vorbis


Old description:

> $ sudo port -vd install py-vorbis
> DEBUG: Found port in
> file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python
> /py-vorbis
> DEBUG: Changing to port directory:
> /opt/local/var/macports/sources/rsync.macports.org/release/ports/python
> /py-vorbis
> DEBUG: Requested variant darwin is not provided by port py-vorbis.
> DEBUG: Requested variant i386 is not provided by port py-vorbis.
> DEBUG: Requested variant macosx is not provided by port py-vorbis.
> DEBUG: Found port in
> file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24
> DEBUG: Changing to port directory:
> /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24
> DEBUG: Requested variant i386 is not provided by port python24.
> DEBUG: Requested variant macosx is not provided by port python24.
> DEBUG: Executing variant darwin provides darwin
> DEBUG: Executing variant darwin_9 provides darwin_9
> DEBUG: Searching for dependency: python24
> DEBUG: Found Dependency: receipt exists for python24
> DEBUG: Found port in
> file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/libvorbis
> DEBUG: Changing to port directory:
> /opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/libvorbis
> DEBUG: Requested variant darwin is not provided by port libvorbis.
> DEBUG: Requested variant i386 is not provided by port libvorbis.
> DEBUG: Requested variant macosx is not provided by port libvorbis.
> DEBUG: Searching for dependency: libvorbis
> DEBUG: Found Dependency: receipt exists for libvorbis
> DEBUG: Found port in
> file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python
> /py-ogg
> DEBUG: Changing to port directory:
> /opt/local/var/macports/sources/rsync.macports.org/release/ports/python
> /py-ogg
> DEBUG: Requested variant darwin is not provided by port py-ogg.
> DEBUG: Requested variant i386 is not provided by port py-ogg.
> DEBUG: Requested variant macosx is not provided by port py-ogg.
> DEBUG: Searching for dependency: py-ogg
> DEBUG: Found Dependency: receipt exists for py-ogg
> DEBUG: Skipping completed org.macports.main (py-vorbis)
> DEBUG: Skipping completed org.macports.fetch (py-vorbis)
> DEBUG: Skipping completed org.macports.checksum (py-vorbis)
> DEBUG: Skipping completed org.macports.extract (py-vorbis)
> DEBUG: Skipping completed org.macports.patch (py-vorbis)
> DEBUG: Skipping completed org.macports.configure (py-vorbis)
> --->  Building py-vorbis with target build
> DEBUG: Executing org.macports.build (py-vorbis)
> DEBUG: Environment:
> DEBUG: Assembled command: 'cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_ports_python_py-vorbis/work/pyvorbis-1.4" &&
> /opt/local/bin/python2.4 setup.py build'
> running build
> running build_py
> package init file 'src/__init__.py' not found (or not a regular file)
> package init file 'src/__init__.py' not found (or not a regular file)
> running build_ext
> building 'vorbis' extension
> /usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
> -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-
> prototypes -DVERSION="1.4" -I/opt/local/include -I/opt/local/include
> -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
> -c src/vorbismodule.c -o
> build/temp.macosx-10.3-i386-2.4/src/vorbismodule.o
> In file included from src/vorbismodule.c:4:
> src/vorbismodule.h:5:25: error: pyogg/pyogg.h: No such file or directory
> src/vorbismodule.c:81: error: syntax error before '*' token
> src/vorbismodule.c:81: warning: type defaults to 'int' in declaration of
> 'modinfo'
> src/vorbismodule.c:81: warning: data definition has no type or storage
> class
> src/vorbismodule.c: In function 'initvorbis':
> src/vorbismodule.c:103: error: request for member 'Py_OggError' in
> something not a structure or union
> error: command '/usr/bin/gcc-4.0' failed with exit status 1
> Error: Target org.macports.build returned: shell command " cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_ports_python_py-vorbis/work/pyvorbis-1.4" &&
> /opt/local/bin/python2.4 setup.py build " returned error 1
> Command output: running build
> running build_py
> package init file 'src/__init__.py' not found (or not a regular file)
> package init file 'src/__init__.py' not found (or not a regular file)
> running build_ext
> building 'vorbis' extension
> /usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
> -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-
> prototypes -DVERSION="1.4" -I/opt/local/include -I/opt/local/include
> -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
> -c src/vorbismodule.c -o
> build/temp.macosx-10.3-i386-2.4/src/vorbismodule.o
> In file included from src/vorbismodule.c:4:
> src/vorbismodule.h:5:25: error: pyogg/pyogg.h: No such file or directory
> src/vorbismodule.c:81: error: syntax error before '*' token
> src/vorbismodule.c:81: warning: type defaults to 'int' in declaration of
> 'modinfo'
> src/vorbismodule.c:81: warning: data definition has no type or storage
> class
> src/vorbismodule.c: In function 'initvorbis':
> src/vorbismodule.c:103: error: request for member 'Py_OggError' in
> something not a structure or union
> error: command '/usr/bin/gcc-4.0' failed with exit status 1
>
> Warning: the following items did not execute (for py-vorbis):
> org.macports.activate org.macports.build org.macports.destroot
> org.macports.install
> Error: Status 1 encountered during processing.

New description:

 {{{
 $ sudo port -vd install py-vorbis
 DEBUG: Found port in
 file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python
 /py-vorbis
 DEBUG: Changing to port directory:
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/python
 /py-vorbis
 DEBUG: Requested variant darwin is not provided by port py-vorbis.
 DEBUG: Requested variant i386 is not provided by port py-vorbis.
 DEBUG: Requested variant macosx is not provided by port py-vorbis.
 DEBUG: Found port in
 file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24
 DEBUG: Changing to port directory:
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python24
 DEBUG: Requested variant i386 is not provided by port python24.
 DEBUG: Requested variant macosx is not provided by port python24.
 DEBUG: Executing variant darwin provides darwin
 DEBUG: Executing variant darwin_9 provides darwin_9
 DEBUG: Searching for dependency: python24
 DEBUG: Found Dependency: receipt exists for python24
 DEBUG: Found port in
 file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/libvorbis
 DEBUG: Changing to port directory:
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/libvorbis
 DEBUG: Requested variant darwin is not provided by port libvorbis.
 DEBUG: Requested variant i386 is not provided by port libvorbis.
 DEBUG: Requested variant macosx is not provided by port libvorbis.
 DEBUG: Searching for dependency: libvorbis
 DEBUG: Found Dependency: receipt exists for libvorbis
 DEBUG: Found port in
 file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python
 /py-ogg
 DEBUG: Changing to port directory:
 /opt/local/var/macports/sources/rsync.macports.org/release/ports/python
 /py-ogg
 DEBUG: Requested variant darwin is not provided by port py-ogg.
 DEBUG: Requested variant i386 is not provided by port py-ogg.
 DEBUG: Requested variant macosx is not provided by port py-ogg.
 DEBUG: Searching for dependency: py-ogg
 DEBUG: Found Dependency: receipt exists for py-ogg
 DEBUG: Skipping completed org.macports.main (py-vorbis)
 DEBUG: Skipping completed org.macports.fetch (py-vorbis)
 DEBUG: Skipping completed org.macports.checksum (py-vorbis)
 DEBUG: Skipping completed org.macports.extract (py-vorbis)
 DEBUG: Skipping completed org.macports.patch (py-vorbis)
 DEBUG: Skipping completed org.macports.configure (py-vorbis)
 --->  Building py-vorbis with target build
 DEBUG: Executing org.macports.build (py-vorbis)
 DEBUG: Environment:
 DEBUG: Assembled command: 'cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_ports_python_py-vorbis/work/pyvorbis-1.4" &&
 /opt/local/bin/python2.4 setup.py build'
 running build
 running build_py
 package init file 'src/__init__.py' not found (or not a regular file)
 package init file 'src/__init__.py' not found (or not a regular file)
 running build_ext
 building 'vorbis' extension
 /usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
 -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
 -DVERSION="1.4" -I/opt/local/include -I/opt/local/include
 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
 -c src/vorbismodule.c -o
 build/temp.macosx-10.3-i386-2.4/src/vorbismodule.o
 In file included from src/vorbismodule.c:4:
 src/vorbismodule.h:5:25: error: pyogg/pyogg.h: No such file or directory
 src/vorbismodule.c:81: error: syntax error before '*' token
 src/vorbismodule.c:81: warning: type defaults to 'int' in declaration of
 'modinfo'
 src/vorbismodule.c:81: warning: data definition has no type or storage
 class
 src/vorbismodule.c: In function 'initvorbis':
 src/vorbismodule.c:103: error: request for member 'Py_OggError' in
 something not a structure or union
 error: command '/usr/bin/gcc-4.0' failed with exit status 1
 Error: Target org.macports.build returned: shell command " cd
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
 .org_release_ports_python_py-vorbis/work/pyvorbis-1.4" &&
 /opt/local/bin/python2.4 setup.py build " returned error 1
 Command output: running build
 running build_py
 package init file 'src/__init__.py' not found (or not a regular file)
 package init file 'src/__init__.py' not found (or not a regular file)
 running build_ext
 building 'vorbis' extension
 /usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
 -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
 -DVERSION="1.4" -I/opt/local/include -I/opt/local/include
 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
 -c src/vorbismodule.c -o
 build/temp.macosx-10.3-i386-2.4/src/vorbismodule.o
 In file included from src/vorbismodule.c:4:
 src/vorbismodule.h:5:25: error: pyogg/pyogg.h: No such file or directory
 src/vorbismodule.c:81: error: syntax error before '*' token
 src/vorbismodule.c:81: warning: type defaults to 'int' in declaration of
 'modinfo'
 src/vorbismodule.c:81: warning: data definition has no type or storage
 class
 src/vorbismodule.c: In function 'initvorbis':
 src/vorbismodule.c:103: error: request for member 'Py_OggError' in
 something not a structure or union
 error: command '/usr/bin/gcc-4.0' failed with exit status 1

 Warning: the following items did not execute (for py-vorbis):
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 Error: Status 1 encountered during processing.
 }}}

--

-- 
Ticket URL: <http://trac.macports.org/ticket/13064#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list