I am having lots of trouble trying to build RPMs on the ia64 sgi machine.
In desperation, I cloned a fresh copy of the official pcp tree from
oss.sgi.com, cd'd there and Makepkgs dies ...
== Building pcp, log is in /home/kenj/src/pcp-dev/Logs/pcp
== Configuring pcp for vendor/distro installation (--prefix=/usr
--sysconfdir=/etc --localstatedir=/var --with-rcdir=/etc/init.d
--libexecdir=/usr/lib)
"make default_pcp" failed, see log in /home/kenj/src/pcp-dev/Logs/pcp
gcc -fpic -fno-strict-aliasing -D_GNU_SOURCE -fstack-protector-all
-D_FORTIFY_SOURCE=2 -DLIBPCP_INTERNAL '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"'
-Wall -O2 -g -DPCP_DEBUG -DPCP_VERSION=\"3.8.0\" -I../../../src/include
-I../../../src/include/pcp -c -o auxconnect.o auxconnect.c
auxconnect.c: In function ‘__pmGetAddrInfo’:
auxconnect.c:756: error: ‘hostEntry’ undeclared (first use in this function)
auxconnect.c:756: error: (Each undeclared identifier is reported only once
auxconnect.c:756: error: for each function it appears in.)
make[3]: *** [auxconnect.o] Error 1
make[2]: *** [default] Error 2
make[1]: *** [default_pcp] Error 2
make[1]: Leaving directory `/home/kenj/src/pcp-dev/src'
make: *** [default_pcp] Error 2
To add to my frustration this is _different_ to the build breakages I'm seeing
with my tree in an existing workarea, but let's get this one fixed first.
|