-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unable to build using last Ubuntu LTS 18.04 #396
Comments
Not possible, it must be possible to launch the script and compile without autotools installed.
With autotools installed, right?
You need to do 1 PR per project (ZenLib, MediaInfoLib, MediaInfo), but for the moment I guess the first thing is to find a way to resolve your issue without breaking the compilation when autotools are not installed. |
In which use case ?
Yes automake-1.15 but resquested 1.13
I already fixed the build and I have been able to run mediainfo (which is a great tool BTW) |
The case autotools is not installed ;-).
With the support when autotools is not installed?
:)
We already have CMake files for ZenLib and MediaInfoLib, we'll add a CMake file for MediaInfo itself soon. But it will not replace |
Maybe we could provide a way to at least be able to regenerate with an easy way all the generated files from autotools (Here you are penalizing the platform natively using autotools ;) MacOs is supporting very well autotools with homebrew) |
Not every macOS developer use homebrew, we try to support as many people as possible.
Maybe detecting if autotools are installed and regenerate in the scripts. Can you propose a PR with a fix for your issue which has no impact on users not like you? |
I tested the latest MediaInfo release sources on Ubuntu 18.04 it's works. The configure script tries to re-execute autotools if autogenerated files content or timestamp are modified. A currupted archive or filesystem can cause this problem. |
What is the last MediaInfo ? I unzipped this archive Here is why I get (previoulsy it was only with MediaInfo):
|
I've tested the same archive. Your PR is going to be accepted as soon I solve the problem with macOS |
I dont know what you mean by corrupted here. But I strongly recommend to review your build instructions. Relying on generated configure is by experience a bad idea :) |
You may try with a clean VM with Ubuntu freshly installed.
Please stop with that, Autotools is especially built for that. The "dependencies" part of the sentence is what I am looking for (and a problem with e.g. CMake). |
I tried to build using the package MediaInfo_CLI_19.09_GNU_FromSource.tar.xz but unfortunately I was facing some issue with automake version. I guess you should call autogen.sh in some way instead of configure directly in your script
CLI_Compile.sh
This autogen.sh will be something like:
I have to say I'm a bit confused how to create a PR to address this issue, can you guide me where on how I should provide you the patch if you want it
The text was updated successfully, but these errors were encountered: