[MacPorts] #23701: libdevil build failure
#23701: libdevil build failure -------------------------------+-------------------------------------------- Reporter: acowley@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: libdevil -------------------------------+-------------------------------------------- libdevil fails to build on Mac OS X 10.4.11 $ sudo port install -d libdevil ---> Computing dependencies for libdevil ---> Building libdevil Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libdevil/work/devil-1.7.8" && /usr/bin/make -j1 all " returned error 2 Command output: Making all in lib /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -I/opt/local/include -faltivec -maltivec -O2 -arch ppc -MT libIL_la-il_alloc.lo -MD -MP -MF .deps/libIL_la-il_alloc.Tpo -c -o libIL_la-il_alloc.lo `test -f './../src-IL/src/il_alloc.c' || echo './'`./../src-IL/src/il_alloc.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -I/opt/local/include -faltivec -maltivec -O2 -arch ppc -MT libIL_la-il_alloc.lo -MD -MP -MF .deps /libIL_la-il_alloc.Tpo -c ./../src-IL/src/il_alloc.c -fno-common -DPIC -o .libs/libIL_la-il_alloc.o ./../src-IL/src/il_alloc.c:74: error: conflicting types for 'ivec_align_buffer' ./../include/IL/devil_internal_exports.h:101: error: previous declaration of 'ivec_align_buffer' was here make[1]: *** [libIL_la-il_alloc.lo] Error 1 make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. -- Ticket URL: <http://trac.macports.org/ticket/23701> MacPorts <http://www.macports.org/> Ports system for Mac OS
#23701: libdevil build failure -------------------------------+-------------------------------------------- Reporter: acowley@… | Owner: simon@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: libdevil -------------------------------+-------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => simon@… Old description:
libdevil fails to build on Mac OS X 10.4.11
$ sudo port install -d libdevil ---> Computing dependencies for libdevil ---> Building libdevil Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libdevil/work/devil-1.7.8" && /usr/bin/make -j1 all " returned error 2 Command output: Making all in lib /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -I/opt/local/include -faltivec -maltivec -O2 -arch ppc -MT libIL_la-il_alloc.lo -MD -MP -MF .deps/libIL_la-il_alloc.Tpo -c -o libIL_la-il_alloc.lo `test -f './../src-IL/src/il_alloc.c' || echo './'`./../src-IL/src/il_alloc.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -I/opt/local/include -faltivec -maltivec -O2 -arch ppc -MT libIL_la-il_alloc.lo -MD -MP -MF .deps /libIL_la-il_alloc.Tpo -c ./../src-IL/src/il_alloc.c -fno-common -DPIC -o .libs/libIL_la-il_alloc.o ./../src-IL/src/il_alloc.c:74: error: conflicting types for 'ivec_align_buffer' ./../include/IL/devil_internal_exports.h:101: error: previous declaration of 'ivec_align_buffer' was here make[1]: *** [libIL_la-il_alloc.lo] Error 1 make: *** [all-recursive] Error 1
Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output.
New description: libdevil fails to build on Mac OS X 10.4.11 {{{ $ sudo port install -d libdevil ---> Computing dependencies for libdevil ---> Building libdevil Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libdevil/work/devil-1.7.8" && /usr/bin/make -j1 all " returned error 2 Command output: Making all in lib /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -I/opt/local/include -faltivec -maltivec -O2 -arch ppc -MT libIL_la-il_alloc.lo -MD -MP -MF .deps/libIL_la-il_alloc.Tpo -c -o libIL_la-il_alloc.lo `test -f './../src-IL/src/il_alloc.c' || echo './'`./../src-IL/src/il_alloc.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../include/IL -I ./../src-IL/include -I ./../include -I/opt/local/include -faltivec -maltivec -O2 -arch ppc -MT libIL_la-il_alloc.lo -MD -MP -MF .deps /libIL_la-il_alloc.Tpo -c ./../src-IL/src/il_alloc.c -fno-common -DPIC -o .libs/libIL_la-il_alloc.o ./../src-IL/src/il_alloc.c:74: error: conflicting types for 'ivec_align_buffer' ./../include/IL/devil_internal_exports.h:101: error: previous declaration of 'ivec_align_buffer' was here make[1]: *** [libIL_la-il_alloc.lo] Error 1 make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. }}} -- -- Ticket URL: <http://trac.macports.org/ticket/23701#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#23701: libdevil build failure -------------------------------+-------------------------------------------- Reporter: acowley@… | Owner: simon@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: libdevil -------------------------------+-------------------------------------------- Comment(by rubengarciahernandez@…): Problem exists on 10.5 Leopard as well -- Ticket URL: <http://trac.macports.org/ticket/23701#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#23701: libdevil build failure -------------------------------+-------------------------------------------- Reporter: acowley@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: libdevil -------------------------------+-------------------------------------------- Changes (by simon@…): * owner: simon@… => macports-tickets@… -- Ticket URL: <http://trac.macports.org/ticket/23701#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#23701: libdevil build failure --------------------------------+------------------------------------------- Reporter: acowley@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: libdevil | --------------------------------+------------------------------------------- Changes (by jmr@…): * cc: raphael@… (added) * status: new => closed * resolution: => fixed Comment: This was fixed in r75814. -- Ticket URL: <https://trac.macports.org/ticket/23701#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts