[CWB] Segmentation fault

Stefan Evert stefanML at collocations.de
Mon May 4 17:12:47 CEST 2020


I just tried on my Ubuntu 18.04 and get a similar problem.  For me, the issue ist that because

	/etc/lsb-release

exists, the installer thinks its an old OS version and tries to install libreadline6 rather than the current libreadline7.  Looks like a misfeature of the install-script to me.

Perhaps it would be safer to just install libreadline-dev, which should pull in an appropriate libreadline version, shouldn't it?

Best,
Stefan


> On 4 May 2020, at 11:59, Maarten Janssen <maartenpt at gmail.com> wrote:
> 
> And with Ubuntu (which I just ran again) it is really just a very stupid thing that the line
> 
> $INSTALLER $PACKAGES
> 
> does not seem to actually run the installer - I modified the script to print out both variables, which happily become apt-get install -y and autoconf bison flex gcc make pkg-config libc6-dev libncurses5 libncurses5-dev libpcre3-dev libglib2.0-0 libglib2.0-dev libreadline7 libreadline-dev - and if you run that from the command line, it runs like a charm, but within the script it does not install - while the exact same thing does work in Debian. It is reproducible, since it did the exact same thing on my most recent run of Ubuntu…



More information about the CWB mailing list