Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gcc7 #9

Closed
wants to merge 4 commits into from
Closed

Gcc7 #9

wants to merge 4 commits into from

Conversation

stbergmann
Copy link
Collaborator

No description provided.

ramcq and others added 3 commits January 28, 2018 11:37
Should avoid problems building on armhf.
Both libgcc_s.so.1 and libstdc++.so.6 have evolved (backwards-compatibly) from
GCC 6 (whose libraries are included in the org.gnome.Platform/3.24 runtime) to 7
(<https://gcc.gnu.org/onlinedocs/gcc-7.3.0/libstdc++/manual/manual/abi.html>),
so there is a chance that any of the LO binaries might use new symbols from the
updated libs.

The wildcard when copying libstdc++.so.6* is so that
/app/lib/libstdc++.so.6.0.24-gdb.py will be included, in case that's useful for
debugging.

The build-time LD_LIBRARY_PATH is in case any of the binaries run during the
build (e.g., tools and test code) might use new symbols from the updated libs.
@stbergmann
Copy link
Collaborator Author

bot, build

@stbergmann
Copy link
Collaborator Author

bot, build

...instead of `cp -a`, which caused

> cp: failed to preserve ownership for /app/lib/libstdc++.so.6: No such file or directory

in aarch64 build <https://flathub.org/builds/#/builders/6/builds/1551>
@stbergmann
Copy link
Collaborator Author

bot, build

1 similar comment
@stbergmann
Copy link
Collaborator Author

bot, build

@stbergmann
Copy link
Collaborator Author

merged into #10 "Update to LibreOffice 6.0.0"

@stbergmann stbergmann closed this Feb 1, 2018
stbergmann added a commit that referenced this pull request Feb 2, 2018
Turns out that building LO 6.0.0 on aarch64 against GCC 7 keeps failing
systematically, with a SIGABRT during CppunitTest_svtools_graphic, see aarch64
build of <https://flathub.org/builds/#/builders/1/builds/1908> and earlier
builds.  (Why that is so will need investigation.)

<#9> "Gcc7" had been
merged to finally allow building on arm (which had always failed on GCC 6), and
had been seen building fine on all four platforms, including aarch64, but still
building LO 5.4.4.

Building on arm has meanwhile been disabled again with
1627c48 "Revert building on arm again, lack of
org.freedesktop.Sdk.Extension.openjdk9", so disable building against GCC 7
again for now, too.
@ramcq ramcq deleted the gcc7 branch April 3, 2018 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants