Opened 5 years ago
Closed 5 years ago
#60077 closed defect (worksforme)
octave build failure 10.11
Reported by: | dyne2meter | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | octave |
Description
:info:build WARNING: 'automake-1.15' is missing on your system. :info:build You should only need it if you modified 'Makefile.am' or :info:build 'configure.ac' or m4 files included by 'configure.ac'. :info:build The 'automake' program is part of the GNU Automake package: :info:build <http://www.gnu.org/software/automake> :info:build It also requires GNU Autoconf, GNU m4 and Perl in order to run: :info:build <http://www.gnu.org/software/autoconf> :info:build <http://www.gnu.org/software/m4/> :info:build <http://www.perl.org/> :info:build make: *** [Makefile.in] Error 127
My automake is listed as the macports version (which automake) and the version number is 1.16.1_1.
Attachments (1)
Change History (5)
Changed 5 years ago by dyne2meter
Attachment: | main.log.gz added |
---|
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Cc: | MarcusCalhoun-Lopez removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:2 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
The only time I have seen this error is if the date of configure.ac
is more recent than configure
.
For example, touch configure.ac
reproduced this error.
Octave helpfully tries to regenerate configure.
Can you think of any reason how the modification date of configure.ac
might have been modified?
comment:3 Changed 5 years ago by dyne2meter
You can close this ticket; I just successfully updated octave for this same installation, just by running port upgrade octave
again. I have no idea what might have happened a few hours ago. I decided to try again when an update of this port on a separate machine and installation (same OS) proceeded routinely. I'm using an +OpenBLAS variant, and I think that's why I have to go through the build process in the first place.
Of course, I thank you profusely for your efforts in maintaining this port, and apologize for busying you with this minor nonsense.
comment:4 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Thank you for the update.
main log file