pkgsrc-Bugs archive

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

Re: pkg/56680: lang/guile22 build step blocked with multi-job pbulk



The following reply was made to PR pkg/56680; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: triaxx%netbsd.org@localhost
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/56680: lang/guile22 build step blocked with multi-job pbulk
Date: Tue, 1 Feb 2022 12:30:53 +0100

 --g4a36fkvmswopuxm
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I'm not sure if it's the same issue you're seeing, but for me guile
 (on NetBSD-current) something hangs. Nothing to do with build-jobs.
 
 The attached simple script works around it.
 
 (Some people also see this with cmake, that's why that is included as
 well.)
  Thomas
 
 --g4a36fkvmswopuxm
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=jiggle-cmake-guile
 
 #!/bin/sh
 pkill -STOP guile cmake
 sleep 1
 pkill -CONT guile cmake
 
 --g4a36fkvmswopuxm--
 


Home | Main Index | Thread Index | Old Index