Re: [Cooker] generic.spec

1999-12-15 Thread Axalon Bloodstone
On Wed, 15 Dec 1999, webmedic wrote: I've tried using the mandrake generic.spec to make some rpm's but I always get a directory not found error is there something wrong with it? can't even guess whats going wrong, where does it error and what are you building

Re: [Cooker] generic.spec

1999-12-15 Thread webmedic
This is the error that I get. After the make install in the spec. The program builds ok and installs but it doesn't install into the /var/tmp directory for some reason. + cd /var/tmp/bibletime-buildroot /var/tmp/rpm-tmp.31698: cd: /var/tmp/bibletime-buildroot: No such file or directory Bad

Re: [Cooker] generic.spec

1999-12-15 Thread Axalon Bloodstone
On Wed, 15 Dec 1999, webmedic wrote: This is the error that I get. After the make install in the spec. The program builds ok and installs but it doesn't install into the /var/tmp directory for some reason. + cd /var/tmp/bibletime-buildroot /var/tmp/rpm-tmp.31698: cd:

Re: [Cooker] generic.spec

1999-12-15 Thread webmedic
On Wed, 15 Dec 1999, you wrote: %install mkdir -p $RPM_BUILD_ROOT%{prefix} #(maybe one or two others to create) make install prefix=$RPM_BUILD_ROOT%{Prefix} cd $RPM_BUILD_ROOT this is where it fails. redirect the build to a file so you can make sure the "make install" does

Re: [Cooker] generic.spec

1999-12-15 Thread Axalon Bloodstone
On Wed, 15 Dec 1999, webmedic wrote: On Wed, 15 Dec 1999, you wrote: %install mkdir -p $RPM_BUILD_ROOT%{prefix} #(maybe one or two others to create) make install prefix=$RPM_BUILD_ROOT%{Prefix} cd $RPM_BUILD_ROOT this is where it fails. redirect the build to a

Re: [Cooker] generic.spec

1999-12-15 Thread webmedic
Thanks i'll try in the morning And let you know how it went. On Wed, 15 Dec 1999, you wrote: On Wed, 15 Dec 1999, webmedic wrote: On Wed, 15 Dec 1999, you wrote: %install mkdir -p $RPM_BUILD_ROOT%{prefix} #(maybe one or two others to create) make install