On Wed, 2012-11-28 at 16:05 +0000, Robbie Gemmell wrote: > The CI job (https://builds.apache.org/job/Qpid-Java-Cpp-Test/) still > doesn't seem to be very happy. Is there anything needing done to cleanup > from the previous issue? > > <snip> > make[1]: Entering directory `< > https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/managementgen > '> > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `< > https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/managementgen > '> > Making all in etc > make[1]: Entering directory `< > https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/etc'> > sed "s|!!sysconfdir!!|/usr/local/ > etc|;s|!!sbindir!!|/usr/local/sbin|;s|!!bindir!!|/usr/local/bin|" > qpidd.in> qpidd > sed > "s|!!sysconfdir!!|/usr/local/etc|;s|!!sbindir!!|/usr/local/sbin|;s|!!bindir!!|/usr/local/bin|" > qpidd-primary.in > qpidd-primary > make[1]: *** No rule to make target `qpidd.service', needed by `all-am'. > Stop. > make[1]: *** Waiting for unfinished jobs.... > make[1]: Leaving directory `< > https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/cpp/etc'> > make: *** [all-recursive] Error 1 >
I think this derives from a change that came after the changes I fixed, so I did not fix it. Also I was fixing failures for a pure "make" and I think this failure is from "make install" The error I'm now getting is a little bit different: /usr/bin/mkdir -p '/usr/lib/systemd/system' /usr/bin/install -c ../../src-released/qpid/cpp/etc/qpidd.service '/usr/lib/systemd/system' /usr/bin/install: cannot create regular file `/usr/lib/systemd/system/qpidd.service': Permission denied make[2]: *** [install-nobase_systemdSCRIPTS] Error 1 make[2]: Leaving directory `/home/andrew/Work/qpid/blda-released/etc' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/andrew/Work/qpid/blda-released/etc' make: *** [install-recursive] Error 1 But might be the same underlying cause - the install is now not respecting --prefix. Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
