Symbols

Christian Lohmaier lohmaier at googlemail.com
Thu Jul 9 12:48:55 PDT 2015


Hi Pedro, *,

On Thu, Jul 9, 2015 at 3:58 PM, Pedro <pedlino at gmail.com> wrote:
> Christian Lohmaier-3 wrote
>>> http://dev-downloads.libreoffice.org/symstore/symbols/
>
> The reason I'm asking is not because the address is not browsable but
> because I get
>
> *** ERROR: Symbol file could not be found.  Defaulted to export symbols for
> soffice.bin -

For that it is expected, as it gets built as an intermediate
soffice_bin that then confuses the dependency resolution process.
But that shouldn't be a problem, as if there was a bug in that central
main file, many of the tests would already fail... All the relevant
code is in the other files.

> *** ERROR: Symbol file could not be found.  Defaulted to export symbols for
> C:\Programas\LibreOffice 5\program\sal3.dll -

from symbol sever's logs:
"sal3.pdb\11A825434D1C47D19787FA16728F92901","C:\cygwin64\home\buildslave\r\workdir\LinkTarget\Library\sal3.pdb"

and
$ curl -I http://dev-downloads.libreoffice.org/symstore/symbols/sal3.pdb/11A825434D1C47D19787FA16728F92901/sal3.pd_
HTTP/1.1 200 OK
Server: nginx/1.2.1
Date: Thu, 09 Jul 2015 19:42:36 GMT
Content-Type: application/octet-stream
Content-Length: 632239
Last-Modified: Sat, 27 Jun 2015 17:12:24 GMT
Connection: keep-alive
Accept-Ranges: bytes

→ file exists on symbol server, so this is unexpected.
(the files are compressed, so pretty useless to downlaod them manually though)

> *** ERROR: Symbol file could not be found.  Defaulted to export symbols for
> C:\Programas\LibreOffice 5\program\salhelper3MSC.dll -

"salhelper3MSC.pdb\036AB21455654FC6B084FEFB3E17A5631","C:\cygwin64\home\buildslave\r\workdir\LinkTarget\Library\salhelper3MSC.pdb"

$ curl -I http://dev-downloads.libreoffice.org/symstore/symbols/salhelper3MSC.pdb/036AB21455654FC6B084FEFB3E17A5631/salhelper3MSC.pd_
HTTP/1.1 200 OK
Server: nginx/1.2.1
Date: Thu, 09 Jul 2015 19:44:54 GMT
Content-Type: application/octet-stream
Content-Length: 134678
Last-Modified: Sat, 27 Jun 2015 17:12:21 GMT
Connection: keep-alive
Accept-Ranges: bytes

also exists, so unexpeted.

> *** ERROR: Symbol file could not be found.  Defaulted to export symbols for
> C:\Programas\LibreOffice 5\program\updchklo.dll -

same here:

$ curl -I http://dev-downloads.libreoffice.org/symstore/symbols/updchklo.pdb/8CD7AE5569314BAEB643B5636D15146E2/updchklo.pd_
HTTP/1.1 200 OK
Server: nginx/1.2.1
Date: Thu, 09 Jul 2015 19:45:52 GMT
Content-Type: application/octet-stream
Content-Length: 646807
Last-Modified: Sat, 27 Jun 2015 17:13:07 GMT
Connection: keep-alive
Accept-Ranges: bytes

> when testing build 5.0.0.2 (aka rc2)

for soffice.bin: yes, but not for the others.

ciao
Christian


More information about the LibreOffice mailing list