Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268997 - x11-libs/libfontenc-1.0.4: Cross-compile to ARM fails because of missing DEPENDS
Summary: x11-libs/libfontenc-1.0.4: Cross-compile to ARM fails because of missing DEPENDS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 02:44 UTC by Corbin Simpson
Modified: 2009-05-08 21:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for x11-libs/libfontenc-1.0.4.ebuild (new.patch,342 bytes, patch)
2009-05-08 02:48 UTC, Corbin Simpson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Corbin Simpson 2009-05-08 02:44:20 UTC
libfontenc ebuild doesn't DEPEND on zlib, so it fails to build. Simple fix: just DEPEND on sys-libs/zlib.

Reproducible: Always

Steps to Reproduce:
1. Cross-merge libfontenc (or any depender that doesn't pull in zlib first, like xorg-server) to arm-linux-gnueabi.
2. Watch text fly by.
3. Build errors!

Actual Results:  
Build errors...

Expected Results:  
Successful emerge.

Simple one-liner patch fixes it; attached.
Comment 1 Corbin Simpson 2009-05-08 02:48:56 UTC
Created attachment 190665 [details, diff]
Patch for x11-libs/libfontenc-1.0.4.ebuild
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-05-08 21:11:09 UTC
+  08 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+  libfontenc-1.0.4.ebuild:
+  Missing rdepend sys-libs/zlib wrt #268997, thanks to Corbin Simpson.