delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/01/25/13:16:47

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=FUc51tu1onLQBGED
GbkglktwLi5CJl27If8aBiDvUG8cF5JLd4I/nExt2nADq8smS7uTkrxKRxfe+201
o0XGHo3MAqEyGi97Nz8icNN9hYExpQl9GwdyO/H1uVTwy6KvYysS9mef5QwJn8JR
Ttvpz5Nq5K0hkB0pzk3PKDo0Dzg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=cQM9JZdlmJPxwE9rHcQB5J
oM7uk=; b=PFVqLVvaS+6kxMGUtFOh6Ggbxnx8lZ7RR3XmvEXuIru+4ptW+fpbkD
iZLJnJRaLhYA6pjdO+hMt/qCRcNQYvl3n439gkXZnUr+LouuUA5f/GWHfz+vCs6w
S4e2HA4lQrCqQFe80hntgcJI1A7CmTQi3JZibBAD6UU6BA9QH2yX4=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=discretion, filtered, Brian, brian
X-HELO: smtp-out-no.shaw.ca
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
Subject: Re: headache on build repeatibility: octave vs BLODA ?
To: cygwin AT cygwin DOT com
References: <2904b4fa-6349-bd3e-c4ff-4b32a0bb3838 AT gmail DOT com>
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <0fb65878-ce51-f7cc-5e51-2b7197927262@SystematicSw.ab.ca>
Date: Sat, 25 Jan 2020 11:15:51 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1
MIME-Version: 1.0
In-Reply-To: <2904b4fa-6349-bd3e-c4ff-4b32a0bb3838@gmail.com>
X-IsSubscribed: yes
Note-from-DJ: This may be spam

On 2020-01-25 09:55, Marco Atzeri wrote:
> Hi All,
> I have recently released Octave 5.1.0
> 
> https://cygwin.com/ml/cygwin-announce/2020-01/msg00010.html
> https://cygwin.com/ml/cygwin-announce/2020-01/msg00011.html
> 
> that I built and packaged around 28 of December without
> any compilation and test issue.
> 
> Than I passed to build the next version and started to see
> unexpected segfault during the package test.
> Trying to investigate I rebuilt the 5.1.0 and now I see also
> there the same thing:
> 
>   libinterp/corefcn/file-io.cc-tst ...............................fatal: caught
> signal Segmentation fault -- stopping myself...
> /bin/sh: line 1:  3771 Segmentation fault      (core dumped) /bin/sh
> ../run-octave --norc --silent --no-history -p
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/build/test/mex
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test/fntests.m
> /cygdrive/d/cyg_pub/devel/octave/prova_311_510/octave-5.1.0-2.x86_64/src/octave-5.1.0/test
> 
> make[3]: *** [Makefile:31176: check-local] Error 139
> 
> 
> I do not see any new cygwin package released in the last month that I
> installed that could cause the simple file tests to fail
> 
> %!test
> %! f = tempname ();
> %! fid = fopen (f, "w+");
> %! fprintf (fid, "1\n2\n3\n4\n5\n6");
> %! fseek (fid, 0, "bof");
> %! c = textscan (fid, "%f %f", 2);   <- here comes the segfault
> 
> I also tried the cygwin release 3.1.1 and 2020-01-14 snapshot
> in addition to the 3.1.2 to see if something different was
> coming with no difference in the outcome.
> 
> Now I am seriously thinking about BLODA, but I have not
> noted any difference from the two AVs I was using
> Antivir and MS Defender, so I am wandering if last
> update for W10 Home x64 is the culprit.

Also what W10 feature release YYMM and/or build NNNNN are you on?

> Can anyone try to rebuild the Octave package and let me know
> if the segfault during test is present or not in your system ?
> 
> Be aware that build time is very long (~ 4 hours) and requires
> a ton of mathematical libraries.
> 
> Any suggestion will be appreciated

Should this discussion perhaps be handled on cygwin-apps?
We don't always want to advertise just how messy the Cygwin package making
sausage factory can be. ;^>

I believe the following Cygwin tools and libraries packages, pulled from the
package doc build dependencies, and found and filtered using apt-cyg listall, to
be sufficient, but may not all be necessary, and should be added to
octave.cygport, where it can be used as a build dependency install package list
for apt-cyg or setup:

DEPEND="autoconf automake bison flex gcc-core gcc-fortran gcc-g++ gperf gnuplot
libtool make texinfo libopenblas liblapack-devel libpcre-devel libarpack-devel
libparpack-devel libcurl-devel libfftw3-devel libfltk-devel libfontconfig-devel
libfreetype-devel libglpk-devel libgl2ps-devel libGraphicsMagick-devel
libhdf5-devel libllvm-devel libportaudio-devel libQtOpenGL4-devel libqhull-devel
libqrupdate-devel libqscintilla2-devel libqscintilla2_qt4-devel
libqscintilla2_qt5-devel libqt3-devel libsuitesparseconfig-devel
libsundials-devel zlib-devel"

Are there any changes you would make, especially for arpack, OpenGL, qt, scintilla?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019