Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

topcom now requires autotools #34729

Closed
vbraun opened this issue Nov 7, 2022 · 8 comments
Closed

topcom now requires autotools #34729

vbraun opened this issue Nov 7, 2022 · 8 comments

Comments

@vbraun
Copy link
Member

vbraun commented Nov 7, 2022

Regression probably introduced by Trac #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/tmp/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'

CC: @dimpase @mkoeppe

Component: packages: optional

Keywords: topcom

Author: Matthias Koeppe

Branch/Commit: 278058b

Reviewer: Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/34729

@vbraun vbraun added this to the sage-9.8 milestone Nov 7, 2022
@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 7, 2022

comment:1

Likely a timestamp problem, as the patch patches both autotools input and output.
Can fix by only patching the output or by touching the output after patching

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 12, 2022

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 12, 2022

Author: Matthias Koeppe

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 12, 2022

Commit: 278058b

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 12, 2022

New commits:

278058bbuild/pkgs/topcom/spkg-install.in: Do not run autotools

@dimpase
Copy link
Member

dimpase commented Nov 13, 2022

Reviewer: Dima Pasechnik

@dimpase
Copy link
Member

dimpase commented Nov 13, 2022

comment:4

lgtm

@vbraun
Copy link
Member Author

vbraun commented Nov 15, 2022

Changed branch from u/mkoeppe/topcom_now_requires_autotools to 278058b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants