Gentoo Archives: gentoo-alt

From: Francois Bissey <francois.bissey@×××××××××××××.nz>
To: "gentoo-alt@l.g.o" <gentoo-alt@l.g.o>
Subject: Re: [gentoo-alt] sync failure on OS X
Date: Fri, 05 Jun 2015 01:14:10
Message-Id: CA03FE60-CB60-42E7-B328-DB7D6D00E4DB@canterbury.ac.nz
In Reply to: Re: [gentoo-alt] sync failure on OS X by Francois Bissey
1 And it looks like for some reasons the content for Babel is not synced:
2 fbissey@Mirage ~/Gentoo $ ll usr/portage/dev-python/babel
3 total 20K
4 drwxr-xr-x 5 fbissey staff 170 Jun 5 10:17 .
5 drwxr-xr-x 1409 fbissey staff 47K May 31 00:01 ..
6 -rw-r--r-- 1 fbissey staff 8.4K Jun 4 19:33 ChangeLog
7 -rw-r--r-- 1 fbissey staff 2.9K Jun 4 19:33 Manifest
8 -rw-r--r-- 1 fbissey staff 617 Jun 4 19:33 metadata.xml
9
10 scp-ing the stuff from a regular box is temporarily fixing the
11 problem. We’ll see what happens next time I synced.
12
13 François
14
15 > On 5/06/2015, at 12:50, Francois Bissey <francois.bissey@×××××××××××××.nz> wrote:
16 >
17 > It looks like it is just the dev-python/Babel ebuild as far as I can see.
18 > I used to be happy on a case insensitive file system myself but
19 > I have the above as a dependency of something else and this is fun:
20 >
21 > fbissey@Mirage ~/Gentoo $ emerge -puDNv dev-python/babel
22 >
23 > These are the packages that would be merged, in order:
24 >
25 > Calculating dependencies... done!
26 >
27 > emerge: there are no ebuilds to satisfy "dev-python/babel".
28 >
29 > emerge: searching for similar names...
30 > emerge: Maybe you meant any of these: dev-python/Babel, dev-python/babelfish, dev-python/blz?
31 > fbissey@Mirage ~/Gentoo $ emerge -puDNv dev-python/Babel
32 >
33 > These are the packages that would be merged, in order:
34 >
35 > Calculating dependencies... done!
36 >
37 > emerge: there are no ebuilds to satisfy "dev-python/Babel".
38 >
39 > emerge: searching for similar names...
40 > emerge: Maybe you meant any of these: dev-python/babelfish, dev-python/blz, dev-python/tablib?
41 >
42 > There is a loose policy, as far as I remember to avoid capital in
43 > package names as much as possible (stuff like dev-lang/R being case
44 > where you usually want capital). I am not entirely clear what it is in
45 > Babel that breaks things though, there must be something more than
46 > capitalisation.
47 >
48 > François
49 >
50 >> On 19/05/2015, at 12:03, Gibson, John <jgibson@×××××.org> wrote:
51 >>
52 >> On May 18, 2015, at 19:07, yegle <cnyegle@×××××.com> wrote:
53 >>>
54 >>> On Mon, May 18, 2015 at 2:13 AM, Konstantin Tokarev <annulen@××××××.ru> wrote:
55 >>>> You should create case-sensitive partition and move your prefix there.
56 >>>
57 >>> If this is a requirement of using Gentoo Prefix then yes I should
58 >>> start with a case-sensitive partition. But looks like this is not the
59 >>> case, at least I cannot find it in the bootstrap guide etc.
60 >>>
61 >>> I've been using Gentoo Prefix on a case-insensitive FS (blame Apple
62 >>> for the default) for 5 years without a problem, and the rsync problem
63 >>> appeared in recent weeks.
64 >>>
65 >>> So I'm looking for anyone who can confirm that there's a problem
66 >>> syncing and the problem tie to a case-insensitive FS. Then, either
67 >>> declare that Gentoo Prefix require a case-sensitive FS and everyone
68 >>> should migrate their existing prefix, or fix the problem by
69 >>> remove/rename the offending file in portage tree.
70 >>>
71 >>> --
72 >>> yegle
73 >>> http://about.me/yegle
74 >>>
75 >>
76 >> I've been using Prefix since at least 2008 and it does require a case-sensitive file system, however as Fabian said way back then:
77 >>> I'm running on case-insensitive filesystem too, and the problems
78 >>> currently are very very very limited. So just go for it and forget
79 >>> about it, until you start to hit weird errors ;)
80 >>>
81 >> See this thread for details:
82 >>
83 >> https://www.mail-archive.com/gentoo-alt%40lists.gentoo.org/msg03694.html
84 >>
85 >> Changing the tree to support case-insensitve file systems may not be possible. AFAIK that the Prefix tree is really just the main Gentoo tree at this point, and because the main tree originated on Linux it assumes case sensitivity.
86 >>
87 >> I run my prefix out of a case-insensitive sparse bundle and haven't seen the problem.
88 >>
89 >> John
90 >>
91 >

Replies

Subject Author
Re: [gentoo-alt] sync failure on OS X Fabian Groffen <grobian@g.o>