netsurf build broken
Describe the issue Trying to build the netsurf package will fail.
To Reproduce Steps to reproduce the behaviour:
- Run
make netsurf Makefile:145: *** Unable to find library for: CSS (libcss). Stop.
Expected behaviour This should compile with no issues.
Upstream issue N/A
Screenshots
System information:
toltecctl statusoutput: N/A- Package: netsurf 0.4.0-3
Additional context N/A
I've found the underlying error:
[ DEBUG] toltec.builder: build(): Checking out bfb92e00a220fc46dab265d5958d017c62d54351 of libcss
[ DEBUG] toltec.builder: build(): fatal: unable to read tree (bfb92e00a220fc46dab265d5958d017c62d54351)
https://source.netsurf-browser.org/libcss.git/commit/?id=bfb92e00a220fc46dab265d5958d017c62d54351 The commit does seem to still exist.
More information on the build tools can be found here: https://source.netsurf-browser.org/netsurf.git/plain/docs/quick-start.md
https://github.com/toltec-dev/toltec/pull/951 fixed this