-
Notifications
You must be signed in to change notification settings - Fork 121
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
Syncing Fork #441
Comments
See the operating system in "Set up job". For our jobs the previous Ubuntu version is still used and @fysnet is already upgraded to the latest version. I guess we'll have to update our workflow file soon. Bochs had a very old version of libltdl in the code for the case it's not installed on the host OS. I have removed it after release 2.8. |
I am perfectly fine with whatever and whenever your solution is presented. I was just curious to if I missed something. I will close this issue and watch for a future solution. The URL Vort mentioned states that this should happen starting today (5th) and will be completed by the 17th, so you may see this same issue soon. |
Bug is already here: https://github.com/bochs-emu/Bochs/actions/runs/12752511293/job/35542104729#step:3:210. |
After several attempts to fix the workflow by installing libltdl7, I decided to set the OS to previous version. The command "sudo apt install libltdl7" always returns the available version and then "set to installed manually", but I don't know how to do that. |
With #455, build tests can be made in separate branch (or in separate fork). |
Recently (a month or so ago) when I sync my fork, the
C/C++ CI / build (push)
build process errors out with the following:configure: error: Plugin support requires libltdl installed on your system
The
Build Windows binary / build (push)
build seems to be fine, but the other does not.Is there a change that I missed? I can't imagine that I need to install
libltdl
locally to get this to work.The text was updated successfully, but these errors were encountered: