[opensuse-packaging] Do I have to list 'aclocal' as a BuildRequires dep??
I have always hated buildservice... Not because it is a bad thing, it's not I like what it does, but just because it is somewhat of a black-box that I'm never quite sure what I need to feed it. Take the last quandary. I built libharu for 13.1 and gnu gebc. I thought I would package them on build service to make them available. Upload source/spec and wait. Build fails with: [ 42s] + ./buildconf.sh [ 42s] make: aclocal: Command not found [ 42s] make: *** [aclocal.m4] Error 127 [ 42s] error: Bad exit status from /var/tmp/rpm-tmp.w3ioo5 (%build) Huh? aclocal - isn't that standard for build service, or do I need to add a BuildRequires for it? Just what other build tools are not automatically 'there' in buildservice? (a link is all I need, thanks.) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Mon, Nov 16, 2015 at 11:02:23PM -0600, David C. Rankin wrote:
I have always hated buildservice...
Not because it is a bad thing, it's not I like what it does, but just because it is somewhat of a black-box that I'm never quite sure what I need to feed it.
Take the last quandary. I built libharu for 13.1 and gnu gebc. I thought I would package them on build service to make them available. Upload source/spec and wait. Build fails with:
[ 42s] + ./buildconf.sh [ 42s] make: aclocal: Command not found [ 42s] make: *** [aclocal.m4] Error 127 [ 42s] error: Bad exit status from /var/tmp/rpm-tmp.w3ioo5 (%build)
Huh? aclocal - isn't that standard for build service, or do I need to add a BuildRequires for it? Just what other build tools are not automatically 'there' in buildservice? (a link is all I need, thanks.)
It is in the automake package. We actually reduced the core buildset to have smaller and faster builds, as automake itself is seldom needed. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
David C. Rankin
-
Marcus Meissner