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

lms: update to 3.58.0 #25845

Merged
merged 2 commits into from
Sep 20, 2024
Merged

lms: update to 3.58.0 #25845

merged 2 commits into from
Sep 20, 2024

Conversation

barracuda156
Copy link
Contributor

Description

Update

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.6
Xcode 3.2

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint --nitpick?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@barracuda156
Copy link
Contributor Author

Ok, somebody changed the default to clang-19, and of course it does not work:

  /opt/local/bin/clang++-mp-19 -pipe -I/opt/local/libexec/boost/1.81/include -Os -DNDEBUG -I/opt/local/libexec/boost/1.81/include -I/opt/local/include -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -arch x86_64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -mmacosx-version-min=13.0 -dynamiclib -Wl,-headerpad_max_install_names -L/opt/local/libexec/boost/1.81/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -o liblmscore.dylib -install_name @rpath/liblmscore.dylib CMakeFiles/lmscore.dir/impl/http/Client.cpp.o CMakeFiles/lmscore.dir/impl/http/SendQueue.cpp.o CMakeFiles/lmscore.dir/impl/ArchiveZipper.cpp.o CMakeFiles/lmscore.dir/impl/ChildProcess.cpp.o CMakeFiles/lmscore.dir/impl/ChildProcessManager.cpp.o CMakeFiles/lmscore.dir/impl/Config.cpp.o CMakeFiles/lmscore.dir/impl/FileResourceHandler.cpp.o CMakeFiles/lmscore.dir/impl/IOContextRunner.cpp.o CMakeFiles/lmscore.dir/impl/Logger.cpp.o CMakeFiles/lmscore.dir/impl/NetAddress.cpp.o CMakeFiles/lmscore.dir/impl/Path.cpp.o CMakeFiles/lmscore.dir/impl/Random.cpp.o CMakeFiles/lmscore.dir/impl/RecursiveSharedMutex.cpp.o CMakeFiles/lmscore.dir/impl/StreamLogger.cpp.o CMakeFiles/lmscore.dir/impl/String.cpp.o CMakeFiles/lmscore.dir/impl/TraceLogger.cpp.o CMakeFiles/lmscore.dir/impl/UUID.cpp.o CMakeFiles/lmscore.dir/impl/WtLogger.cpp.o  -Wl,-rpath,/opt/local/lib /opt/local/libexec/boost/1.81/lib/libboost_system-mt.dylib /opt/local/lib/libwt.4.10.4.dylib /opt/local/lib/libconfig++.dylib /opt/local/lib/libarchive.dylib /opt/local/libexec/boost/1.81/lib/libboost_thread-mt.dylib /opt/local/libexec/boost/1.81/lib/libboost_chrono-mt.dylib /opt/local/libexec/boost/1.81/lib/libboost_atomic-mt.dylib /opt/local/libexec/boost/1.81/lib/libboost_filesystem-mt.dylib
  Undefined symbols for architecture x86_64:
    "std::exception_ptr::__from_native_exception_pointer(void*)", referenced from:
        std::exception_ptr std::make_exception_ptr[abi:ne190100]<boost::asio::multiple_exceptions>(boost::asio::multiple_exceptions) in SendQueue.cpp.o
        std::exception_ptr std::make_exception_ptr[abi:ne190100]<boost::asio::multiple_exceptions>(boost::asio::multiple_exceptions) in ChildProcess.cpp.o
    "___cxa_init_primary_exception", referenced from:
        std::exception_ptr std::make_exception_ptr[abi:ne190100]<boost::asio::multiple_exceptions>(boost::asio::multiple_exceptions) in SendQueue.cpp.o
        std::exception_ptr std::make_exception_ptr[abi:ne190100]<boost::asio::multiple_exceptions>(boost::asio::multiple_exceptions) in ChildProcess.cpp.o
  ld: symbol(s) not found for architecture x86_64

@herbygillot herbygillot merged commit 473541d into macports:master Sep 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants