Branches
Articles referencing this project
Comments
[»]
5.0.2
by Mark Lindner - Nov 6th 2003 11:21:48
Looks like 5.0.2 wasn't tested too thoroughly. On RH7.2, libtool script
dies with a syntax error, configure doesn't perform all Makefile.in
substitutions properly, etc.
[reply]
[top]
[»]
circular RPM dependency problem solved
by timecop - Nov 6th 2000 09:36:24
Don't use RPM, be a real man and compile from source.
[reply]
[top]
[»]
Re: circular RPM dependency problem solved
by Harri Haataja - Feb 2nd 2001 11:09:11
> Don't use RPM, be a real man and compile
> from source.
Oh, yes; timecop bitching again.
There's certainly a problem if common requires the base but since you will
install them both, install them with the same command. This way all
dependencies get filled.
Elementary... =)
[reply]
[top]
[»]
Re: circular RPM dependency problem solved
by Raul Dias - Jun 2nd 2001 14:49:10
>
> % Don't use RPM, be a real man and
> compile
> % from source.
>
>
> Oh, yes; timecop bitching again.
He is right.
There are really rare cases where rpm packages
should depends on each other causing
a circular dependecy.
This is a packaging bug.
The best thing to do is to write your own rpm spec
file and compile it. 8)
[reply]
[top]
[»]
circular rpm dependencies problem
by Jason Hudgins (Incantations Media Group) - Aug 18th 2000 16:42:15
Mesa-common-3.2.1-1rh61.i386.rpm requires Mesa-3.2.1-1rh61.i386.rpm to
install... BUT
Mesa-3.2.1-1rh61.i386.rpm requires requires
Mesa-common-3.2.1-1rh61.i386.rpm to install.
solution:
rpm --install --nodeps Mesa-common-3.2.1-1rh61.i386.rpm
rpm --install Mesa-3.2.1-1rh61.i386.rpm
[reply]
[top]
[»]
Re: circular rpm dependencies problem
by simmons75 - Feb 16th 2001 22:50:27
> Mesa-common-3.2.1-1rh61.i386.rpm
> requires Mesa-3.2.1-1rh61.i386.rpm to
> install... BUT
> Mesa-3.2.1-1rh61.i386.rpm requires
> requires
> Mesa-common-3.2.1-1rh61.i386.rpm to
> install.
>
> solution:
> rpm --install --nodeps
> Mesa-common-3.2.1-1rh61.i386.rpm
> rpm --install
> Mesa-3.2.1-1rh61.i386.rpm
>
>
the real solution:
rpm -Uvh Mesa-common-3.2.1-1rh61.i386.rpm Mesa-3.2.1-1rh61.i386.rpm
[reply]
[top]
|