pemsley / coot

Software for macromolecular model-building
http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/
GNU General Public License v3.0
113 stars 44 forks source link

Building coot on Ubuntu 22.04.4 LTS failed #126

Open mstabrin opened 2 months ago

mstabrin commented 2 months ago

Hello!

I am trying to install coot on a fresh Ubuntu 22.04.4 LTS system.

I am running the build-it-3-3 script from yesterdays main branch.

After resolving the os package dependencies, I finally get to the coot build step, but it fails with:

Making all in ui
make[1]: Entering directory '/opt/user_software/coot/src/build-coot/ui'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/opt/user_software/coot/src/build-coot/ui'
make[1]: Entering directory '/opt/user_software/coot/src/build-coot'
make[1]: *** No rule to make target 'colours.def', needed by 'all-am'.  Stop.
make[1]: Leaving directory '/opt/user_software/coot/src/build-coot'
make: *** [Makefile:714: all-recursive] Error 1

I seems that colours.def is missing here. What could have gone wrong and where can I search for more information about the issue?

build-gtk4.log 30-coot.txt coot-install_log.tar.gz

Thank you for your help!

Best, Markus

mstabrin commented 2 months ago

Ok, I just saw your commit from 7 hours ago. I will test it ^^