Mailinglist Archive: opensuse-bugs (6458 mails)

< Previous Next >
[Bug 269866] BUILD script does not function in SUSE10.2 or in Factory Builds. Version from 10.1 works fine
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 2 May 2007 04:25:59 -0600 (MDT)
  • Message-id: <20070502102559.7E02E25C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=269866


mls@xxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from mls@xxxxxxxxxx  2007-05-02 04:25 MST -------
True, building from a src rpm is broken in the current version of the build
script. I think the fix is to remove the 'chroot $BUILD_ROOT' call right after
the line that contains "echo processing src rpm", i.e. change

echo processing src rpm `pwd`/$SPECFILE...
TOPDIR=`chroot $BUILD_ROOT rpm --eval '%_topdir'`

to

echo processing src rpm `pwd`/$SPECFILE...
TOPDIR=`rpm --eval '%_topdir'`

Could you please verify that this fix works?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >