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

[osgearth:x64-linux] build failure in linux 64 bit: maybe problems with OpenSSL #10327

Closed
jepessen opened this issue Mar 6, 2020 · 4 comments
Assignees
Labels
requires:repro The issue is not currently repro-able

Comments

@jepessen
Copy link
Contributor

jepessen commented Mar 6, 2020

Host Environment

  • OS: Kubuntu 19.10 64 bit
  • Compiler: gcc 9.2.1

To Reproduce
Steps to reproduce the behavior:
./vcpkg install osgearth

Failure logs
failure.txt

Additional context
It seems that it does not find some symbol related to openssl, or something like that.

@jepessen jepessen added the category:port-bug The issue is with a library, which is something the port should already support label Mar 6, 2020
@LilyWangL
Copy link
Contributor

This port depends on gdal. Due to gdal build failed on Linux, the related issue: #8943 #6680 #9068. Waiting for gdal build fixed, need test this port again.

@omaralvarez
Copy link

Same problem here. Ubuntu 18.04 and gcc 7.

@LilyWangL LilyWangL added the depends:different-pr This PR or Issue depends on a PR which has been filed label Jul 27, 2020
@PhoebeHui PhoebeHui assigned PhoebeHui and unassigned LilyWangL Nov 12, 2020
@dg0yt
Copy link
Contributor

dg0yt commented Jul 23, 2021

Port gdal has finally received fixes for Linux.

@JackBoosY JackBoosY removed the depends:different-pr This PR or Issue depends on a PR which has been filed label Sep 14, 2021
@PhoebeHui PhoebeHui added requires:repro The issue is not currently repro-able and removed category:port-bug The issue is with a library, which is something the port should already support labels Apr 13, 2023
@JonLiu1993
Copy link
Member

JonLiu1993 commented Apr 14, 2023

Verified this issue with latest vcpkg, it looks fixed.

Building osgearth[blend2d,core,default-features]:x64-linux...
-- Downloading https://github.com/gwaldron/osgearth/archive/6b5fb806a9190f7425c32db65d3ea905a55a9c16.tar.gz -> gwaldron-osgearth-6b5fb806a9190f7425c32db65d3ea905a55a9c16.tar.gz...
-- Extracting source /home/test/vcpkg/downloads/gwaldron-osgearth-6b5fb806a9190f7425c32db65d3ea905a55a9c16.tar.gz
-- Applying patch link-libraries.patch
-- Applying patch find-package.patch
-- Applying patch remove-tool-debug-suffix.patch
-- Applying patch remove-lerc-gltf.patch
-- Applying patch fix-osgearth-config.patch
-- Applying patch export-plugins.patch
-- Using source at /home/test/vcpkg/buildtrees/osgearth/src/05a55a9c16-4650d25569.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/test/vcpkg/packages/osgearth_x64-linux/share/osgearth/copyright
-- Performing post-build validation
Stored binaries in 0 destinations.
Elapsed time to handle osgearth:x64-linux: 18 min
Total install time: 1.4 h
osgearth provides CMake targets:

    # this is heuristically generated, and may not be correct
    find_package(osgEarth CONFIG REQUIRED)
    target_link_libraries(main PRIVATE osgEarth)

test@test001:~/vcpkg$ ./vcpkg --version
vcpkg package management program version 2023-04-07-bedcba5172f5e4b91caac660ab7afe92c27a9895

See LICENSE.txt for license information.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:repro The issue is not currently repro-able
Projects
None yet
Development

No branches or pull requests

7 participants