From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-embedded+bounces-1366-garchives=archives.gentoo.org@gentoo.org>)
	id 1Gbto2-00017i-9h
	for garchives@archives.gentoo.org; Mon, 23 Oct 2006 07:01:06 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9N706ud018189;
	Mon, 23 Oct 2006 07:00:06 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188])
	by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9N7059T020778
	for <gentoo-embedded@lists.gentoo.org>; Mon, 23 Oct 2006 07:00:05 GMT
Received: by nf-out-0910.google.com with SMTP id p46so3177839nfa
        for <gentoo-embedded@lists.gentoo.org>; Mon, 23 Oct 2006 00:00:05 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        b=hW3PjyI9GJLl+UDuN0bi0p5KIYVO+KRX0yotmTGW98/tT+sRR6EgR6Y53KyhlczAuLSMv52Zeq3w6hYGopdgIeQ4fsO49ee95MQ1tua28lAZ+BpPtM86LAl/oTScWHal82Q+xaZrxuDAukRl4rVDGIrfNmeoMvESlDDqW61Bd1Q=
Received: by 10.82.124.10 with SMTP id w10mr1200252buc;
        Mon, 23 Oct 2006 00:00:04 -0700 (PDT)
Received: by 10.82.150.14 with HTTP; Mon, 23 Oct 2006 00:00:04 -0700 (PDT)
Message-ID: <5852c7e30610230000x5f087054jd62b2f4bfb27482a@mail.gmail.com>
Date: Mon, 23 Oct 2006 09:00:04 +0200
From: "Petr Podrabsky" <petrpo@gmail.com>
To: gentoo-embedded@lists.gentoo.org
Subject: [gentoo-embedded] GNAP extensions
Precedence: bulk
List-Post: <mailto:gentoo-embedded@lists.gentoo.org>
List-Help: <mailto:gentoo-embedded+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-embedded+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org>
X-BeenThere: gentoo-embedded@gentoo.org
Reply-to: gentoo-embedded@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Disposition: inline
X-MIME-Autoconverted: from base64 to 8bit by robin.gentoo.org id k9N7059T020778
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id k9N706vQ018189
X-Archives-Salt: 8a5eebfd-6754-4388-a8d8-5b2289683ada
X-Archives-Hash: a0f4df3098193ebe7221c9f530edbcd3

Hello guys,

I have some questions about GNAP. I have GNAP, catalyst 2.0 versions,
squashfs-tools 3.0, gcc 4.1.1. A default portage snapshot from gnap
package is very small (1,7MB). I can see there are missing some
packages that I need (hostap-driver, and so on=E2=80=A6). Ok. In this cas=
e I
have to define extensions in myspecs01 dir:

--extensions-conf:
# List of extensions to build
extensions: less hostap-driver hostap-utils quagga

# hostap-driver extension
hostap-driver/packlist: hostap-driver
#hostap-driver/cleanup: /usr/share

# hostp-utils extension
hostap-utils/packlist: hostap-utils
#hostap-utils/cleanup: /usr/share

# less extension
less/packlist: less
less/cleanup: /usr/share

# quagga extension
quagga/packlist: quagga
quagga/cleanup: /usr/share /etc/quagga/samples /usr/include /usr/lib/perl=
5
--end of file extensions.conf

Then I tried to do extensions like this:
#gnap_make -t extensions -e less -e hostap-driver -e hostap-utils -e
quagga -p portage-20061006.tar.bz2 -o router05 -e myspecs01 -v
20061006C

Gnap_make ends with error:
.....
app-misc/pax-utils
    selected: 0.1.10
   protected: 0.1.13
     omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging app-misc/pax-utils-0.1.10...
No package files given... Grabbing a set.
--- !mtime obj /usr/bin/scanelf
--- !mtime obj /usr/bin/pspax
--- !mtime obj /usr/bin/dumpelf
--- !empty dir /usr/bin
--- !empty dir /usr
>>> emerge (9 of 20) sys-apps/portage-2.1.1 to /
!!! Security Violation: A file exists that is not in the manifest.
!!! File: files/digest-portage-2.1.2_pre2-r2

Traceback (most recent call last):
  File "modules/grp_target.py", line 58, in run_local
    +" "+pkgset+" "+mypackages,env=3Dself.env)
  File "/usr/lib/catalyst/modules/catalyst_support.py", line 487, in cmd
    raise CatalystError,myexc
CatalystError: <unprintable instance object>
None

!!! catalyst: GRP build aborting due to error.


Catalyst aborting....
lockfile does not exist
'/var/tmp/catalyst/tmp/gnap/grp-x86-20061006C/.catalyst_lock'


How I can solve this portage problem?
Is there any problem I use for GNAP nearly latest portage snapshot
(portage-20061006.tar.bz2 =3D ~37MB) ?
Should I use some "better" and smaller portage for GNAP?
Where should I find =E2=80=9Ebetter" portage snapshot (not big like 37MB)
where hostap-driver, hostap-utils,quagga are included?

Can I do gnap_make =E2=80=93t all with latest portage like this:
gnap_make =E2=80=93t all =E2=80=93p portage-20061017.tar.bz2

Thanks for any info.

Petr

--=20
gentoo-embedded@gentoo.org mailing list