Opened 6 years ago
Closed 6 years ago
#57104 closed defect (fixed)
octave @4.4.1_0 -atlas +accelerate +gfortran +glgui +qtgui -docs: config failure
Reported by: | majoc-at-astro (majoc-at-astro) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.3 |
Keywords: | Cc: | mndavidoff (Monte Davidoff), belagoof, gallafent | |
Port: | octave |
Description
Build from scratch (on 10.11--10.13) started failing to configure, and therefore to build, between 28th and 30th August. Log attached, but here's the top bit:
:info:configure checking for socklen_t... no :info:configure checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_octave/octave/work/octave-4.4.1" && ./configure --prefix=/opt/local --without-osmesa --with-framework-carbon --without-x --enable-static --disable-openmp --disable-java --with-qt=5 --without-fltk --with-framework-opengl --disable-jit --with-sndfile --with-portaudio --with-magick=GraphicsMagick --disable-docs --with-amd="-lamd -lsuitesparseconfig" --with-camd="-lcamd -lsuitesparseconfig" --with-colamd="-lcolamd -lsuitesparseconfig" --with-cholmod="-lcholmod -lsuitesparseconfig" --with-cxsparse="-lcxsparse -lsuitesparseconfig" --with-umfpack="-lumfpack -lsuitesparseconfig" --without-openssl FLIBS="-L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm" --with-blas="-L/opt/local/lib -lvecLibFort" --with-lapack="" :info:configure Exit code: 1
This happened while I was on a week's leave, and nobody's logged into the build systems recently, so they appear to have been untouched. OS fully up-to-date.
Do let me know, please, if you need any further information. Thanks in advance.
Attachments (4)
Change History (11)
Changed 6 years ago by majoc-at-astro (majoc-at-astro)
Attachment: | octave.log.2018-09-06_05.35.36.bz2 added |
---|
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Cc: | MarcusCalhoun-Lopez removed |
---|---|
Owner: | set to MarcusCalhoun-Lopez |
Status: | new → assigned |
comment:2 Changed 6 years ago by mndavidoff (Monte Davidoff)
Changed 6 years ago by mndavidoff (Monte Davidoff)
Attachment: | config.log-20190909T0231.gz added |
---|
comment:3 Changed 6 years ago by mndavidoff (Monte Davidoff)
Cc: | mndavidoff added |
---|
comment:4 Changed 6 years ago by belagoof
Looks like I have the same issue. macOS 10.12.6 From main.log (see also attachment):
:info:configure checking for socklen_t... no :info:configure checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_octave/octave/work/octave-4.4.1" && ./configure --prefix=/opt/local --without-osmesa --with-framework-carbon --without-x --enable-static --disable-openmp --disable-java --with-qt=5 --without-fltk --with-framework-opengl --disable-jit --with-sndfile --with-portaudio --with-magick=GraphicsMagick --enable-docs --with-amd="-lamd -lsuitesparseconfig" --with-camd="-lcamd -lsuitesparseconfig" --with-colamd="-lcolamd -lsuitesparseconfig" --with-cholmod="-lcholmod -lsuitesparseconfig" --with-cxsparse="-lcxsparse -lsuitesparseconfig" --with-umfpack="-lumfpack -lsuitesparseconfig" --without-openssl FLIBS="-L/opt/local/lib/gcc7 -lgfortran -lquadmath -lm" --with-blas="-L/opt/local/lib -lsatlas" --with-lapack="" :info:configure Exit code: 1
Several errors in config.log - see attachment.
Changed 6 years ago by belagoof
Attachment: | config.log.20180913_1049.gz added |
---|
Config log (belagoof)
Changed 6 years ago by belagoof
Attachment: | main.log.20180913_1049.gz added |
---|
comment:5 Changed 6 years ago by belagoof
Cc: | belagoof added |
---|
comment:6 Changed 6 years ago by gallafent
Cc: | gallafent added |
---|
comment:7 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I've run into the same problem on an up-to-date macOS 10.13.6 system. Here's the error message from
config.log
(see attached) regarding thesocklen_t
failure:This appears to be related to this message in
main.log
:and these errors in
config.log
: