Hi!
is there a way to create a driver-update-disk directly via obs? I found some related information in the mailing-lists, but I did not find out whether it works now.
Best regards,
Johannes
--
Johannes Weberhofer
Weberhofer GmbH, Austria, Vienna
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi all,
There seems to be a problem in openSUSE 11.4 with nautilus-python.
I am creating packages for 2 projects that use it (TortoiseHG,
RabbitVCS) and both of them fail to start and block Nautilus from
starting up in 11.4 only.
https://build.opensuse.org/project/monitor?project=home%3Atzotsos%3Avcs
If I try to import nautilus from a python console I get an error that
there is not such a module.
I found the following links about the issue:
https://bugzilla.gnome.org/show_bug.cgi?id=633171http://bugzilla-attachments.gnome.org/attachment.cgi?id=178235
and then I found a new version of nautilus-python:
http://projects.gnome.org/nautilus-python/
So I branched the package from GNOME:Apps and updated to the new version.
The problem is that even with the new version I still get the same
errors, which probably means it is not patched yet, or there is
something I am missing.
Could someone please take a look on this issue? Is there someone from
GNOME:Apps around to help?
Regards,
Angelos
--
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
All,
Does the cpanspec service in OBS work?
== details
I thought I'd try out the cpanspec service.
Looking at the parameters it needs, it seems easy enough:
https://build.opensuse.org/package/view_file?file=cpanspec.service&package=…
But when I try it I get:
===
Source processing is currently broken:
service cpanspec failed:
defined(%hash) is deprecated at
/usr/lib/perl5/vendor_perl/5.12.1/Pod/POM/Node.pm line 82.
(Maybe you should just omit the defined()?)
Failed to get http://www.cpan.org/modules/02packages.details.txt.gz:
500 Can't connect to www.cpan.org:80 (Bad hostname 'www.cpan.org')
===
Those look like pretty fundamental issues unrelated to my package.
Thanks for feedback
Greg
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
my build service account is blocked.
The message is:
Your login capability is locked. Please contact your system administrator.
Someone told me in IRC that I've done something wrong and for that I'm banned.
What can I do to reactivate my account?
Best regards
Gerrit Beine
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Distribution: OBS2.1
bs_admin -dump-cache does not work with the new :full.solv file structure. I'm also unser if -rescan-repoistory is working as expected.
Here's the specific error:
host:/usr/lib/obs/server> sudo -u obsrun -- /usr/lib/obs/server/bs_admin --dump-cache Project standard i586
can't open /srv/obs/build/Project/standard/i586/:full.cache: No such file or directory at /usr/lib/obs/server/bs_admin line 284
Thanks - Jeff Glanz
PG Build team
Dell Computers, Round Rock, Texas
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
in Ubuntu 10.10 osc meta prjconf shows
%define ubuntu_version 10 <== should this be 1010?
Macros:
%opensuse_bs 1
%ubuntu_version 1010
For the other ubuntus its 910, 1004 ...
Regards, Gerd
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I wanted to work on some package from Contrib. During local build i get
following errors:
Verifying integrity of cached packages
using keys from openSUSE:Factory, openSUSE:Factory:Contrib
error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 3dbdc284: BAD
/var/tmp/osbuild-
packagecache/openSUSE:Factory/standard/i586/aaa_base-11.5-60.1.i586.rpm :
error reading package header
error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 3dbdc284: BAD
/var/tmp/osbuild-
packagecache/openSUSE:Factory/standard/i586/libuuid1-2.19-6.1.i586.rpm : error
reading package header
error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 3dbdc284: BAD
/var/tmp/osbuild-
packagecache/openSUSE:Factory/standard/i586/libtalloc2-2.0.1-21.2.i586.rpm :
error reading package header
error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 3dbdc284: BAD
/var/tmp/osbuild-
packagecache/openSUSE:Factory/standard/i586/gawk-3.1.6-34.17.i586.rpm : error
reading package header
I use osc-0.130.1-30.1 from openSUSE:Tools
How can I solve it?
--
Pozdrawiam / Best regards,
Mariusz Fik
openSUSE Community Member
Hi,
On 2011-03-07 18:02:50 +0100, OBS osc wrote:
> From: Juergen Weigert <jw(a)suse.de>
>
> ---
> osc/core.py | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/osc/core.py b/osc/core.py
> index ccc1a06..560a36e 100644
> --- a/osc/core.py
> +++ b/osc/core.py
> @@ -3512,7 +3512,12 @@ def create_submit_request(apiurl,
> orev or show_upstream_rev(apiurl, src_project, src_package),
> targetxml,
> options_block,
> - cgi.escape(unicode(message, "utf8")))
> + cgi.escape(message))
> +
> + # Don't do cgi.escape(unicode(message, "utf8"))) above.
> + # Promoting the string to utf8, causes the post to explode with:
> + # uncaught exception: Fatal error: Start tag expected, '<' not found at :1.
> + # I guess, my original workaround was not that bad.
>
Hmm can you please provide the exact commandline of the failing osc
command? At the moment I fail to see what's wrong with a simple
"cgi.escape(message)" (without the unicode stuff).
Marcus
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi guys,
could Scientific Linux 6 please get added to OBS?
Reasoning is that RHEL6 is basically useless since it is missing loads of -
devel packages and CentOS isn't that healthy anymore (sadly) apparently.
regards,
Stephan
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I got "nothing provides libMesaglut3-devel" on the x86_64 arch in
mandriva (see this project:
https://build.opensuse.org/package/show?package=vegastrike&project=home%3Ak…
).
The package doesn't directly specify libmesaglut3-devel, so I bet it's
a dependency of some of the requirements, which do include freeglut3.
After googling around, I found this, which seems related:
http://forum.mandriva.com/en/viewtopic.php?f=73&t=115581
I wouldn't want to distribute my own libmesaglut3-devel (by adding it
to the project), so maybe the 1.2mdv version can be added to the build
service's repo?
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org