Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#16659 closed defect (fixed)

RPM-4.4.9 build error - Error: Status 1 encountered during processing

Reported by: steve_macdougall@… Owned by: n3npq@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: rpm neon

Description

lis58731:~ stevem$ sudo port install -d rpm
--->  Fetching rpm
--->  Verifying checksum(s) for rpm
--->  Extracting rpm
--->  Applying patches to rpm
--->  Configuring rpm
--->  Building rpm with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_rpm/work/rpm-4.4.9" && gnumake all " returned error 2
Command output: mv -f .deps/tiger.Tpo .deps/tiger.Plo
/bin/sh ../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/opt/local/include/beecrypt -I/opt/local/include/neon -I../lua/include -I../lua/local -I../syck/lib -I/opt/local/include -I../misc -I../zlib -I/opt/local/include  -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4  -O2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -MT rpmdav.lo -MD -MP -MF .deps/rpmdav.Tpo -c -o rpmdav.lo rpmdav.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I/opt/local/include/beecrypt -I/opt/local/include/neon -I../lua/include -I../lua/local -I../syck/lib -I/opt/local/include -I../misc -I../zlib -I/opt/local/include -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -O2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -MT rpmdav.lo -MD -MP -MF .deps/rpmdav.Tpo -c rpmdav.c  -fno-common -DPIC -o .libs/rpmdav.o
rpmdav.c:75: warning: no previous prototype for 'davFree'
rpmdav.c:117: error: syntax error before 'ne_conn_status'
rpmdav.c:119: warning: function declaration isn't a prototype
rpmdav.c: In function 'davNotify':
rpmdav.c:120: error: 'userdata' undeclared (first use in this function)
rpmdav.c:120: error: (Each undeclared identifier is reported only once
rpmdav.c:120: error: for each function it appears in.)
rpmdav.c:145: error: 'connstatus' undeclared (first use in this function)
rpmdav.c:149: error: 'info' undeclared (first use in this function)
rpmdav.c: In function 'davInit':
rpmdav.c:382: warning: implicit declaration of function 'ne_set_status'
rpmdav.c: In function 'davFetch':
rpmdav.c:741: warning: passing argument 2 of 'ne_propfind_set_private' from incompatible pointer type
rpmdav.c:743: warning: passing argument 3 of 'ne_propfind_named' from incompatible pointer type
rpmdav.c: In function 'davWrite':
rpmdav.c:1202: warning: unused variable 'fd'
rpmdav.c: In function 'avReaddir':
rpmdav.c:1542: warning: pointer targets in assignment differ in signedness
rpmdav.c: In function 'avOpendir':
rpmdav.c:1595: warning: pointer targets in assignment differ in signedness
rpmdav.c: In function 'davReaddir':
rpmdav.c:1666: warning: pointer targets in assignment differ in signedness
rpmdav.c: In function 'davOpendir':
rpmdav.c:1751: warning: pointer targets in assignment differ in signedness
gnumake[2]: *** [rpmdav.lo] Error 1
gnumake[1]: *** [all-recursive] Error 1
gnumake: *** [all] Error 2

Error: Status 1 encountered during processing.

Change History (4)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to n3npq@…
Port: rpm added

Assigning to maintainer.

comment:2 Changed 16 years ago by afb@…

Port: neon added

ne_conn_status was changed in neon 2.8, so r37693 broke the rpm port.

It's possible to patch: http://bugs.gentoo.org/show_bug.cgi?id=214799

comment:3 Changed 16 years ago by afb@…

Resolution: fixed
Status: newclosed

Fixed, r40250.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.