fail to update the port of paparazzi and fail to install the port of ivy-c
心如烛光
275438859 at qq.com
Mon Sep 21 09:26:21 PDT 2015
Hi,everybody!
I wanna reinstall the paparazzi for my osx(10.8.5) with macport.However ,it gets error while it is updating with"sudo port self update".Meanwhile,it can't install paparazzi-tools since the ivy-c can't be installed.
The message of the selfupdate:
$:sudo port self update
receiving file list ... done
base.tar
sent 31276 bytes received 236748 bytes 8000.72 bytes/sec
total size is 27013120 speedup is 100.79
receiving file list ... done
base.tar.rmd160
sent 64 bytes received 635 bytes 28.53 bytes/sec
total size is 512 speedup is 0.73
MacPorts base version 2.3.3 installed,
MacPorts base version 2.3.3 downloaded.
---> Updating the ports tree
Synchronizing local ports tree from rsync://rsync.paparazziuav.org/macports/ports/
rsync: failed to connect to rsync.paparazziuav.org: Connection refused (61)
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]
Command failed: /usr/bin/rsync -rtzv --delete-after '--exclude=/PortIndex*' rsync://rsync.paparazziuav.org/macports/ports/ /opt/local/var/macports/sources/rsync.paparazziuav.org/macports/ports
Exit code: 10
Error: Synchronization of the local ports tree failed doing rsync
Synchronizing local ports tree from rsync://rsync.macports.org/release/tarballs/ports.tar
receiving file list ... done
ports.tar
sent 55603 bytes received 112 bytes 1714.31 bytes/sec
total size is 62904320 speedup is 1129.04
receiving file list ... done
ports.tar.rmd160
sent 64 bytes received 117 bytes 6.83 bytes/sec
total size is 512 speedup is 2.83
Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports
Total number of ports parsed: 0
Ports successfully parsed: 0
Ports failed: 0
Up-to-date ports skipped: 24916
Error: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
The message of ivy-c comes from terminal:
---> Building ivy-c
Error: org.macports.build for port ivy-c returned: command execution failed
$ sudo port -v selfupdate
---> Updating MacPorts base sources using rsync
Here is part of the log of the ivy-c:
………...
:info:build ^~~
:info:build ivyprobe.c:321:32: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build IvyBindMsg (Callback, NULL, line);
:info:build ^~~~
:info:build ivyprobe.c:414:31: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build IvyBindMsg (Callback, NULL, argv[optind]);
:info:build ^~~~~~~~~~~~
:info:build 4 warnings generated.
:info:build gcc -g -Wall -I../src -c ivyperf.c
:info:build gcc -g -Wall -I../src -o ivyprobe ivyprobe.o -L../src -livy `pcre-config --libs` -L../src
:info:build #gcc -g -Wall -Wshadow -fPIC -dynamiclib -o libglibivy.dylib ivyglibloop.o ivysocket.o ivy.o ivybuffer.o ivyfifo.o ivybind.o intervalRegexp.o param.o -L/opt/local/lib -lpcre `pkg-config --libs glib-2.0`
:info:build #gcc -g -Wall -Wshadow -fPIC -dynamiclib -o libivy.dylib ivyloop.o timer.o ivysocket.o ivy.o ivybuffer.o ivyfifo.o ivybind.o intervalRegexp.o param.o -L/opt/local/lib -lpcre
:info:build gcc -g -Wall -I../src -o ivyperf ivyperf.o -L../src -livy `pcre-config --libs` -L../src
:info:build ivythroughput.cpp:264:30: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
:info:build IvySetBindCallback (binCB, (void *) (regexpSize+2));
:info:build ^
:info:build ivythroughput.cpp:304:30: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
:info:build IvyBindMsg (recepteurCB, (void *) inst, reg.c_str());
:info:build ^
:info:build ivythroughput.cpp:304:45: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build IvyBindMsg (recepteurCB, (void *) inst, reg.c_str());
:info:build ^~~~~~~~~~~
:info:build ivythroughput.cpp:312:67: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
:info:build TimerRepeatAfter (1, exitAfter*1000/3, doNothingAndSuicideCB, (void *) exitAfter);
:info:build ^
:info:build ivythroughput.cpp:342:52: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
:info:build bindIdList.push_back (IvyBindMsg (recepteurCB, (void *) inst, reg.c_str()));
:info:build ^
:info:build ivythroughput.cpp:342:67: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build bindIdList.push_back (IvyBindMsg (recepteurCB, (void *) inst, reg.c_str()));
:info:build ^~~~~~~~~~~
:info:build ivythroughput.cpp:543:28: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build envoyes += IvySendMsg ((*iter).c_str());
:info:build ^~~~~~~~~~~~~~~
:info:build ivythroughput.cpp:622:58: warning: cast to 'void *' from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
:info:build mds->bindIdList->push_back (IvyBindMsg (recepteurCB, (void *) mds->inst, reg.c_str()));
:info:build ^
:info:build ivythroughput.cpp:622:78: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
:info:build mds->bindIdList->push_back (IvyBindMsg (recepteurCB, (void *) mds->inst, reg.c_str()));
:info:build ^~~~~~~~~~~
:info:build 9 warnings generated.
:info:build 'g++' -I../src -o ivythroughput ivythroughput.o -L../src -livy -lpcrecpp `pcre-config --libs` -L../src
:info:build Undefined symbols for architecture x86_64:
:info:build "pcrecpp::RE::Init(std::string const&, pcrecpp::RE_Options const*)", referenced from:
:info:build pcrecpp::RE::RE(char const*) in ivythroughput.o
:info:build ld: symbol(s) not found for architecture x86_64
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[1]: *** [ivythroughput] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.paparazziuav.org_macports_ports_devel_ivy-c/ivy-c/work/ivy-c-r3572/tools'
:info:build make: *** [tools] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.paparazziuav.org_macports_ports_devel_ivy-c/ivy-c/work/ivy-c-r3572/src'
:info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.paparazziuav.org_macports_ports_devel_ivy-c/ivy-c/work/ivy-c-r3572" && /usr/bin/make -j4 -w all -C src -f Makefile.osx PREFIX=/opt/local
:info:build Exit code: 2
:error:build org.macports.build for port ivy-c returned: command execution failed
:debug:build Error code: CHILDSTATUS 81239 2
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"portbuild::build_main org.macports.build"
("eval" body line 1)
invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for ivy-c: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port ivy-c for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.paparazziuav.org_macports_ports_devel_ivy-c/ivy-c/main.log
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20150922/3e539a42/attachment.html>
More information about the macports-users
mailing list