There seems to be an SLE_12_SP2_Backports issue when I try to package
https://build.opensuse.org/package/show/home:worldcitizen:branches:Applicat…
I see for for instance SLE_12_SP2_Backports "nothing provides presage =
0.8.9 needed by libpresage-devel".
It looks like a dependency/missing packages issue.
Cam this please be checked?
Regards,
Joop.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi, I can't view the build log for libdbus-c++ when I click on failed, I
get redirected to the "500: Internal Server Error" screen. I can view
the logs via osc rbl but I like to reference the web version whilst
fixing the package. It seems that it's only libdbus-c++, what could be
the problem? This applies to any package with ++ in the name.
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello,
I am trying to convert my OpenCPN package to the new Git workflow.
I have taken example from the page
http://openbuildservice.org/2016/04/08/new_git_in_27/
My sandbox is here:
https://build.opensuse.org/package/show/home:dominig:opencpn-sandbox/OpenCP…
While my package build for 42.1 target, I cannot build for a 42.1
target. The error is the same from a 42.1 or 42.2 host.
Following a hint in the mailing list, I have added to my meta prj
pointers to the Tools and update repos in both cases (see file copied
bellow), but that does not change the outcome.
Here is my error log
osc build openSUSE_Leap_42.1
Run source service: /usr/lib/obs/service/obs_scm --url
https://github.com/OpenCPN/OpenCPN.git --scm git --versionprefix 4.6.0
--outdir
/hdd/dominig/OpenCPN/home:dominig:opencpn-sandbox/OpenCPN-4.x-base/tmpz8mwe2.obs_scm.service
Detected cached repository...
31047ac4642af8a3a49870edb9b65fa9d5d9fb40
Building OpenCPN-4.x-base.spec for openSUSE_Leap_42.1/x86_64
Getting buildinfo from server and store to
/hdd/dominig/OpenCPN/home:dominig:opencpn-sandbox/OpenCPN-4.x-base/.osc/_buildinfo-openSUSE_Leap_42.1-x86_64.xml
Getting buildconfig from server and store to
/hdd/dominig/OpenCPN/home:dominig:opencpn-sandbox/OpenCPN-4.x-base/.osc/_buildconfig-openSUSE_Leap_42.1-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides obs-service-tar
Any hint would be welcome.
--
Dominig ar Foll
Senior Software Architect
Intel Open Source Technology Centre
------------- _service --------------
<services>
<service name="obs_scm">
<param name="url">https://github.com/OpenCPN/OpenCPN.git</param>
<param name="scm">git</param>
<param name="versionprefix">4.6.0</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="buildtime" name="set_version" />
</services>
-------------- meta prj -------------
<project name="home:dominig:opencpn-sandbox">
<title>Test zone for new OpenCPN releases</title>
<description>This is my sand box.
Please use the official repo for OpenCPN download
Application:Geo:OpenCPN
</description>
<person userid="dominig" role="bugowner"/>
<person userid="dominig" role="maintainer"/>
<debuginfo>
<enable/>
<disable repository="Fedora_22"/>
<disable repository="Fedora_23"/>
</debuginfo>
<repository name="openSUSE_Leap_42.2">
<path project="openSUSE:Leap:42.2" repository="standard"/>
<path project="openSUSE:Leap:42.2:Update" repository="standard"/>
<path project="openSUSE:Tools" repository="openSUSE_42.2"/>
<arch>x86_64</arch>
</repository>
<repository name="openSUSE_Leap_42.1">
<path project="openSUSE:Leap:42.1" repository="standard"/>
<path project="openSUSE:Leap:42.1:Update" repository="standard"/>
<path project="openSUSE:Tools" repository="openSUSE_42.1"/>
<arch>x86_64</arch>
</repository>
</project>
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
An OBS package issue exists.
X11:wxWidgets/python-wxWidgets broken due to deleted link
openSUSE:Factory/python-wxWidgets .
https://build.opensuse.org/package/show/X11:wxWidgets/python-wxWidgets
Warning: Files could not be expanded: openSUSE:Factory/python-wxWidgets:
package 'python-wxWidgets' does not exist
Can this please be fixed. By moving the
openSUSE:Factory/python-wxWidgets to this location
(X11:wxWidgets/python-wxWidgets).
Reagds,
Joop.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
It's currently not possible to differentiate between Leap 42.1 and SLES
12.
openSUSE Leap 42.3 %if 0%{?leap_version} == 420300 could also be '%if
0%{?sle_version} == 120300' (SLE12 SP3)
openSUSE Leap 42.2 %if 0%{?leap_version} == 420200 could also be '%if
0%{?sle_version} == 120200' (SLE12 SP2)
openSUSE Leap 42.1 %if 0%{?sle_version} == 120100 (SLE12 SP1), 420100
is not defined :(
openSUSE Leap 42.x %if 0%{?suse_version} == 1315 could also be
SLE12*; to distinguish between 42.1 (SLE12 SP1) and 42.2 (SLE12 SP2) one
has to consult the sle_version (120100 for 42.1/SLE12 SP1, 120200 for
42.2/SLE12 SP2)
https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
It's useful If I would be able to differentiate between both distro
versions:
Like in this case:
https://build.opensuse.org/package/show/server:php:applications/drupal8
Nginx is not provided for SLES12SP2.
Regards,
Joop.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello list,
exists a running version of Banshee on OBS? As far i seen, the most
packages are broken or nonexistent.
Greetings
Sascha
--
Sascha Manns | openSUSE Member
Email: saigkill(a)opensuse.org | Blog: http://saigkill.tuxfamily.org
GPG: 0x62ECD463
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Could you please add a prefer to fix:
have choice for libgl needed by cairo: libglvnd nvidia-340xx-utils
Arch:Core just contains a Prefer: -nvidia-304xx-utils
Regards,
Martin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
What has changed in the last days in the build VMs that triggers this python3 error?
[ 53s] + cd Photini-2016.12.0
[ 53s] + python3 setup.py build
[ 53s] Fatal Python error: failed to get random numbers to initialize Python
It happens to work in 'graphics', but not in Packman.
Olaf
What is the process to see obs_factory updates deployed? From what I can tell
there are a number of commits prior to mine that have not been deployed. As
such I would like to followup to ensure the deployment happens.
For reference the primary change of interest:
- openSUSE/obs_factory#69
The bugfix in #70 would be nice and #68 is a documentation update that can
also be used to simplify packaging.
I see the package OBS:Server:2.6/obs-factory-engine which seems to be the
right place although it has not been updated in quite a while and points to
the openSUSE-Team namespace.
Let me know if this is correct (or what is) and I can create an SR to update
to latest code.
Thanks,
--
Jimmy
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi all, I'd like to start using service objects as a way of reducing the
number of lines in the model
classes. Please see this PR as an example:
https://github.com/openSUSE/open-build-service/pull/2794
At the moment the way the models are organized seems to be done with the
thinking that
"if the code is related to the Repository class then put it in the
Repository class" but I think it
would be helpful to start organizing our code in a more structured way
because many of the classes are
just too big and hard to follow IMO. Here is a good article about ways
in which this can be done.
Some of these patterns we already have in the app i.e. decorators and
policy objects.
http://blog.codeclimate.com/blog/2012/10/17/7-ways-to-decompose-fat-activer…
Of course I'm open to alternative ideas or maybe you don't think that
this is necessary at all
and its fine the way it is? Let me know what you think.
Thanks, Evan.
--
Evan Rolfe
Full Stack Web Developer
SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nürnberg
Tel: +49-911-74053-0; Fax: +49-911-7417755; https://www.suse.com/
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard,
Graham Norton, HRB 21284 (AG Nürnberg)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org