Hey,
Dominique and I are currently wondering what to do wrt libexecdir for
evolution-data-server. Should we leave it unchanged (so files will be in
/usr/lib) or should we change it to /usr/lib/evolution-data-server?
If the latter, is there any reason this is not done automatically?
Also, hrm, would rpmlint have ways to warn about packages that put
binaries in libdir instead of libexecdir? (I can find a few of them here
with a grep)
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hello
I am trying to compile project called wflogs.
Project ->
https://build.opensuse.org/package/show?package=wflogs&project=home%3Adoiggl
Last log ->
https://build.opensuse.org/package/live_build_log?arch=x86_64&package=wflog…
spec file ->
https://build.opensuse.org/package/view_file?file=wflogs.spec&package=wflog…
I have a link to another project called wfnetobjs too (no wfnetobjs rpm
installed yet)
Last set of wflog errors:
configure: error: wfnetobjs-incdir: no directory found, use configure
option
error: Bad exit status from /var/tmp/rpm-tmp.w8AYXU (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.w8AYXU (%build)
System halted.
Can someone assist me to compile this package please.
1. I think Ive got to install wfnetobjs rpm but dont know to set that in
the spec file.
2. Also I got to do the configure bit with a call like (but unsure how to
set in the spec file)
# ./configure --with-wfnetobjs-libdir=/usr/include/wallfire/
help appreciated.
Cheers Glenn
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hi,
I am not very happy with naming of nrpe and its sub-pkg.
we have nagios-nrpe-client, nagios-nrpe-server
While seeing the client pkg I'll be misled to install this pkg on the
remote box and vice versa. But the "client" pkg has to be installed on
the nagios box.
That's why I am thinking of:
- nagios-nrpe
it is the package to be installed on the remote box.
- nagios-nrpe-plugin or nagios-plugins-nrpe
just the name will let you associate to install this pkg on the nagios box.
What do you think ?
Any recommendations are welcome
Kind Regards
Chris
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hello,
we put out the new osc version 0.124 release in the openSUSE:Tools project.
http://software.opensuse.org/search?baseproject=openSUSE:Tools&q=osc
The version has a hughe changelog, in addition it fixes also the regression of
product building. Using this osc and the new build.rpm from same project you
can build products now faster than ever via
osc build images i586 --linksource
I want to push out this release also a official maintenance release again in
1-2 weeks. Solving esp. the problems of authentification problems of 0.120.
So please report here any regression, I am not away of any.
Please ask here also when you need further informations about the changes:
have fun
adrian
0.124
- added 'osc bugowner' as a more intelligent version of 'osc maintainer -B'
- added option '-B' to osc maintainer, prints bugowner OR maintainer.
- added 'osc req help' as convenience alias to 'osc help req'.
- 'osc in' to be done. Its usage just prints a suggested zypper command line.
- give better hint how to use osc vc without network connectivity.
- added printing of cache statistices to osc build
- support http proxies when using python 2.6 or newer (#551004)
- partial fix for checkout problems (bnc#551147)
- fixed #477690 ("osc fetching binaries really slow")
- osc jobhistory accepts also "prj [pkg] repo arch" now
- osc buildinfo accepts now also "prj pkg repo arch [spec/dsc]"
- osc buildconfig accepts now also "prj pkg repo arch"
- fixed warning messages regarding SSL certificate on some plattforms
(Fedora)
- support submit requests on project level, osc is checking which packages
have changed and submits only the changed after asking back.
- show worker/id on jobhistory and make it faster by adding a default limit
of 20
- add "osc build --root" option to allow to specify build root directory
- add "osc build --release" option to allow to specify a package release
number
- added osc mv command which can rename file and leave them under version
control
- added new commands "dependson" and "whatdependson" to find out which
packages get
triggered before checkin/request accept.
- add new "osc build --linksource" option, speeds up esp. image building a
lot
- add "osc triggerreason" command to show detail reason, why a package got
triggered for build
- Incompatible changes:
* osc se now prints Project Package, instead of Package Project
for easier copy&paste.
* osc se uses exact search by default. Use osc se -s for
substring search
* osc repourls neither needs nor accepts a path to a package
working dir anymore
* osc repo neither needs nor accepts a path to a package or
project working dir anymore
#
# Features which require OBS 1.7
#
- search: allow to limit results via existing attibutes
- added "osc meta attribute" for basic attribute creation, deletion, showing
and value setting
- implement "osc mbranch" call to create projects with multiple source
package (instances)
- new "osc patchinfo" command: basic patchinfo generation and modification
support
- add support for _patchinfo package submissions in "osc sr" on project level
- support review handling of requests (new "osc review accept/decline
$REQUEST_ID" command
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian(a)suse.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Am Freitag 11 Dezember 2009 14:30:15 schrieb Michal Seben:
> Hello all,
>
> I prepared update for virtualbox-ose package (3.1.0), however when I
> install this updated package on 11.2 and I try to load kernel modules
> vboxnetflt or vboxnetadp from newly prepared subpackage
> virtualbox-ose-kmp-desktop i fail : modprobe vboxnetadp
> dmesg gives me then :
> vboxguest: export duplicate symbol RTMemExecFree (owned by vboxdrv)
>
> if I type
> insmod /lib/modules/2.6.31.5-0.1-desktop/updates/vboxnetflt.ko
> module is loaded correctly
>
>
> hints or tips are welcome ...
> see also : http://lists.opensuse.org/opensuse-factory/2009-12/msg00339.html
It looks like the conflicts are between host and guest components of
virtualbox. Separating them into different packages may solve the problem.
Btw, separating command line from gui tools may be valuable, too.
Herbert
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hello all,
I prepared update for virtualbox-ose package (3.1.0), however when I install
this updated package on 11.2 and I try to load kernel modules vboxnetflt or
vboxnetadp from newly prepared subpackage virtualbox-ose-kmp-desktop i fail :
modprobe vboxnetadp
dmesg gives me then :
vboxguest: export duplicate symbol RTMemExecFree (owned by vboxdrv)
if I type
insmod /lib/modules/2.6.31.5-0.1-desktop/updates/vboxnetflt.ko
module is loaded correctly
hints or tips are welcome ...
see also : http://lists.opensuse.org/opensuse-factory/2009-12/msg00339.html
thanks ...
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hi, I maintain the rosegarden4 package in multimedia:apps and I'm busy
updating it to the latest version which I've named rosegarden-qt4 due to
the fact that it's no longer a kde3 app and has become a stand alone
qt4.5 app. I've followed the packaging guidlines for renaming a package
with "Provides: rosegarden4 = %{version}" and "Obsoletes:
rosegarden4 < %{version}" but zypper dup doesn't pick it up as an
upgrade. Fortunately kde4-kid3 has provided a possible clue because it
has also changed to kid3, rosegarden4's end version is 1.7.3 and
rosegarden-qt4's version is 10.02. These versions match the upstream
ones. Kde4-kid3 is picked up by zypper dup and the old package is marked
for removal and kid3 is marked for installation as a new package, I
suspect that rosegarden doesn't get the same treatment due to 1.7.3
having one more version digit than 10.02. I wish to maintain the same
version as upstream, what do I do in this case?
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hi, I've got a strange expansion error in the factory build of
rosegarden4 in both home:plater rosegarden-qt4 and multimedia:apps
rosegarden4 it says :-
"nothing provides linux-glibc-devel"
Has something been renamed in factory? I never even had a Buildrequires:
glibc or glibc-devel in the spec file as it's always loaded automatically.
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hi,
For some reason (not sure which one, to be honest...), thttpd lives in
GNOME:Factory as of today. This sounds broken as nobody in the GNOME
team knows about it; are people okay to move it to server:http?
(I can file the changedevelrequest, but the package needs to exist in
server:http first)
Thanks,
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hi, I need to package a postgresql and a mysql build of the same
package, I can do two different builds in the same spec file but the
resulting libraries and binaries have the same names. Is there a way to
create two rpms with the files from the resulting builds or use two spec
files in the same package or am I going to have to rename all the files
with the same names?
Thanks
Dave P
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org