On 14:57 Tue 20 Mar , Michael Sullivan wrote:
> I'm trying to make a livecd with catalyst, but I keep running into
> things like this:
>
> !!! All ebuilds that could satisfy "sys-boot/yaboot" have been masked.
>
> I unmask them in /etc/portage/package.keywords and etc, but they're
> still masked when catalyst tries to emerge them. Do I need to emerge
> them on my main system first?
>
a package is unmasked in /etc/portage/package.unmask not in
/etc/portage/package.keywords.
--
=== ALL USERS PLEASE NOTE ========================
There has been some confusion concerning MAPCAR.
(DEFUN MAPCAR (&FUNCTIONAL FCN &EVAL &REST LISTS)
(PROG (V P LP)
(SETQ P (LOCF V))
L (SETQ LP LISTS)
(%START-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
L1 (OR LP (GO L2))
(AND (NULL (CAR LP)) (RETURN V))
(%PUSH (CAAR LP))
(RPLACA LP (CDAR LP))
(SETQ LP (CDR LP))
(GO L1)
L2 (%FINISH-FUNCTION-CALL FCN T (LENGTH LISTS) NIL)
(SETQ LP (%POP))
(RPLACD P (SETQ P (NCONS LP)))
(GO L)))
We hope this clears up the many questions we've had about it.
--
[email protected] mailing list