Hello,
when we were migrating SPC into wiki (see my last mail), we
unfortunately uploaded an older revision of the document.
Please do not edit it until we upload the current version, which should
be done ASAP.
Anicka
--
Best Regards,
Anna Bernathova, software developer
---------------------------------------------------------------------
SUSE LINUX, s.r.o. e-mail: anicka(a)suse.cz
Lihovarska 1060/12 tel: +420 284 028 965
190 00 Prague 9 fax: +420 284 028 951
Czech Republic http//www.suse.cz
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Afternoon all,
I'm having issues building against all Fedora x86_64 targets. All Fedora x86, SUSE x86_64/x86 targets build fine.
Basically my problem is to do with python and as it is split between /usr/lib and /usr/lib64, below are the two sections that it complains of ' Installed (but unpackaged) file(s) found:' I'm most likely doing something stupid, but for the life of me I can't work it out. I would really appreciate any help.
%files -n %{name}-web
%defattr(-,root,root,0755)
%if 0%{?fedora_version}
%ifarch %ix86
%defattr(-,root,root,0755)
%{prefix}/share/bongo/htdocs/
%{prefix}/share/bongo/templates/
%{_libdir}/python*/site-packages/bongo/hawkeye/
%{_libdir}/python*/site-packages/bongo/dragonfly/
%else
%ifarch %x86_64
%{prefix}/share/bongo/htdocs/
%{prefix}/share/bongo/templates/
/usr/lib/python*/site-packages/bongo/dragonfly/
/usr/lib/python*/site-packages/bongo/hawkeye/
%endif
%endif
%{prefix}/share/bongo/htdocs/
%{prefix}/share/bongo/templates/
%{py_sitedir}/bongo/hawkeye/
%{py_sitedir}/bongo/dragonfly/
%endif
%files -n python-%{name}
%defattr(-,root,root,0755)
%if 0%{?fedora_version}
%ifarch %ix86
%{_libdir}/python*/site-packages/bongo/*
%else
%ifarch %x86_64
/usr/lib/python*/site-packages/bongo/*
%{_libdir}/python*/site-packages/bongo/bootstrap.a
%{_libdir}/python*/site-packages/bongo/bootstrap.la
%{_libdir}/python*/site-packages/bongo/bootstrap.so
%{_libdir}/python*/site-packages/bongo/libs.a
%{_libdir}/python*/site-packages/bongo/libs.la
%{_libdir}/python*/site-packages/bongo/libs.so
%endif
%endif
%{py_sitedir}/bongo
%endif
Many thanks,
Andy
--
Andrew Wafaa
Tel: +44 (0)7974 074546
e-Mail: andrew(a)forcev.net
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I saw the ruby project on the build service - are the ruby-qt bindings (qt
3.x) somehwere maintained?
Thanks
Axel
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Dear List,
I just received my OBS account confirmation and try now building an example
package. Since it was wasked to introduce myself to the list here some
information:
I'm a small Fedora package maintaining the three packages ktorrent,
speedcrunch and rsibreak. While I do use Fedora mainly in these days I have a
long (Open)Suse history: I wrote several howtos, bug reports and reviews, was
present in some forums, helped with localized wikis and so on.
The reason I joined the OBS is that it might be the best existing solution for
spreading software in the Linux world. Therefore I wanted to test if it fits
to the needs I would have in this regard (how difficult is it to build for
more than one distribution, etc.).
The golden long term goal is to check if OBS could really be a solution for
normal software developers to spread their software.
To test this I will try to rebuild my three precious packages mentioned above
for different distributions. In this regard I will also try to keep an eye on
the build environment difference of Fedora and OBS - like what to do with the
build Fedora rpm spec scriptlets [1], etc.
Of course this is not to provide these packages in real - all bigger
distributions already have native builds. But it is to collect experiences.
I will also try to spread the word about OBS by blogging about my experiences.
Since my blog [2] is shown at planet Fedora I hope that more Fedora people
have a look at the OBS. I'm sure there is room for cooperation.
So far, feel free to ask if you have further questions.
Roland
aka liquidat
[1]
http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
[2]
http://liquidat.wordpress.com
I suggest creating project "console" for programs not requiring X.
May be split into console:whatever (probably later, after acquiring
enough packages).
Best regrads
Petr
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hello,
when I try to build the "libgeotiff" package for openSUSE Factory, the build
fails at the end, with the following output. The x86_64 package is built
without any problems, only i586 refuses to build...
Build works fine for all other versions of (open)SUSE (10.0, 10.1, 10.2)
Project is hamradio -> libgeotiff
Any hints?
makegeo.c:24: warning: return type of 'main' is not 'int'
makegeo.c: In function 'WriteImage':
makegeo.c:93: warning: implicit declaration of function 'memset'
makegeo.c:93: warning: incompatible implicit declaration of built-in
function 'memset'
gcc -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -O2 -Wall
makegeo.o -L/usr/local/lib -L.. -lgeotiff -lproj -ltiff -ljpeg -lz -lm -o
makegeo
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld:
makegeo: hidden symbol `__stack_chk_fail_local'
in /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: final
link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[1]: *** [makegeo] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/libgeotiff-1.2.3/bin'
make: *** [Progs] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.85440 (%build)
--
Tim Fischer
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
is it possible to add something to the api which makes it possible
to generate a specfile from a _link file?
Example:
_link:
<link project='openSUSE:Factory' package='cyrus-imapd'>
<patches>
<apply name="cyrus-imapd-kolab-testing.spec.diff" />
</patches>
</link>
Now this file is send to the api (via POST) and a patched specfile (or
whatever it is) will be returned.
For instance such a thing could be used for building a linked package
with "osc build"
Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Apologies if this has been previously reported:
When building server:ha-clustering/heartbeat....
installing bison-2.0-3mdk
/var/tmp/rpm-tmp.62276: line 2: /usr/sbin/update-alternatives: No
such file or directory
error: %post(bison-2.0-3mdk.i586) scriptlet failed, exit status 127
Full log:
http://build.opensuse.org/package/live_build_log?
package=heartbeat&arch=i586&repository=Mandriva_2006&project=server%
3Aha-clustering
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org