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 <gentoo-dev+bounces-47871-garchives=archives.gentoo.org@lists.gentoo.org>) id 1R7DaS-0006dc-0D for garchives@archives.gentoo.org; Fri, 23 Sep 2011 21:47:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB42421C315; Fri, 23 Sep 2011 21:46:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AFBB21C312 for <gentoo-dev@lists.gentoo.org>; Fri, 23 Sep 2011 21:45:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id D2173641D2 for <gentoo-dev@lists.gentoo.org>; Fri, 23 Sep 2011 21:45:30 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.995 X-Spam-Level: X-Spam-Status: No, score=-4.995 required=5.5 tests=[AWL=1.604, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] 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 Blt5a-O-lGyZ for <gentoo-dev@lists.gentoo.org>; Fri, 23 Sep 2011 21:45:24 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id CE3CD1B4063 for <gentoo-dev@gentoo.org>; Fri, 23 Sep 2011 21:45:23 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from <lnx-gentoo-dev@m.gmane.org>) id 1R7DYa-0006MT-QI for gentoo-dev@gentoo.org; Fri, 23 Sep 2011 23:45:16 +0200 Received: from athedsl-373981.home.otenet.gr ([79.131.12.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-dev@gentoo.org>; Fri, 23 Sep 2011 23:45:16 +0200 Received: from realnc by athedsl-373981.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-dev@gentoo.org>; Fri, 23 Sep 2011 23:45:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Nikos Chantziaras <realnc@arcor.de> Subject: [gentoo-dev] zlib breakage Date: Sat, 24 Sep 2011 00:44:50 +0300 Organization: Lucas Barks Message-ID: <j5iukv$v5h$1@dough.gmane.org> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> 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; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-373981.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110920 Thunderbird/6.0 X-Archives-Salt: X-Archives-Hash: 2a5f34ff539b12fd05cb31e92b0e24e0 I believe something needs to be done with the zlib-1.2.5.1-r1 and -r2 packages currently in the tree. The maintainer of zlib pushed those revisions with a patch that alters macro identifiers, making Gentoo's zlib incompatible with upstream. As a result, a lot of packages stopped building. Bug reports for broken packages come in and then are being modified to fit Gentoo's zlib. Breaking compatibility with upstream zlib also means that non-portage software, the ones I install with "./configure --prefix=$HOME/usr && make install", also won't build. It's a mess right now and it just doesn't look right. The bug that deals with it was locked from public view: https://bugs.gentoo.org/show_bug.cgi?id=383179 Is there a plan for this, or will we have to live with what is essentially an incompatible Gentoo fork of zlib?