forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 1df550e

Release Manager
Trac sagemath#34729: topcom now requires autotools
Regression probably introduced by Trac sagemath#31531: Update topcom to 1.1.2,
fix cddlib header search
{{{
[topcom-1.1.2] config.status: executing depfiles commands
[topcom-1.1.2] configure: WARNING: unrecognized options: --with-gmp,
--with-cdd
[topcom-1.1.2] CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /var/lib/
buildbot/slave/sage_git/build/local/var/tmp/sage/build/topcom-1.1.2/src/
missing aclocal-1.16
[topcom-1.1.2] /var/lib/buildbot/slave/sage_git/build/local/var/tmp/sage
/build/topcom-1.1.2/src/missing: line 81: aclocal-1.16: command not
found
[topcom-1.1.2] WARNING: 'aclocal-1.16' is missing on your system.
[topcom-1.1.2] You should only need it if you modified
'acinclude.m4' or
[topcom-1.1.2] 'configure.ac' or m4 files included by
'configure.ac'.
[topcom-1.1.2] The 'aclocal' program is part of the GNU
Automake package:
[topcom-1.1.2] <https://www.gnu.org/software/automake>
[topcom-1.1.2] It also requires GNU Autoconf, GNU m4 and Perl
in order to run:
[topcom-1.1.2] <https://www.gnu.org/software/autoconf>
[topcom-1.1.2] <https://www.gnu.org/software/m4/>
[topcom-1.1.2] <https://www.perl.org/>
[topcom-1.1.2] Makefile:336: recipe for target 'aclocal.m4' failed
[topcom-1.1.2] make[3]: *** [aclocal.m4] Error 127
[topcom-1.1.2] Error building TOPCOM.
[topcom-1.1.2]
[topcom-1.1.2] real 0m5.408s
[topcom-1.1.2] user 0m2.672s
[topcom-1.1.2] sys 0m0.512s
[topcom-1.1.2]
************************************************************************
[topcom-1.1.2] Error installing package topcom-1.1.2
[topcom-1.1.2]
************************************************************************
[topcom-1.1.2] Please email sage-devel (http://groups.google.com/group
/sage-devel)
[topcom-1.1.2] explaining the problem and including the log files
[topcom-1.1.2]
/var/lib/buildbot/slave/sage_git/build/logs/pkgs/topcom-1.1.2.log
[topcom-1.1.2] and
[topcom-1.1.2] /var/lib/buildbot/slave/sage_git/build/config.log
[topcom-1.1.2] Describe your computer, operating system, etc.
[topcom-1.1.2] If you want to try to fix the problem yourself, *don't*
just cd to
[topcom-1.1.2] /var/lib/buildbot/slave/sage_git/build/local/var/tmp/sage
/build/topcom-1.1.2 and type 'make' or whatever is appropriate.
[topcom-1.1.2] Instead, the following commands setup all environment
variables
[topcom-1.1.2] correctly and load a subshell for you to debug the error:
[topcom-1.1.2] (cd '/var/lib/buildbot/slave/sage_git/build/local/var/t
mp/sage/build/topcom-1.1.2' &&
'/var/lib/buildbot/slave/sage_git/build/sage' --buildsh)
[topcom-1.1.2] When you are done debugging, you can type "exit" to leave
the subshell.
[topcom-1.1.2]
************************************************************************
Makefile:3067: recipe for target 'topcom-SAGE_LOCAL-no-deps' failed
make[2]: *** [topcom-SAGE_LOCAL-no-deps] Error 1
Makefile:3067: recipe for target '/var/lib/buildbot/slave/sage_git/build
/local/var/lib/sage/installed/topcom-1.1.2' failed
make[1]: *** [/var/lib/buildbot/slave/sage_git/build/local/var/lib/sage/
installed/topcom-1.1.2] Error 2
make[1]: Leaving directory
'/var/lib/buildbot/slave/sage_git/build/build/make'
}}}
URL: https://trac.sagemath.org/34729
Reported by: vbraun
Ticket author(s): Matthias Koeppe
Reviewer(s): Dima Pasechnik1 file changed
+5
-0
lines changedbuild/pkgs/topcom/spkg-install.in
Copy file name to clipboardexpand all lines: build/pkgs/topcom/spkg-install.in+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 |
| |
3 | 8 |
| |
4 | 9 |
| |
|
0 commit comments