Interesting - if I extract the archive as a non-root user and build it as root, it fails at generate-docs. If I extract it as a non-root user and build as that user, or extract as root and build as root, it does not fail. Verified this behavior with my older staging archive as well. Sorry for the noise!
On Mon, May 5, 2025 at 12:04 PM Nick Couchman <vn...@apache.org> wrote: > On Mon, May 5, 2025 at 1:00 PM Hankins, Jonathan > <jhank...@homewood.k12.al.us.invalid> wrote: > >> Mike, >> >> I'm getting a build error on RC1 that I wasn't on a previous build I did >> of guacamole-client-staging-1.6.0 (Feb 24, downloaded ZIP files from git). >> Building on Debian bookworm (12.10). >> >> [INFO] --- frontend-maven-plugin:1.12.1:npx (generate-docs) @ >>> guacamole-common-js --- >>> [INFO] Running 'npx jsdoc -c jsdoc-conf.json' in >>> /home/jhankins/guac-160rc1/guacamole-client-1.6.0/guacamole-common-js >>> [INFO] An argument like -d=<directory> or --directory=<directory> is >>> mandatory! >>> [INFO] Try 'jsdoc --help' or 'man jsdoc' for more information. >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Reactor Summary for guacamole-client 1.6.0: >>> [INFO] >>> [INFO] guacamole-client ................................... SUCCESS [ >>> 4.314 s] >>> [INFO] guacamole-common ................................... SUCCESS [ >>> 1.980 s] >>> [INFO] guacamole-ext ...................................... SUCCESS [ >>> 3.801 s] >>> [INFO] guacamole-common-js ................................ FAILURE [ >>> 2.199 s] >>> [INFO] guacamole .......................................... SKIPPED >> >> >> > I'm not seeing this error. Are you starting with a completely fresh copy > of the source code? And no disk space issues, permissions, etc., that would > cause it to be unable to create or read files? > > -Nick >