octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having problem building on macOS Mojave


From: Ben Abbott
Subject: Re: Having problem building on macOS Mojave
Date: Wed, 26 Dec 2018 12:01:34 +0800

> On Dec 26, 2018, at 11:53, Andrew Janke <address@hidden> wrote:
> 
>> On 12/25/18 10:40 PM, Anadi Kashyap wrote:
>> On Wed, Dec 26, 2018 at 9:05 AM Ben Abbott <address@hidden 
>> <mailto:address@hidden>> wrote:
>>    You’re configure script is still not working.
>>    Ben
>> But I didn't get any warnings after my last configure, no Qt warning or 
>> anything at all. So my configure script could still be wrong?
>> I'll try to find out what's happening in the meanwhile.
> 
> On my end, I'm getting through the configure and most of the way through the
> build. But late in the build process, when it's calling octave itself (maybe 
> for
> documentation generation), the built octave segfaults.
> 
> Error from the build log:
> 
> rm -f src/octave-gui-6.0.0 && \
>    cd src && ln -s octave-gui octave-gui-6.0.0
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "geometryimages ('doc/interpreter/', 'voronoi', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "geometryimages ('doc/interpreter/', 'triplot', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "geometryimages ('doc/interpreter/', 'griddata', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "geometryimages ('doc/interpreter/', 'convhull', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "geometryimages ('doc/interpreter/', 'delaunay', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "geometryimages ('doc/interpreter/', 'inpolygon', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "interpimages ('doc/interpreter/', 'interpft', 'txt');"
> /bin/sh run-octave --norc --silent --no-history --path 
> /private/tmp/octave-head-test-20181225-1347-s7cbw0/doc/interpreter/ --eval 
> "interpimages ('doc/interpreter/', 'interpn', 'txt');"
> 
> 
> fatal: caught signal Segmentation fault: 11 -- stopping myself...
> make[2]: *** [doc/interpreter/interpft.txt] Segmentation fault: 11
> make[2]: *** Deleting file `doc/interpreter/interpft.txt'
> make[2]: *** Waiting for unfinished jobs....
> 
> fatal: caught signal Segmentation fault: 11 -- stopping myself...
> make[2]: *** [doc/interpreter/convhull.txt] Segmentation fault: 11
> make[2]: *** Deleting file `doc/interpreter/convhull.txt'
> 
> 
> Full build logs: https://gist.github.com/980b25ffa7544632a4993ed38e4b3b79
> 
> Does that look familiar?
> 
> Cheers,
> Andrew

Hi Andrew,

Yeah. I get the same. There’s a clumsy patch needed to avoid that (same as 
needed for 4.4)

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]