From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQRdB-0004jH-1O for garchives@archives.gentoo.org; Tue, 15 Nov 2011 22:37:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3A921C066; Tue, 15 Nov 2011 22:37:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9037D21C040 for ; Tue, 15 Nov 2011 22:36:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 195241B401C for ; Tue, 15 Nov 2011 22:36:44 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -3.785 X-Spam-Level: X-Spam-Status: No, score=-3.785 required=5.5 tests=[AWL=0.919, BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.504] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6BLNnlBeLkCk for ; Tue, 15 Nov 2011 22:36:38 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 165BF641FF for ; Tue, 15 Nov 2011 22:36:35 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RQRcH-0000Hb-Ux for gentoo-dev@gentoo.org; Tue, 15 Nov 2011 23:36:33 +0100 Received: from ip68-231-22-224.ph.ph.cox.net ([68.231.22.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Nov 2011 23:36:33 +0100 Received: from 1i5t5.duncan by ip68-231-22-224.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Nov 2011 23:36:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Duncan <1i5t5.duncan@cox.net> Subject: [gentoo-dev] Re: OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4 Date: Tue, 15 Nov 2011 22:36:22 +0000 (UTC) Message-ID: References: <201111152105.53132.mail@smogura.eu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ip68-231-22-224.ph.ph.cox.net User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT bb16cbd /st/portage/src/egit-src/pan2) Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 355dbe4b-5fe8-42c7-907e-81fbbde5f708 X-Archives-Hash: eede10791dfd8c4f0274f78aa2347386 Rados=C5=82aw Smogura posted on Tue, 15 Nov 2011 21:05:53 +0100 as excerp= ted: > In OpenCV 2.3.1a and 2.3.0 there is test for GCC 4.5, it looks like thi= s > test is wrong, it should be >=20 > if [ "$(gcc-version)" >=3D "4.5" ]; then >=20 > but is if [ "$(gcc-version)" > "4.4" ]; then >=20 > In particulary this removes support for CUDA when GCC 4.4.5 is used. I > think CUDA should be removed only from 4.5, or warrning message should > be changed. Thanks for the report. Could you file a bug on it? bugs.gentoo.org That's how Gentoo normally tracks such things (and actually, a lot of=20 other non-bug stuff too). It helps keep them around until the problem is= =20 looked into and fixed, where a message posted to the list is often read=20 and forgotten about, if the package maintainer doesn't have time right=20 then to look into it. The list is more for discussion of various=20 technical questions that might be hard, or where there's likely to be a=20 difference of opinion that needs hashed out. Thanks again. =3D:^) --=20 Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman