From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2171 Path: news.gmane.org!not-for-mail From: Jorge Almeida Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: s6-0.17 Date: Thu, 15 Nov 2012 10:09:30 +0000 (WET) Message-ID: References: <20121114223350.GA19045@skarnet.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1352974173 31809 80.91.229.3 (15 Nov 2012 10:09:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2012 10:09:33 +0000 (UTC) Cc: supervision@list.skarnet.org To: Laurent Bercot Original-X-From: supervision-return-2405-gcsg-supervision=m.gmane.org@list.skarnet.org Thu Nov 15 11:09:44 2012 Return-path: Envelope-to: gcsg-supervision@plane.gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TYwOF-0002IH-Ue for gcsg-supervision@plane.gmane.org; Thu, 15 Nov 2012 11:09:44 +0100 Original-Received: (qmail 32463 invoked by uid 76); 15 Nov 2012 09:06:09 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 32449 invoked from network); 15 Nov 2012 09:06:08 -0000 In-Reply-To: <20121114223350.GA19045@skarnet.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2171 Archived-At: On Wed, 14 Nov 2012, Laurent Bercot wrote: > > exec ./compile s6-ftrig-listen.c > > s6-ftrig-listen.c:15:22: fatal error: execline.h: No such file or directory > > compilation terminated. > > This is very strange. The differences between s6-0.16 and s6-0.17 > absolutely do not touch this, you are the only one to report such a > problem, and I can't reproduce it. > Can you triple-check your conf-compile subdirectory ? > Can you triple-check the entire compilation log, especially > package/prepare, where the symlink to execline.h should be made ? > package/prepare is identical in both cases (same md5sum, checked also with vimdiff). Contents of conf-compile follow. But where is the complete log? Note that I have conf-home set to the empty string (yes, I really need this!) Thanks Jorge # head -n 1 s6-0.16/conf-compile/* ==> s6-0.16/conf-compile/conf-cc <== /opt/bin/diet gcc -O3 -march=native -W -Wall -Wextra -fomit-frame-pointer -pipe ==> s6-0.16/conf-compile/conf-dynld <== gcc ==> s6-0.16/conf-compile/conf-home <== ==> s6-0.16/conf-compile/conf-ld <== /opt/bin/diet gcc -s ==> s6-0.16/conf-compile/conf-stripbins <== /command/superstrip1 ==> s6-0.16/conf-compile/conf-striplibs <== strip -x -R .note -R .comment -R .note.GNU-stack ==> s6-0.16/conf-compile/flag-allstatic <== ==> s6-0.16/conf-compile/import <== $SP_ROOT/package/prog/skalibs/sysdeps ==> s6-0.16/conf-compile/path-include <== $SP_ROOT/package/prog/skalibs/include ==> s6-0.16/conf-compile/path-library <== $SP_ROOT/package/prog/skalibs/library ==> s6-0.16/conf-compile/path-library.so <== $SP_ROOT/package/prog/skalibs/library.so # head -n 1 s6-0.17/conf-compile/* ==> s6-0.17/conf-compile/conf-cc <== /opt/bin/diet gcc -O3 -march=native -W -Wall -Wextra -fomit-frame-pointer -pipe ==> s6-0.17/conf-compile/conf-dynld <== gcc ==> s6-0.17/conf-compile/conf-home <== ==> s6-0.17/conf-compile/conf-ld <== /opt/bin/diet gcc -s ==> s6-0.17/conf-compile/conf-stripbins <== /command/superstrip1 ==> s6-0.17/conf-compile/conf-striplibs <== strip -x -R .note -R .comment -R .note.GNU-stack ==> s6-0.17/conf-compile/flag-allstatic <== ==> s6-0.17/conf-compile/import <== $SP_ROOT/package/prog/skalibs/sysdeps ==> s6-0.17/conf-compile/path-include <== $SP_ROOT/package/prog/skalibs/include ==> s6-0.17/conf-compile/path-library <== $SP_ROOT/package/prog/skalibs/library ==> s6-0.17/conf-compile/path-library.so <== $SP_ROOT/package/prog/skalibs/library.so