Opened 18 years ago
Closed 18 years ago
#10546 closed defect (worksforme)
BUG:neon-0.25.5
Reported by: | berndtj@… | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
Compile fails. Here's the nitty gritty:
Maple-Bar:~ berndtj$ sudo port install neon ---> Building neon with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_neon/work/neon-0.25.5" && make all" returned error 2 Command output: /bin/sh ..libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -I/opt/local/include -no-cpp-precomp -I/opt/local/include -I/usr/include -I../ -g -O2 -c ne_request.c -o ne_request.lo ne_request.c: In function 'aborted': ne_request.c:231: error: parse error before 'NE_FMT_SSIZE_T' ne_request.c: In function 'body_fd_send': ne_request.c:402: error: parse error before 'NE_FMT_OFF_T' ne_request.c: In function 'send_request_body': ne_request.c:452: error: parse error before 'NE_FMT_SSIZE_T' ne_request.c:468: error: parse error before 'NE_FMT_SSIZE_T' ne_request.c: In function 'set_body_length': ne_request.c:551: error: parse error before 'NE_FMT_OFF_T' ne_request.c: In function 'read_response_block': ne_request.c:801: error: 'ULONG_MAX' undeclared (first use in this function) ne_request.c:801: error: (Each undeclared identifier is reported only once ne_request.c:801: error: for each function it appears in.) ne_request.c:801: error: 'UINT_MAX' undeclared (first use in this function) ne_request.c:827: error: parse error before 'NE_FMT_SIZE_T' ne_request.c:841: error: parse error before 'NE_FMT_SSIZE_T' ne_request.c:846: error: parse error before 'NE_FMT_SSIZE_T' ne_request.c: In function 'ne_begin_request': ne_request.c:1334: error: 'LONG_MAX' undeclared (first use in this function) make[1]: * [ne_request.lo] Error 1 make: * [subdirs] Error 2
Error: /opt/local/bin/port: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 18 years ago by danielluke (Daniel J. Luke)
Owner: | changed from darwinports-bugs@… to dluke@… |
---|
comment:2 Changed 18 years ago by danielluke (Daniel J. Luke)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
It works fine for me (and hasn't changed in a while).
Are you on an intel mac?
Can you do
port clean --all neon
and then:
port -d -v install neon
and attach the output to this bug (or email it to me)?
Thanks.