Displaying 7 results from an estimated 7 matches for "libsolv".
Did you mean:
libresolv
2016 Nov 04
2
dnf and failing epel
...f but one epel fails in a peculiar way:
> Do you get this error when using 'yum'? 'dnf' is provided via EPEL
> and isn't part of CentOS, so you might want to consider filing a bug
> with EPEL.
it seems it might be Centos' problem, on some of my other
boxes I find: libsolv-0.6.14-1.el7.x86_64 and I wonder if it
had been in the repos and later withdrawn and now absent?
And instead we have: libsolv-0.6.11-1.el7.x86_64 - which is
the culprit.
>> ps. I wonder if my email get though to the group, I receive mailing list
>> emails but I don't get my own...
2016 Nov 04
0
dnf and failing epel
On Fri, Nov 04, 2016 at 01:39:40PM +0000, lejeczek wrote:
> On 04/11/16 12:51, Jonathan Billings wrote:
> it seems it might be Centos' problem, on some of my other boxes I find:
> libsolv-0.6.14-1.el7.x86_64 and I wonder if it had been in the repos and
> later withdrawn and now absent? And instead we have:
> libsolv-0.6.11-1.el7.x86_64 - which is the culprit.
libsolv used to be in EPEL, but is now part of RHEL/CentOS. Perhaps
the 'dnf' EPEL package relied on the '...
2013 May 31
3
Re: [PATCH] Change fallback name for external supermin helper
On Fri, May 31, Richard W.M. Jones wrote:
> On Fri, May 31, 2013 at 10:41:47AM +0200, Olaf Hering wrote:
> > Use basename of external helper instead of 'no' for external supermin
> > helpers. This gives a clear error messages what binary is actually
> > missing, and it is now possible to install the missing package without
> > recompiling libguestfs. In addition
2016 Nov 04
2
dnf and failing epel
hi everyone,
I use dnf but one epel fails in a peculiar way:
$ dnf repolist
Failed to open:
/var/cache/dnf/x86_64/7/x86_64/7/epel/repodata/8415cbb16f52517f34e3edac12a97c9893117f7b9de6cb22fc086048febd1c60-updateinfo.xml.bz2.
that file is there, so I tampered with perms & fcontext but
to no avail. dnf clean does remove it but on the first
contact to epel repo it fails again.
Do you see it
2013 May 31
0
Re: [PATCH] Change fallback name for external supermin helper
...hange. In my packaging the appliance is not enabled because zypp
> support in supermin is not yet complete, so I did not spot this part.
Actually I thought zypp support was complete? Oh well, how far off is
complete zypp support in supermin?
On the slightly related subject, I need to add dnf/libsolv support to
supermin. I don't know how much code could be shared. Unfortunately
I suspect not very much since although both zypper and dnf are using
the same underlying library, there's not much else in common.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.c...
2016 Sep 09
2
DNF update
On Fri, 9 Sep 2016, Always Learning wrote:
>
> On Thu, 2016-09-08 at 23:22 +0100, J Martin Rushton wrote:
>
>> Under Fedora23 issuing a yum command gets you a warning, then it
>> automatically runs the appropriate dnf command.
>
> Can you tell us the DNF for:-
>
> yum update
> yum groupinstall
> yum reinstall
> yum erase
DNF isn't used on CentOS.
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...-38,21 +11,13 @@ Can we get the %post scripts and store them in a directory in the
appliance?
-Directories
------------
-
-Reconstruction is tied to having directories being created before they
-are used. We should try to remove this limitation as it's really
-quite unnecessary.
-
-
-Use libsolv or hawkey for dependency resolution
------------------------------------------------
-
-Using Python + yum to resolve RPM dependencies is sucky and slow. We
-should look at the combination of DNF, libsolv and hawkey to replace
-them:
-
-https://fedoraproject.org/wiki/Features/DNF
-https://github.c...