Kevin Thorley wrote: > On Fri, 2008-11-07 at 09:52 -0500, Martin Steinmann wrote: >> Builds worked correctly in svn 13928 > [...] > >> chmod +x sipxcommserverlib-config >> >> make[6]: *** No rule to make target `sipx-change-date-init.in', needed >> by `sipx-change-date-init'. Stop.
[...] >> > > > Are there any Makefile/RPM gurus out there who could take a quick look > at this? The offending Makefile is sipXcommserverLib/bin/Makefile.am. > I am able to run 'make recurse TARGETS="all install"' without a problem. > The sipx-change-date-init script then runs as expected when sipX is > started. However, the RPM builds are failing. Any help is appreciated > > Thanks, > Kevin > > Disclosure: IANAMG (as in 'I am not a makefile guru') But this is what I noticed: I do not think that 'sipx-change-date-init.in' is in the tarball used by rpmbuild. I produced tarball by running cd sipXcommserverLib make dist It creates sipxcommserverlib-3.11.8.tar.gz in my $(distdir)/RPM/SRC directory. Then you can check if your file is there... tar -ztf sipxcommserverlib-3.11.8.tar.gz | grep sipx-change-date-init.in D. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
