Project: home:saigkill
Package: libqinfinity
Hello Mates,
does anyone know what the following Cmake Error is?
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake)
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
GLIB_LIB_INCLUDE_DIR
used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity
used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/test
LIBINFINITY_INCLUDES
used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity
used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/test
LIBINFINITY_LIBRARY
linked by target "qinfinity" in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity
linked by target "guibrowser" in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/test
LIBINFTEXT_INCLUDES
used as include directory in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity
LIBINFTEXT_LIBRARY
linked by target "qinfinity" in directory
/usr/src/packages/BUILD/libqinfinity-1.0b1/libqinfinity
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
openSUSE Features Screening Team
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hello,
i have some older machines with RPM version 3.0.6 (suse 8.2)
it seems that in rpm ~3 it is not supported to use external shellscripts for
%pre, %post, %preun, %postun
example:
Source1: pre.sh
%pre -f pre.sh
My Code is only executed when directly inserted in %pre section.
Is there any other possibilty or workarround to extenals scripts for
script-sections?
Thanks,
Andre
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Aloha all,
The latest Dropbox release has been split into a tarball for x86 and
one for x86_64. Is it valid to have the following in the spec?
%ifarch x86_64
Source: dropbox-lnx.x86_64-0.6.507.tar.gz
%else
Source: dropbox-lnx.x86-0.6.507.tar.gz
%endif
Many thanks,
Andy
--
Andrew Wafaa, openSUSE Member: FunkyPenguin
openSUSE: Get It, Discover It, Create It at http://www.opensuse.org
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hello
I hope I'm writing on the right mailing list. I've made a package for my own
small program using rpmbuild. I also wanted to have a desktop menu entry.
Thus I added a file to install
to /usr/share/applications/myapplication.desktop. Finally I
executed %suse_update_desktop_file like the manual told me. First the file
name contained upper-case letters like MyApplication.desktop. This didn't
work. Either %suse_update_desktop_file or KDE menu don't liked it, but now
with lower-case it works.
So my request to someone more familiar with openSUSE either fix it if its a
bug of %suse_update_desktop_file, mention this in the manual or make
something useful of this message. It took me more than a day to figure out
this problem
Greetings -- mik
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Packaging Allegro I found a SELinux related scriplet in the Fedora
spec file (http://cvs.fedoraproject.org/viewvc/rpms/allegro/devel/allegro.spec?revisio…).
They use:
%ifarch %{ix86}
%post
/sbin/ldconfig
# Set SELinux file_context for vga plugin in the policy
semanage fcontext -a -t textrel_shlib_t \
'%{_libdir}/allegro/4\.2\.2/alleg-vga\.so' 2>/dev/null || :
# Actually change the context
chcon -t textrel_shlib_t %{_libdir}/allegro/%{version}/alleg-vga.so \
2> /dev/null || :
%else
%post -p /sbin/ldconfig
%endif
%ifarch %{ix86}
%postun
/sbin/ldconfig
# SELinux support
if [ $1 -eq 0 ]; then # final removal
semanage fcontext -d -t textrel_shlib_t \
'%{_libdir}/allegro/4\.2\.2/alleg-vga\.so' 2>/dev/null || :
fi
%else
%postun -p /sbin/ldconfig
%endif
And since I read that since 11.1 we support SELinux... and little
more, one ask himself what should be done in openSUSE. Are packages
needed to be modified for SELinux?
Also, since the branching in RPM has been always been something of a
mistery to me. How should I modify such a scriptlet to note that
SELinux is only avalable since openSUSE 11.1?
- %ifarch %{ix86} && %if ! 0%{?suse_version} < 1110 ?
- %ifarch %{ix86} && ! 0%{?suse_version} < 1110 ?
- ... ?
Thanks.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Package: kqlives
Project: home:saigkill
Hello Mates,
i have build dumb and now im try to build kqlives. But if configure
runs, i have the result: checking for dumb_exit in -ldumb... no.
Has anyone an Idea, how to fix it?
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
openSUSE Features Screening Team
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
I created the submit request #6103 two months ago. It' just an update
for a game, something minor...
The thing is I have no way to know if "gekker" is still alive... or
perhaps he abandoned the project after being affected by Novell
"reduction of workforce" (died, fired... for sure now gekker loves me
:-p ). Who knows.
So, first... could the submitreq be checked? But more important, what
are we supposed to do in this cases? Perhaps he is really gone and a
package was delayed two months just because I didn't know what to do.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear fellow packagers,
for 11.2 i plan to drop the package python-numeric.
Reasons? Well, it's long abandoned original version of a project that is
now called NumPy. NumPy is not source compatible with Numeric, so it
lives in its own package called python-numpy. New(er) projects that used
to depend on Numeric now depend on NumPy.
If your package depends on python-numeric, please review it. It's likely
that you will be able to either remove the dependency, or painlessly
switch to python-numpy.
If not, say so now or be silent forever ;e)
PDB says that there's an explicit dependency on python-numeric in these
packages:
package-lists-openSUSE-KDE-cd
package-lists-openSUSE
package-lists-openSUSE-GNOME-cd
package-lists-openSUSE-images
(i assume that it's because of some of the following)
dia
fonttools
python-wxGTK-examples
python-gtk
pythoncad
python-gnome-extras
python-gnome
inkscape
python-gtk and python-gnome are mine, i'll handle them; i'm Ccing
maintainers of the others.
regards
m.
- --
(if you have any comments, please CC me in the reply, otherwise my
replies will break threads. that is a bug in my way of using the
mailinglist, which is not yet fixed)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAknSFkIACgkQjBrWA+AvBr93aACgh5a2Q2cI4UC8MKaBxEyDtDXU
W6AAoK1rL/RugrjRHmsfXzZ1KkkNWKR1
=TIbW
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
With at least two recent updates (patch and pam) new BuildRequires
were added without mentioning this or a reason in the package .changes.
Please put such changes in there together with a reason.
Thanks,
Richard.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-packaging+help(a)opensuse.org
Hello Mates,
must i fix this, or not?
I: A function overflows or underflows an array access. This could be a
real error,
but occasionaly this condition is also misdetected due to loop
unrolling or strange pointer
handling. So this is warning only, please review.
W: kde4-kvirc-unstable arraysubscript
/usr/src/packages/BUILD/kvirc/src/modules/options/optw_highlighting.cpp:105
I've attached the File.
Have a nice day...
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
openSUSE Features Screening Team
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com