Hello,
The wiki page
http://en.opensuse.org/Build_Service/cross_distribution_package_how_to
does not really help to fix the problem I have with my package. I need to
select "netcdf3" for Debian and Ubuntu, where Suse needs "netcdf".
Quoting the page:
>Handling dependencies
>
>Different distributions often use different names for packages, so the
>Requires: and BuildRequires: tags may need to vary from repository to
>repository. The second FOSDEM talk mentions that "[A] project can specify
>per repository dependency rewrite rules" (... details needed ...)
Where do I find these details?
Also it would be a good idea to add a table for all supported
distributions on that page. I tried one, but have many gaps and maybe
errors. Could anyone update and fix this (Is == correct or is it a single
=?). I would copy the information to the wiki if complete.
openSUSE Factory %if 0%{suse_version} == 1030 (currently)
openSUSE 10.2 %if 0%{suse_version} == 1020
SUSE Linux 10.1 %if 0%{suse_version} == 1010
SUSE Linux 10.0 %if 0%{suse_version} == 1000
SUSE Linux 9.3 %if 0%{suse_version} == 930
SLE 10 %if 0%{suse_version} == 1000 ???
SLES 9 %if 0%{suse_version} == 900 ???
Debian Etch ???
Fedora 4 with Extras %if 0%{?fedora_version} == 4
Fedora 5 with Extras %if 0%{?fedora_version} == 5
Mandriva 2006 %if 0%{?mandriva_version} == 2006
xUbuntu 6.06 ???
P.S. Fedora 4 build fails during system software installation phase for my
GMT package:
http://build.opensuse.org/package/live_build_log?package=GMT&project=home%3…
rpm: error while loading shared libraries: libssl.so.5: cannot open shared object file: No such file or directory
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hello!
The first to lines added to screenrc in obsworker are useless because the
script removes the screenrc file again after setting them up. To fix this I
recommend the following patch:
Index: obsworker
===================================================================
--- obsworker (revision 62)
+++ obsworker (working copy)
@@ -40,6 +40,8 @@
rc_reset
case "$1" in
start)
+ rm -rf "$workerdir"
+ mkdir -p "$workerbootdir"
# reset screenrc
echo "zombie on" > $screenrc
echo "caption always" >> $screenrc
@@ -56,8 +58,6 @@
echo "Run $NUM obsworker using $ROOT"
# fetch worker sources from server
- rm -rf "$workerdir"
- mkdir -p "$workerbootdir"
pushd "$workerbootdir"
curl -q "$OBS_STORAGE_SERVER"/getworkercode | cpio --extract
ln -s . XML
Robert
--
Robert Schiele
Dipl.-Wirtsch.informatiker mailto:rschiele@gmail.com
"Quidquid latine dictum sit, altum sonatur."
Hi Stephan, hi *,
I'm using the openSUSE KDE packages for quite some time now (but because
dependence on some customer installations still on 9.3..), if only it
wouldn't break the Qt database bindings more often than not :-(.
While I do not understand the rationale behind the "outsourcing" of that
stuff packetwise, and building it separately, I vote for some build trigger
that ensures the rebuild of qt3-extensions in case qt3 is built.
These are the current offenders:
qt3-3.3.7-29.1
qt3-extensions-3.3.7-30.1
qt3-devel-tools-3.3.7-30.1
qt3-mysql-3.3.7-30.1
qt3-devel-3.3.7-29.1
qt3-sqlite-3.3.7-30.1
qt3-unixODBC-3.3.7-30.1
qt3-postgresql-3.3.7-30.1
Attached is a minimal test to list the available database bindings.
Thanks,
Pete
Am Sonntag, 28. Januar 2007 12:04:25 schrieben Sie:
> Hi Leon,
>
> I saw that you've build maxima packages.
> http://build.opensuse.org/project/show?project=home%3Akommerck
>
> What do you think about moving the maxima and wxmaxima packages to the
> science project?
> http://build.opensuse.org/project/show?project=science
>
> Would you like to join the science group?
> Would you mind if I copy your packages to the science repo?
Yes, please. However note that wxMaxima currently doesn't build, and I have
got little time to fix it now.
Leon
Hi:
recently the web UI throws a very annoying,random sets of errors..
"iChain user [place and username here that is **not** yours] is
registered but not yet approved."
this happends when using the package search engine.
Looks like this cache definately does not work properly.. will be nice
if somebody can look into it.
Hello,
> I think these use %sles_version - numbering may be right though.
>
> > Debian Etch ???
> > xUbuntu 6.06 ???
>
> Hey, here's fun - how do you use RPM macros on non-RPM distros? :)
As it starts at all and only complains about illegal dependencies I hoped
there would be an automatic conversion.
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
From today on the openSUSE Build Service (OBS) is available under
the GPL license for everybody.
You can find the latest version of the source code in the openSUSE
project at Novell Forge:
http://forge.novell.com/modules/xfmod/project/?opensuse
Everybody is invited to join the public development there.
Additionally you can find experimental rpm packages at
http://software.opensuse.org/download/openSUSE:/Tools/
which can be used to easily install and configure an OBS running
on a single host.
Be welcome to join the discussion of the future of OBS in our mailinglist
at opensuse-buildservice(a)opensuse.org or at the irc channel
#opensuse-buildservice on irc.opensuse.org (Freenode).
Further details can be found at
http://en.opensuse.org/Build_Service
--
Adrian Schroeter
SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
email: adrian(a)suse.de
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
On Fri, 26 Jan 2007, Dr. Peter Poeml wrote:
> > Where do I find these details?
>
> I think there is no interface for that yet, other than begging on this
> mailing list :-)
Ok, then I'm begging:
Suse requirement "netcdf"
- requires "netcdf-devel" on Fedora (4 and 5 I think)
- and requires "netcdf3" on Debian and xUbuntu (at least I think so - I
hope it contains the header and link library for C)
Is there an automatic RPM-conversion or how do the deb-based
package building work?
> this goes:
> openSUSE Factory %if 0%{suse_version} == 1030
> openSUSE 10.2 %if 0%{suse_version} == 1020
> SUSE Linux 10.1 %if 0%{suse_version} == 1010
> SLE 10 %if 0%{suse_version} == 1010
> SUSE Linux 10.0 %if 0%{suse_version} == 1000
> SUSE Linux 9.3 %if 0%{suse_version} == 930
> SLES 9 %if 0%{suse_version} == 910
I added it at the wiki page in a table.
Ciao
--
http://www.dstoecker.eu/ (PGP key available)
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
while trying to activate obs services during boot, I found a little bug in
one of the init skripts, that prevents activation with chkconfig/insserv:
/etc/init.d/obsrepserver
...
### BEGIN INIT INFO
# Provides: obsreserver
# Required-Start: $time $syslog
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 4 6
# Description: openSUSE build service repository server
### END INIT INFO
...
There's a typo (missing "p") in the "# Provides" line.
Bye,
Marcel
--
----
Dipl.-Inf. Marcel Ritter
Linux/Novell
Regionales Rechenzentrum Erlangen
Tel: 09131 / 85-29958
E-Mail: Marcel.Ritter(a)rrze.uni-erlangen.de
----
Unix _IS_ user friendly... It's just selective about who its friends are.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi all
I build kdevelop for all distros:
http://build.opensuse.org/package/show?package=KDevelop3&project=home%3Aami…
But for xUbuntu I get this error:
/usr/sbin/invoke-rc.d: line 276: /sbin/runlevel: No such file or directory
/etc/init.d/x11-common: line 20: /etc/default/rcS: No such file or directory
invoke-rc.d: initscript x11-common, action "start" failed.
dpkg: error processing x11-common (--install):
subprocess post-installation script returned error exit status 1
Where is the bug ? All RPMs build fine.
--
Amilcar Lucas
Webmaster
The KDevelop project
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org