Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Alexey Pavlov
2017-02-19 3:54 GMT+03:00 ralph engels : > Also problems with other packages after last update, perl modules locale > and ssleay no longer work because the dll name changed( old one was > versioned 3_22 new one uses 3_24), and these modules cannot be rebuilt > because perl

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread ralph engels
Also problems with other packages after last update, perl modules locale and ssleay no longer work because the dll name changed( old one was versioned 3_22 new one uses 3_24), and these modules cannot be rebuilt because perl seems to have problems locating its own library (loads of undefined

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Angelo Graziosi
It seems it is the "-l" option which gives the segmentation fault: $ echo "80/8" | bc -l Segmentation fault (core dump creato) $ echo "80/8" | bc 10 Il 18/02/2017 19:53, Alexey Pavlov ha scritto: > >> 18 февр. 2017 г., в 21:49, Angelo Graziosi >>

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Angelo Graziosi
Il 18/02/2017 19:53, Alexey Pavlov ha scritto: > >> 18 февр. 2017 г., в 21:49, Angelo Graziosi >> написал(а): >> >> Last upgrade for bc does not work: > > Update is just rebuild with libreadline7 so maybe issue with using new > readline. then, other packages could

Re: [Msys2-users] BC Segmentation fault

2017-02-18 Thread Alexey Pavlov
> 18 февр. 2017 г., в 21:49, Angelo Graziosi > написал(а): > > Last upgrade for bc does not work: Update is just rebuild with libreadline7 so maybe issue with using new readline. > > $ echo "80/8" | bc -l > Segmentation fault (core dump creato) > > $ cat