Hi,
I get inconsistent build logs at the moment: my eric build in
home:frispete:branches:KDE:KDE4:Factory:Desktop
was in failed state, I fixed it, and now I see build log from a week ago?
Something smells fishy here...
Pete
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi all
I expanded my page about Windows support for OBS as a build client on
native Windows build-nodes. The idea is to build packages directly on
Windows machines using MinGW, rather than using cross-compilers.
Accompanying the concept is a concept for a package manager for Windows
that would deal with dependencies in a way that interoperates with the
usually 'standalone' installers common on Windows.
http://en.opensuse.org/Build_Service/Concepts/Windows_Support
Would appreciate any thoughts on this.
Also any thoughts on how such a thing might translate to Mac OS X, as
well. Could it be possible for such a thing to work on both platforms?
Cheers
JP
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I keep getting timeouts connecting to build.opensuse.org is there a
problem and any idea when it will be fixed?
Regards
Dave P
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
FYI, I did some changes to Hermes that improve the request
tracking and the notification about build failure.
Please see
http://lizards.opensuse.org/2009/09/03/hermes-improvements/
for details.
Thanks,
Klaas
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
the buildservice database needs to be taken down for maintenance.
This affects following services:
api.opensuse.orgbuild.opensuse.orgsoftware.opensuse.orgusers.opensuse.orgnotify.opensuse.orghermes.opensuse.org
Builds and the scheduler will keep working but no mails will be sent
out during maintenance.
Estimated duration is 30 minutes.
Thanks,
Andreas
--
Andreas Bauer
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nürnberg
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Dear BuildService maintainers
There seems to be an error in the mapping for postgresql-devel or an missing
package on Mandriva_2009.1:
Rebuild i586 expansion error nothing provides postgresql8.3-devel =3D=20
8.3.4-4mdv2009.0 needed by postgresql-devel
--
OpenPGP public key
http://www.linuxnetworks.de/norbert.pubkey.asc
Dear Build Server maintainers
A package requires SQLite3 and specifies the following required packages in
the spec file:
Requires: sqlite >= 3.0
BuildRequires: sqlite-devel >= 3.0
The build log for Mandriva_2008 installs these packages:
preinstalling libsqlite3_0...
installing libsqlite0-2.8.17-6mdv2008.0
installing libsqlite3_0-3.4.2-1mdv2008.0
installing libsqlite0-devel-2.8.17-6mdv2008.0
The configure run fails with this message:
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
configure: error: sqlite3 header (sqlite3.h) not found
Seems, that the Mandriva libsqlite3_0-devel package isn't installed when
"BuildRequires" is "sqlite-devel >= 3.0".
The same is true for x86_64 architecture. There seems to be the
lib64sqlite3_0-devel package missing.
"BuildRequires sqlite-devel >= 3.0" works on all SuSE and Redhat targets.
Thanks
Norbert
--
OpenPGP public key
http://www.linuxnetworks.de/norbert.pubkey.asc
Using openSUSE.org:openSUSE:11.1:Update as my remote repo, I've been
getting errors like this:
python-setuptools:
"/usr/lib64/python2.6/site-packages/setuptools/command/setopt.pyc" is
not allowed in a noarch package.
However, /usr/lib64/python2.6 is where the python installation is located.
I see two conflicting problems here:
1. the package really is arch independant. .pyo and .pyc files are,
this provides no shared libraries, etc...
2. the python install is directing the package to usr /usr/lib64
I don't want to remove the BuildArch: noarch directive, as the package
really is noarch.
Where *should* the package be installing so that it doesn't trigger this issue?
Also, how do I turn off individual post-build checks (like the bz2
check) for local OBS instances?
--
Jon
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi, guys
I'm following osc to
"http://172.16.70.28:81/build/home:jianlee/standard/i586/lighttpd/"
when exec command "osc build standard i586 lighttpd.spec"
-----------------------------------------------
# osc build standard i586 lighttpd.spec
Building lighttpd.spec for standard/i586
Getting buildinfo from server
jianlee: apiurl=http://172.16.70.28:81/, prj=home:jianlee,
package=lighttpd, platform=standard, arch=i586, addlist=['vim', 'gdb',
'strace']
jianlee: query = ['add=vim', 'add=gdb', 'add=strace']
jianlee: u=http://172.16.70.28:81/build/home:jianlee/standard/i586/lighttpd/_buildinfo?add=vim&add=gdb&add=strace
wrong repo/arch?
===========================
the string begined by "jianlee:" in above text is my debug print.
I found the error occured at request
"http://172.16.70.28:81/build/home:jianlee/standard/i586/lighttpd/"
when use firefox to request this url, I've get "unknown host
'localhost.dev.cn.tlan'"
the ".dev.cn.tlan" is my domainname in local network. the "localhost"
is my hostname.
I'm puzzled, where to modified the "localhost" conect for obs ?
my /etc/lighttpd/vhosts.d/obs.conf is :
--------------------------------------------
# cat /etc/lighttpd/vhosts.d/obs.conf
$HTTP["host"] =~ "172.16.70.28\.?" {
rails_app = "webclient"
rails_root = "/srv/www/obs/webclient"
rails_procs = 5
# production/development are typical values here
rails_mode = "production_slave"
log_root = "/srv/www/obs/webclient/log"
include "vhosts.d/rails.inc"
}
$SERVER["socket"] == "172.16.70.28:81\.?" {
rails_app = "frontend"
rails_root = "/srv/www/obs/frontend"
rails_procs = 5
# production/development are typical values here
rails_mode = "production_slave"
log_root = "/srv/www/obs/frontend/log"
include "vhosts.d/rails.inc"
}
$SERVER["socket"] == "172.16.70.28:82\.?" {
server.name = "download.turbo"
server.document-root = "/srv/obs/repos/"
# server.document-root = "/srv/obs/build/"
}
==============================
Thanks,
--
Jian Lee [ http://jianlee.ylinux.org ]
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Anybody have details on how to export an image from Suse Studio and import that into a private OBS instance?
I have downloaded the tarball export, but dont see any good docs on how exactly to import this into OBS.
--
Michael
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org