Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 14:14:11 -0700 (PDT)
From:      Jeffrey Bouquet <jeffreybouquet@yahoo.com>
To:        ports list <freebsd-ports@freebsd.org>
Subject:   v10 pkg question, maybe
Message-ID:  <1378588451.79153.YahooMailNeo@web163901.mail.gq1.yahoo.com>

next in thread | raw e-mail | index | archive | help
#/# find /var/db/pkg -type d -name "p5*" | xargs -J % find -type f -name "+=
CONTENTS" -exec grep -H "5.12" {} \; | grep pm | gtr -s \/ "\n" | grep p5 |=
 sort | uniq | xargs -J % portmaster -d -B -P -i -g % && yell || yell=0A=0A=
=0AIf one has gtr (gnu tr) installed, that may work if one has /var/db/pkg.=
..=0A=0AI had an issue where pkg_which turned up ? for all the perl files i=
t usually worked on in /usr/local/lib/perl5/site_perl (etc)=0Ato upgrade, s=
ay, 5.12.4 to 5.12.5... suddenly failing a bit into the 5.12.5 5.14.4 upgra=
de, meaning each port had to be=0Aentered manually.=A0=0A=0AThat long CLI p=
ipe at the top is working handily. ( midst of it, a head -110 , head -140, =
head -170 so make its failures=0Amanageble on restart)=0AAnd one inserts | =
grep -v tkdb | , for instance, for p5- ports which won't rebuild at the mom=
ent.=0AIn fact that script is working way better than any other perl upgrad=
e I recall doing that required an UPDATING course of action.=0A=0ASo I am w=
ondering it someone who uses /pkg/ can craft an equivalent CLI, test it, an=
d eventually it or its equivalant could be=0Aplaced either in the port, or =
in UPDATING so persons who have many ports could upgrade leisurely in a few=
 hours rather than=0Akludgedly over many more hours than the few. =A0=0A=0A=
Thanks if anyone has the time... =A0and expertise and experience to look in=
to the situation.=0A=0AJ. Bouquet=A0
From owner-freebsd-ports@FreeBSD.ORG  Sat Sep  7 22:08:10 2013
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id 4F761BF
 for <freebsd-ports@freebsd.org>; Sat,  7 Sep 2013 22:08:10 +0000 (UTC)
 (envelope-from freebsd-ports@m.gmane.org)
Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])
 (using TLSv1 with cipher AES256-SHA (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0D53027CF
 for <freebsd-ports@freebsd.org>; Sat,  7 Sep 2013 22:08:09 +0000 (UTC)
Received: from list by plane.gmane.org with local (Exim 4.69)
 (envelope-from <freebsd-ports@m.gmane.org>) id 1VIQfh-0004df-CX
 for freebsd-ports@freebsd.org; Sun, 08 Sep 2013 00:08:01 +0200
Received: from a91-154-115-217.elisa-laajakaista.fi ([91.154.115.217])
 by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
 id 1AlnuQ-0007hv-00
 for <freebsd-ports@freebsd.org>; Sun, 08 Sep 2013 00:08:01 +0200
Received: from rakuco by a91-154-115-217.elisa-laajakaista.fi with local
 (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00
 for <freebsd-ports@freebsd.org>; Sun, 08 Sep 2013 00:08:01 +0200
X-Injected-Via-Gmane: http://gmane.org/
To: freebsd-ports@freebsd.org
From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
Subject: Re: x11/kdelibs4: /usr/local/include/grantlee/typeaccessor.h:70:40:
 error: no matching function for call to 'distance' return
Date: Sun, 08 Sep 2013 01:07:48 +0300
Lines: 28
Message-ID: <8661uc5lqj.fsf@orwell.Elisa>
References: <20130907143720.47eecd0f@thor.walstatt.dyndns.org>
Mime-Version: 1.0
Content-Type: text/plain
X-Complaints-To: usenet@ger.gmane.org
X-Gmane-NNTP-Posting-Host: a91-154-115-217.elisa-laajakaista.fi
User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (berkeley-unix)
Cancel-Lock: sha1:J2bJemEd5Q0sAAHxGqRCUD0U0vE=
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports>;
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 07 Sep 2013 22:08:10 -0000

"O. Hartmann" <ohartman@zedat.fu-berlin.de> writes:

> After a messy "iconv" orgy update session, I update yesterday
> x11/kdelib4 successfully. After updating the OS to
>
>  FreeBSD 10.0-CURRENT #2 r255356: Sat Sep  7 13:04:03 CEST 2013 amd64
>
> today, I run today surprisingly into this error:
>
> [...]
> In file included
> from /usr/ports/x11/kdelibs4/work/kdelibs-4.10.5/kdeui/tests/proxymodeltestsuite/modeleventlogger.cpp:33:
> In file included from /usr/local/include/grantlee_core.h:24: In file
> included from /usr/local/include/grantlee_templates.h:34: In file
> included
> from /usr/local/include/grantlee/metatype.h:27: /usr/local/include/grantlee/typeaccessor.h:70:40:
>
> error: no matching function for call to 'distance' return
> QVariant::fromValue<int>( std::distance( container.begin(),
> container.end() ) );
> [...]
>
> grantlee has also been update successfully, I recompiled it today again
> successfulyy, but without any success.

Are you using libc++ and is the error message much bigger than that?
I've fixed that one in Qt and the patch is part of 4.8.5. I'll see how
much work is left to bring in 4.8.5 into ports.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1378588451.79153.YahooMailNeo>