That is correct, Bill.

Instead of modifying the script though, I'd recommend downloading the
current set of scripts. There may have been minor changes that may or may
not affect your particular toaster. It appears that I neglected to tick the
version number when I made this correction. Sorry about that (blush). I'll
try not to do that again! ;)

FYI any of you x86_64 folks thinking of upgrading, we found a bug in
qtp-whatami yesterday that affected this architecture. It was not harmful,
it just wouldn't build some packages (vpopmail in particular). Please grab
the corrected version of qtp-whatami from the web before doing any upgrades.

Bill Kwok wrote:
> Dear All,
>  
> I got the same error while trying to upgrade.  It seems the problem came
> from the parameter sequence in "qtp-build-rpms".  The original program
> looks like this (~line 194):
>  
> me=`basename $0`
> myver=0.1.3
> echo "$me $myver"
> ARCH=$1
> BUILD_DIST=$2
> BUILD_DIR=$3
> UPGRADE_DIR=$4
> CURRENT_PACKAGES=$5
> logfile=$6
> SANDBOX=$7
>  
> While I think it should be:
>  
> me=`basename $0`
> myver=0.1.3
> echo "$me $myver"
> *SANDBOX=$1
> *ARCH=$2
> BUILD_DIST=$3
> BUILD_DIR=$4
> UPGRADE_DIR=$5
> CURRENT_PACKAGES=$6
> logfile=$7
>  
> It works for me after I've made such change.
>  
> Best regards,
> Bill
>  
>  
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote:
>>> The order of parameters passed from qtp-newmodel to qtp-build-rpms was
>>> changed at some point. One of these scripts is apparently not up to date.
>>>
>>> You should have:
>>> qtp-newmodel v0.1.10
>>>
>>> qtp-whatami v0.1.1
>>> qtp-build-sandbox v0.1.1
>>> qtp-build-rpms v0.1.3
>>>
>>> --
>>> -Eric 'shubes'
>>
>> I am still getting the same errors as you can see below. I downloaded ver
>> 1.2 as you instructed.
>>
>>
>> Creating /opt/qtp-sandbox/home/vpopmail ...
>> Creating /opt/qtp-sandbox/ misc directories ...
>> Sandbox has been built successfully!
>>
>> Starting to build the binary rpms ...(pizza anyone?)
>>
>> If you want to view compile messages, you can open another terminal and:
>>
>> # tail -f /opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
>>
>> qtp-build-rpms 0.1.3
>> cat: /usr/src/qtp-upgrade: Is a directory
>> qtp-build-rpms Error - package list not found
>> Build failed, Exiting.
>>
>> [EMAIL PROTECTED] upgrading]#
>>


-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to