Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Questions about the building process (Olimex lime2)



On Thu, 11 Jul 2019, Robert Swindells wrote:


Jared McNeill <jmcneill%invisible.ca@localhost> wrote:
On Thu, 11 Jul 2019, Robert Swindells wrote:
I have tried running both MKPIE=no and MPIE=yes, same results. It is
reproduceable by building something from pkgsrc, www/curl generates a
lot of errors.

My bulk build (earmv7hf-el 8.99.42) is at 7886 packages so far. Just
installed the curl package and it works fine..

What do you see in the build log for it ?

Ah! I do see those "invalid string offset" messages at link time:

  CCLD     curl
ld: ../lib/.libs/libcurl.so: invalid string offset 1444 >= 1362 for section `.strtab' ld: ../lib/.libs/libcurl.so: invalid string offset 2027 >= 1362 for section `.strtab'


The resulting binary still works though:

evoker$ ./work/curl-7.65.1/src/.libs/curl -kI https://192.168.2.100
HTTP/1.1 200 OK
Server: nginx/1.14.2
Date: Thu, 11 Jul 2019 15:28:42 GMT
Content-Type: text/html
Content-Length: 306
Last-Modified: Thu, 25 Apr 2019 22:27:03 GMT
Connection: keep-alive
ETag: "5cc23437-132"
Accept-Ranges: bytes

evoker$




Home | Main Index | Thread Index | Old Index