On Sun, Jun 29, 2008 at 1:12 PM, Avinash Joshi <avinashtjoshi at gmail.com> wrote: > Will this work only on belenix???? > > i am getting an error: > > bash-3.2$ pkgtool build-only SFElcms.spec > INFO: Copying %use'd or %include'd spec files to SPECS directory > INFO: Processing spec files > > Summary: > > package | status | details > ---------------------------------+-------------+------------------------------- > SFElcms.spec | FAILED | Spec file used by > /export/home/avinash/packages/SOURCES/SFElcms.spec not found: > default-depend.inc >
default-depend.inc is not in the list of locations that pkgtool looks at while attempting the build. This file is in the "include" sub-directory of the spec file repo. Include this directory in the ~/.pkgtoolrc file so that this file gets picked while doing the build. -Shiv
