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.43)
	id 1E5c18-0008Mx-IN
	for garchives@archives.gentoo.org; Thu, 18 Aug 2005 04:28:38 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7I4QOB7009179;
	Thu, 18 Aug 2005 04:26:24 GMT
Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201])
	by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7I4Kck8030133
	for <gentoo-user@lists.gentoo.org>; Thu, 18 Aug 2005 04:20:39 GMT
Received: by zproxy.gmail.com with SMTP id x7so236294nzc
        for <gentoo-user@lists.gentoo.org>; Wed, 17 Aug 2005 21:21:36 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=GJ1KUzwYayWR070QxmzTj0TtlcWtyY1CQYT1WWCMMwRQjgsWbXnYX3iLIXb2peQjTmjfHCA18/gneNWgdlvumCiC67xrB4C8Go08tP28Ua7HQdiU2iqpiLsFMmG+EqfGd8Mo9k26TSS9qbk46CHLBf1TygPvjR5zQvs5qC61M38=
Received: by 10.36.57.4 with SMTP id f4mr1127025nza;
        Wed, 17 Aug 2005 21:21:36 -0700 (PDT)
Received: by 10.36.58.18 with HTTP; Wed, 17 Aug 2005 21:21:36 -0700 (PDT)
Message-ID: <5bdc1c8b050817212164dff1df@mail.gmail.com>
Date: Wed, 17 Aug 2005 21:21:36 -0700
From: Mark Knecht <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
In-Reply-To: <4304086A.1070505@planet.nl>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <61023.202.175.143.143.1124242225.squirrel@localhost>
	 <20050817085149.1f4aa4fd@krikkit.digimed.co.uk>
	 <5bdc1c8b05081707173cbbb76b@mail.gmail.com>
	 <200508171244.52421.nbensa@gmx.net>
	 <5bdc1c8b050817180943762857@mail.gmail.com>
	 <4303FA80.9020200@planet.nl>
	 <5bdc1c8b0508172052215ae700@mail.gmail.com>
	 <4304086A.1070505@planet.nl>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j7I4Kck8030133
X-Archives-Salt: 5f53cb4e-777a-43e9-868e-be1d1ca510df
X-Archives-Hash: 7258b5c8c80ea7b7f2cfc8b1e09e9ff6

On 8/17/05, Holly Bostick <motub@planet.nl> wrote:
> Mark Knecht schreef:
> > On 8/17/05, Holly Bostick <motub@planet.nl> wrote:
> >
> >>Mark Knecht schreef:
> >>
> >>>Yes, it does, but it still didn't tell me what profile I'm running:
> >>>
> >>>mark@flash ~ $  ls /etc/make.profile/
> >>>2.4  packages  parent
> >>>mark@flash ~ $
> >>>
> >>>where as
> >>>
> >>>mark@flash ~ $  cat /etc/make.profile/packages | grep profile
> >>># $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.0/packages,v
> >>>1.3 2005/03/28 22:09:18 wolf31o2 Exp $
> >>># please refer to ${PORTDIR}/profiles/base/packages
> >>>mark@flash ~ $
> >>>
> >>>seems to say 2005.0 which is consistent with the most recent CD I've burned.
> >>>
> >>
> >>You know, that's very weird, Mark-- on my system
> >
> >
> > Hi Holly,
> >    Ugh...what time is it there? 4 or 5AM?
> 
> Yeah (6 am, now). I couldn't sleep.
> 
> >
> >    Try both versions
> >
> > ls -l /etc/make.profile
> > ls -l /etc/make.profile/
> >
> >
> >>
> >> ls -l /etc/make.profile
> >>lrwxrwxrwx  1 root root 46 jun 17 03:33 /etc/make.profile ->
> >>/usr/portage/profiles/default-linux/x86/2005.0
> >>
> 
> and yes, with the trailing slash, I get the same results as you
> 
>  ls -l /etc/make.profile/
> totaal 8
> drwxr-xr-x  2 portage portage 120 jan 21  2005 2.4
> -rw-r--r--  1 root    root    679 mrt 29 00:35 packages
> -rw-r--r--  1 portage portage 343 dec  3  2004 parent
> 
> ... but that makes sense to me, because the first command is ls-ing the
> symlink only (thus gives the properties of the symlink, as ls always
> does if you specify a single file), and the second command (with the
> slash) is ls-ing the contents of the symlink, which in this case happens
> to be a folder.

I didn't realize that until this thread. Still it's not natural to me,
but clearly it seems to work which is cool.

> 
> I think I thought that you were getting the contents when you weren't
> ls-ing the folder, but only the symlink.
> 
> I should probably get some sleep, then, huh?

Yeah, sounds that way. Heck, even I'll be doing the same in an hour or
two, but that will jsut be 11PM. Boring guy here tonight.

Sleep tight,
Mark

-- 
gentoo-user@gentoo.org mailing list