* [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
@ 2005-08-17 1:30 Jamie Dobbs
2005-08-17 2:01 ` Mark Knecht
2005-08-19 9:34 ` Jamie Dobbs
0 siblings, 2 replies; 22+ messages in thread
From: Jamie Dobbs @ 2005-08-17 1:30 UTC (permalink / raw
To: gentoo-user
I am trying to build Xorg on a newly installed 2005.1 system and get the
following output:
LD_LIBRARY_PATH=../../../exports/lib
XLOCALEDIR=../../../exports/lib/locale ../../../exports/bin/mkfontscale
-b -s -l .
/usr/bin/fc-cache .
make[5]: *** [fonts.cache] Illegal instruction
make[5]: Leaving directory
`/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts/scaled/Type1'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts/scaled'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc'
make: *** [World] Error 2
!!! ERROR: x11-base/xorg-x11-6.8.2-r2 failed.
!!! Function build, Line 974, Exitcode 2
!!! make World failed
!!! If you need support, post the topmost build error, NOT this status
message.
I have searched Bugzilla but can't see any references to the error I am
experiencing, can anyone point me in the right direction?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 1:30 [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1 Jamie Dobbs
@ 2005-08-17 2:01 ` Mark Knecht
2005-08-17 7:51 ` Neil Bothwick
2005-08-19 9:34 ` Jamie Dobbs
1 sibling, 1 reply; 22+ messages in thread
From: Mark Knecht @ 2005-08-17 2:01 UTC (permalink / raw
To: gentoo-user
On 8/16/05, Jamie Dobbs <jamie.dobbs@orcon.net.nz> wrote:
> I am trying to build Xorg on a newly installed 2005.1 system and get the
> following output:
>
> LD_LIBRARY_PATH=../../../exports/lib
> XLOCALEDIR=../../../exports/lib/locale ../../../exports/bin/mkfontscale
> -b -s -l .
> /usr/bin/fc-cache .
> make[5]: *** [fonts.cache] Illegal instruction
> make[5]: Leaving directory
> `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts/scaled/Type1'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory
> `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts/scaled'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc'
> make[1]: *** [World] Error 2
> make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc'
> make: *** [World] Error 2
>
> !!! ERROR: x11-base/xorg-x11-6.8.2-r2 failed.
> !!! Function build, Line 974, Exitcode 2
> !!! make World failed
> !!! If you need support, post the topmost build error, NOT this status
> message.
>
> I have searched Bugzilla but can't see any references to the error I am
> experiencing, can anyone point me in the right direction?
Jamie,
I don't know anymore how to tell what profile I'm running under but
there certainly isn't a general problem with xorg-x11 on my laptop
here:
flash ~ # emerge -pv xorg-x11
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] x11-base/xorg-x11-6.8.2-r2 -3dfx -3dnow +bitmap-fonts
-cjk -deb ug -dlloader -dmx -doc -font-server -insecure-drivers +ipv6
-minimal +mmx +nls - nocxx +opengl +pam -sdk +sse -static
+truetype-fonts +type1-fonts (-uclibc) -xpr int +xv 0 kB
Total size of downloads: 0 kB
flash ~#
flash ~ # emerge -pv glibc
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] sys-libs/glibc-2.3.5 -build -debug -erandom -hardened
(-multilib) +nls +nptl +nptlonly -pic (-selinux) -userlocales 0 kB
Total size of downloads: 0 kB
flash ~ #
Doubt this helps much. Hope oyu get it figured out.
Good luck,
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 2:01 ` Mark Knecht
@ 2005-08-17 7:51 ` Neil Bothwick
2005-08-17 14:17 ` Mark Knecht
0 siblings, 1 reply; 22+ messages in thread
From: Neil Bothwick @ 2005-08-17 7:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 219 bytes --]
On Tue, 16 Aug 2005 19:01:23 -0700, Mark Knecht wrote:
> I don't know anymore how to tell what profile I'm running under
ls -l /etc/make.profile
--
Neil Bothwick
(A)bort (R)etry (T)ake an axe to it?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 7:51 ` Neil Bothwick
@ 2005-08-17 14:17 ` Mark Knecht
2005-08-17 15:44 ` Norberto Bensa
` (2 more replies)
0 siblings, 3 replies; 22+ messages in thread
From: Mark Knecht @ 2005-08-17 14:17 UTC (permalink / raw
To: gentoo-user
On 8/17/05, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Tue, 16 Aug 2005 19:01:23 -0700, Mark Knecht wrote:
>
> > I don't know anymore how to tell what profile I'm running under
>
> ls -l /etc/make.profile
>
Thanks Neil. It seems that this specific command doesn't give me a lot
of information:
mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
total 12
drwxr-xr-x 2 root root 4096 Jan 21 2005 2.4
-rw-r--r-- 1 root root 679 Mar 28 14:35 packages
-rw-r--r-- 1 root root 343 Dec 3 2004 parent
mark@dragonfly /etc/make.profile $
However within the packages file I see this:
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2005.0/packages,v
1.3 2005/03/28 22:09:18 wolf31o2 Exp $
So I guess this machine is 2005.0, as most likely are most of my other
machines. Sorry Jamie - no help here.
Thanks,
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 14:17 ` Mark Knecht
@ 2005-08-17 15:44 ` Norberto Bensa
2005-08-18 1:09 ` Mark Knecht
2005-08-17 16:43 ` Neil Bothwick
2005-08-17 16:58 ` Peter Ruskin
2 siblings, 1 reply; 22+ messages in thread
From: Norberto Bensa @ 2005-08-17 15:44 UTC (permalink / raw
To: gentoo-user; +Cc: Mark Knecht
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
Mark Knecht wrote:
> Thanks Neil. It seems that this specific command doesn't give me a lot
> of information:
>
> mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
^
delete this-------------------------------------------------|
it _makes_ a difference ;)
--
Norberto Bensa
4544-9692 / 15-4190-6344
Ciudad de Buenos Aires, Argentina
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 14:17 ` Mark Knecht
2005-08-17 15:44 ` Norberto Bensa
@ 2005-08-17 16:43 ` Neil Bothwick
2005-08-17 16:58 ` Peter Ruskin
2 siblings, 0 replies; 22+ messages in thread
From: Neil Bothwick @ 2005-08-17 16:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
On Wed, 17 Aug 2005 07:17:37 -0700, Mark Knecht wrote:
> > ls -l /etc/make.profile
> >
> Thanks Neil. It seems that this specific command doesn't give me a lot
> of information:
>
> mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
"ls -l /etc/make.profile" not "ls -l /etc/make.profile/"
--
Neil Bothwick
One person's error is another person's data.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 14:17 ` Mark Knecht
2005-08-17 15:44 ` Norberto Bensa
2005-08-17 16:43 ` Neil Bothwick
@ 2005-08-17 16:58 ` Peter Ruskin
2 siblings, 0 replies; 22+ messages in thread
From: Peter Ruskin @ 2005-08-17 16:58 UTC (permalink / raw
To: gentoo-user
On Wednesday 17 August 2005 15:17, Mark Knecht wrote:
> mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
> total 12
> drwxr-xr-x 2 root root 4096 Jan 21 2005 2.4
> -rw-r--r-- 1 root root 679 Mar 28 14:35 packages
> -rw-r--r-- 1 root root 343 Dec 3 2004 parent
> mark@dragonfly /etc/make.profile $
Try it without the trailing slash:
ls -l /etc/make.profile
--
Peter
========================================================================
Gentoo Linux: Portage 2.0.51.22-r2. kernel-2.6.12-gentoo-r6.
i686 AMD Athlon(tm) XP 3200+. gcc(GCC): 3.3.5-20050130.
KDE: 3.4.2. Qt: 3.3.4.
========================================================================
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 15:44 ` Norberto Bensa
@ 2005-08-18 1:09 ` Mark Knecht
2005-08-18 1:19 ` Jamie Dobbs
` (3 more replies)
0 siblings, 4 replies; 22+ messages in thread
From: Mark Knecht @ 2005-08-18 1:09 UTC (permalink / raw
To: Norberto Bensa; +Cc: gentoo-user
On 8/17/05, Norberto Bensa <nbensa@gmx.net> wrote:
> Mark Knecht wrote:
> > Thanks Neil. It seems that this specific command doesn't give me a lot
> > of information:
> >
> > mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
> ^
> delete this-------------------------------------------------|
>
> it _makes_ a difference ;)
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.
Thanks,
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 1:09 ` Mark Knecht
@ 2005-08-18 1:19 ` Jamie Dobbs
2005-08-18 1:53 ` Norberto Bensa
` (2 subsequent siblings)
3 siblings, 0 replies; 22+ messages in thread
From: Jamie Dobbs @ 2005-08-18 1:19 UTC (permalink / raw
To: gentoo-user
Given the responses so far I think I might have to try a fresh install,
this time using 2005.0 as this bug may well be limited to 2005.1
> On 8/17/05, Norberto Bensa <nbensa@gmx.net> wrote:
>> Mark Knecht wrote:
>> > Thanks Neil. It seems that this specific command doesn't give me a lot
>> > of information:
>> >
>> > mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
>> ^
>> delete this-------------------------------------------------|
>>
>> it _makes_ a difference ;)
>
> 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.
>
> Thanks,
> Mark
>
> --
> gentoo-user@gentoo.org mailing list
>
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 1:09 ` Mark Knecht
2005-08-18 1:19 ` Jamie Dobbs
@ 2005-08-18 1:53 ` Norberto Bensa
2005-08-18 2:33 ` Mark Knecht
2005-08-18 3:03 ` Holly Bostick
2005-08-18 14:46 ` Neil Bothwick
3 siblings, 1 reply; 22+ messages in thread
From: Norberto Bensa @ 2005-08-18 1:53 UTC (permalink / raw
To: Mark Knecht; +Cc: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
Mark Knecht wrote:
> 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
Grrrr... Just do:
ls -l /etc/make.profile
--
Norberto Bensa
4544-9692 / 15-4190-6344
Ciudad de Buenos Aires, Argentina
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 1:53 ` Norberto Bensa
@ 2005-08-18 2:33 ` Mark Knecht
0 siblings, 0 replies; 22+ messages in thread
From: Mark Knecht @ 2005-08-18 2:33 UTC (permalink / raw
To: Norberto Bensa; +Cc: gentoo-user
On 8/17/05, Norberto Bensa <nbensa@gmx.net> wrote:
> Mark Knecht wrote:
> > 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
>
> Grrrr... Just do:
>
> ls -l /etc/make.profile
>
Yes sir! That works. Thanks. (That last slash makes a big difference!)
godzilla linux # ls -l /etc/make.profile
lrwxrwxrwx 1 root root 48 Jul 15 02:40 /etc/make.profile ->
../usr/portage/profiles/default-linux/x86/2005.0
godzilla linux #
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 1:09 ` Mark Knecht
2005-08-18 1:19 ` Jamie Dobbs
2005-08-18 1:53 ` Norberto Bensa
@ 2005-08-18 3:03 ` Holly Bostick
2005-08-18 3:52 ` Mark Knecht
2005-08-18 14:46 ` Neil Bothwick
3 siblings, 1 reply; 22+ messages in thread
From: Holly Bostick @ 2005-08-18 3:03 UTC (permalink / raw
To: gentoo-user
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
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
Perhaps your /etc/profile symlink is improperly created?
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 3:03 ` Holly Bostick
@ 2005-08-18 3:52 ` Mark Knecht
2005-08-18 4:02 ` Holly Bostick
0 siblings, 1 reply; 22+ messages in thread
From: Mark Knecht @ 2005-08-18 3:52 UTC (permalink / raw
To: gentoo-user
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?
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
>
> Perhaps your /etc/profile symlink is improperly created?
>
> Holly
> --
Take care,
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 3:52 ` Mark Knecht
@ 2005-08-18 4:02 ` Holly Bostick
2005-08-18 4:21 ` Mark Knecht
2005-08-18 12:53 ` Norberto Bensa
0 siblings, 2 replies; 22+ messages in thread
From: Holly Bostick @ 2005-08-18 4:02 UTC (permalink / raw
To: gentoo-user
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 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?
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 4:02 ` Holly Bostick
@ 2005-08-18 4:21 ` Mark Knecht
2005-08-18 12:53 ` Norberto Bensa
1 sibling, 0 replies; 22+ messages in thread
From: Mark Knecht @ 2005-08-18 4:21 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 4:02 ` Holly Bostick
2005-08-18 4:21 ` Mark Knecht
@ 2005-08-18 12:53 ` Norberto Bensa
1 sibling, 0 replies; 22+ messages in thread
From: Norberto Bensa @ 2005-08-18 12:53 UTC (permalink / raw
To: gentoo-user; +Cc: Holly Bostick
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
Holly Bostick wrote:
> I think I thought that you were getting the contents when you weren't
> ls-ing the folder, but only the symlink.
>
Mark was grep'ing /etc/make.profile/packages
> I should probably get some sleep, then, huh?
>
Yes. The world will still be here tomorrow :)
--
Norberto Bensa
4544-9692 / 15-4190-6344
Ciudad de Buenos Aires, Argentina
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 1:09 ` Mark Knecht
` (2 preceding siblings ...)
2005-08-18 3:03 ` Holly Bostick
@ 2005-08-18 14:46 ` Neil Bothwick
2005-08-18 15:39 ` Mark Knecht
3 siblings, 1 reply; 22+ messages in thread
From: Neil Bothwick @ 2005-08-18 14:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 733 bytes --]
On Wed, 17 Aug 2005 18:09:25 -0700, Mark Knecht wrote:
> > > Thanks Neil. It seems that this specific command doesn't give me a
> > > lot of information:
> > >
> > > mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
> > ^
> > delete this-------------------------------------------------|
> >
> > it _makes_ a difference ;)
>
> Yes, it does, but it still didn't tell me what profile I'm running:
You still haven't run "this specific command". The command I gave was
"ls -l /etc/make.profile" not "ls -l /etc/make.profile/" or
"ls /etc/make.profile/"
--
Neil Bothwick
The severity of the itch is inversely proportional to the reach.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 14:46 ` Neil Bothwick
@ 2005-08-18 15:39 ` Mark Knecht
2005-08-18 16:17 ` Neil Bothwick
0 siblings, 1 reply; 22+ messages in thread
From: Mark Knecht @ 2005-08-18 15:39 UTC (permalink / raw
To: gentoo-user
On 8/18/05, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Wed, 17 Aug 2005 18:09:25 -0700, Mark Knecht wrote:
>
> > > > Thanks Neil. It seems that this specific command doesn't give me a
> > > > lot of information:
> > > >
> > > > mark@dragonfly /etc/make.profile $ ls -l /etc/make.profile/
> > > ^
> > > delete this-------------------------------------------------|
> > >
> > > it _makes_ a difference ;)
> >
> > Yes, it does, but it still didn't tell me what profile I'm running:
>
> You still haven't run "this specific command". The command I gave was
> "ls -l /etc/make.profile" not "ls -l /etc/make.profile/" or
> "ls /etc/make.profile/"
>
Sorry Neil. I did eventually see the difference. The trailing slash
was generate using bash completion. I didn't, at the time, understand
that it mattered, although it clearly does.
Thanks
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 15:39 ` Mark Knecht
@ 2005-08-18 16:17 ` Neil Bothwick
2005-08-18 16:22 ` Mark Knecht
0 siblings, 1 reply; 22+ messages in thread
From: Neil Bothwick @ 2005-08-18 16:17 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 645 bytes --]
On Thu, 18 Aug 2005 08:39:45 -0700, Mark Knecht wrote:
> > You still haven't run "this specific command". The command I gave was
> > "ls -l /etc/make.profile" not "ls -l /etc/make.profile/" or
> > "ls /etc/make.profile/"
> >
>
> Sorry Neil. I did eventually see the difference. The trailing slash
> was generate using bash completion. I didn't, at the time, understand
> that it mattered, although it clearly does.
It does, because the trailing slash follows the link, without it you list
the link itself. This is why cut and paste can be better than
completion :)
--
Neil Bothwick
Is there another word for synonym?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-18 16:17 ` Neil Bothwick
@ 2005-08-18 16:22 ` Mark Knecht
0 siblings, 0 replies; 22+ messages in thread
From: Mark Knecht @ 2005-08-18 16:22 UTC (permalink / raw
To: gentoo-user
On 8/18/05, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 18 Aug 2005 08:39:45 -0700, Mark Knecht wrote:
>
> > > You still haven't run "this specific command". The command I gave was
> > > "ls -l /etc/make.profile" not "ls -l /etc/make.profile/" or
> > > "ls /etc/make.profile/"
> > >
> >
> > Sorry Neil. I did eventually see the difference. The trailing slash
> > was generate using bash completion. I didn't, at the time, understand
> > that it mattered, although it clearly does.
>
> It does, because the trailing slash follows the link, without it you list
> the link itself. This is why cut and paste can be better than
> completion :)
>
Completely correct. Good lesson. thanks!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-17 1:30 [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1 Jamie Dobbs
2005-08-17 2:01 ` Mark Knecht
@ 2005-08-19 9:34 ` Jamie Dobbs
2005-08-19 12:29 ` Mark Knecht
1 sibling, 1 reply; 22+ messages in thread
From: Jamie Dobbs @ 2005-08-19 9:34 UTC (permalink / raw
To: gentoo-user
The apparent solution to this, according to Bugzilla bug #48895
http://bugs.gentoo.org/show_bug.cgi?id=48895 is to "Try rebuilding freetype with -fno-strict-aliasing" - how do I go about doing this?
Thanks
Jamie
Jamie Dobbs wrote:
>I am trying to build Xorg on a newly installed 2005.1 system and get the
>following output:
>
>LD_LIBRARY_PATH=../../../exports/lib
>XLOCALEDIR=../../../exports/lib/locale ../../../exports/bin/mkfontscale
>-b -s -l .
>/usr/bin/fc-cache .
>make[5]: *** [fonts.cache] Illegal instruction
>make[5]: Leaving directory
>`/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts/scaled/Type1'
>make[4]: *** [all] Error 2
>make[4]: Leaving directory
>`/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts/scaled'
>make[3]: *** [all] Error 2
>make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc/fonts'
>make[2]: *** [all] Error 2
>make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc'
>make[1]: *** [World] Error 2
>make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2-r2/work/xc'
>make: *** [World] Error 2
>
>!!! ERROR: x11-base/xorg-x11-6.8.2-r2 failed.
>!!! Function build, Line 974, Exitcode 2
>!!! make World failed
>!!! If you need support, post the topmost build error, NOT this status
>message.
>
>I have searched Bugzilla but can't see any references to the error I am
>experiencing, can anyone point me in the right direction?
>
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1
2005-08-19 9:34 ` Jamie Dobbs
@ 2005-08-19 12:29 ` Mark Knecht
0 siblings, 0 replies; 22+ messages in thread
From: Mark Knecht @ 2005-08-19 12:29 UTC (permalink / raw
To: gentoo-user
On 8/19/05, Jamie Dobbs <jamie.dobbs@orcon.net.nz> wrote:
> The apparent solution to this, according to Bugzilla bug #48895
>
> http://bugs.gentoo.org/show_bug.cgi?id=48895 is to "Try rebuilding freetype with -fno-strict-aliasing" - how do I go about doing this?
>
> Thanks
>
> Jamie
It sounds like something you'd temporarily add to the compiler flags
in make.conf. Remember to take it back out if you do it that way. Also
consider making absolutely sure that you are only building xorg-x11 if
you do that.
There's likely a way to do it at the command line also. man emerge,
etc., to figure that out I suppose.
Good luck,
Mark
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2005-08-19 12:34 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-17 1:30 [gentoo-user] Can't emerge xorg-6.8.2-r2 under Gentoo 2005.1 Jamie Dobbs
2005-08-17 2:01 ` Mark Knecht
2005-08-17 7:51 ` Neil Bothwick
2005-08-17 14:17 ` Mark Knecht
2005-08-17 15:44 ` Norberto Bensa
2005-08-18 1:09 ` Mark Knecht
2005-08-18 1:19 ` Jamie Dobbs
2005-08-18 1:53 ` Norberto Bensa
2005-08-18 2:33 ` Mark Knecht
2005-08-18 3:03 ` Holly Bostick
2005-08-18 3:52 ` Mark Knecht
2005-08-18 4:02 ` Holly Bostick
2005-08-18 4:21 ` Mark Knecht
2005-08-18 12:53 ` Norberto Bensa
2005-08-18 14:46 ` Neil Bothwick
2005-08-18 15:39 ` Mark Knecht
2005-08-18 16:17 ` Neil Bothwick
2005-08-18 16:22 ` Mark Knecht
2005-08-17 16:43 ` Neil Bothwick
2005-08-17 16:58 ` Peter Ruskin
2005-08-19 9:34 ` Jamie Dobbs
2005-08-19 12:29 ` Mark Knecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox