[MacPorts] #13538: gv does not download, does not compile
#13538: gv does not download, does not compile ---------------------------+------------------------------------------------ Reporter: vlado@gmx.net | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Keywords: | ---------------------------+------------------------------------------------ First, when I attempted to install the gv port, the download failed: {{{ ---> Fetching gv DEBUG: Executing org.macports.fetch (gv) ---> gv-3.5.8.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/gv ---> Attempting to fetch gv-3.5.8.tar.gz from ftp://ftpthep.physik.uni- mainz.de/pub/gv/unix/ DEBUG: Fetching failed:: FTP: login denied ---> Attempting to fetch gv-3.5.8.tar.gz from http://svn.macports.org/repository/macports/distfiles/gv % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 DEBUG: Fetching failed:: HTTP response code said error ---> Attempting to fetch gv-3.5.8.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 DEBUG: Fetching failed:: HTTP response code said error }}} I managed to download manually (using wget) from the first address, though. Having put the file in /opt/local/var/macports/distfiles/gv the compilation started, but it failed with the following output: {{{ signal.c: In function 'signal_sh_terminate': signal.c:128: warning: implicit declaration of function 'exit' signal.c:128: warning: incompatible implicit declaration of built-in function 'exit' signal.c: In function 'signal_sh_updateFile': signal.c:174: warning: incompatible implicit declaration of built-in function 'exit' /usr/bin/cc -Os -Wall -Wpointer-arith -no-cpp-precomp -I/usr/X11/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DNON_BLOCKING_IO -DUSE_SIGNAL_HANDLER -DUSER_DEFAULTS=\"~/.gv\" -DGV_LIBDIR=\"/opt/local/lib/gv/\" -DGV_CODE -I/opt/local/include -DUSE_FALLBACK_STYLES -c -o version.o version.c /usr/bin/cc -Os -Wall -Wpointer-arith -no-cpp-precomp -I/usr/X11/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DNON_BLOCKING_IO -DUSE_SIGNAL_HANDLER -DUSER_DEFAULTS=\"~/.gv\" -DGV_LIBDIR=\"/opt/local/lib/gv/\" -DGV_CODE -I/opt/local/include -DUSE_FALLBACK_STYLES -c -o widgets_misc.o widgets_misc.c /usr/bin/cc -Os -Wall -Wpointer-arith -no-cpp-precomp -I/usr/X11/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DNON_BLOCKING_IO -DUSE_SIGNAL_HANDLER -DUSER_DEFAULTS=\"~/.gv\" -DGV_LIBDIR=\"/opt/local/lib/gv/\" -DGV_CODE -I/opt/local/include -DUSE_FALLBACK_STYLES -c -o zoom.o zoom.c /usr/bin/cc -Os -Wall -Wpointer-arith -no-cpp-precomp -I/usr/X11/include -D__powerpc__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DNON_BLOCKING_IO -DUSE_SIGNAL_HANDLER -DUSER_DEFAULTS=\"~/.gv\" -DGV_LIBDIR=\"/opt/local/lib/gv/\" -DGV_CODE -I/opt/local/include -DUSE_FALLBACK_STYLES -c -o setenv.o setenv.c setenv.c: In function 'setenv': setenv.c:57: warning: implicit declaration of function 'strlen' setenv.c:57: warning: incompatible implicit declaration of built-in function 'strlen' setenv.c:62: warning: suggest parentheses around assignment used as truth value setenv.c:83: warning: implicit declaration of function 'memcpy' setenv.c:83: warning: incompatible implicit declaration of built-in function 'memcpy' setenv.c:89: warning: assignment discards qualifiers from pointer target type setenv.c:94: warning: suggest parentheses around assignment used as truth value setenv.c: At top level: setenv.c:105: error: conflicting types for 'unsetenv' /usr/include/stdlib.h:247: error: previous declaration of 'unsetenv' was here make[1]: *** [setenv.o] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. }}} This was on Mac OS 10.5.1 (PPC). -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13538> MacPorts </projects/macports> Ports system for Mac OS
#13538: gv does not download, does not compile ----------------------------+----------------------------------------------- Reporter: vlado@gmx.net | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Resolution: | Keywords: ----------------------------+----------------------------------------------- Comment (by vlado@gmx.net): I just noticed there already is a bug covering the build problem. Sorry for the duplicate post! http://trac.macports.org/projects/macports/ticket/13095 -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13538#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#13538: gv does not download, does not compile ----------------------------+----------------------------------------------- Reporter: vlado@gmx.net | Owner: macports-dev@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: worksforme | Keywords: ----------------------------+----------------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => worksforme * milestone: => Port Bugs Comment: Yes, the build failure seems to be a duplicate of #13095. The fetch failure I'm unable to reproduce: {{{ $ sudo port install gv ---> Fetching gv ---> Attempting to fetch gv-3.5.8.tar.gz from ftp://ftpthep.physik.uni- mainz.de/pub/gv/unix/ ---> Verifying checksum(s) for gv ---> Extracting gv ---> Applying patches to gv ---> Configuring gv ---> Building gv with target all ---> Staging gv into destroot ---> Installing gv 3.5.8_3 ---> Activating gv 3.5.8_3 ---> Cleaning gv $ }}} Maybe they had a temporary server issue. (I'm able to install it, too, because I'm on Tiger, not Leopard.) -- Ticket URL: <https://trac.macports.org/projects/macports/ticket/13538#comment:2> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts