Gentoo Archives: gentoo-catalyst

From: "Juan Luis Pérez Pérez" <juanluperez@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Cannot create stage1-livecd
Date: Mon, 08 Jun 2009 16:33:06
Message-Id: f200eda20906080933k412860cv8e3e8428b4a13de7@mail.gmail.com
In Reply to: Re: [gentoo-catalyst] Cannot create stage1-livecd by Steve Dommett
1 My make.profile is a symlink:
2 # ls -l /etc/make.*
3 -rw-r--r-- 1 root root 815 feb 25 17:56 /etc/make.conf
4 -rw-r--r-- 1 root root 410 jun 19 2008 /etc/make.conf.catalyst
5 lrwxrwxrwx 1 root root 40 jun 2 17:09 /etc/make.globals ->
6 ../usr/share/portage/config/make.globals
7 lrwxrwxrwx 1 root root 48 feb 25 17:45 /etc/make.profile ->
8 ../usr/portage/profiles/default/linux/x86/2008.0
9
10 About my profiles in my spec files I'll change those and try, but I
11 think it will not have any effect... :-(
12
13 Thanks Steve!
14
15 Juan Luis Pérez Pérez
16 Website: http://www.juanluperez.com
17 Registered GNU/Linux user #408294 according to counter.li.org
18 --
19 Por favor, no adjunte documentos en formatos "doc", "ppt", sino en
20 algún formato estándar como "html", "pdf", "rtf", "odt" o "txt".
21 Gracias.
22 Cf: http://www.gnu.org/philosophy/no-word-attachments.es.html
23
24
25
26
27
28 On Mon, Jun 8, 2009 at 18:24, Steve Dommett<steve@×××××.net> wrote:
29 > On Monday 08 June 2009, Juan Luis Pérez Pérez wrote:
30 >> !!! /etc/make.profile is not a symlink and will probably prevent most
31 >> merges. !!! It should point into a profile within /usr/portage/profiles/
32 >> !!! (You can safely ignore this message when syncing. It's harmless.)
33 > This seems to be the root-cause of your problem.
34 >
35 > In your spec files you are using:
36 >> profile: default/linux/x86/2008.0/server
37 > with the exception of your livecd1-stage1.spec where you have:
38 >> profile: default-linux/x86/2008.0
39 >
40 > That path doesn't exist in Portage currently.
41 >
42 > Cheers,
43 >  Steve.
44 >
45 >

Replies

Subject Author
Re: [gentoo-catalyst] Cannot create stage1-livecd Steve Dommett <steve@×××××.net>