Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424045 - sys-boot/grub-1.98+: fix deps on app-arch/xz-utils
Summary: sys-boot/grub-1.98+: fix deps on app-arch/xz-utils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-06-29 10:58 UTC by Andrey Volkov
Modified: 2012-08-19 18:25 UTC (History)
2 users (show)

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


Attachments
grub-2.00.ebuild-xz.patch (grub-2.00.ebuild-xz.patch,365 bytes, patch)
2012-06-29 11:03 UTC, Andrey Volkov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Volkov 2012-06-29 10:58:26 UTC
sys-boot/grub-1.98+

1. depends on app-arch/xz-utils

ChangeLog: 
2010-09-23  Vladimir Serbinenko  <phcoder@gmail.com>

        Support xz compression on yeeloong.

        * Makefile.util.def (grub-mkimage): Add $(LIBLZMA).
        * configure.ac: Check for LZMA.
        * grub-core/Makefile.core.def (xz_decompress): New target.


ldd /bin/grub2-mkimage | grep lzma
	liblzma.so.5 => /usr/lib/liblzma.so.5

2. does not depend on dev-libs/lzo

ChangeLog: 
2009-07-19  Pavel Roskin  <proski@gnu.org>

        * Makefile.in: Remove LIBLZO and enable_lzo.
        * conf/i386-pc.rmk: Remove lzo support.

Reproducible: Always
Comment 1 Andrey Volkov 2012-06-29 11:03:45 UTC
Created attachment 316605 [details, diff]
grub-2.00.ebuild-xz.patch
Comment 2 Andrey Volkov 2012-06-29 12:05:08 UTC
It's a reverse patch =)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-29 16:19:30 UTC
# ChangeLog for sys-boot/grub
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.221 2012/06/29 15:34:20 floppym Exp $

  29 Jun 2012; Mike Gilbert <floppym@gentoo.org> grub-2.00.ebuild,
  grub-9999.ebuild:
  Replace lzo with xz-utils, bug 424045 by Andrey Volkov.
Comment 4 Nikoli 2012-08-19 17:59:37 UTC
Why this bug is not marked "fixed"?