Discussion:
unresolvable: nothing provides perl(:MODULE_COMPAT_5.18.2) needed by vim
Bernhard Voelker
2014-07-19 11:36:49 UTC
Permalink
I try to upgrade Base:System/coreutils to the brand-new 8.23.
Porting the oS-specific patches was easy pie, but I don't know
what the local build error is about:

---------------------------
osc build --clean
Run source service: /usr/lib/obs/service/format_spec_file --outdir /tmp/tmp44yFgX
Run source service: /usr/lib/obs/service/source_validator --outdir /tmp/tmpxUW7Fi
- package has baselibs.conf: (unchanged)
Run source service: /usr/lib/obs/service/format_spec_file --outdir /tmp/tmpIHn9Hq
Run source service: /usr/lib/obs/service/source_validator --outdir /tmp/tmp9de0QK
- package has baselibs.conf: (unchanged)
Building coreutils.spec for openSUSE_Factory/x86_64
Getting buildinfo from server and store to
/media/sdb5/berny/osc/Base:System/coreutils/.osc/_buildinfo-openSUSE_Factory-x86_64.xml
Getting buildconfig from server and store to
/media/sdb5/berny/osc/Base:System/coreutils/.osc/_buildconfig-openSUSE_Factory-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides perl(:MODULE_COMPAT_5.18.2) needed by vim, nothing provides perl = 5.18.2 needed by vim
---------------------------

There's definitely no BuildRequires:vim in the spec, so why
is it trying to install vim in the local build environment?
Any hint?

Thanks & have a nice day,
Berny
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Jan Engelhardt
2014-07-19 11:53:00 UTC
Permalink
Post by Bernhard Voelker
unresolvable: nothing provides perl(:MODULE_COMPAT_5.18.2) needed by vim, nothing provides perl = 5.18.2 needed by vim
---------------------------
There's definitely no BuildRequires:vim in the spec, so why
is it trying to install vim in the local build environment?
Any hint?
In ~/.oscrc
extra-pkgs =
perhaps?
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Bernhard Voelker
2014-07-19 11:55:55 UTC
Permalink
Post by Jan Engelhardt
Post by Bernhard Voelker
unresolvable: nothing provides perl(:MODULE_COMPAT_5.18.2) needed by vim, nothing provides perl = 5.18.2 needed by vim
---------------------------
There's definitely no BuildRequires:vim in the spec, so why
is it trying to install vim in the local build environment?
Any hint?
In ~/.oscrc
extra-pkgs =
perhaps?
Bingo, thanks!
I needed vim, strace, gdb and valgrind some time ago to debug
inside the local build root. I remember now.

Have a nice day,
Berny
--
To unsubscribe, e-mail: opensuse-packaging+***@opensuse.org
To contact the owner, e-mail: opensuse-packaging+***@opensuse.org
Loading...