Re: git: 1ef992fe22f7 - main - www/quark: Update to 20220816
- Reply: Alexey Dokuchaev : "Re: git: 1ef992fe22f7 - main - www/quark: Update to 20220816"
- Reply: Alexey Dokuchaev : "Re: git: 1ef992fe22f7 - main - www/quark: Update to 20220816"
- In reply to: Alexey Dokuchaev : "Re: git: 1ef992fe22f7 - main - www/quark: Update to 20220816"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Jul 2025 05:20:22 UTC
Hello Alexey, thanks and sorry for it. The problem was while building: the BUFFER_SIZE was undefined - only sometimes! It's defined in project's config.h which is created by Makefile with simple copy of config.def.h. The config.h is dependency of every *.o and quark binary (declared in Makefile) but (imho) somehow isn't created fast enough. About twice in five cases the build failed but with MAKE_JOBS_UNSAFE I didn't experience failures. How can I add this to a commit message? Should I create a little change and add its message? Thanks, Zsolt On Fri, Jul 18, 2025 at 04:48:26AM +0000, Alexey Dokuchaev wrote: > On Thu, Jul 17, 2025 at 08:12:07PM +0000, Zsolt Udvari wrote: > > commit 1ef992fe22f781f6e0d217c9f5fe7fcca9aa850d > > > > www/quark: Update to 20220816 > > > > Take maintainership and update MASTER_SITES. > > Add MAKE_JOBS_UNSAFE. > > [...] > > +MAKE_JOBS_UNSAFE= yes > > + > > Hello Zsolt, > > When marking port as make -jX unsafe, an excerpt from the failure log > should be included either in the commit log, or concise error string > used as MAKE_JOBS_UNSAFE value instead of `yes'. This way interested > hackers might be more eager to look at and try to fix the problem. > > ./danfe