jakint0sh

Results 9 comments of jakint0sh

Got this trying to install neoforge today, I take it 1.20.1 in particular is still borked? Trimmed log: ``` MultiMC version: 0.7.0-3860 Java path is: /usr/lib/jvm/java-21-openjdk-amd64/bin/java Checking Java version... Java...

[HuidaeCho](https://github.com/HuidaeCho): Could you please put the full log file in a gist (or your preferred flavor of pastebin) and link it here? A single error message isn't a lot to...

Just ran into a nearly identical error building libical: ``` Failed to build package libical for target i686-w64-mingw32.static! ------------------------------------------------------------ make[3]: *** [CMakeFiles/Makefile2:385: src/libical/CMakeFiles/ical_cxx-static.dir/all] Error 2 make[3]: Leaving directory '/home/jack/dev/mxe-dl/tmp-libical-i686-w64-mingw32.static/libical-2.0.0.build_' make[2]:...

I just figured out a similar issue with `proj`. It needs `sqlite3` to be installed on the host system in order to configure and build (`apt-get install sqlite3` is sufficient...

Opened a PR #3069. I quickly figured out that 1. Checking if `sqlite3` is installed by using the currently in-place infrastructure in the main `Makefile` doesn't work at all, and...

@DeinAlptraum Your build of what, exactly? `glib`? Could we get a full log to troubleshoot?

@DeinAlptraum Okay this is pretty bizarre. If you could, could you please rerun the build in single-threaded mode, and upload the resulting log? i.e. do `make -j1 JOBS=1 glib`. This...

@DeinAlptraum Okay so after looking through it, it appears that the build is failing because `glib` is being configured with GObject introspection enabled because the requisite build tools are installed...