Harry Zink wrote:
> 
> I'm upgrading from a WAY older version (subversion 1.2.8 on most
> scripts) using the qtp upgrade scripts from Eric 'shubes'.

You're not as old as you might be. Andrew just completed an upgrade using
the scripts (modified a bit) from a 1.0.x version! ;) I'm in the process of
incorporating some of his changes/experience into the scripts.

> I'm on Centos 4.4 (ran and installed all updates), on an x86_64 system.

Good.

> While building the sandbox, it kicked the following error back at me -
> anything to be concerned about? :
> 
> Info: unexpected named pipe:
> /var/qmail/supervise/smtp-auth/supervise/control
> prw-------  1 root root 0 Sep 24 12:58
> /var/qmail/supervise/smtp-auth/supervise/control
> Continuing ...
> Info: unexpected named pipe: /var/qmail/supervise/smtp-auth/supervise/ok
> prw-------  1 root root 0 Jan 15  2006
> /var/qmail/supervise/smtp-auth/supervise/ok
> Continuing ...
> Info: unexpected named pipe:
> /var/qmail/supervise/smtp-auth/log/supervise/control
> prw-------  1 root root 0 Sep 24 12:58
> /var/qmail/supervise/smtp-auth/log/supervise/control
> Continuing ...
> Info: unexpected named pipe:
> /var/qmail/supervise/smtp-auth/log/supervise/ok
> prw-------  1 root root 0 Jan 22  2006
> /var/qmail/supervise/smtp-auth/log/supervise/ok
> Continuing ...

Nothing to be concerned about. Named pipes aren't really used for the
upgrade, so these are mainly for my benefit. These particular pipes are
(apparently) from an older version.

I just now added code so these will be handled correctly and not give a message.

> 
> Further on, as it was starting to build RPMs, I received this more fatal
> message:
> 
> qtp-build-rpms v0.1.3
> REMOVED control-panel-toaster from sandbox (not for real)
> REMOVED spamassassin-toaster from sandbox (not for real)
> Building zlib-1.2.3-1.0.3 ...
> Installing zlib-1.2.3-1.0.3 in the sandbox ...
> Building daemontools-toaster-0.76-1.3.1 ...
> Installing daemontools-toaster-0.76-1.3.1 in the sandbox ...
> Building ucspi-tcp-toaster-0.88-1.3.1 ...
> Installing ucspi-tcp-toaster-0.88-1.3.1 in the sandbox ...
> Building vpopmail-toaster-5.4.13-1.3.2 ...
> qtp-build-rpms - rpmbuild failed for vpopmail-toaster-5.4.13-1.3.2
> qtp-build-rpms - see
> /opt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
> Build failed, Exiting.
> 
> 
> Upon checking the window in which I had logs running, the following
> related error was displayed (this was while building
> vpopmail-toaster-5.4.13-1.3.2):
> 
> checking whether an auth module has been specified... mysql
> configure: error: Unable to find your MySQL lib dir, specify
> --enable-libdir.
> error: Bad exit status from /var/tmp/rpm-tmp.88897 (%build)
> 
> 
> RPM build errors:
>     Bad exit status from /var/tmp/rpm-tmp.88897 (%build)
> 
> Any ideas?
> 

Looks like there's a build dependency that's not installed.

cnt40-deps.sh from the installation procedure includes these sql related
dependencies:
mysql
mysql-bench
mysql-devel
mysql-server
php-mysql

Check to see which ones are installed, and yum install any missing packages.

Please let me know which packages are missing. The upgrade scripts presently
do not take into account dependencies, and I'd like to add such
functionality at some point. I've noted this in the 'future enhancements'
remarks in the script.
-- 
-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