Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
Created an attachment (id=190665) [details] Patch for x11-libs/libfontenc-1.0.4.ebuild
+ 08 May 2009; Samuli Suominen <ssuominen@gentoo.org> + libfontenc-1.0.4.ebuild: + Missing rdepend sys-libs/zlib wrt #268997, thanks to Corbin Simpson.