On Wed, 17 Oct 2007, Günter Dannoritzer wrote: > Hi, > > I am building a package (ghdl) containing ADA code. Under openSUSE 10.2 > I use the build requirements: > > - gcc-ada gcc41-ada libada41 > > For 10.1 and 10.0 I use the build requirements: > > - gcc-ada libada > > The build worked fine but neither of the two above works for 10.3. > > The error log says: > > error: Failed build dependencies: > libada41 is needed by ghdl-0.26-3.1.x86_64 > > I looked into the distribution packages under: > > http://download.opensuse.org/distribution/10.3/repo/oss/suse/i586/ > > and there is a libada41 package. > > Can anyone give me a hint what I am doing wrong?
You should just require gcc-ada. That works for all releases. Richard. -- Richard Guenther <[EMAIL PROTECTED]> Novell / SUSE Labs SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex
