This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problems with static link of rpm in glibc cvs?


> Ulrich,
>     I should mean too that these crashes in rpm under the glibc cvs 
> from 10/21 are rather odd as well. I can use rpm to build rpms fine
> but when I install rpms is when the segfaults order. Also the segfaults
> occur at various times depending on which rpm is being installed.
> Someones before the install even starts...sometimes at the very end of
> the installation. 

Perhaps, what is segfaulting are %preinst and %postinst scripts in the
rpm.

You can see what scripts are in a rpm with:

	rpm -qp --scripts _rpm_package_.rpm

and you can try to install without scripts, with:

	rpm -i --noscripts _rpm_package_.rpm

-- 
Damjan Georgievski		|           Дамјан Георгиевски
Skopje, Macedonia		|           Скопје, Македонија


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]