[opensuse-buildservice] Missing instructions for installing Ubuntu packages
Dear all, some users reported to me that the instructions for Ubuntu packages are missing. If you take a look at this page: http://software.opensuse.org/download.html?project=home:EmmeG:LARAL&package=total99 you'll see that the Ubuntu is reported as an unknown operating system and the instructions for download and install the packages are not shown. :-( Is it possible to fix that problem ?? Cheers, Gianluca. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Montag, 9. September 2013, 09:09:04 schrieb Gianluca Emme:
Dear all, some users reported to me that the instructions for Ubuntu packages are missing. If you take a look at this page: http://software.opensuse.org/download.html?project=home:EmmeG:LARAL&package= total99 you'll see that the Ubuntu is reported as an unknown operating system and the instructions for download and install the packages are not shown.
:-(
Is it possible to fix that problem ??
hm, software-o-o code is unsure due to your repo config: <repository name="xUbuntu_13.04"> <path project="Ubuntu:13.04" repository="standard"/> <path project="home:EmmeG:Ubuntu_13.04_universe" repository="xUbuntu_13.04"/> <arch>i586</arch> <arch>x86_64</arch> </repository> I think you need anyway to flip the both path lines (in case in _universe is a newer version of a package). That should also fix software.o.o message -- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Sorry, I don't understand your solution. Are you suggesting that exchanging the <path> tags will fix the problem ?? like: <path project="home:EmmeG:Ubuntu_13.04_universe" repository="xUbuntu_13.04"/> <path project="Ubuntu:13.04" repository="standard"/> But how this can fix the problem ?? I don't get it why the software is unsure about the instruction for installing the package ?? Both <path> tag are relative to Ubuntu distribution, so why the software is confused about which distribution is ?? Sorry, I'm really confused. Thanks, Gianluca. 2013/9/11 Adrian Schröter <adrian@suse.de>:
Am Montag, 9. September 2013, 09:09:04 schrieb Gianluca Emme:
Dear all, some users reported to me that the instructions for Ubuntu packages are missing. If you take a look at this page: http://software.opensuse.org/download.html?project=home:EmmeG:LARAL&package= total99 you'll see that the Ubuntu is reported as an unknown operating system and the instructions for download and install the packages are not shown.
:-(
Is it possible to fix that problem ??
hm, software-o-o code is unsure due to your repo config:
<repository name="xUbuntu_13.04"> <path project="Ubuntu:13.04" repository="standard"/> <path project="home:EmmeG:Ubuntu_13.04_universe" repository="xUbuntu_13.04"/> <arch>i586</arch> <arch>x86_64</arch> </repository>
I think you need anyway to flip the both path lines (in case in _universe is a newer version of a package). That should also fix software.o.o message
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Mittwoch, 11. September 2013, 15:58:07 schrieb Gianluca Emme:
Sorry, I don't understand your solution. Are you suggesting that exchanging the <path> tags will fix the problem ?? like:
<path project="home:EmmeG:Ubuntu_13.04_universe" repository="xUbuntu_13.04"/> <path project="Ubuntu:13.04" repository="standard"/>
maybe, yes.
But how this can fix the problem ?? I don't get it why the software is unsure about the instruction for installing the package ?? Both <path> tag are relative to Ubuntu distribution, so why the software is confused about which distribution is ??
Sorry, software.o.o is neither my code, but since it works for projects and not in yours, I guess the software.o.o is doing some not valid guessing. However, your setup looks not okay for me anyway. Either just build against your universe repo or turn around the order. Otherwise you may run into problems if new versions of a binary are in your universe repo.
Sorry, I'm really confused.
Thanks, Gianluca.
2013/9/11 Adrian Schröter <adrian@suse.de>:
Am Montag, 9. September 2013, 09:09:04 schrieb Gianluca Emme:
Dear all, some users reported to me that the instructions for Ubuntu packages are missing. If you take a look at this page: http://software.opensuse.org/download.html?project=home:EmmeG:LARAL&packa ge= total99 you'll see that the Ubuntu is reported as an unknown operating system and the instructions for download and install the packages are not shown.
:-(
Is it possible to fix that problem ??
hm, software-o-o code is unsure due to your repo config: <repository name="xUbuntu_13.04">
<path project="Ubuntu:13.04" repository="standard"/> <path project="home:EmmeG:Ubuntu_13.04_universe"
repository="xUbuntu_13.04"/>
<arch>i586</arch> <arch>x86_64</arch>
</repository>
I think you need anyway to flip the both path lines (in case in _universe is a newer version of a package). That should also fix software.o.o message
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
-- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Thank you for your time. I'll change to order as you suggested. Thank you, Gianluca. 2013/9/11 Adrian Schröter <adrian@suse.de>:
Am Mittwoch, 11. September 2013, 15:58:07 schrieb Gianluca Emme:
Sorry, I don't understand your solution. Are you suggesting that exchanging the <path> tags will fix the problem ?? like:
<path project="home:EmmeG:Ubuntu_13.04_universe" repository="xUbuntu_13.04"/> <path project="Ubuntu:13.04" repository="standard"/>
maybe, yes.
But how this can fix the problem ?? I don't get it why the software is unsure about the instruction for installing the package ?? Both <path> tag are relative to Ubuntu distribution, so why the software is confused about which distribution is ??
Sorry, software.o.o is neither my code, but since it works for projects and not in yours, I guess the software.o.o is doing some not valid guessing.
However, your setup looks not okay for me anyway. Either just build against your universe repo or turn around the order. Otherwise you may run into problems if new versions of a binary are in your universe repo.
Sorry, I'm really confused.
Thanks, Gianluca.
2013/9/11 Adrian Schröter <adrian@suse.de>:
Am Montag, 9. September 2013, 09:09:04 schrieb Gianluca Emme:
Dear all, some users reported to me that the instructions for Ubuntu packages are missing. If you take a look at this page: http://software.opensuse.org/download.html?project=home:EmmeG:LARAL&packa ge= total99 you'll see that the Ubuntu is reported as an unknown operating system and the instructions for download and install the packages are not shown.
:-(
Is it possible to fix that problem ??
hm, software-o-o code is unsure due to your repo config: <repository name="xUbuntu_13.04">
<path project="Ubuntu:13.04" repository="standard"/> <path project="home:EmmeG:Ubuntu_13.04_universe"
repository="xUbuntu_13.04"/>
<arch>i586</arch> <arch>x86_64</arch>
</repository>
I think you need anyway to flip the both path lines (in case in _universe is a newer version of a package). That should also fix software.o.o message
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
--
Adrian Schroeter email: adrian@suse.de
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Gianluca Emme