[Bug 255683] math/maxima fails to install due to strange staging error
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Jun 2021 22:37:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255683 --- Comment #20 from russo@bogodyn.org --- Ok, THIS is weird. Looking in the /usr/ports/math/maxima/work/maxima-5.44.0/config.log file, I find that configure was invoked like this: $ ./configure PYTHON=dummy --with-ecl=ecl --with-wish=/usr/local/bin/wish8.6 --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --disable-silent-rules --infodir=/usr/local/share/info/ --build=amd64-portbld-freebsd11.4 That really looks wrong, because it's putting "dummy" there for PYTHON explicitly. But in fact the Makefile in /usr/ports/math/maxima is explicitly putting it there in CONFIGURE_ARGS. I think the python thing might be a red herring. -- You are receiving this mail because: You are the assignee for the bug.