[Rpm-maint] librpm and arch

2008-04-04 Thread Pazzo Da Legare
Dear all, I'm using rpm 4.2.2.2 I compile rpm library and I'm going to use it. I would like to know how one can specify (at configure time/at run time) which architecture is possible to install. I'm trying with standard i386 packages and everything is ok but when I'm trying with special

Re: [Rpm-maint] Re: compiling rpm tool from source and default directory settings...

2008-01-18 Thread Pazzo Da Legare
Thank you very much Marc and Tom spot! pazzo 2008/1/18, Marc Haisenko [EMAIL PROTECTED]: On Friday 18 January 2008, Pazzo Da Legare wrote: Dear all, I tried to configure the rpm library with --prefix=/ and then change at installation time: (say BUILDDIR=/foo/bar/path

[Rpm-maint] compiling rpm tool from source and default directory settings...

2008-01-17 Thread Pazzo Da Legare
Hi all, I compile rpm and dependencies. I would like to install everything in a custom target directory, say $(BUILDIR)/usr, to do this I use the following switches during configuration stage: --prefix=$(BUILDDIR)/usr --localstatedir=/var --sysconfdir=/etc but if I ask about %_dbpath with

[Rpm-maint] Re: compiling rpm tool from source and default directory settings...

2008-01-17 Thread Pazzo Da Legare
will give me the clue Thanks pazzo 2008/1/17, Pazzo Da Legare [EMAIL PROTECTED]: Just to a piece of information. If I ask: $ rpm --eval %configure omississ... ___ Rpm-maint mailing list Rpm-maint@lists.rpm.org https://lists.rpm.org/mailman

Re: [Rpm-maint] rpm packages with empty files..

2008-01-14 Thread Pazzo Da Legare
PROTECTED]: Those are ghost files. They don't have to exist for the system to be valid, but if they do exist, they are owned by the RPM package. These files are part of the RPM database mechanisms (actually berkleyDB). --Mark Pazzo Da Legare wrote: Dear All, Could you please

[Rpm-maint] compiling rpm support

2008-01-14 Thread Pazzo Da Legare
Dear all, I would like to build rpm and all dependencies from source, version 4.4.2.x Could you please indicate which are the minimal requirements to build the library? I would like to understand what operations one 'loose' building the library without the openssl/libcrypto, Thank you for your

[Rpm-maint] rpm packages with empty files..

2008-01-11 Thread Pazzo Da Legare
Dear All, Could you please explain why rpm packages builders are defining spec file with empty files inside? e.g. the rpm package for rpm utility defines empty files __db.000, __db.001, , __db.009, but I cannot find any file on my system...and rpm -Vv seems to be happyis it checking only

Re: [Rpm-maint] rpmdbNextIterator: memory leakage?

2007-12-23 Thread Pazzo Da Legare
Dear Panu, Thank you for your email. Hmm.. I can't reproduce that signature related leak. What version of rpm is this? I tried both 4.4.2.1 and 4.4.2.2. Then someone told me to use rpmtsSetVSFlags(ts, -1) to disable certificate's check...and the leakage disappear. pazzodalegare A few