[opensuse-buildservice] Deps unresolvable, but correct repo configured
Hello, I branched a package and try to build it for Leap 42.3 (yes, it's old, I know). So, I set as target openSUSE_Leap_42.3 and configured the standard and update repo for 42.3 for that target. But some packages can't be found and I don't know why. The missing packages are the defaults for 42.3 and should be at the 42.3 standard repo. Are there any logs to understand this? Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 14. August 2019, 12:00:12 CEST Daniel Spannbauer wrote:
Hello,
I branched a package and try to build it for Leap 42.3 (yes, it's old, I know).
So, I set as target openSUSE_Leap_42.3 and configured the standard and update repo for 42.3 for that target.
But some packages can't be found and I don't know why. The missing packages are the defaults for 42.3 and should be at the 42.3 standard repo.
Are there any logs to understand this?
You have the package in "unresolvable" state? No logs exist then ... Do you have a pointer to your project/package ? -- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 8/14/19 um 12:05 PM schrieb Adrian Schröter:
You have the package in "unresolvable" state? No logs exist then ...
Do you have a pointer to your project/package ?
https://build.opensuse.org/package/show/home:Marco-GmbH:branches:home:frispe... -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Hi Daniel, On Wed, 14 Aug 2019, 12:11:16 +0200, Daniel Spannbauer wrote:
Am 8/14/19 um 12:05 PM schrieb Adrian Schröter:
You have the package in "unresolvable" state? No logs exist then ...
Do you have a pointer to your project/package ?
https://build.opensuse.org/package/show/home:Marco-GmbH:branches:home:frispe...
goto <https://build.opensuse.org/projects/home:Marco-GmbH:branches:home:frispete:python/meta> and fix the order. At least, your own python repo should preceed all openSUSE:Leap:42.3 repos! And, I would also put the :Update repo before the normal 42.3 repo. HTH, cheers. l8er manfred
On Freitag, 16. August 2019, 11:15:57 CEST Manfred Hollstein wrote:
Hi Daniel,
On Wed, 14 Aug 2019, 12:11:16 +0200, Daniel Spannbauer wrote:
Am 8/14/19 um 12:05 PM schrieb Adrian Schröter:
You have the package in "unresolvable" state? No logs exist then ...
Do you have a pointer to your project/package ?
https://build.opensuse.org/package/show/home:Marco-GmbH:branches:home:fris pete:python/python-Sphinx goto
<https://build.opensuse.org/projects/home:Marco-GmbH:branches:home:frispete :python/meta>
and fix the order. At least, your own python repo should preceed all openSUSE:Leap:42.3 repos! And, I would also put the :Update repo before the normal 42.3 repo.
you don't need to add the same repo at all. Yes, the order will also create dep problems. And please note that the last entry gets expanded. So the only path element you need is actually the one to the :Update project -- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, Aug 16, 2019 at 11:17:00AM +0200, Adrian Schröter wrote:
On Freitag, 16. August 2019, 11:15:57 CEST Manfred Hollstein wrote:
Hi Daniel,
On Wed, 14 Aug 2019, 12:11:16 +0200, Daniel Spannbauer wrote:
Am 8/14/19 um 12:05 PM schrieb Adrian Schröter:
You have the package in "unresolvable" state? No logs exist then ...
Do you have a pointer to your project/package ?
https://build.opensuse.org/package/show/home:Marco-GmbH:branches:home:fris pete:python/python-Sphinx goto
<https://build.opensuse.org/projects/home:Marco-GmbH:branches:home:frispete :python/meta>
and fix the order. At least, your own python repo should preceed all openSUSE:Leap:42.3 repos! And, I would also put the :Update repo before the normal 42.3 repo.
you don't need to add the same repo at all.
Yes, the order will also create dep problems. And please note that the last entry gets expanded.
So the only path element you need is actually the one to the :Update project
FWIW, we "broke" python-Sphinx stuff in 42.3 update repository due to bad mixing of SLES imports and Leap packages. The :Update repo might not be able to meet the requirements, so build against the GA repository. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Aug 14 2019, Daniel Spannbauer <ds@marco.de> wrote:
Are there any logs to understand this?
Use osc buildinfo -d to see how the packages are searched. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Use osc buildinfo -d to see how the packages are searched.
Andreas.
Hello, I'm using the webgui from build.opensuse.org Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 8/14/19 um 12:00 PM schrieb Daniel Spannbauer:
Hello,
I branched a package and try to build it for Leap 42.3 (yes, it's old, I know).
So, I set as target openSUSE_Leap_42.3 and configured the standard and update repo for 42.3 for that target.
But some packages can't be found and I don't know why. The missing packages are the defaults for 42.3 and should be at the 42.3 standard repo.
Are there any logs to understand this?
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:langu... Added a additional Repo with a newer python version https://build.opensuse.org/project/show/home:Marco-GmbH:branches:openSUSE:Le..., but this version can't be found :( Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 16. August 2019, 09:26:00 CEST Daniel Spannbauer wrote:
Am 8/14/19 um 12:00 PM schrieb Daniel Spannbauer:
Hello,
I branched a package and try to build it for Leap 42.3 (yes, it's old, I know).
So, I set as target openSUSE_Leap_42.3 and configured the standard and update repo for 42.3 for that target.
But some packages can't be found and I don't know why. The missing packages are the defaults for 42.3 and should be at the 42.3 standard repo.
Are there any logs to understand this?
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:langu ages:python:backports/python-Sphinx
Nothing provides python3 >= 3.6.8 what is true, 42.3 only provides 3.4.6, no? -- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 16.08.2019 um 09:38 schrieb Adrian Schröter:
logs to understand this?
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:langu ages:python:backports/python-Sphinx Nothing provides python3 >= 3.6.8
what is true, 42.3 only provides 3.4.6, no?
For that I added the additional repo https://build.opensuse.org/project/show/home:Marco-GmbH:branches:openSUSE:Le... which provides python3-3.6.8 for 42.3 Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Aug 16 2019, Daniel Spannbauer <ds@marco.de> wrote:
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:langu...
$ osc buildinfo -d home:Marco-GmbH:branches:devel:languages:python:backports python-Sphinx openSUSE_Leap_42.3 x86_64 | grep python3@ added python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUSE_Leap_42.3 because of python3-setuptools:python3 added python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUSE_Leap_42.3 because of python3-setuptools:python3-xml You need to remove the python3 from that project. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 16.08.2019 um 10:17 schrieb Andreas Schwab:
On Aug 16 2019, Daniel Spannbauer <ds@marco.de> wrote:
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:langu... $ osc buildinfo -d home:Marco-GmbH:branches:devel:languages:python:backports python-Sphinx openSUSE_Leap_42.3 x86_64 | grep python3@ added python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUSE_Leap_42.3 because of python3-setuptools:python3 added python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUSE_Leap_42.3 because of python3-setuptools:python3-xml
You need to remove the python3 from that project.
Ok, so local packages (such packages built in that project) are always peferred? Cause python3-3.6.8 was available from a repo I added. Regards Daniel
-- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Freitag, 16. August 2019, 10:48:57 CEST Daniel Spannbauer wrote:
Am 16.08.2019 um 10:17 schrieb Andreas Schwab:
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:la nguages:python:backports/python-Sphinx> $ osc buildinfo -d home:Marco-GmbH:branches:devel:languages:python:backports python-Sphinx openSUSE_Leap_42.3 x86_64 | grep python3@ added
On Aug 16 2019, Daniel Spannbauer <ds@marco.de> wrote: python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUS E_Leap_42.3 because of python3-setuptools:python3 added python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUS E_Leap_42.3 because of python3-setuptools:python3-xml
You need to remove the python3 from that project.
Ok, so local packages (such packages built in that project) are always peferred?
yes. But no newer python inside atm.
Cause python3-3.6.8 was available from a repo I added.
hm, when I checked you just build against openSUSE:Leap:42.3 standard and nothing else -- Adrian Schroeter SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 8/16/19 um 10:50 AM schrieb Adrian Schröter:
On Freitag, 16. August 2019, 10:48:57 CEST Daniel Spannbauer wrote:
Same problem here: https://build.opensuse.org/package/show/home:Marco-GmbH:branches:devel:la nguages:python:backports/python-Sphinx> $ osc buildinfo -d home:Marco-GmbH:branches:devel:languages:python:backports python-Sphinx openSUSE_Leap_42.3 x86_64 | grep python3@ added
On Aug 16 2019, Daniel Spannbauer <ds@marco.de> wrote: python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUS E_Leap_42.3 because of python3-setuptools:python3 added python3@home:Marco-GmbH:branches:devel:languages:python:backports/openSUS E_Leap_42.3 because of python3-setuptools:python3-xml
You need to remove the python3 from that project. Ok, so local packages (such packages built in that project) are always
Am 16.08.2019 um 10:17 schrieb Andreas Schwab: peferred? yes. But no newer python inside atm.
Cause python3-3.6.8 was available from a repo I added. hm, when I checked you just build against
openSUSE:Leap:42.3 standard
and nothing else
I added another Repository Path to 42.3: https://build.opensuse.org/repositories/home:Marco-GmbH:branches:devel:langu... As far aqs I understand this the build system is looking for packages also on this path. Or am I wrong? Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4-6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (6)
-
Adrian Schröter
-
Andreas Schwab
-
Andreas Schwab
-
Daniel Spannbauer
-
Manfred Hollstein
-
Marcus Meissner