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] 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]#



---------------------------------------------------------------------
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