bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #35146] parallel build failure in pdfmark subdir


From: G. Branden Robinson
Subject: [bug #35146] parallel build failure in pdfmark subdir
Date: Sat, 22 Jan 2022 09:19:58 -0500 (EST)

Update of bug #35146 (project groff):

                Category:                    None => Macro - others/general 
              Item Group:                    None => Build/Installation     
         Planned Release:                    None => 1.22.0                 

    _______________________________________________________

Follow-up Comment #2:


commit 379dab35f750071de19b76d2efdeffc432a3fe72
Author: Werner LEMBERG <wl@gnu.org>
Date:   Mon Dec 26 08:20:53 2011 +0000

    Fix parallel build race failure.
    
    Sometimes building in parallel will fail in the pdfmark directory:
    
      make[2]: Entering directory '.../contrib/pdfmark'
      rm -f pdfroff
      rm -f pdfmark.pdf
      sed -f ... ./pdfroff.sh >pdfroff
      ...; ./pdfroff ... pdfmark.ms >pdfmark.pdf
      /bin/sh: ./pdfroff: Permission denied
      chmod +x pdfroff
      make[2]: *** [pdfmark.pdf] Error 126
    
    This is because the generated pdf files use the local generated
    pdfroff helper script, but they don't depend directly upon it, so
    make tries to create the two in parallel and randomly falls over.
    
    * Makefile.sub: Have all the .pdf files explicitly depend on the
    `pdfroff' helper script.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?35146>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]