[opensuse-packaging] unresolvable: nothing provides device-mapper-devel-32bit
This is really a continuation of a thread from July: http://lists.opensuse.org/archive/opensuse-packaging/2011-06/msg00146.html I'm updating lilo to 23.2 - when I try to build for openSUSE 11.3 and SLE_11_SP1, I see this error. What am I supposed to do about it, if anything?
osc results openSUSE_11.3 x86_64 unresolvable openSUSE_11.3 i586 succeeded openSUSE_11.4 i586 succeeded openSUSE_11.4 x86_64 finished openSUSE_Factory x86_64 finished openSUSE_Factory i586 succeeded SLE_11_SP1 i586 succeeded SLE_11_SP1 x86_64 unresolvable
thanks Per -- Per Jessen, Zürich (14.9°C) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Sat, Sep 24, 2011 at 11:19:52AM +0200, Per Jessen wrote:
This is really a continuation of a thread from July:
http://lists.opensuse.org/archive/opensuse-packaging/2011-06/msg00146.html
I'm updating lilo to 23.2 - when I try to build for openSUSE 11.3 and SLE_11_SP1, I see this error. What am I supposed to do about it, if anything?
osc results openSUSE_11.3 x86_64 unresolvable openSUSE_11.3 i586 succeeded openSUSE_11.4 i586 succeeded openSUSE_11.4 x86_64 finished openSUSE_Factory x86_64 finished openSUSE_Factory i586 succeeded SLE_11_SP1 i586 succeeded SLE_11_SP1 x86_64 unresolvable
device-mapper-devel-32bit did not exist in regular 11.3, only in 11.3+Updates similar for SLE11 SP1. Base:System has a device-mapper-devel-32bit, so you could just osc branch Base:System device-mapper (without doing anything else) and it will built device-mapper in your branch and so making lilo build. Ciao, MArcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Marcus Meissner wrote:
On Sat, Sep 24, 2011 at 11:19:52AM +0200, Per Jessen wrote:
This is really a continuation of a thread from July:
http://lists.opensuse.org/archive/opensuse-packaging/2011-06/msg00146.html
I'm updating lilo to 23.2 - when I try to build for openSUSE 11.3 and SLE_11_SP1, I see this error. What am I supposed to do about it, if anything?
osc results openSUSE_11.3 x86_64 unresolvable openSUSE_11.3 i586 succeeded openSUSE_11.4 i586 succeeded openSUSE_11.4 x86_64 finished openSUSE_Factory x86_64 finished openSUSE_Factory i586 succeeded SLE_11_SP1 i586 succeeded SLE_11_SP1 x86_64 unresolvable
device-mapper-devel-32bit did not exist in regular 11.3, only in 11.3+Updates
similar for SLE11 SP1.
Base:System has a device-mapper-devel-32bit, so you could just
osc branch Base:System device-mapper (without doing anything else) and it will built device-mapper in your branch and so making lilo build.
Thanks Marcus - I went ahead and did
osc branch Base:System device-mapper A working copy of the branched package can be checked out with:
osc co home:pjessen:branches:Base:System/device-mapper Then I did an 'osc rebuild' - which didn't change anything for 11.3 and SLE11. I'm clearly missing something. -- Per Jessen, Zürich (21.3°C) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Saturday 2011-09-24 16:44, Per Jessen wrote:
Marcus Meissner wrote:
On Sat, Sep 24, 2011 at 11:19:52AM +0200, Per Jessen wrote:
This is really a continuation of a thread from July:
http://lists.opensuse.org/archive/opensuse-packaging/2011-06/msg00146.html
I'm updating lilo to 23.2 - when I try to build for openSUSE 11.3 and SLE_11_SP1, I see this error. What am I supposed to do about it, if anything?
osc results openSUSE_11.3 x86_64 unresolvable openSUSE_11.3 i586 succeeded openSUSE_11.4 i586 succeeded openSUSE_11.4 x86_64 finished openSUSE_Factory x86_64 finished openSUSE_Factory i586 succeeded SLE_11_SP1 i586 succeeded SLE_11_SP1 x86_64 unresolvable
device-mapper-devel-32bit did not exist in regular 11.3, only in 11.3+Updates
similar for SLE11 SP1.
Base:System has a device-mapper-devel-32bit, so you could just
osc branch Base:System device-mapper (without doing anything else) and it will built device-mapper in your branch and so making lilo build.
Thanks Marcus - I went ahead and did
osc branch Base:System device-mapper A working copy of the branched package can be checked out with:
osc co home:pjessen:branches:Base:System/device-mapper
Then I did an 'osc rebuild' - which didn't change anything for 11.3 and SLE11. I'm clearly missing something.
And now put your new lilo also in home:pjessen:branches:Base:System. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Jan Engelhardt wrote:
On Saturday 2011-09-24 16:44, Per Jessen wrote:
Marcus Meissner wrote:
On Sat, Sep 24, 2011 at 11:19:52AM +0200, Per Jessen wrote:
This is really a continuation of a thread from July:
http://lists.opensuse.org/archive/opensuse-packaging/2011-06/msg00146.html
I'm updating lilo to 23.2 - when I try to build for openSUSE 11.3 and SLE_11_SP1, I see this error. What am I supposed to do about it, if anything?
osc results openSUSE_11.3 x86_64 unresolvable openSUSE_11.3 i586 succeeded openSUSE_11.4 i586 succeeded openSUSE_11.4 x86_64 finished openSUSE_Factory x86_64 finished openSUSE_Factory i586 succeeded SLE_11_SP1 i586 succeeded SLE_11_SP1 x86_64 unresolvable
device-mapper-devel-32bit did not exist in regular 11.3, only in 11.3+Updates
similar for SLE11 SP1.
Base:System has a device-mapper-devel-32bit, so you could just
osc branch Base:System device-mapper (without doing anything else) and it will built device-mapper in your branch and so making lilo build.
Thanks Marcus - I went ahead and did
osc branch Base:System device-mapper A working copy of the branched package can be checked out with:
osc co home:pjessen:branches:Base:System/device-mapper
Then I did an 'osc rebuild' - which didn't change anything for 11.3 and SLE11. I'm clearly missing something.
And now put your new lilo also in home:pjessen:branches:Base:System.
Do I need to redo anything - my new lilo is already there. -- Per Jessen, Zürich (15.9°C) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
sø., 25.09.2011 kl. 09.48 +0200, skrev Per Jessen:
Do I need to redo anything - my new lilo is already there.
-- Per Jessen, Zürich (15.9°C)
I guess the fact that devicemapper faild to build for sle11 is why it doesn't pick it up. //Bjørn -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Bjørn Lie wrote:
sø., 25.09.2011 kl. 09.48 +0200, skrev Per Jessen:
Do I need to redo anything - my new lilo is already there.
-- Per Jessen, Zürich (15.9°C)
I guess the fact that devicemapper faild to build for sle11 is why it doesn't pick it up.
//Bjørn
Ping - I'm still stuck with this issue - Marcus, you did a change a couple of months back, I guess you got it to work with your initial advice of "osc branch Base:System device-mapper"? I did that and checked that my working copy of lilo is in 'home:pjessen:branches:Base:System/' like Jan suggested. Then I did an osc rebuild, which didn't change anything. -- Per Jessen, Zürich (13.1°C) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (4)
-
Bjørn Lie
-
Jan Engelhardt
-
Marcus Meissner
-
Per Jessen