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

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

2018-08-11 Thread Jeff Johnson
GNOME has had an internal copy of libpopt since forever, certainly all this century. Linking RPM to the *copy* of popt in GNOME is not advised because 1) RPM depends on POPT in very complicated ways unlike any other usage of the library. 2) you really do not want a BuildRequires on GNOME in

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:

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

2018-08-06 Thread Panu Matilainen
Either popt.so is not in your library path or it's otherwise unusable for linking (such as wrong arch or corrupted file). This is an issue of your build environment, not rpm. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2018-08-06 Thread Igor Gnatenko
Well, if you could provide more info.. Like configure.log.. Would be helpful. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: