From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 22:18:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 107F016A417 for ; Fri, 28 Sep 2007 22:18:06 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id B0CEA13C43E for ; Fri, 28 Sep 2007 22:18:05 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so5696709pyb for ; Fri, 28 Sep 2007 15:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ooO8PZVt6o5oepEfZE2W0lPnPrUvWv3TWW/fn2GBqS8=; b=ae1gM5WDFoKIqGQ49UsYyahUl4TTmFcwLR/ZXf/WDqdI84WOa4lfgroD3HAIn2MsASlXlJE9WQ0ZzI0ZgEPQW4m5gi4IDPFqYuq/RJpQBPqHTrfot+rkE8kL5KHI7uH5Ln3sqTYyS03Ra8Aj09sF1CezWBhFgo0OW1JULMkrY24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RZrA4lUh32zF+DxudLHaFjQ/GkuNtlubuy2SuzfmjRd5h+O3/7UQxkFPipYm1HfPsct2axcbHzv/Lk/4TvlC0GBwEgpVpFnqb5yNeCLmeCclCW5CgDnG7HU8HzVLNULHZi1zLnko9mrqkURWJDZVuhITa4XNm6LfSJE+/66S4jY= Received: by 10.65.73.16 with SMTP id a16mr8785890qbl.1191017883910; Fri, 28 Sep 2007 15:18:03 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Fri, 28 Sep 2007 15:18:03 -0700 (PDT) Message-ID: Date: Fri, 28 Sep 2007 22:18:03 +0000 From: "Aryeh Friedman" To: beni@brinckman.info In-Reply-To: <200709281910.28436.beni@brinckman.info> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709281910.28436.beni@brinckman.info> Cc: freebsd-questions@freebsd.org Subject: Re: Portupgrading cups-base gives compiler error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2007 22:18:06 -0000 I have the same issue on 7-current On 9/28/07, beni wrote: > Hi all, > > I'm running 6.2-STABLE and my ports are up to date. When trying to portupgrade > print/cups-base from 1.2.12 to 1.3.0 I am getting a "compiler error". Any > cure for this ? > > Thanks ! > > ... > echo Compiling admin.c... > Compiling admin.c... > cc -Wshadow -Wunused -Wall -Wno-format-y2k -fPIC -Os -g -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I.. -I/usr/local/include -O2 -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -c > admin.c > admin.c: In function `do_config_server': > admin.c:1364: warning: implicit declaration of function > `cupsAdminGetServerSettings' > admin.c:1383: error: `CUPS_SERVER_REMOTE_ANY' undeclared (first use in this > function) > admin.c:1383: error: (Each undeclared identifier is reported only once > admin.c:1383: error: for each function it appears in.) > admin.c:1421: warning: implicit declaration of function > `cupsAdminSetServerSettings' > admin.c: In function `do_menu': > admin.c:2278: error: `CUPS_SERVER_REMOTE_ANY' undeclared (first use in this > function) > gmake[1]: *** [admin.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/print/cups-base/work/cups-1.3.0/cgi-bin' > gmake: *** [all] Error 1 > *** Error code 2 > > Stop in /usr/ports/print/cups-base. > *** Error code 1 > > Stop in /usr/ports/print/cups-base. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.79030.0 > env UPGRADE_TOOL=portupgrade UPGRADE_PORT=cups-base-1.2.12 > UPGRADE_PORT_VER=1.2.12 make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! print/cups-base (cups-base-1.2.12) (compiler error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > bsdaddict# > -- > Beni. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >