Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bodKX-00045q-P2 for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 26 Sep 2016 21:20:53 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bodKX-0008J0-BW for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 26 Sep 2016 21:20:53 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bodKX-0008It-0d for pgsql-pkg-yum@postgresql.org; Mon, 26 Sep 2016 21:20:53 +0000 Received: from ohmu.fi ([213.157.68.249]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bodKT-00080L-St for pgsql-pkg-yum@postgresql.org; Mon, 26 Sep 2016 21:20:52 +0000 Received: from [127.0.0.1] (localhost [IPv6:::1]) by ohmu.fi (Postfix) with ESMTP id 4131B60387; Tue, 27 Sep 2016 00:20:49 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohmu.fi; s=ohmu20151014; t=1474924849; bh=1W3Z0l0gH/Q/XK6aV/0EnzYHUfRPDWHuRWsJhZcJ5ZA=; h=Subject:To:References:From:Date:In-Reply-To:From; b=e3cZJru7shThYjTCiGfgBK3oA455JUmTknUQ3F/zAU7u/KeqPttxbjnKtNNB5LorS 1YveqlS/01r/YvWo0DNjCESI9UbRlisLnHEtZbHJ55DXsEA0OkzmqJrozSwS9i7AQM 6i0cbU5+5VURk+xCssQFbik50slZ0ekQLX5cLc5A= Subject: Re: Broken python3-psycopg2 for F24 / PG 9.6 To: =?UTF-8?B?RGV2cmltIEfDvG5kw7x6?= , pgsql-pkg-yum@postgresql.org References: <1474885640.28685.18.camel@gunduz.org> <403242bb-2cd3-78be-bf4a-2df63c221cac@ohmu.fi> <1474922312.14931.29.camel@gunduz.org> <1474923456.14931.31.camel@gunduz.org> <688415df-7469-e2b9-535e-6a425bf6c7fc@ohmu.fi> <1474924688.14931.33.camel@gunduz.org> From: Oskari Saarenmaa Message-ID: <1a4df1d4-47bd-8421-fe09-d516e8edab47@ohmu.fi> Date: Tue, 27 Sep 2016 00:20:47 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1474924688.14931.33.camel@gunduz.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Pg-Spam-Score: -5.0 (-----) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-pkg-yum Precedence: bulk Sender: pgsql-pkg-yum-owner@postgresql.org 27.09.2016, 00:18, Devrim Gündüz kirjoitti: > On Tue, 2016-09-27 at 00:06 +0300, Oskari Saarenmaa wrote: >> That's weird. The >> https://yum.postgresql.org/9.6/fedora/fedora-24-x86_64/python3-psycopg2-2.6.2 >> -2.f24.x86_64.rpm >> package that I'm seeing definitely doesn't contain a _psycopg.so package >> which is required by psycopg2. >> >> Try python3 -c 'from psycopg2 import _psycopg; print(_psycopg)' and run >> rpm -qf on the reported file. > > > Can you please install python3-psycopg2-debug from our repo, and try again? > 'cause: > > $ python3 -c 'from psycopg2 import _psycopg; print(_psycopg)' > > > $ rpm -qf /usr/lib64/python3.5/site-packages/psycopg2/_psycopg.cpython-35m-x86_64-linux-gnu.so > python3-psycopg2-debug-2.6.2-2.f24.x86_64 > > It looks RPMs are missing dependency -debug subpackage... Ok, installing the -debug package makes it work. Apparently the .so is in the debug package for some reason. It has nothing to do with debug functionality though, it should be moved to the main package. / Oskari -- Sent via pgsql-pkg-yum mailing list (pgsql-pkg-yum@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-pkg-yum