[opensuse-packaging] libada41 build requirement problems under 10.3
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? Thanks for you help. Cheers, Guenter --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
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 <rguenther@suse.de> Novell / SUSE Labs SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex
Richard Guenther wrote: [...]
You should just require gcc-ada. That works for all releases.
Thanks Richard, that did it. Guenter --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Günter Dannoritzer
-
Richard Guenther