--- In zertz@yahoogroups.com, Martin Trautmann <martintrautmann@...>
wrote:
> Thank you for the hint. I would like to use the opensuse build service
> also for Ubuntu 7.10 and Debian-Etch. The first problem seems to be that
> I need to know the exact package name for wxWidgets in order to setup
> dependencies correctly.
You can use http://packages.ubuntu.com/ to search for Ubuntu packages.
The GUI version of wxWidgets seems to be named libwxgtk2.8-0.
libwxgtk2.8-dbg has the debugging routines, and libwxgtk2.8-dev the
development libraries. It looks like libwxgtk2.6-0 is also available
in Ubuntu 7.10
(http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=wxwidgets&search\
on=all&subword=1&version=gutsy&release=all)
> I figured this out for Debian (libwxgtk2.6 and
> libwxgtk2.6-dev) however there I get the following error from the build
> service:
> -----------------------------------------------------------------
> ----- building holtz-Debian_Etch.spec (user abuild)
> -----------------------------------------------------------------
> -----------------------------------------------------------------
> rpm: To install rpm packages on Debian systems, use alien. See
> README.Debian.
> error: cannot open Packages index using db3 - No such file or directory
> (2)
> error: cannot open Packages database in /var/lib/rpm
>
> That was the point where I stopped and therefore am trying to find
> someone who knows how to deal with that.
Sorry, but I don't know how the openSUSE build service works. (I can't
see why a build service would tell you to use a converter like Alien
instead of just building the package itself, though. It sounds a
little like you're missing a file, or some permissions be set
incorrectly, or that you might not be running the software as root.)