RPM

Comment 1 for bug 928770

Revision history for this message
Jeff Johnson (n3npq) wrote :

Good: you are attempting a build slave.

Yes: the build master is currently targeting a
single platform: a RHEL6 clone with python-2.6.

One quick fix would be to remove this build option in devtool.conf
    %harwich
    ...
        --with-pythonembed=/usr/lib:/usr/include/python2.6 \
    ...
but there is almost certainly other options that won't be right.

The devtool.conf stanza that is appropriate for Mandriva is "cooker"
    ./devtool cooker

I will adjust the master.cfg on harwich to use "cooker" instead of "harwich"
until I get a chance to tie the build config in devtool.conf to specific
build slaves.