-
Notifications
You must be signed in to change notification settings - Fork 264
README: fix dependencies #375
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
base: master
Are you sure you want to change the base?
Conversation
Tested in Ubuntu 24. Fix err: config.status: error: Something went wrong bootstrapping makefile fragments for automatic dependency tracking. If GNU make was not used, consider re-running the configure script with MAKE="gmake" (or whatever is necessary). You can also try re-running configure with the '--disable-dependency-tracking' option to at least be able to build the package (albeit without support for automatic dependency tracking). See 'config.log' for more details
Use dh-autoreconf package instead of libtool, autoconf, automake. This commit should improve compatibility with modern OS, see https://wiki.debian.org/Autoreconf Tested in Ubuntu 24
Looks good! |
./configure --prefix="$HOME/predict" | ||
|
||
will configure the build to install the files into /home/user/gpredict folder. | ||
will configure the build to install the files into /home/user/predict folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will configure the build to install the files into /home/user/predict folder. | |
will configure the build to install the files into $HOME/predict folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Main question is. Install the files into /home/user/gpredict folder or predict folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AsciiWolf any news?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but I am not sure what the correct folder is. This is a question for @csete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AsciiWolf can I ask you to approve my commit? Well, we have question /home/user/gpredict
vs /home/user/predict
but this question is out of my commit... I don't change path by my commit...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, but I am not able to. This is something @csete (or someone else with correct permissions) have to do.
I just tried building on the latest Kubuntu 25.04 using the existing instructions and dependency list and it builds without errors. So, I don't understand where the error that you see comes from. I have fixed the directory name, though. |
Do you start instruction on clean distro? |
The purpose with the build instructions in the readme was to provide as simple instructions as possible for people who are not familiar with the build system. Making that proposed change increases the risk of people making a typing error and the build time for a single threaded build is really not that long. |
simple instructions should be |
clean Ubuntu 25.04 fails, I have checked now. Please check one more time with clear Ubuntu 25.04. I don't think Kubuntu 25.04 is differents from Ubuntu 25.04 in default dependency, I think you use instance which already contains some dependency. Please apply my commit |
I have now tested on a clean install of Xubuntu 25.04 and 25.10 daily snapshot and I still cannot see any problems with the existing dependency list. I have also checked the build dependencies in the Debian and Ubuntu package configurations and these too use automake and autoconf. |
But why I got it in Ubunti 25.04?
|
Tested in Ubuntu 24. Fix err: