Re: Error In Installing FreeBayes

2020-03-05 Thread Martin Dorey
> adjust the build scripts to comply with your older version https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827132 (debhelper: make-4.2 renamed --jobserver-fds to --jobserver-auth causing parallel build issues) shows it’s not impossible that third party build scripts might hard code such

Re: Error In Installing FreeBayes

2020-03-05 Thread Henrik Carlqvist
On Fri, 6 Mar 2020 09:38:19 +0530 Dr Priyanka Jain wrote: > I am trying to clone freebayes from following link : > /usr/bin/gmake: unrecognized option '--jobserver-auth=3,4' It seems as if your project "freebayes" requires a newer version of gnu make than you have installed. You can check

Error In Installing FreeBayes

2020-03-05 Thread Dr Priyanka Jain
Dear Sir/Madam, I am trying to clone freebayes from following link : To download freebayes, please use git to download the most recent development tr git clone --recursive git://github.com/ekg/freebayes.git ## Compilationfreebayes requires g++, camke, the standard C and C++ development

[bug #57962] apparent regression involving PATH resolution

2020-03-05 Thread Frederick Eaton
URL: Summary: apparent regression involving PATH resolution Project: make Submitted by: misfit Submitted on: Fri 06 Mar 2020 04:24:40 AM UTC Severity: 3 - Normal Item

Defining and exporting and a variable undefined in a foreach loop cause a Segmentation fault with Make 4.2.1 on Debian bullseye/sid x64

2020-03-05 Thread Xavier Sanchez
Hi, I've got a segfault in __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65 While defining a variable that has been undefined in a foreach loop using Make 4.2.1 on my Bullseye/sid workstation. The code is a bit tricky. I've attached the Makefile and the backtrace. # Bug in GNU

apparent regression involving PATH resolution

2020-03-05 Thread frederik
Dear GNU Make, A recent change broke use of Perl in Makefiles for me. This is because I have a PATH element with a directory called 'perl'. Here is how to reproduce it: $ sudo pacman -U /var/cache/pacman/pkg/make-4.2.1-4-x86_64.pkg.tar.xz ... $ mkdir -p mybin/perl $ cat