On Thu, 2005-04-14 at 06:24 -0500, Johnny Hughes wrote: > On Thu, 2005-04-14 at 07:16 -0400, Ted Kaczmarek wrote: > > On Thu, 2005-04-14 at 06:03 -0500, Johnny Hughes wrote: > > > On Thu, 2005-04-14 at 06:30 -0400, Ted Kaczmarek wrote: > > > > rpm-4.3.2 > > > > rpm-build-4.3.2-21 > > > > > > > > > > > > [root at tarkus i386]# rpm -ivh * > > > > error: Failed dependencies: > > > > compat-libstdc++-33-3.2.3-47.3 is needed by > > > > opennms-1.3.0-0.20050413.0_centos4.i386 > > > > [root at tarkus i386]# rpm -q compat-libstdc++-33-3.2.3-47.3 > > > > compat-libstdc++-33-3.2.3-47.3 > > > > > > > > > > > > Any idea on how to deal with this? > > > > This is with rpms build from opennms head. > > > > > > > > > > The version of RPM in CentOS-4 is not 4.3.2 ... it is: > > > > > > rpm-build-4.3.3-7_nonptl > > > rpm-4.3.3-7_nonptl > > > > > > Are you sure this is a CentOS-4 machine? We did use 4.3.2-21 in > > > CentOS-4.0beta...and it is still in our ppc beta release. > > > > > > > Whoops, I grabbed rpm version info in wrong terminal. > > [root at tarkus ~]# rpm -q rpm rpm-build > > rpm-4.3.3-7_nonptl > > rpm-build-4.3.3-7_nonptl > > > > Could this be that less forgiving globbing? I cc'ed the rpm-list as > > well, so I will cross post anything useful I come across. > > > > Ted > > Try using yum ... it can now install files from the local drive and > integrate it with the repos and resolve dependencies > > do... > > yum install *.rpm > > ... from within the directory Won't help when the builder (me) is pooching the spec file for the requirements :-) Ted