Hi,
I am trying to build a package for CentOS that requires some packages
from epel + the developer toolset to be built.
I added the repositories in the project meta configuration - which looks
like this:
<repository name="CentOS_7">
<path project="security:zeek" repository="CentOS_7"/>
<path project="Fedora:EPEL:7" repository="standard"/>
<path project="CentOS:CentOS-7" repository="scl-rhscl"/>
<path project="CentOS:CentOS-7" repository="standard"/>
<arch>x86_64</arch>
</repository>
The spec file then require some packages from the repository,
speficically:
BuildRequires: epel-release kernel-devel cmake3 devtoolset-7
After trying this, the build has been blocked with the status
“downloading 6 dod packages”.
Could anyone point me to what I am doing wrong?
Link to build:
https://build.opensuse.org/package/show/home:0xxon:branches:security:zeek-c…
Link to project meta:
https://build.opensuse.org/projects/home:0xxon:branches:security:zeek-cento…
Thanks a lot,
Johanna
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I recently noticed that this file is quite huge in our installation:
2.8G /srv/obs/events/lastnotifications
Can this file be removed?
It looks like a logfile to me with new entries added at the end.
Is some component of OBS reading the content of that file?
--
kind regards,
Carsten Hoeger
Engineering Services
Email: carsten.hoeger(a)open-xchange.com
------------------------------------------------------------------------------
Open-Xchange AG, Hohenzollernring 72, 50672 Cologne,
District Court Cologne HRB 95366
Managing Board: Rafael Laguna de la Vera, Carsten Dirks,
Michael Knapstein, Stephan Martin
Chairman of the Board: Richard Seibt
European Office:
Open-Xchange GmbH, Olper Huette 5f, D-57462 Olpe, Germany,
District Court Siegen, HRB 8718
Managing Director: Frank Hoberg
US Office:
Open-Xchange. Inc., 530 Lytton Avenue, Palo Alto, CA 94301, USA
------------------------------------------------------------------------------
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi There,
yesterday, I was able to build my package quite nicely, but now I am no longer able to do be very same build:
$ osc build --clean --local-package Fedora_EPEL_7_RHEL7_5
Building wireshark.spec for Fedora_EPEL_7_RHEL7_5/x86_64
Getting buildinfo from server and store to /data/home/olsde000/devel/ATS/linux-plattform-3.os.ats.products.dfs.de/misc/sources/home:DOlsson/wireshark/.osc/_buildinfo-Fedora_EPEL_7_RHEL7_5-x86_64.xml
Getting buildconfig from server and store to /data/home/olsde000/devel/ATS/linux-plattform-3.os.ats.products.dfs.de/misc/sources/home:DOlsson/wireshark/.osc/_buildconfig-Fedora_EPEL_7_RHEL7_5-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides libnghttp2-devel
This is my repository setup:
$ osc meta prj
<project name="Fedora_EPEL_7_RHEL_7_5">
...
<repository name="Fedora_EPEL_7_RHEL7_5">
<path project="Fedora:EPEL:7" repository="RHEL"/>
<path project="CentOS:CentOS-7" repository="7.5.1804"/>
<arch>x86_64</arch>
</repository>
...
>From the Fedora project, we have:
$ osc meta prj "Fedora:EPEL:7"
osc meta prj "Fedora:EPEL:7"
<project name="Fedora:EPEL:7">
...
<repository name="standard">
...
<download arch="x86_64" url="https://download.fedoraproject.org/pub/epel/7/x86_64" repotype="rpmmd">
<master url="https://dl.fedoraproject.org/pub/epel/7/x86_64/" sslfingerprint="sha256:0d57ea0ff83e6a8cb620a0a6f0e2144600013f8aa2a5314e8826ca34e9e7f9d7"/>
</download>
<arch>x86_64</arch>
...
</repository>
<repository name="RHEL">
<path project="Fedora:EPEL:7" repository="standard"/>
<path project="RedHat:RHEL-7" repository="standard"/>
<arch>x86_64</arch>
...
</repository>
...
</project>
And when trying to fetch the package by hand, it is there,using either of the above mentioned URLs:
$ wget -O - 'https://download.fedoraproject.org/pub/epel/7/x86_64/Packages/l' | grep libnghttp2-devel
...
- [<=> ] 0 --.-KB/s <tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="libnghttp2-devel-1.31.1-2.el7.x86_64.rpm">libnghttp2-devel-1.31.1-2.el7.x86_64.rpm</a></td><td align="right">2019-08-19 17:03 </td><td align="right"> 52K</td><td> </td></tr>
- [ <=> ] 265.12K --.-KB/s in 0.01s
...
$ wget -O - 'https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l' | grep libnghttp2-devel
...
- [ <=> ] 33.24K 107KB/s <img src="/icons/unknown.gif" alt="[ ]"> <a href="libnghttp2-devel-1.31.1-2.el7.x86_64.rpm">libnghttp2-devel-1.31.1-2.el7.x86_64.rpm</a> 2019-08-19 15:03 52K
- [ <=> ] 192.58K 378KB/s in 0.5s
2020-02-28 16:27:52 (378 KB/s) - written to stdout [197198]
$
So why cannot Build Service resolve this correctly?
Best regards,
Dennis Olsson.--
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 think I have a problem understanding ExportFilter.
Executive summary: my Exportfilter only affects what lands in
/srv/obs/build/PROJECT/REPO/ARCH/\:full, but still the whole
content of /srv/obs/build/PROJECT/REPO/ARCH/\:repo is published
to the outside world.
Do I need a PublishFilter to prevent the publishing?
Or am I doing something wrong?
This is my project config:
ExportFilter: ^grub2-smbios-module.*\.noarch\.rpm$ .
ExportFilter: ^grub2-.*\.x86_64\.rpm$
ExportFilter: ^grub2-.*plugin.*\.rpm$
ExportFilter: ^grub2-i386-pc.*\.rpm$
ExportFilter: ^grub2-x86_64-.*\.rpm$
(I'm building a patched grub2 package that produces a
grub2-smbios-module package and I want only this one to
be published, everything else will be taken from SLES)
OBS 2.10, running in a private instance.
--
Stefan Seyfried
"For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." -- Richard Feynman
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi there,
was is wrong with the Fedora:EPEL:7/RHEL repository?
In my PRJ meta I have:
...
<repository name="Fedora_EPEL_7_RHEL">
<path project="Fedora:EPEL:7" repository="RHEL"/>
<path project="CentOS:CentOS-7" repository="7.4.1708"/>
<arch>x86_64</arch>
</repository>
...
Access to CentOS:CentOS-7/7.4.1708 works (https://build.opensuse.org/repositories/CentOS:CentOS-7, under 7.4.1708, download source for x86_64).
But under Fedora:EPEL:7/RHEL the redirect of RedHat:RHEL-7/standard results in "Resource is no longer available!"!
Looking at RedHat:RHEL-7/ reveals that it does not have any repositories for RedHat:RHEL-7/standard defined.
How come?
Fixable?
Many thanks in advance &
Best regards,
Dennis Olsson.--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi all,
last weeks my instance (2.10) had strange problems, often everything was slow / sluggish but the OBS server was more or
less idle (I have thrown enough hardware at the problem I guess, 16GB of RAM and 10 VCPUs on a not totally up-to-date
intel xeon x5670).
Even the webfrontend was not responding and "osc st" for example took many minutes to eventually finish.
Investigating, I found lots of "rpc timeout" messages in all services log files.
Just restarting some of them (src server, scheduler) seemed to fix the issue often, but then it reappeard a day or a
week later.
Finally I just rebooted the whole server, now everything is fine again.
I also enabled $logtimeout =1 in BSRPC.pm, even before rebooting.
It looked like communication with bs_srcserver was the one that timed out, and from my hopeless tries in stracing the
issue I'd guess some lock around the lastevents file was the problem.
I think that this was caused by restarting services in the wrong order, which was finally "fixed" by rebooting the server.
Is there a recommended way to restart all services without rebooting the server?
Or is a reboot the simplest way to achieve that ;-)
Thanks,
seife
--
Stefan Seyfried
"For a successful technology, reality must take precedence over
public relations, for nature cannot be fooled." -- Richard Feynman
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi
how to get rid of deleted users ?
when you delete users they are still there, just flaged as 'deleted'
How to completly remove them ?
Thank you
--
Christian
------------------------------------------------------------
https://join.worldcommunitygrid.org?recruiterId=177038
------------------------------------------------------------
http://www.sc24.de - Sportbekleidung
------------------------------------------------------------
Hey,
we had until now beside the "2.10" branch also a "2.10" tag in addition.
This can cause quite a big mess when you try to work in 2.10 branch
(eg. building new 2.10 candidates) because you end up in an outdate
master branch actually.
I have remove the tag on the server side now, but you may need to
remove it also local if you have a git checkout
git tag --delete 2.10
please do this in your local checkout in any case to avoid any
future headache.
bye
adrian
--
Adrian Schroeter <adrian(a)suse.de>
Build Infrastructure Project Manager
SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
(HRB 247165, AG München), Geschäftsführer: Felix Imendörffer
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org