Dear list members,
I need some core packages (e.g. GnuTLS) for some of my Leap 42.2 home:
packages but unfortunately I don't see them published [1]. I'd like to
ask if I've overlooked something or is there some time until they're
held back?
Thank you very much!
All the best,
Ákos
[1]: https://build.opensuse.org/repositories/openSUSE:Leap:42.2
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
As announced earlier, the OBS main backend is down
now. We prepare the split of that server.
have a nice breakfast instead :)
adrian
--
Adrian Schroeter
email: adrian(a)suse.de
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
so happened on a SLE 12 box.
Which repo to use ?
openSUSE:Tools : build disabled
How to fix ?
--
Christian
----------------------------------------------------
- Please do not 'CC' me on list mails.
Just reply to the list :)
----------------------------------------------------
http://www.sc24.de - Sportbekleidung
----------------------------------------------------
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi all,
After submitting a package to the OBS, it compiles for Tumbleweed and
Leap 42.2. I run Tumbleweed locally.
I noticed in the rpmlint results that I get a warning for
standard-dir-owned-by-package relating to /usr/share/locale/bs and
/usr/share/locale/bs/LC_MESSAGES.
I do have both of these in my %files section because build fails because
I get an error that these are not owned by a package.
I believe they should be owned by the filesystem package (I have version
13.3-10.2 installed) as with the other locales, but for some reason it
is not.
Another side effect of this is that the %find_lang macro deletes the bs
translation, so I have had to ignore find_lang and manually compile the
translation file list.
Can anyone confirm that bs is missing from the filesystem package and
possible identify where it might be owned or the best way to get this
fixed. With rpmlint showing it as a warning, it suggests that something
owns it somewhere.
Thanks
Steve
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
we reached again new load levels on OBS and need to split
again our main backend servers.
This will happen on coming sunday and will most likely
continue on monday.
What will be affected exactly?
* build.opensuse.org will stay and reachable
* all content on download.opensuse.org will stay
* source changes, requests will remain work
* schedulers for main projects will get stopped.
=> new builds will not start, except for home:*
and openSUSE staging projects.
The builds will get triggered automatically
when we boot the schedulers again.
* projects outside of openSUSE and home namespace may show
an old build state for some time until the final sync
has finished.
* home:* and openSUSE Staging projects will remain to work
all the time, including building and publishing.
The reward will be more IO throughput later one, which
means faster scheduling and publishing :)
--
Adrian Schroeter
email: adrian(a)suse.de
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hey,
Does anyone know when Fedora 25 will be added to the openSUSE Build Service?
Fedora 25 is in its Final Freeze, and is slated to be released next week.
--
真実はいつも一つ!/ 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
Hello,
in the buildservice, putting the %error macro in the spec file will emit
an error into the "RPM build errors" section, but will not stop the
build unless another error happens; on the contrary, if no other error
happens, the package gets fully built.
This is a problem for me because I'm trying to build a macro that
detects a condition that does not prevent build now, but will cause
problems in the future.
Is there another option to stop the build, preferably from an arbitrary
place in the spec file?
thanks
m.
Hi,
on a Leap 42.2 x86_64 I see for
osc build --root <my root for ARM> openSUSE_Factory armv7l
the following
[ 5s] running aaa_base preinstall script
[ 5s] chroot: failed to run command 'sh': No such file or directory
[ 5s] running aaa_base postinstall script
[ 5s] chroot: failed to run command 'sh': No such file or directory
[ 5s] initializing rpm db...
[ 5s] chroot: failed to run command '/usr/bin/rpmdb': No such file or directory
[ 5s]
[ 5s] noether failed "build clisp.spec" at Fri Dec 2 14:19:18 UTC 2016.
after doing
sudo cp /usr/bin/qemu-*-binfmt /abuild/oscbuild/openSUSE_Factory.ARM/usr/bin/
this change to
[ 5s] running aaa_base preinstall script
[ 5s] running aaa_base postinstall script
[ 5s] initializing rpm db...
[ 5s]
[ 5s] noether failed "build clisp.spec" at Fri Dec 2 14:19:42 UTC 2016.
qemu is installed and the architectures had been registered at the first
run of osc (btw: it is enough to do this only once):
ll /proc/sys/fs/binfmt_misc/
total 0
-rw-r--r-- 1 root root 0 Dec 2 15:18 aarch64
-rw-r--r-- 1 root root 0 Dec 2 15:18 alpha
-rw-r--r-- 1 root root 0 Dec 2 15:18 arm
-rw-r--r-- 1 root root 0 Dec 2 15:18 armeb
-rw-r--r-- 1 root root 0 Dec 2 15:18 m68k
-rw-r--r-- 1 root root 0 Dec 2 15:18 mips
-rw-r--r-- 1 root root 0 Dec 2 15:18 mipsel
-rw-r--r-- 1 root root 0 Dec 2 15:18 ppc
-rw-r--r-- 1 root root 0 Dec 2 15:18 ppc64
-rw-r--r-- 1 root root 0 Dec 2 15:18 ppc64le
--w------- 1 root root 0 Dec 2 15:18 register
-rw-r--r-- 1 root root 0 Dec 2 15:18 s390x
-rw-r--r-- 1 root root 0 Dec 2 15:18 sh4
-rw-r--r-- 1 root root 0 Dec 2 15:18 sh4eb
-rw-r--r-- 1 root root 0 Dec 2 15:18 sparc
-rw-r--r-- 1 root root 0 Dec 2 15:18 status
cat /proc/sys/fs/binfmt_misc/arm
enabled
interpreter /usr/bin/qemu-arm-binfmt
flags: P
offset 0
magic 7f454c4601010100000000000000000002002800
mask ffffffffffffff00fffffffffffffffffeffffff
What does go wrong here?
Werner
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
> As of yesterday, it looks like the rsync module on rsync.opensuse.org
> dropped the non-SUSE repositories like Red Hat or CentOS and they've
> disappeared from mirrors. Is that a deliberate change, and/or a
> permanent one?
I can confirm this, even if the repos (folders) in some cases do exist,
they're empty when they shouldn't be. Is there any information on the
situation?
--
Florian Höch
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
mozilla:/alpha/openSUSE_Tumbleweed/ June 2015 & 13.2 & 13.1 FF 34, TB 24; some
building as of Nov 2016
mozilla:/beta/openSUSE_Tumbleweed Dec 2015 & 42.1,13.2,&&& FF 43
mozilla:/experimental/openSUSE_Tumbleweed Jan 2016 & still building as of Nov
2016 FF 43; & 42.1 & 13.2 & 13.1
What I was hoping for is SeaMonkey >2.40 built with GTK2, but there's no SM
among any mozilla:/ repos that I could find, and nothing to be found using
https://software.opensuse.org/search either. :-(
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org