From owner-freebsd-ports@FreeBSD.ORG Tue Nov 27 23:24:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B4C18CE for ; Tue, 27 Nov 2012 23:24:33 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id C469A8FC08 for ; Tue, 27 Nov 2012 23:24:32 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so8976044eek.13 for ; Tue, 27 Nov 2012 15:24:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wjVB4jM7FabTlF3b/D67KrW/QTgYYeGpe0bfSn8VeWY=; b=D+sGmN2VtaEXknzyBZ4WkDiq+VyOeLei/EefnX4YHHX/RSFHKirem57Q7aPrHtlpO0 D+dys+EbLDTqySyVO1L66vdCJM8f6SvrqIhLxVHhJXbCdhhTcOZGEOGuThxJqxJqn+65 uENwXWmbNsix4AsgRUUlfYXPtxkI/2v/qB61SdY1g0EvEQwM1mS7oSjSVH2+dzCD5THo XFICqY9vrfMATaClssqFr/FcMW2+MRgqmBr/U3vrI3Dx4AScR1eP1NNTF6/SWhq4fiMq xcf00B1dfbzux0WANGT2qCMBLTZjL7U3rulXH1zc5q26Y7lkDGbUT+1/WqbTjDa6v30/ nP9Q== MIME-Version: 1.0 Received: by 10.14.209.193 with SMTP id s41mr25979204eeo.9.1354058671982; Tue, 27 Nov 2012 15:24:31 -0800 (PST) Received: by 10.223.71.199 with HTTP; Tue, 27 Nov 2012 15:24:31 -0800 (PST) In-Reply-To: <201211271540.39268.lumiwa@gmail.com> References: <201211270534.31383.lumiwa@gmail.com> <50B4C96D.9040109@pukruppa.de> <201211271540.39268.lumiwa@gmail.com> Date: Tue, 27 Nov 2012 15:24:31 -0800 Message-ID: Subject: Re: opera 12.11 From: Kevin Oberman To: ajtiM Content-Type: text/plain; charset=UTF-8 Cc: Peter Ulrich Kruppa , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 23:24:33 -0000 On Tue, Nov 27, 2012 at 1:40 PM, ajtiM wrote: > On Tuesday 27 November 2012 08:08:45 Peter Ulrich Kruppa wrote: >> On 27.11.2012 12:34, ajtiM wrote: >> > Hi! >> > >> > Update to Opera 12.11 and Opera-Linuxplugins 12.11 from 12.10 on my >> > FreeBSD 9.1 RC-3 doen't works anymore: >> > >> > opera >> > libpng error: incorrect data check >> > libpng error: incorrect data check >> > libpng error: incorrect data check >> > Segmentation fault (core dumped) >> >> It is quite a while since, but did you update your graphics/png properly? >> Please check /usr/ports/UPDATING 20120531 . >> >> Greetings >> >> Peter >> >> > Thanks in advance. >> > >> > P.S. >> > >> > I used Clang to build Opera. >> > >> > Mitja >> > -------- >> > http://www.redbubble.com/people/lumiwa >> > _______________________________________________ >> > freebsd-ports@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > As I remember I did portmaster -r png- and it build one day.... > > Opera 12.10 and before didn't have problems... Try "pkg_libchk -o". If you don't have it, install sysutils/bsdadminscripts. It can save a LOT of time over portmaster -r as many ports that will be re-installed with portmaster are dependent on other ports that use png, but don't use it directly, so don't need to be re-built. In many cases only about 10% of the ports that "depend" on some library actually link to the sharable, though png is linked to far more things than most. An occasional run will also catch oversights, like missing an UPDATING entry or having a shareable version updated, but not entered into UPDATING. I think it should be a part of the weekly periodic run. (I also think it should be in the base system.) I am not sure if pkg_libchk works with pkgng. Dominic? -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com