Summary: | g++/g77 is required for every program which uses AC_PROG_LIBTOOL | ||||||
---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | Dmitry V. Levin <ldv> | ||||
Component: | libtool_1.5 | Assignee: | Dmitry V. Levin <ldv> | ||||
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||
Severity: | minor | ||||||
Priority: | P5 | ||||||
Version: | unstable | ||||||
Hardware: | all | ||||||
OS: | Linux | ||||||
Attachments: |
|
Description
Dmitry V. Levin
2003-12-29 01:08:05 MSK
Created attachment 325 [details]
libtool-bug.spec
This behaviour delays upgrading gcc to 3.3.x in Sisyphus. Fixed in libtool_1.5-1.5-alt11 This fix (libtool-1.5-alt-tagconfig-deps.patch) causes unwanted side effect - libtool behaviour depends on configure.ac lines order: with this patch applied, the AC_PROG_LIBTOOL line must go after AC_PROG_CXX and AC_PROG_F77, otherwise no proper tag configs will be generated. So I'm disabling the patch and reopening the bug. It is no longer block due to fix in autoconf_2.5-2.59-alt2. In libtool_1.5-1.5.10-alt1 this g++/g77 scan failure no longer leads to an error. |