Re: [Rpm-maint] [rpm-software-management/rpm] Not found symbol of poptGetContext in popt library during compilation. (#496)

2018-08-11 Thread Yi-Soo An
Closed #496. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/496#event-1783750593___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Not found symbol of poptGetContext in popt library during compilation. (#496)

2018-08-11 Thread Yi-Soo An
Thank you all for helping. However, recent runtime of gnome platform provides libpopt. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Not found symbol of poptGetContext in popt library during compilation. (#496)

2018-08-06 Thread Yi-Soo An
I am building flatpak for gnome-software. However, while I build it with manifest file, compilation of rpm always causes as below, although I have checked that the symbol of poptGetContext is in the popt library by ``nm -D ./popt.so | grep poptGetContext``. ``` checking magic.h usability...

Re: [Rpm-maint] [rpm-software-management/rpm] Not found symbol of poptGetContext in popt library during compilation. (#496)

2018-08-12 Thread Yi-Soo An
For more information, here is the error from config.log, it seems that something wrong with ld. ``` configure:21692: checking for popt.h configure:21692: result: yes configure:21695: checking for poptGetContext in -lpopt configure:21720: gcc -o conftest -O2 -g -fstack-protector-strong -O2 -g -O2