From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DATE_IN_PAST_24_48, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from grace.speakeasy.org ([216.254.0.2] ident=qmailr) by cvs.gentoo.org with smtp (Exim 3.22 #1) id 14WrPG-0002Cy-00 for gentoo-dev@gentoo.org; Sat, 24 Feb 2001 19:59:31 -0700 Received: (qmail 23463 invoked by uid 6969); 25 Feb 2001 03:00:28 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 Feb 2001 03:00:28 -0000 From: Sean Jensen_Grey To: gentoo-dev@gentoo.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gentoo-dev] is portage not so fresh? Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat Feb 24 20:00:03 2001 X-Original-Date: Sat, 24 Feb 2001 19:00:28 -0800 (PST) X-Archives-Salt: 6083b327-12ff-4c4d-922f-b80bddcac7b8 X-Archives-Hash: 8c38f6d8e65eda473b275f11d03b35bb I am *REALLY* new to gentoo linux but I just installed (from the rc4 pre iso image), and grabbed the portage tree with rsync then went into cd /usr/portage/sys-apps/portage ebuild portage-x.y.z.ebuild merge and now I can't grab packages off of the cd...It looks like it wants all the packages in a two level heirarchy. / mount /mnt/cdrom cd /mnt/cdrom/packages/All All > pkgmerge ncftp-3.0.2.tbz2 Traceback (most recent call last): File "/usr/sbin/pkgmerge", line 68, in ? mykey=mytbz2.getelements("CATEGORY")[0]+"/"+mypkg[:-5] IndexError: list index out of range ========================================== And I tried backing out the new version with a portage-unmerge since, portage-maintain said I had two versions on my system. Don't do this. I think my portage system is fubar'd up now. All these bash scripts kinda smell like install shield for unix. I had to go to counseling about my experience with bash. I like the use of python, I just wish it was more pervasive.. What is the best technique to get a working portage back on my system? Can I make ebuild scripts in python instead of bash? Thanks, Sean.