Hi,
Thanks, I thought so.
But wasn't the process of installing the src rpm as I did
was supposed to look for it? isn't the src.rpm is the origin when
preparing rpm in the Fedora project release process ?
Let met rephrase my question: When I take any src.rpm,
can't I rely on preparing an rpm out of it (in the standard way,
as I described above). Why can't I rely on that there will be know
errors and no manual intervention as needed in the ppp case ?

rgs
Kevin

On Sun, Dec 16, 2012 at 12:50 PM, Heinz Diehl <h...@fritha.org> wrote:
> On 16.12.2012, Kevin Wilson wrote:
>
>> make[1]: Entering directory `/root/rpmbuild/BUILD/ppp-2.4.5/chat'
>> cc -c  -DTERMIOS                       -DSIGTYPE=void                  
>> -UNO_SLEEP
>> -DFNDELAY=O_NDELAY             -o chat.o chat.c
>> cc -pie -o chat chat.o
>> /bin/ld: chat.o: relocation R_X86_64_32 against `.rodata' can not be
>> used when making a shared object; recompile with -fPIC
>
> You're trying to build a shared library and the build fails in
> creating shared objects. The solution is in the text above:
> recompile with -fPic.
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to