[MacPorts] #39652: Base/ports tarballs and PortIndexes are not being updated
MacPorts
noreply at macports.org
Thu Jul 11 17:01:32 PDT 2013
#39652: Base/ports tarballs and PortIndexes are not being updated
------------------------------+-------------------
Reporter: md14-macports@… | Owner: cal@…
Type: defect | Status: new
Priority: High | Milestone:
Component: server/hosting | Version: 2.1.3
Resolution: | Keywords:
Port: |
------------------------------+-------------------
Changes (by wsiegrist@…):
* owner: admin@… => cal@…
Comment:
The sync script builds MacPorts first, and [107864] broke the build on
Linux.
{{{
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic
-DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fPIC rmd160cmd.c -o
rmd160cmd.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic
-DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fPIC sha256cmd.c -o
sha256cmd.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic
-DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fPIC readline.c -o readline.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic
-DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fPIC uid.c -o uid.o
gcc -c -DUSE_TCL_STUBS -DTCL_NO_DEPRECATED -g -O2 -Wextra -Wall -pedantic
-DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -fPIC tracelib.c -o tracelib.o
tracelib.c:49:23: error: sys/event.h: No such file or directory
tracelib.c: In function ‘send_file_map’:
tracelib.c:340: warning: implicit declaration of function ‘strlcat’
tracelib.c: In function ‘TracelibOpenSocketCmd’:
tracelib.c:517: error: ‘struct sockaddr_un’ has no member named ‘sun_len’
tracelib.c:519: error: ‘struct sockaddr_un’ has no member named ‘sun_len’
tracelib.c: At top level:
tracelib.c:541: error: array type has incomplete element type
tracelib.c: In function ‘TracelibRunCmd’:
tracelib.c:543: error: storage size of ‘kev’ isn’t known
tracelib.c:548: warning: implicit declaration of function ‘kqueue’
tracelib.c:572: warning: implicit declaration of function ‘EV_SET’
tracelib.c:572: error: ‘EVFILT_READ’ undeclared (first use in this
function)
tracelib.c:572: error: (Each undeclared identifier is reported only once
tracelib.c:572: error: for each function it appears in.)
tracelib.c:572: error: ‘EV_ADD’ undeclared (first use in this function)
tracelib.c:572: error: ‘EV_RECEIPT’ undeclared (first use in this
function)
tracelib.c:573: warning: implicit declaration of function ‘kevent’
tracelib.c:583: error: ‘EV_ERROR’ undeclared (first use in this function)
tracelib.c:692: error: ‘EV_EOF’ undeclared (first use in this function)
tracelib.c:543: warning: unused variable ‘kev’
make[2]: *** [tracelib.o] Error 1
make[2]: Leaving directory `/var/macports/trunk/base/src/pextlib1.0'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/var/macports/trunk/base/src'
make: *** [all] Error 1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/39652#comment:15>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list