Displaying 20 results from an estimated 200 matches similar to: "[supermin PATCH 1/2] rpm: extend the Multiple_matches exception"
2014 Sep 17
4
[PATCH 0/2] supermin: use librpm for rpm support
Hi,
this work makes supermin use the rpm library instead of invoking rpm
directly. This, together with a needed refactoring of the dependency
resolution, should help in make supermin faster on rpm-based systems.
Surely the patches will still need polishing, especially for behaviours
of newly added stuff, but at least it's a good starting point.
Noting that you need rpm-devel on most of rpm
2019 Jan 23
0
[supermin PATCH 2/2] Print Librpm.Multiple_matches exceptions
Print a better diagnostic for them, so it is more clear which package
is detected as present multiple times.
---
src/supermin.ml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/supermin.ml b/src/supermin.ml
index f9798f9..71d8b64 100644
--- a/src/supermin.ml
+++ b/src/supermin.ml
@@ -298,6 +298,8 @@ let () =
error "error: %s: %s: %s" fname (Unix.error_message code) param
2015 Oct 13
6
[PATCH 0/4] rpm: Choose providers better (RHBZ#1266918).
Fix for
https://bugzilla.redhat.com/show_bug.cgi?id=1266918
2014 Nov 24
5
[PATCH] rpm: use librpm's rpmvercmp
Bind and use rpmvercmp to compare versions of packages when sorting
them, instead of an own string-based comparison function.
---
src/librpm-c.c | 12 ++++++++++++
src/librpm.ml | 1 +
src/librpm.mli | 1 +
src/rpm.ml | 2 +-
4 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/src/librpm-c.c b/src/librpm-c.c
index 1ae3bad..fc847d6 100644
--- a/src/librpm-c.c
+++
2019 Jan 22
4
Fedora 29 guestfish not working
Hello,
I tried to install guestfish on my Fedora 29 and used the commands from
documentation sudo dnf install libguestfs-tools but I got an error when
I tried to execute run. You will find below logs below:
************************************************************
* IMPORTANT NOTICE
*
* When reporting bugs, include the COMPLETE, UNEDITED
* output
2019 Jan 22
0
Re: Fedora 29 guestfish not working
On Tue, Jan 22, 2019 at 06:03:36PM +0000, CHANU ROMAIN wrote:
> Hello,
>
> I tried to install guestfish on my Fedora 29 and used the commands from
> documentation sudo dnf install libguestfs-tools but I got an error when
> I tried to execute run. You will find below logs below:
>
> ************************************************************
> *
2019 Jan 23
0
Re: Fedora 29 guestfish not working
Hi,
On Tuesday, 22 January 2019 19:03:36 CET CHANU ROMAIN wrote:
> supermin: resolving full list of package dependencies
> supermin: exception: Librpm.Multiple_matches(2)
> libguestfs: error: /usr/bin/supermin exited with error status 1, see
> debug messages above
This happens because librpm reports more than 1 RPM matching a NEVRA
(Name/Epoch/Version/Release/Architecture), e.g.
2015 Apr 02
2
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
Hi Pino,
On 04/02/2015 09:51 AM, Pino Toscano wrote:
> Hi Daniel,
>
> On Thursday 02 April 2015 09:34:17 Daniel Henrique Barboza wrote:
>> On 04/02/2015 05:23 AM, Pino Toscano wrote:
>>> Hi Daniel,
>>>
>>> On Wednesday 01 April 2015 16:37:26 Daniel Henrique Barboza wrote:
>>>> The one that got upstream does not work in ibm-powerkvm due to the
2015 Apr 02
2
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
On 04/02/2015 11:47 AM, Pino Toscano wrote:
> On Thursday 02 April 2015 11:15:07 Daniel Henrique Barboza wrote:
>> Hi Pino,
>>
>> On 04/02/2015 09:51 AM, Pino Toscano wrote:
>>> Hi Daniel,
>>>
>>> On Thursday 02 April 2015 09:34:17 Daniel Henrique Barboza wrote:
>>>> On 04/02/2015 05:23 AM, Pino Toscano wrote:
>>>>> Hi
2019 Apr 12
6
[supermin PATCH 0/5] rpm: fix package selection w/ multilib
This patch series fixes the way supermin sorts the list of installed
packages when resolving a name, picking the right package for the host
architecture.
Pino Toscano (5):
rpm: do not unpack parameters
rpm: fix version comparison
rpm: query the RPM architecture
rpm: fix package sorting (RHBZ#1696822)
utils: remove unused 'compare_architecture' function
src/librpm-c.c | 10
2015 Apr 02
2
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
Hi Pino,
On 04/02/2015 05:23 AM, Pino Toscano wrote:
> Hi Daniel,
>
> On Wednesday 01 April 2015 16:37:26 Daniel Henrique Barboza wrote:
>> The one that got upstream does not work in ibm-powerkvm due to the
>> rpm_is_avaiable verification
>> in the detection (I've attached the wrong version in bugzilla).
> the new version of the patch is somehow confusing.
2006 Jun 21
2
yum and python. grief and grief. CentOS 4.3
Hello.
Maybe after work with FreeBSD I become too spoilt, but I expect that
packages from one distribution kit works among themselves well. But
that I see:
$ rpm -qa | grep rpm
rpm-libs-4.3.13_nonptl
rpm-python-4.3.13_nonptl
rpm-4.3.13_nonptl
rpm-build-4.3.13_nonptl
$python
>>> import rpm
ImportError /usr/lib/librpm-4.3.so: undefined symbol: rpm_execcon
Thanks.
2005 Aug 08
1
Missing dependencies for HA
CentOS 4.1 and Heartbeat 2.0.0.
I'm trying to install the rpm's for heartbeat and heartbeat-stonith and get these failed dependencies.
error: Failed dependencies:
libcrypto.so.0.9.7 is needed by heartbeat-2.0.0-1.i586
libnet.so.0 is needed by heartbeat-2.0.0-1.i586
librpm-4.1.so is needed by heartbeat-2.0.0-1.i586
librpmdb-4.1.so is needed by
2015 Apr 02
0
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
Hi Daniel,
On Thursday 02 April 2015 09:34:17 Daniel Henrique Barboza wrote:
> On 04/02/2015 05:23 AM, Pino Toscano wrote:
> > Hi Daniel,
> >
> > On Wednesday 01 April 2015 16:37:26 Daniel Henrique Barboza wrote:
> >> The one that got upstream does not work in ibm-powerkvm due to the
> >> rpm_is_avaiable verification
> >> in the detection (I've
2015 Apr 02
0
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
On Thursday 02 April 2015 11:15:07 Daniel Henrique Barboza wrote:
> Hi Pino,
>
> On 04/02/2015 09:51 AM, Pino Toscano wrote:
> > Hi Daniel,
> >
> > On Thursday 02 April 2015 09:34:17 Daniel Henrique Barboza wrote:
> >> On 04/02/2015 05:23 AM, Pino Toscano wrote:
> >>> Hi Daniel,
> >>>
> >>> On Wednesday 01 April 2015 16:37:26
2015 Apr 02
0
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
On 04/02/2015 01:20 PM, Daniel Henrique Barboza wrote:
>
>
> On 04/02/2015 11:47 AM, Pino Toscano wrote:
>> On Thursday 02 April 2015 11:15:07 Daniel Henrique Barboza wrote:
>>> Hi Pino,
>>>
>>> On 04/02/2015 09:51 AM, Pino Toscano wrote:
>>>> Hi Daniel,
>>>>
>>>> On Thursday 02 April 2015 09:34:17 Daniel Henrique
2015 Apr 01
4
[PATCH] Adding ibm-powerkvm distro detection (the right one)
The one that got upstream does not work in ibm-powerkvm due to the
rpm_is_avaiable verification
in the detection (I've attached the wrong version in bugzilla).
Thanks and sorry for the confusion,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Adding-ibm-powerkvm-distro-detection.patch
Type: text/x-patch
Size: 1306 bytes
Desc: not available
2015 Apr 02
0
Re: [PATCH] Adding ibm-powerkvm distro detection (the right one)
Hi Daniel,
On Wednesday 01 April 2015 16:37:26 Daniel Henrique Barboza wrote:
> The one that got upstream does not work in ibm-powerkvm due to the
> rpm_is_avaiable verification
> in the detection (I've attached the wrong version in bugzilla).
the new version of the patch is somehow confusing. supermin >= 5.1.12
uses librpm to query for rpm dependencies, file listing, provides,
2020 May 16
1
Stuck Centos 7 to 8 upgrade
Four problems below:
# dnf -y groupupdate "Core" "Minimal Install"
bintray-tvheadend-stable 0.0? B/s |?? 0? B???? 00:00
Failed to synchronize cache for repo 'bintray-tvheadend-stable',
ignoring this repo.
Last metadata expiration check: 0:03:11 ago on Sat 16 May 2020 12:30:47
PM CDT.
Error:
?Problem 1: package python3-hawkey-0.35.1-9.el8_1.x86_64 requires
2016 Oct 31
0
[PATCH 4/4] rpm: mageia: prefer dnf over urpmi
Mageia introduced dnf as alternative package manager for the next
version 6, with the possibility to replace urpmi as primary in the
future.
As such, prefer dnf over urpmi+fakeroot to download rpm packages.
Thanks to Neal Gompa for his heads-up.
---
README | 3 +--
src/rpm.ml | 8 +++++---
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 79fcfd8..679bf70