bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #60192] make -j4 routinely has issues


From: Jeremy Lavergne
Subject: PSPP-BUG: [bug #60192] make -j4 routinely has issues
Date: Mon, 8 Mar 2021 11:20:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60192>

                 Summary: make -j4 routinely has issues
                 Project: PSPP
            Submitted by: snc
            Submitted on: Mon 08 Mar 2021 04:20:15 PM UTC
                Category: None
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

For the past several weeks building off master has resulted in errors when
using 4 parallel jobs however building without parallel is fine.

This week's errors introduce themselves around the generation of header files
(prepending "DO NOT EDIT"), and it's not always the same header file.

>From `make -j4 -w all html` on commit `37f29c`:


rm -f unilbrk.h-t unilbrk.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./unilbrk.in.h; \
        } > unilbrk.h-t && \
        mv -f unilbrk.h-t unilbrk.h
rm -f uninorm.h-t uninorm.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./uninorm.in.h; \
        } > uninorm.h-t && \
        mv -f uninorm.h-t uninorm.h
rm -f unistd.h-t unistd.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
…
        } > unistd.h-t && \
        mv unistd.h-t unistd.h
make[2]: Entering directory
`/opt/local/var/macports/build/_Users_aeetes_macports-ports_math_pspp-devel/pspp-devel/work/pspp-1.5.2-g37f29c/g
l'
rm -f unilbrk.h-t unilbrk.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./unilbrk.in.h; \
        } > unilbrk.h-t && \
        mv -f unilbrk.h-t unilbrk.h
rm -f uninorm.h-t uninorm.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./uninorm.in.h; \
        } > uninorm.h-t && \
        mv -f uninorm.h-t uninorm.h
mv: rename unilbrk.h-t to unilbrk.h: No such file or directory
rm -f unistr.h-t unistr.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat ./unistr.in.h; \
        } > unistr.h-t && \
        mv -f unistr.h-t unistr.h
make[1]: *** [unilbrk.h] Error 1
make[1]: *** Waiting for unfinished jobs....






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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