Hi All,
I've been finding the git services really helpful for some of the
smaller things I maintain but I also maintain a couple of larger
libraries (git repos of over 100mb) and having to clone the repo every
build is not a fast process. I was thinking about improving this process
by "caching" the git repo's, so the service would first check to see if
the repository existed in $XDG_CACHE_HOME/osc/git-service and if it did
rather then cloning it again running "git clean" + "git reset --hard" +
"git update".
Does anyone have any objections to this idea or reasons why it couldn't
work. I could always create a second "git-cache" service if people
didn't want it to be the default behaviour.
Cheers
--
Simon Lees (Simotek) http://simotek.net
Emergency Update Team keybase.io/simotek
SUSE Linux Adeliade Australia, UTC+9:30
GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
I tried to osc build locally the installation-images-openSUSE package in openSUSE:Factory:Staging:F project (1)
I need to specify --userootforbuild to avoid "Permission denied" error.
Does it mean the "# needsrootforbuild" is useless in spec file ?
--
Michel Normand
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
How can a devel pkg have a conflict after a commit? How to fix it?
multimedia:libs/gstreamer-0_10 $ obs r -v
openSUSE_Tumbleweed x86_64 broken: conflict in file gstreamer-0_10.changes
The pkg points to Factory, and the Factory pkg appearently links back to
the devel prj.
Olaf
Hi everyone,
for some time now I get error messages when running the scm service on the OBS
servers indicating some issues with free space (e.g. here https://
build.opensuse.org/package/show/home:scalpel4k/llvm-templight)
I have no clue how to fix that. Anybody here who can help?
thx Michi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
In case noone noticed yet: 'osc service rr' runs forever, even for very
tiny github repos. Similar for branched 42.2 packages:
home:olh:branches:openSUSE:Leap:42.2/opencv $ obs r -v
standard i586 blocked: service in progress
standard x86_64 blocked: service in progress
This also prevents 'osc sr':
home:olh:branches:openSUSE:Leap:42.2/opencv $ obs sr
Package opencv has a running source service
Please fix this first
Olaf
Dear all!
On a freshly installed LEAP PC I'm seeing this issue invoking osc commands:
> osc up
/usr/lib64/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method
M2Crypto is needed to access https://api.opensuse.org in a secure way.
Please install python-m2crypto.
Of course python-m2crypto is already installed. Very similar issues can be found at https://lists.opensuse.org/opensuse-buildservice/2015-09/msg00015.htmlhttps://lists.opensuse.org/opensuse-buildservice/2015-09/msg00014.html - unfortunately there is no solution. As response to those messages, here you find the items asked for:
> type -p python
/usr/bin/python
> rpm --verify python-base
# no output
> rpm -V python-M2Crypto
# no output
> python -c "from httplib import HTTPSConnection"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name HTTPSConnection
--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
When I commit the Virtualization/virtualbox project for building, I get the
following failure:
Visit
https://build.opensuse.org/package/live_build_log/home:lwfinger:branches:Vi…
Package home:lwfinger:branches:Virtualization/virtualbox failed to build in
openSUSE_Factory/i586
Check out the package for editing:
osc checkout home:lwfinger:branches:Virtualization virtualbox
Last lines of build log:
[ 781s] kmk: *** Deleting file
`/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.24/out/linux.x86/release/obj/vboxsoap/gen/webservice/soapC-4.o'
[ 782s] kmk_builtin_append -n
"/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.24/out/linux.x86/release/obj/vboxsoap/gen/webservice/soapC-2.o.dep"
""
"/home/abuild/rpmbuild/BUILD/VirtualBox-5.0.24/out/linux.x86/release/obj/webservice/soapC-2.cpp:"
""
[ 783s] g++: internal compiler error: Segmentation fault (program cc1plus)
[ 783s] Please submit a full bug report,
[ 783s] with preprocessed source if appropriate.
[ 783s] See <http://bugs.opensuse.org/> for instructions.
Local i586 builds build correctly. It is only within OBS that it fails.
Thanks,
Larry
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I wanted to build my package sumo
https://build.opensuse.org/package/show/home:behrisch/sumo for Fedora 24
and noted that the Fedora 24 project config is missing all those nice
Prefer and Substitute statements the earlier versions have on OBS. Can
they be added? I am not a Fedora expert but to me the following (all
copied from the Fedora 23 project config) would be helpful, but I
suppose there are more:
Prefer: -atlas-sse2 -atlas-sse3 -atlas-sse -atlas-3dnow
Substitute: freetype2-devel freetype-devel
Substitute: xorg-x11-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
Substitute: xorg-x11-Mesa-devel mesa-libGL-devel
Best regards and thanks for the continuous support,
Michael
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org