toltec-dev / toltec

Community-maintained repository of free software for the reMarkable tablet.
https://toltec-dev.org
MIT License
717 stars 60 forks source link

netsurf build broken #871

Open Eeems opened 3 months ago

Eeems commented 3 months ago

Describe the issue Trying to build the netsurf package will fail.

To Reproduce Steps to reproduce the behaviour:

  1. Run make netsurf
  2. Makefile:145: *** Unable to find library for: CSS (libcss). Stop.

Expected behaviour This should compile with no issues.

Upstream issue N/A

Screenshots image

System information:

Additional context N/A

Eeems commented 3 months ago

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)
Eeems commented 3 months ago

https://source.netsurf-browser.org/libcss.git/commit/?id=bfb92e00a220fc46dab265d5958d017c62d54351 The commit does seem to still exist.

Eeems commented 3 months ago

More information on the build tools can be found here: https://source.netsurf-browser.org/netsurf.git/plain/docs/quick-start.md

Eeems commented 3 months ago

build.log