Bug#932581: libminini: FTBFS on hppa - PIC and assert issues

2019-07-21 Thread John David Anglin
On 2019-07-21 1:01 a.m., Yangfl wrote: > John David Anglin 于2019年7月21日周日 上午5:03写道: >> Source: libminini >> Version: 1.2.a+ds-2 >> Severity: normal >> >> Dear Maintainer, >> >> The build fails in test1 with a segmentation fault: >> >> LD_LIBRARY_PATH=. ./test1 >> Segmentation fault >> >> This is

Bug#932581: libminini: FTBFS on hppa - PIC and assert issues

2019-07-20 Thread Yangfl
John David Anglin 于2019年7月21日周日 上午5:03写道: > > Source: libminini > Version: 1.2.a+ds-2 > Severity: normal > > Dear Maintainer, > > The build fails in test1 with a segmentation fault: > > LD_LIBRARY_PATH=. ./test1 > Segmentation fault > > This is caused by the fact that objects linked into shared

Bug#932581: libminini: FTBFS on hppa - PIC and assert issues

2019-07-20 Thread John David Anglin
Source: libminini Version: 1.2.a+ds-2 Severity: normal Dear Maintainer, The build fails in test1 with a segmentation fault: LD_LIBRARY_PATH=. ./test1 Segmentation fault This is caused by the fact that objects linked into shared libraries need to be compiled with the -fPIC option. This option