Hi folks.

I've just built the 2.4.2.2 rpms for FC9 using:

rpmbuild --rebuild \
        --define "build_fc9 1" \
        --define "build_postgresql 1" \
        bacula-2.4.2-2.src.rpm

and after sorting some dependancies they built fine.

I then tried 

rpm -ivh \
        bacula-debuginfo-2.4.2-2.i386.rpm \
        bacula-gconsole-2.4.2-2.i386.rpm \
        bacula-mtx-2.4.2-2.i386.rpm \
        bacula-postgresql-2.4.2-2.i386.rpm \
        bacula-updatedb-2.4.2-2.i386.rpm

and got:

error: Failed dependencies:
        libtermcap is needed by bacula-postgresql-2.4.2-2.i386

To me, this means I need ncurses-devel, so I tried to install that. However, I 
then got:

[EMAIL PROTECTED] ~]# yum install ncurses-devel
[snip]
Package ncurses-devel-5.6-18.20080628.fc9.i386 already installed and latest 
version
Nothing to do
[EMAIL PROTECTED] ~]# cd /usr/src/redhat/RPMS/i386/
[EMAIL PROTECTED] i386]# rpm -ivh bacula-*
error: Failed dependencies:
        libtermcap is needed by bacula-postgresql-2.4.2-2.i386
[EMAIL PROTECTED] i386]#

I've tried:

rpm -vv --rebuilddb 

just in case, but that made no difference.

Anyone got a clue what I do next?

-- 
Gary Stainburn
 
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000     

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to