Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
build fails on systems without /dev/fd
- X-seq: zsh-workers 42791
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: build fails on systems without /dev/fd
- Date: Wed, 16 May 2018 22:31:33 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition:content-transfer-encoding:user-agent; bh=tJucdFM2G09ofUVxAe7sWkUK3xqxFtNfzg6wsCPSx2g=; b=oduIQdoh3sXnxT3cEuZk5eFtAsWfXi7YUw2fR5NxTlPXvEt3GGwAlNs2miyGtGD2pB jw0AUUE0RkxthphPtNIm7JMYs6ngKPHuwMQo1LpsX8nojXQZV/FEozIOiPZKPQ7QwVMS 63rhTSHYk6w11tbu1p9PXD7//Bt3gr4UCwhI3v8HDXlBVnACA1Yz+RSyGHyoHS21m9yc 0+nzy2guteNtobygb9Wyl1kgrhK9NMdYFPx7uxm9SDvomWjEqsDboED/Cjw7ucH4hs9b yC9YbKy0yr5W+AZizxce3m+2WL5qA60NR1m1sUFsX83oS0GsIvRNAaFcmBIylJNcCTVM qGhw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: Zsh hackers list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
building zsh on FreeBSD when /dev/fd is not mounted, I get:
exec.c: In function ‘closem’:
exec.c:4372:28: error: ‘FDT_PROC_SUBST’ undeclared (first use in this function)
(all || fdtable[i] != FDT_PROC_SUBST) &&
I wouldn't know if it's only a matter of #ifdef'ing out the "||
fdtable[i] != FDT_PROC_SUBST"
Reproduce by commenting out
#define PATH_DEV_FD
in config.h
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author