From owner-cvs-all@FreeBSD.ORG Thu Jan 28 06:08:37 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07942106568D; Thu, 28 Jan 2010 06:08:37 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 86E1B8FC15; Thu, 28 Jan 2010 06:08:36 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 0C7EB22C50B7; Thu, 28 Jan 2010 08:08:35 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id A40CF5A9001; Wed, 27 Jan 2010 22:08:33 -0800 (PST) From: QAT@FreeBSD.org To: pav@FreeBSD.org In-Reply-To: <201001280607.o0S67I6e093902@repoman.freebsd.org> References: <201001280607.o0S67I6e093902@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2009-12-08 11:28:51 X-QAT-Port: comms/conserver X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/conserver-8.5_4.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: missing_header Message-Id: <20100128060833.A40CF5A9001@jester1b.ixsystems.com> Date: Wed, 27 Jan 2010 22:08:33 -0800 (PST) Cc: cvs-ports@FreeBSD.org, cy@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/comms/conserver/files patch-etc-autologin-autologin.c patch-etc-autologin-machine.h patch-sgtty X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2010 06:08:37 -0000 The Restless Daemon identified a missing_header error while trying to build: conserver-8.5_4 maintained by cy@FreeBSD.org Makefile ident: $FreeBSD: ports/comms/conserver/Makefile,v 1.32 2008/07/24 20:20:53 pav Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/conserver-8.5_4.log : (cmp -s prog.h main.h || (mv prog.h main.h && echo main.h updated)) main.h updated rm -f prog.[ch] cc -O -DFREEBSD -DHOST=\"localhost\" -DPORT=782 -I../conserver -c main.c cc -o console -O -DFREEBSD -DHOST=\"localhost\" -DPORT=782 -I../conserver main.o (cd /work/a/ports/comms/conserver/work/conserver-8.5/etc/autologin && /usr/bin/env DEFAULTHOST="localhost" DEFAULTPORT="782" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" makeme all) mkcmd autologin.m (cmp -s prog.c main.c || (cp prog.c main.c && echo main.c updated)) main.c updated (cmp -s prog.h main.h || (cp prog.h main.h && echo main.h updated)) main.h updated rm -f prog.[ch] cc -g -DPUCC -DFREEBSD -c autologin.c In file included from machine.h:132, from autologin.c:37: /usr/include/sys/ioctl_compat.h:42:2: error: #error "Definitions not available without TTY ioctl compat." autologin.c:59:19: error: sgtty.h: No such file or directory autologin.c: In function 'Process': autologin.c:256: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:262: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:287: warning: incompatible implicit declaration of built-in function 'malloc' autologin.c:289: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:310: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:315: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:320: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:351: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:401: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:414: warning: incompatible implicit declaration of built-in function 'exit' autologin.c:530: warning: incompatible implicit declaration of built-in function 'execl' autologin.c:532: warning: incompatible implicit declaration of built-in function 'execl' autologin.c:535: warning: incompatible implicit declaration of built-in function 'execl' autologin.c:537: warning: incompatible implicit declaration of built-in function 'execl' *** Error code 1 Stop in /work/a/ports/comms/conserver/work/conserver-8.5/etc/autologin. *** Error code 1 Stop in /a/ports/comms/conserver. ================================================================ build of /usr/ports/comms/conserver ended at Thu Jan 28 06:08:31 UTC 2010 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=comms&portname=conserver The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately."