TW
$SUBJECT can't be right, but trying to zypper rm opensans wants to remove
releasenotes. :-(
--
"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-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hello,
when building an Image on SUSE Studio, it allows to add the option to select
language, keyboard and timezone during boot of the Image.
Having downloaded the source of the image from Studio, imported it into OBS
and build the image there, I noticed the image runs always in English/english
keyboard.
It looks like the option for language selection at start is not exported from
Studio.
Does anyone have a hint how and where to add it in OBS again?
Thanks in advance
Axel
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hi,
I'm currently trying to package a python-lib which includes some c-code
and face some issues for running the automatic tests.
For normal packages, the test can be run quite simply. E.g. tests are in
tests/, you add .. to the python path and then run nose or unittests. An
ugly too, but it works.
For compiled files I can't do this trick, because I need to get the
compiled resources in site-packages. In chroot I can run this:
PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python3-pyasn-1.5.0b7-0.x86_64/usr/lib64/python3.5/site-packages/
python3 -c "import pyasn.pyasn_radix"
But I can't use this in the spec-file. I only get
/home/abuild/rpmbuild/BUILDROOT/python3-pyasn-1.5.0b7-0.x86_64/ as
%{buildroot}, but %{python_sitearch} seems to be empty.
Do you have any hints how to accomplish this?
The package in question:
https://build.opensuse.org/package/show/home:sebix/python3-pyasn
--
python programming - mail server - photo - video - https://sebix.at
cryptographic key at https://sebix.at/DC9B463B.asc and on public keyservers
All,
I'm not expert at packaging Pypi packages, but I think I know the basics.
In this case, the package is version 1!1.4 (not a typo). (Raw version 1-1.4)
https://pypi.python.org/pypi/efilter/
A package I maintain has efilter as a new dependency. Any advice on
how to handle it?
Should I force the version to 1~1.4 instead of 1!1.4 ?
fyi: I have no real desire to maintain efilter, so if someone else
does, free to package it up and send it to d:l:p and factory.
Thanks
Greg
--
Greg Freemyer
www.IntelligentAvatar.net
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hi,
I wanted to add a patch to kernel-default. The steps I did where as
follows:
1) branch kernel-default to my home-project
2) 'osc checkout' on my local machine
3) added my patch to patches.driver.tar.bz2
4) test-build on my local machine (worked fine)
5) 'osc commit' to update the patches.driver.tar.bz2
However, on the OBS servers it won't build. The error is
"Link has errors: conflict in file patches.drivers.tar.bz2"
See details here:
https://build.opensuse.org/package/show/home:Aikhjarto:branches:Kernel:stab…
Does anyone know how to get rid of this error?
BR
Thomas
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Good morning!
I have updated the mediawiki and now recognized, that it installs also on (now) unsupported PHP versions. It requires php >= 5.5.9.
PHP is currently provided by php5* and php7* packages. The problem I'm facing is, that all current installations of openSUSE does not provide it's version while providing php or mod_php. This is what php provides (among some other):
php
php-api = 20121113
php5 = 5.5.14-50.1
Shall I use the php-api versions to decide when to install? Is there a way to allow installation on "php5 >= 5.5.9 OR php7" ?
Best regards,
Johannes
--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hi,
an attempt to build virtualbox 5.0.24 for 13.2 fails with:
[ 186s] package: virtualbox
[ 186s] /usr/bin/chkstat modified files that are not properly handled!
[ 186s] this will break rpm -V, ask ro for details.
[ 186s] diff for both runs of rpm -V:
[ 186s] +.M....... /usr/lib/virtualbox/VBoxHeadless
[ 186s] +.M....... /usr/lib/virtualbox/VBoxNetAdpCtl
[ 186s] +.M....... /usr/lib/virtualbox/VBoxNetDHCP
[ 186s] +.M....... /usr/lib/virtualbox/VBoxSDL
in:
https://build.opensuse.org/project/monitor/home:frispete:Kernel-stable
There are actually two fail pattern: one is due to g++ exceeding available
memory (that didn't happened the the latest build attempt), hence both builds
fail with above error message.
I can see this sequence in %post:
%post
/sbin/ldconfig
#skip the fill up part and enable vboxdrv by default
%fillup_and_insserv -f -y vboxdrv
#setup our sysconfig file /etc/sysconfig/vbox
%fillup_only -an vbox
%set_permissions %{_vbox_instdir}/VBoxNetDHCP
%set_permissions %{_vbox_instdir}/VBoxNetAdpCtl
%set_permissions %{_vbox_instdir}/VBoxHeadless
%set_permissions %{_vbox_instdir}/VBoxSDL
Question is, why can't chkstat deal with it (or rather ignore those), since
their permissions depend on a variable system setting anyway?!?
Obviously, Leap has this problem fixed, question is, how do I handle this for
13.2 correctly?
TIA,
Pete
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
One question about include-dirs in freetype.
But also seen in other libs.
In 2.5.5 from Leap 42.1 the include dir is:
/usr/include/freetype2/*.h
In 2.6.3 from Leap 42.2 the include dir is:
/usr/include/freetype2/freetype/*.h
What is the reason about the diffrent?
And when this should correct, what must i do in packages to build?
Other things are in /usr/include/foo_lib/*.h and some in
/usr/include/foo_lib/foo_lib/*h
--
Regards
Eric
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Why was devel:languages:python/openSUSE_13.1 removed?
I think openSUSE_13.1 is Evergreen.
Regards
Eric
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org
Hi,
I need to delete binaries from OBS, and tried in the checked-out project:
osc wipebinaries --all
Answer: OK
Result: Nothing deleted....
What am I doing wrong?
Thanks
Axel
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-packaging+owner(a)opensuse.org