Mailinglist Archive: opensuse-buildservice (158 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Problem building a library package for OpenSUSE_11.2
- From: Angelos Tzotsos <gcpp.kalxas@xxxxxxxxx>
- Date: Tue, 07 Dec 2010 00:27:15 +0200
- Message-id: <4CFD6343.5050409@xxxxxxxxx>
Thank you Adrian,
Problem was solved :)
Regards,
Angelos
On 12/06/2010 02:52 PM, Adrian Schröter wrote:
--
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Problem was solved :)
Regards,
Angelos
On 12/06/2010 02:52 PM, Adrian Schröter wrote:
On Friday 03 December 2010 19:36:56 Angelos Tzotsos wrote:
Hello everyone,Either package the entire directory with all content via
I am a new user of Build Service but an old user of OpenSUSE.
I am trying to provide a repository for a project I am involved in,
called OrfeoToolbox.
https://build.opensuse.org/package/show?package=OrfeoToolbox&project=home%3A
tzotsos
With the help from people over the #opensuse-buildservice Freenode
channel, I managed to fix some errors in the spec file I created,
and my package now builds correctly (with no errors, only few
warnings) for Factory and OpenSUSE_11.3
The spec file is here:
https://build.opensuse.org/package/view_file?file=OrfeoToolbox.spec&package=
OrfeoToolbox&project=home%3Atzotsos&srcmd5=ffb5591057cc7a0413f69dcc8105ff2d
When I try to build for OpenSUSE_11.2 I get the following error:
|... running 03-check-binary-kernel-log
... running 04-check-filelist
... checking filelist
OrfeoToolbox-3.6.0-74.1.i586.rpm: directories not owned by a
package:
- /usr/lib/otb
OrfeoToolbox-devel-3.6.0-74.1.i586.rpm: directories not owned by a
package:
- /usr/lib/otb
System halted.
https://build.opensuse.org/package/live_build_log?arch=i586&package=OrfeoToo
lbox&project=home%3Atzotsos&repository=openSUSE_11.2
|I got suggestions to list every file of my package in the
%files section, but they are way too many to do this.
Also, I tried other ways of declaring my file list, like
/usr/lib/otb/* with same results (errors only for OpenSUSE_11.2)
Can someone please propose a solution to this?
/usr/lib/otb
or just package the directory:
%dir /usr/lib/otb
or maybe better via
%dir %_libdir/otb
in case it is different on lib64 systems.
bye
adrian
--
Angelos Tzotsos
Remote Sensing Laboratory
National Technical University of Athens
http://users.ntua.gr/tzotsos
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |