From owner-freebsd-ports@FreeBSD.ORG Thu Oct 6 18:52:35 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0F1B1065672 for ; Thu, 6 Oct 2011 18:52:35 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0E68FC0C for ; Thu, 6 Oct 2011 18:52:34 +0000 (UTC) Received: from yokozuna.lan (a80-101-78-208.adsl.xs4all.nl [80.101.78.208]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id p96IcTvX067175 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 6 Oct 2011 20:38:30 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan (yokozuna.lan [IPv6:::1]) by yokozuna.lan (8.14.5/8.14.5) with ESMTP id p96IcToo026996 for ; Thu, 6 Oct 2011 20:38:29 +0200 (CEST) (envelope-from mbeis@xs4all.nl) Date: Thu, 6 Oct 2011 20:38:29 +0200 (CEST) From: Marco Beishuizen To: freebsd-ports@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: by XS4ALL Virus Scanner Subject: chromium 14.0.835.202 build error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marco Beishuizen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 18:52:35 -0000 Hi, Yesterday I portupgraded my ports. Chromium doesn't build with: ... CXX(target) out/Release/obj.target/browser/chrome/browser/ui/webui/print_preview_ui.o chrome/browser/ui/webui/print_preview_handler.cc: In member function 'void PrintSystemTaskProxy::GetPrinterCapabilities(const std::string&)': chrome/browser/ui/webui/print_preview_handler.cc:291: error: 'ppd_file_t' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:291: error: 'ppd' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:291: error: 'ppdOpenFile' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:293: error: 'ppd_attr_t' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:293: error: 'attr' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:293: error: 'ppdFindAttr' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:297: error: 'ppd_choice_t' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:297: error: 'ch' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:297: error: 'ppdFindMarkedChoice' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:299: error: 'ppd_option_t' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:299: error: 'option' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:299: error: 'ppdFindOption' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:301: error: 'ppdFindChoice' was not declared in this scope chrome/browser/ui/webui/print_preview_handler.cc:307: error: 'ppdClose' was not declared in this scope gmake: *** [out/Release/obj.target/browser/chrome/browser/ui/webui/print_preview_handler.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 1 ... I've never seen this one before. Has anyone an idea? Running FreeBSD 8.2-stable and portstree is up-to-date. Marco -- The distinction between true and false appears to become increasingly blurred by... the pollution of the language. -- Arne Tiselius