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 1QawZ2-0003mB-GW for garchives@archives.gentoo.org; Sun, 26 Jun 2011 21:08:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D444E1C1B2; Sun, 26 Jun 2011 21:06:51 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 7E3991C1B2 for ; Sun, 26 Jun 2011 21:06:51 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.65,428,1304290800"; d="scan'208";a="781366730" Received: from 213-152-39-90.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 26 Jun 2011 22:06:50 +0100 Received: from [192.168.1.102] (unknown [192.168.1.102]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id AD88BA95A2; Sun, 26 Jun 2011 22:01:54 +0100 (BST) Subject: Re: [gentoo-user] zlib and WOFF Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v1242) Content-Type: text/plain; charset=windows-1252 From: Stroller In-Reply-To: <20110507223153.38acacb5@acme7.acmenet> Date: Sun, 26 Jun 2011 22:06:48 +0100 Cc: luis jure Content-Transfer-Encoding: quoted-printable Message-Id: <9F11097A-F0FD-4DA9-8C9E-6FCA5DAA5D11@stellar.eclipse.co.uk> References: <20110424010757.172dc29d@acme7.acmenet> <20110507105859.GC8619@nibiru.local> <20110507223153.38acacb5@acme7.acmenet> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1242) X-Archives-Salt: X-Archives-Hash: b927a5f3d84fc84f1b62075191f0f955 Necro bump! On 8 May 2011, at 02:31, luis jure wrote: > =85 > for some reason the file /usr/lib64/libz.so is a text file, the = solution > was linking it to the real .so file at /lib64/libz.so (or = /lib64/libz.so.1 > in my case). after that lilypond builds just fine. This isn't the best fix, IMO. AIUI these bugs have been closed WONTFIX = in favour of bug #4411 for years. [1] [2] Seems to me like next time you re-emerge zlib your symlink will get = overwritten. You don't give the full error message your original post, but I saw it = for myself yesterday (sorry I no longer have it handy) and it is in fact = fontforge that gives this error, as it's called during Lilypond's build = process. This is now logged as bug 367425 [3], and there is a patch for fontforge = there. For the benefit of posterity and anyone else who discovers this bug via = google (this is not aimed specifically at Luis), IMO the correct fix for = this is: mkdir -p /usr/local/portage/media-gfx/fontforge/files cp /usr/portage/media-gfx/fontforge/fontforge-20110222.ebuild = /usr/local/portage/media-gfx/fontforge/ wget https://bugs.gentoo.org/attachment.cgi?id=3D273709=20 cp "attachment.cgi?id=3D273709" = /usr/local/portage/media-gfx/fontforge/files/fontforge-20110222-zlib.so.pa= tch Open a text editor add one line to the fontforge-20110222.ebuild you = just created in the local overlay: src_prepare() { epatch "${FILESDIR}/${P}-lxkbui.patch" + epatch "${FILESDIR}/${P}-zlib.so.patch" if use doc; then Check your accept keywords for the eBuild, and: ebuild = /usr/local/portage/media-gfx/fontforge/fontforge-20110222.ebuild = manifest emerge -1 fontforge Finally, report your success at bug 367425. This permits you to test the ebuild for lilypond-2.14.1 at bug 370273. = [4] Stroller. [1] https://bugs.gentoo.org/show_bug.cgi?id=3D4411 [2] https://bugs.gentoo.org/show_bug.cgi?id=3D290974 [3] https://bugs.gentoo.org/show_bug.cgi?id=3D367425 [4] https://bugs.gentoo.org/show_bug.cgi?id=3D370273=