Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: gentoo-dev@l.g.o
Cc: gentoo-user@l.g.o
Subject: Re: [gentoo-dev] local repo kernel ebuild search for tar.bz2 instead of tar.xz
Date: Thu, 26 Jun 2014 17:47:34
Message-Id: 20140626174623.GA10233@woodpecker.gentoo.org
In Reply to: [gentoo-dev] local repo kernel ebuild search for tar.bz2 instead of tar.xz by Kfir Lavi
1 On Thu, Jun 26, 2014 at 07:37:40PM +0300, Kfir Lavi wrote:
2 > Hi,
3 > I have copied ebuild from sys-kernel/hardened-sources to my local
4 > repository, in order to patch the sources.
5 > I didn't change the ebuild for now, but repoman manifest does not work.
6 > It tries to download files with extension tar.bz2 and not tar.xz.
7 > If I delete my local copy of the ebuild, emerge will work ok from the
8 > global portage tree.
9 > I think bug [1]https://bugs.gentoo.org/show_bug.cgi?id=421721
10 > is related to my problem, as it changed the extension of tar archives
11 > from bz2 to xz.
12 > Maybe there is a global flag I need to specify in order to inherit
13 > gentoo main tree behaviour?
14 > Regards,
15 > Kfir
16 >
17 > References
18 >
19 > 1. https://bugs.gentoo.org/show_bug.cgi?id=421721
20
21
22 Check that you are using the latest kernel-2.eclass in your local repo.
23
24 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/kernel-2.eclass?view=log
25 Diff to previous 1.278
26
27 Revision 1.279 - (view) (download) (annotate) - [select for diffs]
28 Sat Mar 9 21:05:50 2013 UTC (15 months, 2 weeks ago) by tomwij
29 Kernel sources and (gen)patches now use xz instead of bz2. Bug #421721
30
31
32 --
33 Mike Pagano
34 Gentoo Developer - Kernel Project
35 Gentoo Sources - Lead
36 E-Mail : mpagano@g.o
37 GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3
38 Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index

Replies