The webui has a link to show the package maintainer in a package submit
request, which displays a popup with the list of maintainers. But this
works not always, today it fails in SR #445186.
I just noticed that URL or link is 4096 chars long, does the way the
popup is implemented exceed some limit on the server or client side?
Olaf
Hello,
I've noticed that I've been having issues building Python packages
with the new Python dependency generator for Fedora targets. After
quite a bit of troubleshooting, I figured out that it's because of
missing FileProvides.
So, for Fedora 25 and Rawhide, the following FileProvides need to be
added to the prjconf:
FileProvides: /usr/bin/python python2
FileProvides: /usr/bin/python2 python2
FileProvides: /usr/bin/python3 python3
Thanks in advance.
--
真実はいつも一つ!/ Always, there's only one truth!
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
at home I am running so many Tumbleweed machines that I have setup squid
to fetch rpm files only once and to keep them for some weeks.
However, sometimes this breaks for strange reasons, so today I looked
into one case and found that libcairomm-1_0-1-1.12.2-1.1.x86_64.rpm has
been replaced on the download servers without increasing the rebuild
counters:
http://www.zq1.de/~bernhard/temp/obsrebuildbug/
both versions are correctly signed
rpm --checksig libcairomm-1_0-1-1.12.2-1.1.x86_64.rpm
libcairomm-1_0-1-1.12.2-1.1.x86_64.rpm: rsa sha1 (md5) pgp md5 OK
# rpm -qpi libcairomm-1_0-1-1.12.2-1.1.x86_64.rpm
Name : libcairomm-1_0-1
Version : 1.12.2
Release : 1.1
Architecture: x86_64
Install Date: (not installed)
Group : System/Libraries
Size : 302402
License : LGPL-2.1+
Signature : RSA/SHA256, Fri Nov 25 17:07:30 2016, Key ID b88b2fd43dbdc284
Source RPM : cairomm-1.12.2-1.1.src.rpm
Build Date : Fri Nov 25 17:07:09 2016
Build Host : cloud132
Relocations : (not relocatable)
Packager : http://bugs.opensuse.org
Vendor : openSUSE
URL : http://cairographics.org
Summary : C++ interface for Cairo
Description :
This package provides a C++ interface for Cairo.
Distribution: openSUSE Tumbleweed
# rpm -qpi libcairomm-1_0-1-1.12.2-1.1.x86_64.rpm.current
Name : libcairomm-1_0-1
Version : 1.12.2
Release : 1.1
Architecture: x86_64
Install Date: (not installed)
Group : System/Libraries
Size : 302402
License : LGPL-2.1+
Signature : RSA/SHA256, Wed Dec 7 11:17:01 2016, Key ID b88b2fd43dbdc284
Source RPM : cairomm1_0-1.12.2-1.1.src.rpm
Build Date : Wed Dec 7 11:16:51 2016
Build Host : lamb08
Relocations : (not relocatable)
Packager : http://bugs.opensuse.org
Vendor : openSUSE
URL : http://cairographics.org
Summary : C++ interface for Cairo
Description :
This package provides a C++ interface for Cairo.
Distribution: openSUSE Tumbleweed
canonical URL is
http://download.opensuse.org/tumbleweed/repo/oss/suse/x86_64/libcairomm-1_0…
would be nice, if this could be fixed to not happen again.
Ciao
Bernhard M.
Hi,
when I branch a package, the branch does not build. E.g
https://build.opensuse.org/package/show/home:asvetter:branches:security:Stu…
It this considered normal?
--
Mit freundlichen Gruessen,
Andreas Vetter
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi all,
Anybody else experiencing Archlinux failures?
I get:
[ 9s] [32/32] preinstalling pacman...
[ 9s]
[ 10s] reordering...done
[ 10s] [1/110] installing archlinux-keyring-20161201-1
[ 10s] pacman: error while loading shared libraries: libpsl.so.5:
cannot open shared object file: No such file or directory
[ 10s] exit ...
[ 11s]
[ 11s] linux failed "build PKGBUILD" at Wed Dec 7 10:10:03 UTC 2016.
[ 11s]
I get it in a private OBS instance but maybe this affects also the
main servers?
Greetings
Andreas
--
Andreas Baumann
Trottenstrasse 20
CH-8037 Zuerich
Telefon: +41(0)76/373 01 29
E-mail: mail(a)andreasbaumann.cc
Homepage: www.andreasbaumann.cc
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Am 06.12.2016 um 22:48 schrieb Marcus Hüwe:
> On 2016-12-06 22:36:51 +0100, Matthias Fehring wrote:
>> Am 06.12.2016 um 21:30 schrieb Marcus Hüwe:
>>> On 2016-12-06 19:15:19 +0100, Matthias Fehring wrote:
>>>> since a few weeks I have many problems with SSL timeouts when connecting
>>>> to the OBS with osc.
>>>> It happens in different stages with every osc command that connects to
>>>> the Build Service (co, up, build, etc.). Sometimes it works flawless,
>>>> but often I have to interrupt it and retry it. It fails multiple times
>>>> until it works. It makes no difference if it is a POST or a GET request
>>>> and the stage in that it times out changes from try to try. A current
>>>> example;
>>>>
>>>> [ ... cut of old example output ...]
>>> Hmm what exact error message do you get?
>>>
>>>> Any idea how I can try to investigate this issue?
>>> Can you run something like "strace -e trace=network osc ls openSUSE:Tools"?
>>>
>> Output with strace. It take several minutes until the connections times
>> out, maybe 5, 10 or more (am watching how the Fohlenelf looses in
>> Barcelona :(, so was not controlling it the whole time). ;)
>>
>>
>> http://paste.opensuse.org/62833205
>>
> Hmm ok, it probably blocks on a read/write syscall. Can you run
> "strace osc ls openSUSE:Tools"? (please use "osc ls..." instead of
> "osc build...", because it is a bit "easier" to read)
Running "strace osc ls openSUSE:Tools" works every time. But I can paste
the output anyway. But there never happens a timeout and the strace is
quite big...
> Ps. the best is if you send the mail to the list as well.
Yes, sorry for that. Was by accident. I thought TB would choose
automagically the list address as KMail does...
Matthias
--
Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre.
(Friedrich Schiller - Die Räuber)
www.buschmann23.de
GPG-Key: 3A70A936614C3258
GPG Fingerprint: D786 DDF8 4CA9 00BC CDE0 9A5F CCC5 125D 6E87 D4FC
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello list,
since a few weeks I have many problems with SSL timeouts when connecting
to the OBS with osc.
It happens in different stages with every osc command that connects to
the Build Service (co, up, build, etc.). Sometimes it works flawless,
but often I have to interrupt it and retry it. It fails multiple times
until it works. It makes no difference if it is a POST or a GET request
and the stage in that it times out changes from try to try. A current
example;
user@host:~/repos> osc -v -d build openSUSE_Tumbleweed --no-verify --clean
makeurl: https://api.opensuse.org ['source', 'home:buschmann23:weblate',
'_meta'] []
GET https://api.opensuse.org/source/home:buschmann23:weblate/_meta
makeurl: https://api.opensuse.org ['source', 'home:buschmann23:weblate',
'weblate'] cmd=getprojectservices
POST
https://api.opensuse.org/source/home:buschmann23:weblate/weblate?cmd=getpro…
Building weblate.spec for openSUSE_Tumbleweed/x86_64
Getting buildinfo from server and store to
/home/buschmann/Dokumente/Entwicklung/Build
Service/home:buschmann23:weblate/weblate/.osc/_buildinfo-openSUSE_Tumbleweed-x86_64.xml
makeurl: https://api.opensuse.org ['build', 'home:buschmann23:weblate',
'openSUSE_Tumbleweed', 'x86_64', 'weblate', '_buildinfo'] []
POST
https://api.opensuse.org/build/home:buschmann23:weblate/openSUSE_Tumbleweed…
Any idea how I can try to investigate this issue? Can the problem be
related to my ISP that uses IPv6 with DS-Lite? I never have this
problems when using the same setup on another location with pure IPv4
addresses.
Best greetings
Matthias Fehring
--
Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre.
(Friedrich Schiller - Die Räuber)
www.buschmann23.de
GPG-Key: 3A70A936614C3258
GPG Fingerprint: D786 DDF8 4CA9 00BC CDE0 9A5F CCC5 125D 6E87 D4FC
I've several failure for Leap 42.1 with
Getting buildconfig from server and store to
home:bruno_friedmann:branches:Application:Geo/mapserver7/.osc/_buildconfig-
openSUSE_Leap_42.1-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides libhdf5 needed by libnetcdf7
nothing provides libhdf5_hl needed by libnetcdf7
libnetcdf7 and libhdf5 are both available on plain 42.1 oss
What did I miss in the changes ?
--
Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch
Bareos Partner, openSUSE Member, fsfe fellowship
GPG KEY : D5C9B751C4653227
irc: tigerfoot
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
Some of my packages are stuck in "finished" state for over an hour now:
https://build.opensuse.org/project/monitor/home:czanik:syslog-ng-githead
Is there anything I can do to change it to "successful" or I just need
to wait patiently?
Bye,
CzP
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org