[gentoo-user] environmental variables ?

2006-07-02 Thread Dave S
I throw myself on your mercy, this is for a kubuntu install not a gentoo 
install - but you guys are the most technical bunch I know :)

I start an app with 'gksudo simple-backup-config', (a gtk backup 
utility 'sbackup') and all is well, the GUI it is rendered perfectly.

I upgrade my system.

I start the app with 'gksudo simple-backup-config', YUK it looks like someone 
chewed it, the graphics are so primitive, white blocks around the GUI radio 
buttons, the tabs are separated and look like loose teeth, the buttons have 
lost their border and are just icons.

Experimenting I found that 'gksudo -k simple-backup-config' restored it to its 
former beauty, as did straight 'sudo simple-backup-config'.

Ahh I thought - environmental variables so I dug out a script to dump all 
environmental variables, did a diff between gksudo and gksudo -k and got ...

 DESKTOP_STARTUP_ID = gksudo/|home|vanda|
test/27282-0-vanda-comp_TIME771509819
---
 DESKTOP_STARTUP_ID = gksudo/|home|vanda|
test/27292-0-vanda-comp_TIME771642528
13c13
 HOME = /root
---
 HOME = /home/vanda
38c38
 XAUTHORITY = /tmp/libgksu1.2-AbpNh8/.Xauthority
---
 XAUTHORITY = /tmp/libgksu1.2-wNoSTR/.Xauthority

Not much change there. OK I am stumped. what else changes between gksudo and 
gksudo -k to affect GUI rendering ?  I know its no big deal but I would like 
to know. :)

Thanks in advance

Dave
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] freeglut

2006-07-02 Thread Jean Magnan de Bornier
Le 02 juillet à 03:39:40 Richard Fish [EMAIL PROTECTED] écrit notamment:

| On 7/1/06, Jean Magnan de Bornier [EMAIL PROTECTED] wrote:
|  i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2
|  -march=i686 -pipe -mfpmath=sse -Wall -pedantic -Werror -c
|  freeglut_callbacks.c -MT libglut_la-freeglut_callbacks.lo -MD -MP -MF
|  .deps/libglut_la-freeglut_callbacks.TPlo -fPIC -DPIC

| Does your CFLAGS have -mfpmath=sse?  If so, take that out. 

Done, it worked; any side-effects to fear?
Thx,
-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Confused with the --oneshot option of portage.

2006-07-02 Thread Alan McKinnon
On Sat, 2006-07-01 at 23:40 +0100, Neil Bothwick wrote:
 There isn't, AFAIK, a portage option to remove a package from world,
 although adding is easy with emerge -n.
 
That has to be done manually by removing the appropriate line
from /var/lib/portage/world. The package will then still be installed,
but will not be updated with emerge -u world

alan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Upgrading xorg-x11: revdep-rebuild fails on apmd

2006-07-02 Thread Jonas Pedersen
Michael Sullivan wrote:
 I upgraded xorg-x11 on my computer today.  Afterward, I wanted to run
 revdep-rebuild to make sure any loose ends where tied up.  It wanted to
 remerge apmd, but every time it tries, I get this:
 
 Calculating dependencies... done!
 Emerging (1 of 1) sys-apps/apmd-3.2.2_p5 to /
 checking ebuild checksums ;-)
 checking auxfile checksums ;-)
 checking miscfile checksums ;-)
 checking apmd_3.2.2.orig.tar.gz ;-)
 checking apmd_3.2.2-5.diff.gz ;-)
 Unpacking source...
 Unpacking apmd_3.2.2.orig.tar.gz
 to /var/tmp/portage/apmd-3.2.2_p5/work
 Unpacking apmd_3.2.2-5.diff.gz
 to /var/tmp/portage/apmd-3.2.2_p5/work
  * Applying apmd_3.2.2-5.diff ...
 [ ok ] * Applying apmd-no-on_ac_power_script.patch ...
 [ ok ] Source unpacked.
 Compiling source
 in /var/tmp/portage/apmd-3.2.2_p5/work/apmd-3.2.2.orig ...
 libtool --quiet --mode=compile i686-pc-linux-gnu-gcc -c  -O -g -Wall
 -pipe -I.  -I/usr/X11R6/include -I/usr/src/linux-2.2/include
 -I /usr/src/linux-2.0/include -DVERSION=\3.2.1\ -DDEFAULT_PROXY_NAME=
 \/etc/apmd_proxy\ apmlib.c
 libtool: compile: unable to infer tagged configuration
 libtool: compile: specify a tag with `--tag'
 make: *** [apmlib.lo] Error 1
 
 !!! ERROR: sys-apps/apmd-3.2.2_p5 failed.
 Call stack:
   ebuild.sh, line 1539:   Called dyn_compile
   ebuild.sh, line 939:   Called src_compile
   apmd-3.2.2_p5.ebuild, line 56:   Called die
 
 !!! emake failed
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.
 
 Can I fix this myself, or should I submit it as a bug?
 

Are you running the newest version of libtool? If not try to upgrade to
newest version.


-- 
Jonas Pedersen - jonas - at - chown.dk / http://chown.dk
Nyheder på dit windows skrivebord? http://rss.chown.dk
Keep track of you DVD's - http://movie.chown.dk
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge xorg-xll fails out at media-libs/mesa-6.5-r3

2006-07-02 Thread Donnie Berkholz
Richard Broersma Jr wrote:
 makedepend: warning:  glcontextmodes.c (reading 
 /usr/X11R6/include/bits/types.h, line 31): cannot
 find include file stddef.h
 not in ./stddef.h
 not in ../../../include/stddef.h
 not in ../../../include/GL/internal/stddef.h
 not in ../../../src/mesa/main/stddef.h
 not in ../../../src/mesa/glapi/stddef.h
 not in ../../../src/mesa/drivers/dri/common/stddef.h
 not in /usr/include/drm/stddef.h
 not in /usr/X11R6/include/stddef.h
 not in /usr/include/stddef.h

Hi,

Those warnings are irrelevant. You need to find the actual error.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] etc-update

2006-07-02 Thread Alexander Skwar

Gerhard Hoogterp wrote:

On Thursday 29 June 2006 18:09, A. Khattri wrote:

On Mon, 26 Jun 2006, David Corbin wrote:
  I don't see why use other tool. Etc-update works great...

 It works great,  But the interface sucks.

What exactly sucks? Be specific rather than making some vague sweeping
statement.


The interface oh well..


What about it? What sucks about the interface? How should it be improved?

but what I dislike about etc-update (and  it's 
replacements afaik) is this tendency to want to restore files to their 
original state..


Well - how *could* this be changed? I mean, those tools show the differences
between the orignal state (ie. the config file as shipped be Gentoo and
thus as the OEM normally ships it) and what you've got on your hard disk.

One keypress to many, one moment of not paying enough 
attention an whee..


Well - be careful. As always with computers.

gone is fstab, XF86Org or some other important file.. I 
really don't understand why the system doesn't have blabla.conf.dist files to 
fool around with and leave it up to the administator to check of changes and 
the like.. 


Because most of the times, the user expects a more or less working
system after having installed the program. That's why programs tend
to ship a basic configuration. And that's good so.



Yes I've been burned a few times.. and no I didn't like it..


I also don't like being burned. But I don't blame anyone else,
if I burn myself. It's just plain my fault and nobody elses.

Alexander Skwar
--
Kissing a fish is like smoking a bicycle.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] *** glibc detected *** double free or corruption (!prev): 0x08067d98 ***

2006-07-02 Thread Stroller


Many thanks for your reply, Dale.
When I'm stuck on something like this it's really appreciated!


On 2 Jul 2006, at 03:19, Dale wrote:
Leafnode was working perfectly fine until a few days ago, then  
all of
a sudden when I try to grab messages from upstream I get the  
following:


...
   $ sudo fetchnews -vvv
   Password:
   fetchnews mode: get articles, get headers, get bodies, post  
articles

   *** glibc detected *** double free or corruption (!prev):
0x08067d98 ***
   Aborted
   $


Further to this I've just discovered that I have two versions of gcc
installed on my system. Could this be related?

   $ eix ^gcc$
   * sys-devel/gcc
Available versions:  [P]2.95.3-r9 [P]3.1.1-r2 [P]3.2.2
[P]3.2.3-r4 [P]3.3.2-r7 3.3.5-r1 3.3.5.20050130-r1 3.3.6 ~3.3.6-r1
~3.4.1-r3 3.4.4-r1 3.4.5 3.4.5-r1 ~3.4.6 3.4.6-r1 *4.0.2-r3 *4.0.3
~4.1.0-r1 ~4.1.1 [M]4.2.0_alpha20060603
Installed:   3.3.6 3.4.6-r1
Homepage:http://gcc.gnu.org/
Description: The GNU Compiler Collection. Includes
C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime
bounds checking

   Found 1 matches
   $ `which gcc` --version
   gcc (GCC) 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)
   Copyright (C) 2003 Free Software Foundation, Inc.
   This is free software; see the source for copying conditions.
There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

   $

Should I `emerge -C` one of these versions of gcc, or would that be a
Dumb Idea?

I would make sure to run revdep-rebuild first to make sure nothing  
will

break.


`revdep-rebuild` shows nothing needs fixing, but...


...
Also run gcc-config -l and make sure which version you are using.  It
should have a little * next to the one you are using.


That shows the same as ` `which gcc` --version ` above:

   $  gcc-config -l
[1] i686-pc-linux-gnu-3.3.6 *
[2] i686-pc-linux-gnu-3.3.6-hardened
[3] i686-pc-linux-gnu-3.3.6-hardenednopie
[4] i686-pc-linux-gnu-3.3.6-hardenednopiessp
[5] i686-pc-linux-gnu-3.3.6-hardenednossp
[6] i686-pc-linux-gnu-3.4.6
[7] i686-pc-linux-gnu-3.4.6-hardened
[8] i686-pc-linux-gnu-3.4.6-hardenednopie
[9] i686-pc-linux-gnu-3.4.6-hardenednopiessp
[10] i686-pc-linux-gnu-3.4.6-hardenednossp
   $

I've never used `gcc-config` before.

Should I change to 3.4.6?

And what do I do then? `revdep-rebuild`? `emerge world`?


May want to wait on a serious guru to make sure of all this too.  This
can be one of those that you can't be to careful with.


I'm hoping my further questions will prompt one to reply.  ;D

Stroller.


--
gentoo-user@gentoo.org mailing list



[gentoo-user] libpng flip-flops after xorg-x11 upgrade

2006-07-02 Thread Hans de Hartog
After upgrading to xorg-x11-7.0-r1, every emerge -Du world
wants to downgrade from libpng-1.2.12 to libpng-1.2.8-r1 and
if I do that, any emerge after that wants to upgrade again to
libpng-1.2.12.
Everything seems to work fine with either version of libpng.
Here's my emerge --info:

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4,
2.6.16.19 i686)
=
System uname: 2.6.16.19 i686 Intel(R) Celeron(R) CPU 2.66GHz
Gentoo Base System version 1.6.15
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i386-pc-linux-gnu
CFLAGS=-O2 -mtune=i686 -pipe
CHOST=i386-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild
/etc/terminfo
CXXFLAGS=-O2 -mtune=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://mirror.scarlet-internet.nl/pub/gentoo 
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=x86 X acpi alsa apache2 apm arts avi berkdb bitmap-fonts bluetooth
bzip2 cli crypt cups dri eds emboss encode esd firefox foomaticdb
fortran gdbm gif gkrellm gpm gstreamer gtk gtk2 imlib ipv6 irda isdnlog
jpeg libg++ libwww mad madwifi mikmod motif mp3 mpeg ncurses nls nptl
nptlonly ogg opengl oss pam pcmcia pcre pdflib perl png pppd python qt
qt3 qt4 quicktime readline reflection rtc samba sdl session sox spell
spl ssl tcltk tcpd truetype truetype-fonts type1-fonts udev urandom v4l
vnc vorbis wifi xml xmms xorg xv zlib elibc_glibc input_devices_keyboard
input_devices_mouse kernel_linux userland_GNU video_cards_radeon
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 12:59, Hans de Hartog wrote:
 After upgrading to xorg-x11-7.0-r1, every emerge -Du world
 wants to downgrade from libpng-1.2.12 to libpng-1.2.8-r1 and
 if I do that, any emerge after that wants to upgrade again to
 libpng-1.2.12.

libpng-1.2.12 has been rapidly stabilized due to a buffer overflow in 
libpng-1.2.12 [1]. A lot of packages in stable that depend on libpng are 
incompatible with libpng-1.2.12. In most if not all cases a newer version 
that is compatible exist in ~arch but it has not yet been stabilized. A 
tracker bug [2] has been created to get those packages that are compatible 
with libpng-1.2.12 rapidly stabilized but it probably will take some time.

Therefore the best solution seems to be to stick with libpng-1.2.12 and run 
`emerge -vtpDu world` to see which packages are pulling in the old version of 
libpng. In most cases there should be a newer version that needs the ~arch 
keyword in /etc/portage/package.keywords in order to be installed and thereby 
stop pulling in the old version of libpng. If you need help post the output 
of `emerge -vtpDu world` where it is trying to downgrade libpng...

[1] http://bugs.gentoo.org/show_bug.cgi?id=138433
[2] http://bugs.gentoo.org/show_bug.cgi?id=138736

HtH

-- 
Bo Andresen


pgp9EbwR9ygoT.pgp
Description: PGP signature


Re: [gentoo-user] environmental variables ?

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 09:09, Dave S wrote:
  HOME = /root
 ---
  HOME = /home/vanda

This is only a theory but could it be that one reads config files in /root and 
the other in /home/vanda?

-- 
Bo Andresen


pgpWaUWUqSXNt.pgp
Description: PGP signature


Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade

2006-07-02 Thread Hans de Hartog

Bo Ørsted Andresen wrote:
libpng-1.2.12 has been rapidly stabilized due to a buffer overflow in 
libpng-1.2.12 [1]. A lot of packages in stable that depend on libpng are 
incompatible with libpng-1.2.12. In most if not all cases a newer version 
that is compatible exist in ~arch but it has not yet been stabilized. A 
tracker bug [2] has been created to get those packages that are compatible 
with libpng-1.2.12 rapidly stabilized but it probably will take some time.


Therefore the best solution seems to be to stick with libpng-1.2.12 and run 
`emerge -vtpDu world` to see which packages are pulling in the old version of 
libpng. In most cases there should be a newer version that needs the ~arch 
keyword in /etc/portage/package.keywords in order to be installed and thereby 
stop pulling in the old version of libpng. If you need help post the output 
of `emerge -vtpDu world` where it is trying to downgrade libpng...



emerge -vtpDu world
These are the packages that would be merged, in reverse order:

Calculating world dependencies... done!
[nomerge  ] net-fs/samba-3.0.22  USE=cups doc pam python readline 
xml -acl -async -automount -examples -kerberos -ldap -ldapsam -libclamav 
-mysql -oav -postgres -quotas -swat -syslog -winbind

[nomerge  ]  dev-libs/popt-1.7-r1  USE=nls
[nomerge  ]  net-print/cups-1.1.23-r7  USE=nls pam samba ssl 
-gnutls -slp

[ebuild UD]   media-libs/libpng-1.2.8-r1 [1.2.12] USE=-doc 0 kB

Total size of downloads: 0 kB


--
gentoo-user@gentoo.org mailing list



[gentoo-user] escape from hell: kdelibs

2006-07-02 Thread Philip Webb
First, no criticism of Gentoo's hardworking devs intended or implied.

I thought I'ld try GCC 4.1.1, Glibc 2.4  update to KDE 3.5.3 .
They're all still testing, but we do have some responsibility to test,
 they've been there for a while without reports of painful experiences.

Having dealt with GCC  Glibc according to the docs,
I tried to compile Kdelibs 3.5.3  got a long series of can't find msgs
followed by failure: there are a number of similar reports in the Forum.
Flameyes seems to give the authoritative response at Forum 060602 0917 :
  
http://forums.gentoo.org/viewtopic-t-467029-postdays-0-postorder-asc-start-50.html?sid=759b61da629afeca0dfc16ee01411a17

Following this advice, I unmerged the previous Kdelibs
 tried again with the same result.  A bit more poking around
 I decided the best course was to return to the original state of affairs
 restore GCC 3.4.5, Glibc 2.3  KDE 3.5.2 .  However when I did,
Kdelibs 3.5.2-r6 failed with the same error !  So recompile everything again
to try to make sure they were all in sync: same bad result !

Being experienced, I had made a quick-package of Kdelibs 3.5.2 ,
which I now tried to re-install via 'emerge -K': it refused,
demanding Qt 3.3.6 -- no longer in Portage -- , where I had 3.3.6-r1 .

Finally, I tried 'emerge -K --nodeps =kdelibs-3.5.2-r6', which worked !
I've rebooted  restarted KDE  all seems to be back to normal.

However, something is still not right with GCC 4.1.1, Glibc 4.2  KDE 3.5.3 .
There was a recent request on Gentoo Dev for people to test things
prior to stabilising these items for the next profile, so I HTH (smile).

Anyone else have experiences to share ?  Any known-to-work solution ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 14:45, Hans de Hartog wrote:
 [nomerge      ]      net-print/cups-1.1.23-r7  USE=nls pam samba ssl [...]
 [ebuild     UD]       media-libs/libpng-1.2.8-r1 [1.2.12] USE=-doc 0 kB

echo ~net-print/cups-1.2.1 ~x86  /etc/portage/package.keywords

-- 
Bo Andresen


pgpEj4SPjVMci.pgp
Description: PGP signature


Re: [gentoo-user] environmental variables ?

2006-07-02 Thread Dave S
On Sunday 02 July 2006 12:40, Bo Ørsted Andresen wrote:
 On Sunday 02 July 2006 09:09, Dave S wrote:
   HOME = /root
  ---
 
   HOME = /home/vanda

 This is only a theory but could it be that one reads config files in /root
 and the other in /home/vanda?

The only related config I can find is for /etc/gksu.conf and thats not user 
dependent. I cant find any config relevent in /root or /home/vanda

Its a bit of a teaser this :)

Dave 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade

2006-07-02 Thread Hans de Hartog

Bo Ørsted Andresen wrote:

On Sunday 02 July 2006 14:45, Hans de Hartog wrote:

[nomerge  ]  net-print/cups-1.1.23-r7  USE=nls pam samba ssl [...]
[ebuild UD]   media-libs/libpng-1.2.8-r1 [1.2.12] USE=-doc 0 kB


echo ~net-print/cups-1.2.1 ~x86  /etc/portage/package.keywords



That did the trick!!! (together with
echo ~app-text/libpaper-1.1.14.8 ~x86  /etc/portage/package.keywords )

Thank you very much!
--
gentoo-user@gentoo.org mailing list



[gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Kevin O'Gorman

A couple of days ago my usual emerge -aDvu world came up with a monster
list of blocked packages -- the switchover to modular x11 is apparently now
obligatory.  Or is it something I did to make it spill over?

In any event, the web page on the topic says it's best to shut down X
during this (unlike prior x11 upgrades).  I'd like to choose the time to take
my system down -- I rely on it.  My recent KDE rebuild took a bit over 36 hours
not counting a failure in the middle that required manual reordering of
emerges.  I suppose this one will be similar.

So: is there something simple I can do to make portage ignore this update
but allow unrelated ones to go through?  Then I'll probably do the upgrade
when I'm done teaching summer school.

++ kevin

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libpng flip-flops after xorg-x11 upgrade

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 15:37, Hans de Hartog wrote:
  echo ~net-print/cups-1.2.1 ~x86  /etc/portage/package.keywords

 That did the trick!!! (together with
 echo ~app-text/libpaper-1.1.14.8 ~x86  /etc/portage/package.keywords )

You might consider filing bugs (if noone did before you) requesting that they 
be stabilized due to [1] and that those bugs block [2].

[1] http://bugs.gentoo.org/show_bug.cgi?id=138433
[2] http://bugs.gentoo.org/show_bug.cgi?id=138736

-- 
Bo Andresen


pgpX20qCpuW0s.pgp
Description: PGP signature


Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Philipp Riegger
Kevin O'Gorman wrote:
 A couple of days ago my usual emerge -aDvu world came up with a monster
 list of blocked packages -- the switchover to modular x11 is apparently now
 obligatory.  Or is it something I did to make it spill over?

It just went stable.

 In any event, the web page on the topic says it's best to shut down X
 during this (unlike prior x11 upgrades).  I'd like to choose the time to
 take
 my system down -- I rely on it.  My recent KDE rebuild took a bit over
 36 hours
 not counting a failure in the middle that required manual reordering of
 emerges.  I suppose this one will be similar.

Emerging modular KDE akes as long as emerging the old big kde packages
(36 hours on your pc), emerging modular x should be faster than emerging
 old xorg-x11 (genlop -t xorg-x11), because just the neccessary drivers
and libs are built. Don't forget to read the modular x migration howto.

Philipp

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] escape from hell: kdelibs

2006-07-02 Thread Hemmann, Volker Armin
On Sunday 02 July 2006 14:47, Philip Webb wrote:
 First, no criticism of Gentoo's hardworking devs intended or implied.

 I thought I'ld try GCC 4.1.1, Glibc 2.4  update to KDE 3.5.3 .
 They're all still testing, but we do have some responsibility to test,
  they've been there for a while without reports of painful experiences.

 Having dealt with GCC  Glibc according to the docs,
 I tried to compile Kdelibs 3.5.3  got a long series of can't find msgs
 followed by failure: there are a number of similar reports in the Forum.
 Flameyes seems to give the authoritative response at Forum 060602 0917 :
  

and what does kdelibs not find?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Alexander Skwar

Philipp Riegger wrote:


Emerging modular KDE akes as long as emerging the old big kde packages
(36 hours on your pc),


Depends. With the split KDE packages, the system needs to md5  unpack
those rather biggish .tar.bz2 files, like kdebase with ~23MB. If you've
only got a slow harddrive, as it is rather common on notebooks..., that
*WILL* take time.

So, overall, I'd guess it would be like 36 hours for the big kde packages
vs. maybe something like 37 hours for split ebuilds.

Alexander Skwar
--
   1. is qmail as secure as they say?

Depends on what they were saying, but most likely yes.
-- Seen on debian-devel
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 16:25, Kevin O'Gorman wrote:
 So: is there something simple I can do to make portage ignore this update
 but allow unrelated ones to go through?  Then I'll probably do the upgrade
 when I'm done teaching summer school.

Actually noone forces you to run `emerge -vuDa world` on a daily basis. It you 
run it with pretend and see something you wish to upgrade then just emerge 
that with --oneshot. But I think this would prevent it from showing up at 
all:

# echo =xorg-base/xorg-x11-6.9  /etc/portage/package.mask

-- 
Bo Andresen


pgpZXXm7bnHWy.pgp
Description: PGP signature


Re: [gentoo-user] emerge xorg-xll fails out at media-libs/mesa-6.5-r3

2006-07-02 Thread Richard Broersma Jr

  makedepend: warning:  glcontextmodes.c (reading 
  /usr/X11R6/include/bits/types.h, line 31):
 cannot
  find include file stddef.h
  not in ./stddef.h
 Those warnings are irrelevant. You need to find the actual error.

Oops,  sorry about that. Here are the error messages that follow the warnings:

glxclient.h:257: error: syntax error before GLXContextTag
glxclient.h:257: warning: no semicolon at end of struct or union
glxclient.h:401: error: syntax error before '}' token
clientattrib.c: In function `do_enable_disable':
clientattrib.c:48: error: dereferencing pointer to incomplete type
clientattrib.c:56: error: dereferencing pointer to incomplete type
clientattrib.c:56: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__indirect_glPushClientAttrib':
clientattrib.c:75: error: dereferencing pointer to incomplete type
clientattrib.c:76: error: dereferencing pointer to incomplete type
clientattrib.c:78: error: dereferencing pointer to incomplete type
clientattrib.c:84: error: dereferencing pointer to incomplete type
clientattrib.c:93: error: dereferencing pointer to incomplete type
clientattrib.c:93: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__indirect_glPopClientAttrib':
clientattrib.c:101: error: dereferencing pointer to incomplete type
clientattrib.c:102: error: dereferencing pointer to incomplete type
clientattrib.c:105: error: dereferencing pointer to incomplete type
clientattrib.c:110: error: dereferencing pointer to incomplete type
clientattrib.c:122: error: dereferencing pointer to incomplete type
clientattrib.c:122: error: dereferencing pointer to incomplete type
clientattrib.c: In function `__glFreeAttributeState':
clientattrib.c:131: error: dereferencing pointer to incomplete type
clientattrib.c:132: error: dereferencing pointer to incomplete type
make[3]: *** [clientattrib.o] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [default] Error 1
make: *** [linux-dri-x86] Error 2

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg-x11 screwup

2006-07-02 Thread Matthew R. Lee
I upgraded my xorg-x11  the other day.  I followed the upgrade how-to, and 
everything seemed to go fine.  However when I rebooted it was screwed up.  
The xorg.conf was a mess.  I tried fixing it from memory but I couldn't sort 
it, and I'd forgoten to make a back up MY FAULT.  Anyway I downgraded to 
xorg-x11-6.8.2-r8 and got x back and sorted out the problem with the 
xorg.conf and made a backup.  I then attempted another go at upgrading and 
here's the problem.  I follow the guide again and after 'emerge xorg-x11' it 
says there is nothing to download, compiles nothing, cleans up and claims it 
is done.  I wasn't convinced, however I tried rebooting.  No X, so I logged 
in and issued 'startx', nothing so I checked '/usr/bin/startx', it's not 
there, clearly it hadn't installed x  So back to xorg-x11-6.8.2.-r8.  I've 
tried another emerge --sync to see if that would fix the problem but no joy.  
So the question is, how do I force portage to down load and recompile the 
packages from scratch? 

Matt
-- 
%%%
Dr. Matthew R. Lee.
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Confused with the --oneshot option of portage.

2006-07-02 Thread Neil Bothwick
On Sun, 2 Jul 2006 06:17:03 +0300 (EEST), Daniel Iliev wrote:

  That's correct. If you use --oneshot, world is not touched at all,
  nothing is added or removed.
 
  There isn't, AFAIK, a portage option to remove a package from world,
  although adding is easy with emerge -n.

 I hope this will help.
 
 1) It apears there is a way to pull packages out of the world set. :)
 
 From 'man emerge', section FILES:
 
 =
/var/lib/portage/world
   Contains a list of all user-specified packages.  You can
 safely  edit this file, adding  packages that you want to be considered
 in world set updates  and removing those that you do not
 want to be considered.
 =

That's already been covered, I was referring to a portage option, a
complement to -n.

 2) I'm not sure what happens when using
 
 emerge --oneshot already-isntalled/package-higher-version

Read what you quoted :)


-- 
Neil Bothwick

And God said Let there be light and there was light.
There was still nothing, but you could see it better.


signature.asc
Description: PGP signature


Re: [gentoo-user] xorg-x11 upgrade

2006-07-02 Thread Neil Bothwick
On Sat, 1 Jul 2006 19:25:45 -0500, Jason Weisberger wrote:

 Those drivers work fine with a few minor changes.
 
 http://www.gentoo-wiki.com/TIP_XOrg_7.1_With_Older_NVidia_Drivers

How does turning off acceleration equate with working fine?


-- 
Neil Bothwick

When you finally buy enough memory, you will not have enough disk space.
 -- Murphy's Computer Laws n°3


signature.asc
Description: PGP signature


[gentoo-user] upgrade xorg-x11 ; xprint missing

2006-07-02 Thread Ptitjack
Hi all,

I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
Everything is ok except one little annoying point :
Now, each time i open a console, i get the error message :
-bash: /usr/lib/misc/xprint: No such file or directory.
How can i get rid of this ?
Thanks a lot in advance,

- Ptitjack -


 ^
  ^^^
  ^
(  0   0  )
 \/
  ----


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't access disks after install

2006-07-02 Thread Alan McKinnon
Hi,

Brand new install, and the kernel can't access the SATA disks. I don't
have the bandwidth to d/l an entire install CD and I have an up to date
distfiles locally so I used the latest install CD I have - 2005.1

Hardware: Dell Latitude D810 with 80G sata. 
/ on /dev/sda7 (reiser)
/boot on /dev/sda1 (ext2)
ACCEPT_KEYWORDS=~x86, latest udev installed.
/home, /usr, /opt, /var and distfiles on an lvm (all reiser)
Install disk boots fine with full access to the disk. 

On boot the initramfs detects the hardware, but complains it can't find
my / on /dev/sda7. Drop to a shell and the nodes are right there
in /dev. The reiser module is not loaded, but it was configured as a
module by genkernel.

Where could I have made a mistake? At this point I don't really need a
solution, more a pointer to the FM so I can R it :-)

alan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Stable MythTV removed from portage?

2006-07-02 Thread Mark Knecht

Hello,
  I have mythtv-0.18.1-r1 installed. Now it appears that it's not
even an option anymore? What happened to Myth?

  I do not want to update to 0.19 as it means work on 5 machines that
I don't want to undertake.

Thanks,
Mark

lightning portage # emerge -pv --deep --update --newuse world

These are the packages that would be merged, in order:

Calculating world dependencies |
!!! Packages for the following atoms are either all
!!! masked or don't exist:
media-tv/mythtv

... done!
DELETED REST

lightning portage # eix mythtv
* media-tv/mythtv
Available versions:  [M]0.19_p9163-r1 [M]0.19_p10281
Installed:   0.18.1-r1
Homepage:http://www.mythtv.org/
Description: Homebrew PVR project
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Stable MythTV removed from portage?

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 18:14, Mark Knecht wrote:
 I have mythtv-0.18.1-r1 installed. Now it appears that it's not
 even an option anymore? What happened to Myth?

 I do not want to update to 0.19 as it means work on 5 machines that
 I don't want to undertake.

You can grab the ebuild and it's patches from cvs [1] and place them in an 
overlay.

[1] http://www.gentoo.org/cgi-bin/viewcvs.cgi/media-tv/mythtv/

-- 
Bo Andresen


pgpuz7fnzCg41.pgp
Description: PGP signature


Re: [gentoo-user] xgl, masked packages, and me going crazy

2006-07-02 Thread Ryan Tandy

Mauro Arnoldi wrote:

[...]


# sed -i '/libdrm/d' /etc/portage/package.keywords
# echo 'x11-libs/libdrm -*'  /etc/portage/package.keywords
# emerge -uND world
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xgl, masked packages, and me going crazy

2006-07-02 Thread Mauro Arnoldi
Alle 17:42, sabato 01 luglio 2006, Bo Ørsted Andresen ha scritto:
 On Saturday 01 July 2006 09:34, Mauro Arnoldi wrote:
  Hi to Everyone!
  I have followed the HOWTO_XGL to install XGL on my system, but when I
  arrive at the point: emerge -av mesa I get:
 
  -
  These are the packages that would be merged, in order:
 
  Calculating dependencies \
  !!! All ebuilds that could satisfy =x11-libs/libdrm-2.1_alpha have
  been masked.
  !!! One of the following masked packages is required to complete your
  request: - x11-libs/libdrm-2.1_alpha20060614 (masked by: missing keyword)
  - x11-libs/libdrm-2.1_alpha20060406 (masked by: missing keyword)
 
  For more information, see MASKED PACKAGES section in the emerge man page
  or refer to the Gentoo Handbook.
  (dependency required by media-libs/mesa-6.5.1_alpha20060622 [ebuild])
  -

 echo 'x11-libs/libdrm -* ~*'  /etc/portage/package.keywords
That's what I had to do, both -* and ~*, thanks!
thanks for your help, I hope my compilation will continue without further 
problems ;)

-- 
(italia)
%
Il paradiso e' un poliziotto inglese, un cuoco francese, un tecnico
tedesco, un amante italiano: il tutto organizzato dagli svizzeri.
L'inferno e' un cuoco inglese, un tecnico francese, un poliziotto
tedesco, un amante svizzero, e l'organizzazione affidata agli italiani.
-- J. Elliott

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't access disks after install

2006-07-02 Thread Rumen Yotov
Alan McKinnon wrote:
 Hi,
 
 Brand new install, and the kernel can't access the SATA disks. I don't
 have the bandwidth to d/l an entire install CD and I have an up to date
 distfiles locally so I used the latest install CD I have - 2005.1
 
 Hardware: Dell Latitude D810 with 80G sata. 
 / on /dev/sda7 (reiser)
 /boot on /dev/sda1 (ext2)
 ACCEPT_KEYWORDS=~x86, latest udev installed.
 /home, /usr, /opt, /var and distfiles on an lvm (all reiser)
 Install disk boots fine with full access to the disk. 
 
 On boot the initramfs detects the hardware, but complains it can't find
 my / on /dev/sda7. Drop to a shell and the nodes are right there
 in /dev. The reiser module is not loaded, but it was configured as a
 module by genkernel.
 
 Where could I have made a mistake? At this point I don't really need a
 solution, more a pointer to the FM so I can R it :-)
 
 alan
 
Hi,
Quite null SATA experience but have you put dolvm2 in Grub's kernel
boot line (for LVM2 boot support).
Second thought/question - have you compiled support for your mobo in the
kernel, plus SATA support?
Your specific SATA chipset might not have been included in default
genkernel config, so you have to customize it.
HTH.Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]

2006-07-02 Thread Ptitjack
Ptitjack a gentiment tapote:
 Hi all,

 I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
 Everything is ok except one little annoying point :
 Now, each time i open a console, i get the error message :
 -bash: /usr/lib/misc/xprint: No such file or directory.
 How can i get rid of this ?
 Thanks a lot in advance,

 - Ptitjack -


  
   
Hi again,

I solved my problem !
Sorry for the noise .

- Ptitjack -


  

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg worked! Minor issues....Thanks, Gentoo

2006-07-02 Thread dnlt0hn5ntzhbqkv51



It just plain worked!

Emerge even identified -only- my drivers (mouse, keyboard, etc.) before I  
scanned xorg.conf.


Minor problems:

1. The emerge stoped at one point because the uninstall failed to remove  
an obscure library (perhaps /var/lib/xkb ? sorry, I should have noted it).  
But emerge identified the directory and told me to delete it. A restart  
allowed successful completion.


2. Before starting, I renamed /etc/X11 to /etc/X11old so that any  
accumulated junk would be out of the picture, and so that the new  
xorg.conf.example file would be clean. Heh, it doesn't build a new  
xorg.conf.example file, so I copied over the old file and everything  
worked - except for the rgb file.


3. My first xmessage complained of not understanding black. So I emerged  
rgb, edited the xorg.conf file, and repointed it.


RgbPath /usr/share/X11/rgb

4. I routinely use xterm, xmessage, and xkill - all needed to be emerged.  
Problem here was that eix and eix -S didn't find them, but emerge did.


5. revdep-rebuild found the missing libXaw.so.8, but crashed during  
re-emergence (bad order, and something else that I did not understand). So  
I emerged them one at a time in a different order, and everything worked  
except for the kde office applications.


6. kde office applications depend upon kde 3.4, which I no longer have -  
and revdep pointed this out :-) . This obviously is not an xorg issue, but  
rather an emerge issue; allowing me to unemerge 3.3 and 3.4 a month ago,  
while still having a need for their libraries if I need to recompile the  
office stuff.


But I'm guessing that the office libraries, available in portage, will  
fix this. But I don't care right now, as the programs (e.g. word, spread)  
work fine without recompiling. :-)


So thank you to Gentoo the Developers - another successful plan and  
instructions on your part, that worked just fine for newbies like me!



..
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't access disks after install

2006-07-02 Thread Mick

On 02/07/06, Rumen Yotov [EMAIL PROTECTED] wrote:

Alan McKinnon wrote:
 Hi,

 Brand new install, and the kernel can't access the SATA disks. I don't
 have the bandwidth to d/l an entire install CD and I have an up to date
 distfiles locally so I used the latest install CD I have - 2005.1

 Hardware: Dell Latitude D810 with 80G sata.
 / on /dev/sda7 (reiser)
 /boot on /dev/sda1 (ext2)
 ACCEPT_KEYWORDS=~x86, latest udev installed.
 /home, /usr, /opt, /var and distfiles on an lvm (all reiser)
 Install disk boots fine with full access to the disk.

 On boot the initramfs detects the hardware, but complains it can't find
 my / on /dev/sda7. Drop to a shell and the nodes are right there
 in /dev. The reiser module is not loaded, but it was configured as a
 module by genkernel.


If your / fs is reiserfs then recompile your kernel with reiserfs in
the kernel (not as a module) and see if it now finds your /.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]

2006-07-02 Thread Mick

On 02/07/06, Ptitjack [EMAIL PROTECTED] wrote:


 I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
 Everything is ok except one little annoying point :
 Now, each time i open a console, i get the error message :
 -bash: /usr/lib/misc/xprint: No such file or directory.
 How can i get rid of this ?
 Thanks a lot in advance,




Hi again,

I solved my problem !
Sorry for the noise .


Would you mind telling us how, you never know we might encounter the
same error one day?
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] *** glibc detected *** double free or corruption (!prev): 0x08067d98 ***

2006-07-02 Thread Mick

On 02/07/06, Stroller [EMAIL PROTECTED] wrote:



[snip . . . ]

I've never used `gcc-config` before.

Should I change to 3.4.6?

And what do I do then? `revdep-rebuild`? `emerge world`?

 May want to wait on a serious guru to make sure of all this too.  This
 can be one of those that you can't be to careful with.

I'm hoping my further questions will prompt one to reply.  ;D


You may want to have a look at http://www.gentoo.org/doc/en/gcc-upgrading.xml
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] upgrade xorg-x11 ; xprint missing [solved]

2006-07-02 Thread Justin R Findlay
On Sun, Jul 02, 2006 at 07:15:28PM +0200, Mick wrote:
 On 02/07/06, Ptitjack [EMAIL PROTECTED] wrote:
 
  I recently upgraded from xorg-x11-6.8.2-r7 to xorg-x11-7.0-r1.
  Everything is ok except one little annoying point :
  Now, each time i open a console, i get the error message :
  -bash: /usr/lib/misc/xprint: No such file or directory.
  How can i get rid of this ?
  Thanks a lot in advance,
 
 
 Hi again,
 
 I solved my problem !
 Sorry for the noise .
 
 Would you mind telling us how, you never know we might encounter the
 same error one day?

And it's also helpful for the person who finds this message through
google to have the solution fully explained.  I only say so because I've
been that person many times. (:


Justin
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Stable MythTV removed from portage?

2006-07-02 Thread Mark Knecht

On 7/2/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

On Sunday 02 July 2006 18:14, Mark Knecht wrote:
 I have mythtv-0.18.1-r1 installed. Now it appears that it's not
 even an option anymore? What happened to Myth?

 I do not want to update to 0.19 as it means work on 5 machines that
 I don't want to undertake.

You can grab the ebuild and it's patches from cvs [1] and place them in an
overlay.

[1] http://www.gentoo.org/cgi-bin/viewcvs.cgi/media-tv/mythtv/

--
Bo Andresen


Bo,
  Thanks for the pointer. I suppose I'll have to do this. Bummer

  Why was 0.18 removed from portage? Has there been a thread on that
subject I missed as I'm not reading this list very carefully right
now. 0.18 was in portage for over a year I think. Why not mark it
stable or leave it in the group of masked ebuilds and let us make a
choice?

  I thought Gentoo was about choice. Who ever is maintaining this has
taken choice away from me and replaced it with more work. Bummer.

Cheers,
Mark

--
gentoo-user@gentoo.org mailing list



[gentoo-user] VIDEO_CARDS=vmware for modular xorg

2006-07-02 Thread Grant

Does anyone know what the vmware VIDEO_CARD option is for under the
new modular xorg?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VIDEO_CARDS=vmware for modular xorg

2006-07-02 Thread Steven Susbauer
On Sun, 2 Jul 2006, Grant wrote:

 Does anyone know what the vmware VIDEO_CARD option is for under the
 new modular xorg?

 - Grant


I would think it compiles the X driver for the vmware console, so you're
not stuck with something like vesa.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Alan McKinnon
On Sun, 2006-07-02 at 17:09 +0200, Alexander Skwar wrote:
 Philipp Riegger wrote:
 
  Emerging modular KDE akes as long as emerging the old big kde packages
  (36 hours on your pc),
 
 Depends. With the split KDE packages, the system needs to md5  unpack
 those rather biggish .tar.bz2 files, like kdebase with ~23MB. If you've
 only got a slow harddrive, as it is rather common on notebooks..., that
 *WILL* take time.
 
 So, overall, I'd guess it would be like 36 hours for the big kde packages
 vs. maybe something like 37 hours for split ebuilds.

I found the opposite effect with split ebuilds. Even with the
unpack/configure step, updating 100 splite packages out of 330+ was many
hours faster than compiling a huge monolithic everything in the past

alan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VIDEO_CARDS=vmware for modular xorg

2006-07-02 Thread Alexander Skwar

Grant wrote:

Does anyone know what the vmware VIDEO_CARD option is for under the
new modular xorg?


It's for, when you use Gentoo as a *GUEST* OS under VMware.

Alexander Skwar
--
I'm DESPONDENT ... I hope there's something DEEP-FRIED under this
miniature DOMED STADIUM ...
--
gentoo-user@gentoo.org mailing list



[gentoo-user] losting deadkeys layout

2006-07-02 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!
I upgrade to new xorg 7.0 and I lost my keyboard configuration: my 
layout is german (base version with deadkeys).
Now I can't do more all accent vocals (like è) and some symbols (likes @ 
and all ceated with control+ or alt+). 
What's it happened from 6.8 to 7.0? How must I set it?
My xorg.conf is by xorgconfig generated, and I have:
Section InputDevice

Identifier  Keyboard1
Driver  kbd

   Option Protocol  Xqueue

Option AutoRepeat 500 30

Option XkbRules   xorg
Option XkbModel   pc105
Option XkbLayout  de

EndSection

Thanks, Luigi
- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqAwbHmkkjmM/hrcRAjUyAJ9OSSqpDD5SuUbo14oYS+X9E+3dKwCfSGH2
9l+ljeg3w2y5z2n6wYny9n4=
=cP2D
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VIDEO_CARDS=vmware for modular xorg

2006-07-02 Thread Alan McKinnon
On Sun, 2006-07-02 at 10:32 -0700, Grant wrote:
 Does anyone know what the vmware VIDEO_CARD option is for under the
 new modular xorg?

Because vmware provides a software abstraction of video hardware?

IOW under vmware the card the guest OS sees isn't the same thing as the
card the host OS sees

alan


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't access disks after install

2006-07-02 Thread Alan McKinnon
On Sun, 2006-07-02 at 19:13 +0200, Mick wrote:
 On 02/07/06, Rumen Yotov [EMAIL PROTECTED] wrote:
  Alan McKinnon wrote:
   Hi,
  
   Brand new install, and the kernel can't access the SATA disks. I don't
   have the bandwidth to d/l an entire install CD and I have an up to date
   distfiles locally so I used the latest install CD I have - 2005.1
  
   Hardware: Dell Latitude D810 with 80G sata.
   / on /dev/sda7 (reiser)
   /boot on /dev/sda1 (ext2)
   ACCEPT_KEYWORDS=~x86, latest udev installed.
   /home, /usr, /opt, /var and distfiles on an lvm (all reiser)
   Install disk boots fine with full access to the disk.
  
   On boot the initramfs detects the hardware, but complains it can't find
   my / on /dev/sda7. Drop to a shell and the nodes are right there
   in /dev. The reiser module is not loaded, but it was configured as a
   module by genkernel.
 
 If your / fs is reiserfs then recompile your kernel with reiserfs in
 the kernel (not as a module) and see if it now finds your /.

That's worth a try - it'll take an hour or three to get everything set
up. But correct me if I'm wrong, I thought the whole point of using an
initramfs was to be able to compile *everything* as a module, including
the fs on / ? If not, that might explain why I've always had mixed
results with genkernel...

alan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xgl, masked packages, and me going crazy ()

2006-07-02 Thread Daniel Iliev

On Sun, Юли 2, 2006 3:24 am, Jason Weisberger wrote:
 Daniel,

 Unmasking libdrm won't hurt a thing.  If you're already using modular x,
 it's probably already installed in it's stable version.  You will need a few
 things to get XGL running with NVidia's proprietary drivers, such as an
 alpha version of Mesa, new versions of glitz and much more.  Checking out
 the HOWTO_XGL page on gentoo-wiki.com will tell you exactly what you need to
 install.

 Just look at Hanno's overlay to see what you're putting on your computer.


Jason, thank you very much for your reply!

Your guess is correct. I have a stable modular xorg-server-1.0 and xorg-x11-7.0
installed from the official portage.

Following your advise I checked the gentoo-wiki-xgl article again. I saw 
there are
changes, but it (again) lead me to unmasking many packages and finally 
installing
xorg 7.1. So I reverted the changes and tried another approach.

I removed the portage-xgl overlay and checked-in hanno-xgl. Much better! 
Thanks
again, Jason!

I tried to emerge compiz directly but it needed to get unkeyworded. The
following packages:
x11-wm/compiz
media-libs/mesa
x11-libs/libdrm
x11-base/xgl
dev-util/git
media-libs/glitz

found the way to get their names listed in /etc/portage/package.keywords :)


Now emerge -p compiz xgl has no complains. Actually all dependencies got 
emerged,
but compiz fails with:

---snip
Making all in kde
Making all in window-decorator
Making all in po
 Source compiled.
 Test phase [not enabled]: x11-wm/compiz-0.0.16_pre20060628

 Install compiz-0.0.16_pre20060628 into
/var/tmp/portage/compiz-0.0.16_pre20060628/image/ category x11-wm
-snip
make[1]: Entering directory 
`/tmp/portage/compiz-0.0.16_pre20060628/work/compiz/po'
--snip
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory 
`/tmp/portage/compiz-0.0.16_pre20060628/work/compiz/po'
make: *** [install-recursive] Error 1

!!! ERROR: x11-wm/compiz-0.0.16_pre20060628 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_install
  ebuild.sh, line 1013:   Called src_install
  compiz-0.0.16_pre20060628.ebuild, line 61:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if
relevant.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/hanno-xgl'


That's it. I have the feeling I'm very close to achieving the final goal, but I 
need
more help. :)

I will highly appreciate any advise.

Thanks in advance!

-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg worked! Minor issues....Thanks, Gentoo

2006-07-02 Thread Dale
dnlt0hn5ntzhbqkv51 wrote:


 It just plain worked!

 Emerge even identified -only- my drivers (mouse, keyboard, etc.)
 before I scanned xorg.conf.

 Minor problems:

 1. The emerge stoped at one point because the uninstall failed to
 remove an obscure library (perhaps /var/lib/xkb ? sorry, I should have
 noted it). But emerge identified the directory and told me to delete
 it. A restart allowed successful completion.

It was /var/lib/X11/xkb.  I got the same error and I just copied it
somewhere else then deleted it.  All was well after that.  Emerge
--resume carried on.


  snip 

 So thank you to Gentoo the Developers - another successful plan and
 instructions on your part, that worked just fine for newbies like me!


 ..
 [EMAIL PROTECTED] mailing list



I was so glad to see that login screen pop up.

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Martins Steinbergs
On Sunday 02 July 2006 21:10, Luigi Pinna wrote:
 Hi!
 I upgrade to new xorg 7.0 and I lost my keyboard configuration: my
 layout is german (base version with deadkeys).
 Now I can't do more all accent vocals (like č) and some symbols (likes @
 and all ceated with control+ or alt+).
 What's it happened from 6.8 to 7.0? How must I set it?
 My xorg.conf is by xorgconfig generated, and I have:
 Section InputDevice

 Identifier  Keyboard1
 Driver  kbd

Option Protocol  Xqueue

 Option AutoRepeat 500 30

 Option XkbRules   xorg
 Option XkbModel   pc105
 Option XkbLayout  de

 EndSection

 Thanks, Luigi
 --
 Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/


i dont remember where it is documented, however my xorg.conf has this line:
Option XkbOptions altwin:menu,compose:ralt


martins
-- 
Linux 2.6.17-ck1 AMD Athlon(tm) 64 Processor 3200+
 22:10:20 up  4:21,  1 user,  load average: 0.88, 0.51, 0.27

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge xorg-xll fails out at media-libs/mesa-6.5-r3

2006-07-02 Thread Donnie Berkholz
Richard Broersma Jr wrote:
 Oops,  sorry about that. Here are the error messages that follow the warnings:
 
 glxclient.h:257: error: syntax error before GLXContextTag
 glxclient.h:257: warning: no semicolon at end of struct or union
 glxclient.h:401: error: syntax error before '}' token
 clientattrib.c: In function `do_enable_disable':

Is there something shortly above these like foo.h: No such file or
directory?

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Donnie Berkholz
Alan McKinnon wrote:
 I found the opposite effect with split ebuilds. Even with the
 unpack/configure step, updating 100 splite packages out of 330+ was many
 hours faster than compiling a huge monolithic everything in the past

BTW, if you install confcache and enable FEATURES=confcache, it will
speed things up a lot.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Donnie Berkholz
Matthew R. Lee wrote:
 is done.  I wasn't convinced, however I tried rebooting.  No X, so I logged 
 in and issued 'startx', nothing so I checked '/usr/bin/startx', it's not 
 there, clearly it hadn't installed x  So back to xorg-x11-6.8.2.-r8.  I've 

This is a really weird issue that's been coming up, where the packages
are installed but files are missing. What filesystem(s) are you using?

 tried another emerge --sync to see if that would fix the problem but no joy.  
 So the question is, how do I force portage to down load and recompile the 
 packages from scratch? 

You could try `emerge -ep xorg-x11`.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg worked! Minor issues....Thanks, Gentoo

2006-07-02 Thread Donnie Berkholz
dnlt0hn5ntzhbqkv51 wrote:
 1. The emerge stoped at one point because the uninstall failed to remove
 an obscure library (perhaps /var/lib/xkb ? sorry, I should have noted
 it). But emerge identified the directory and told me to delete it. A
 restart allowed successful completion.

This directory was formerly under configuration protection so we have to
tell the user to delete it manually.

 2. Before starting, I renamed /etc/X11 to /etc/X11old so that any
 accumulated junk would be out of the picture, and so that the new
 xorg.conf.example file would be clean. Heh, it doesn't build a new
 xorg.conf.example file, so I copied over the old file and everything
 worked - except for the rgb file.

Yeah, there's a bug for this -- modular X currently lacks a rule to
create it.

 3. My first xmessage complained of not understanding black. So I
 emerged rgb, edited the xorg.conf file, and repointed it.
 
 RgbPath/usr/share/X11/rgb

You should be able to comment out RgbPath

 4. I routinely use xterm, xmessage, and xkill - all needed to be
 emerged. Problem here was that eix and eix -S didn't find them, but
 emerge did.

Perhaps you haven't regenerated eix's cache lately?

 5. revdep-rebuild found the missing libXaw.so.8, but crashed during
 re-emergence (bad order, and something else that I did not understand).
 So I emerged them one at a time in a different order, and everything
 worked except for the kde office applications.

If you just want the libXaw.so.8 back, emerge libXaw with USE=xprint.

Thanks for your detailed report,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Donnie Berkholz
Luigi Pinna wrote:
 Option XkbRules   xorg
 Option XkbModel   pc105
 Option XkbLayout  de

Try this, for the Right Alt key to get you into the level 3 stuff (á, ë,
etc)

Option  XkbOptionslv3:ralt_switch

If you want the various keys that can be put there instead of
ralt_switch, run this:

grep xkb_sym /usr/share/X11/xkb/symbols/level3

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Dale
Donnie Berkholz wrote:
 Alan McKinnon wrote:
   
 I found the opposite effect with split ebuilds. Even with the
 unpack/configure step, updating 100 splite packages out of 330+ was many
 hours faster than compiling a huge monolithic everything in the past
 

 BTW, if you install confcache and enable FEATURES=confcache, it will
 speed things up a lot.

 Thanks,
 Donnie

   

I thought it was ccache?  I did this a while back too.  Is this
something else we can use in addition to ccache?

Dale
:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] freeglut

2006-07-02 Thread Richard Fish

On 7/2/06, Jean Magnan de Bornier [EMAIL PROTECTED] wrote:

Le 02 juillet à 03:39:40 Richard Fish [EMAIL PROTECTED] écrit notamment:
| Does your CFLAGS have -mfpmath=sse?  If so, take that out.

Done, it worked; any side-effects to fear?


It should work fine, but I still suspect your -march setting is not
optimal.  What kind of processor are you using?

-Richard

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 21:17, Donnie Berkholz wrote:
 BTW, if you install confcache and enable FEATURES=confcache, it will
 speed things up a lot.

Yes, but flameeyes p.masked it due to too many bad configure scripts in 
portage..

-- 
Bo Andresen


pgpwPG7U7iMbt.pgp
Description: PGP signature


Re: [gentoo-user] X11 monster rebuild forced? Can I defer it?

2006-07-02 Thread Donnie Berkholz
Dale wrote:
 I thought it was ccache?  I did this a while back too.  Is this
 something else we can use in addition to ccache?

Yeah, it caches the results of configure scripts so they don't need to
re-run tests. Although as Bo suggests, there can be some occasional issues.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 21:19, Donnie Berkholz wrote:
 Matthew R. Lee wrote:
  is done.  I wasn't convinced, however I tried rebooting.  No X, so I
  logged in and issued 'startx', nothing so I checked '/usr/bin/startx',
  it's not there, clearly it hadn't installed x  So back to
  xorg-x11-6.8.2.-r8.  I've

 This is a really weird issue that's been coming up, where the packages
 are installed but files are missing. What filesystem(s) are you using?

  tried another emerge --sync to see if that would fix the problem but no
  joy. So the question is, how do I force portage to down load and
  recompile the packages from scratch?

 You could try `emerge -ep xorg-x11`.

When user upgrades to modular X.org there is a block that requires him to 
remove xorg-x11-6.8*. Then the user upgrades, reboots and finds out there is 
something wrong. So he downgrades. But when downgrading there is no block 
requiring him to remove modular X first. So he merges xorg-x11-6.8 which 
overwrites a *LOT* of modular X files like e.g. startx and only unmerges 
xorg-x11-7.0 which is a very small package. Now the user decides to upgrade 
again so he unmerges xorg-x11-6.8 again and it removes all the files but 
portage still thinks modular X is installed except of xorg-x11-7*. So when he 
emerges xorg-x11-7* that package is the only one which is remerged...

-- 
Bo Andresen


pgp60aS4KPkOx.pgp
Description: PGP signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Donnie Berkholz
Bo Ørsted Andresen wrote:
 When user upgrades to modular X.org there is a block that requires him to 
 remove xorg-x11-6.8*. Then the user upgrades, reboots and finds out there is 
 something wrong. So he downgrades. But when downgrading there is no block 
 requiring him to remove modular X first. So he merges xorg-x11-6.8 which 
 overwrites a *LOT* of modular X files like e.g. startx and only unmerges 
 xorg-x11-7.0 which is a very small package. Now the user decides to upgrade 
 again so he unmerges xorg-x11-6.8 again and it removes all the files but 
 portage still thinks modular X is installed except of xorg-x11-7*. So when he 
 emerges xorg-x11-7* that package is the only one which is remerged...

That's a definite possibility. But I don't _think_ everyone encountering
this problem has hit it, although I could be wrong.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 22:24, Donnie Berkholz wrote:
 That's a definite possibility. But I don't _think_ everyone encountering
 this problem has hit it, although I could be wrong.

nichoj experienced a similar thing with java-config-1.2 vs. 
java-config-wrapper. It wasn't many but there were a few who did this. 
Anyway, in this case the OP specifically stated that he did just this.

-- 
Bo Andresen


pgpbvQcshQf7W.pgp
Description: PGP signature


Re: [gentoo-user] Stable MythTV removed from portage?

2006-07-02 Thread Mark Knecht

On 7/2/06, Mark Knecht [EMAIL PROTECTED] wrote:

On 7/2/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:
 On Sunday 02 July 2006 18:14, Mark Knecht wrote:
  I have mythtv-0.18.1-r1 installed. Now it appears that it's not
  even an option anymore? What happened to Myth?
 
  I do not want to update to 0.19 as it means work on 5 machines that
  I don't want to undertake.

 You can grab the ebuild and it's patches from cvs [1] and place them in an
 overlay.

 [1] http://www.gentoo.org/cgi-bin/viewcvs.cgi/media-tv/mythtv/

 --
 Bo Andresen

Bo,
   Thanks for the pointer. I suppose I'll have to do this. Bummer

   Why was 0.18 removed from portage? Has there been a thread on that
subject I missed as I'm not reading this list very carefully right
now. 0.18 was in portage for over a year I think. Why not mark it
stable or leave it in the group of masked ebuilds and let us make a
choice?

   I thought Gentoo was about choice. Who ever is maintaining this has
taken choice away from me and replaced it with more work. Bummer.

Cheers,
Mark



It is disappointing to find out that MYthTV-0.18-x was removed for
reasons that some folks feel were possibly invalid. Apparently (IF I
UNDERSTAND THIS - I probably don't...) there was a security bug found
in ffmpeg and (I don't know why) a decision was taken to remove
revisions of applications that used ffmpeg. However on my machine
attempting emerge -pve mythtv-0.18-X doesn't indicate that it would
have emerged ffmpeg, so what is the problem? Why remove this version?

Maybe someone here knows the history? I couldn't get it from the bugs
I looked at. If MythTV doesn't use ffmpeg then is the issue that they
copied some bad code instead of linking in the bad library?

Again, it seems to make little sense to me.

- Mark

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Stable MythTV removed from portage?

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 22:30, Mark Knecht wrote:
 Again, it seems to make little sense to me.

You don't want to upgrade because mythtv is a pain in the butt to upgrade. Now 
imagine what it's like to maintain it... ;) I don't know more than you do 
about this but I could imagine they wanted to lower the number of ebuilds 
that they have to maintain...

-- 
Bo Andresen


pgpRpIq1E4xVL.pgp
Description: PGP signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 21:19, Donnie Berkholz wrote:
  tried another emerge --sync to see if that would fix the problem but no
  joy.   So the question is, how do I force portage to down load and
  recompile the packages from scratch?

 You could try `emerge -ep xorg-x11`.

I guess what I would do in your situation would be to just nuke everything in 
the x11 categories:

# grep x11 /var/lib/portage/world
# cd /var/db/pkg  emerge -Cva x11*/*

The first gets a list of the x11 packages that you had in your world file. The 
second removes all of it. Then I would emerge modular X.org again and make 
sure not to overwrite it by emerging monolithic X.org.

-- 
Bo Andresen


pgp2GGR7DMnmr.pgp
Description: PGP signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Donnie Berkholz
Bo Ørsted Andresen wrote:
 On Sunday 02 July 2006 21:19, Donnie Berkholz wrote:
 tried another emerge --sync to see if that would fix the problem but no
 joy.   So the question is, how do I force portage to down load and
 recompile the packages from scratch?
 You could try `emerge -ep xorg-x11`.
 
 I guess what I would do in your situation would be to just nuke everything in 
 the x11 categories:
 
 # grep x11 /var/lib/portage/world
 # cd /var/db/pkg  emerge -Cva x11*/*
 
 The first gets a list of the x11 packages that you had in your world file. 
 The 
 second removes all of it. Then I would emerge modular X.org again and make 
 sure not to overwrite it by emerging monolithic X.org.

That's gonna remove lots of non-xorg stuff, and not catch all xorg stuff.

You can grab a list of all modular X packages at
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
run this:

emerge -1 $(modular-x-packages.txt)

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 22:53, Donnie Berkholz wrote:
 That's gonna remove lots of non-xorg stuff, and not catch all xorg stuff.

 You can grab a list of all modular X packages at
 http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
 run this:

 emerge -1 $(modular-x-packages.txt)

Much better. :)

-- 
Bo Andresen


pgp20JWrOPOKi.pgp
Description: PGP signature


Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 21:26, domenica 2 luglio 2006, Donnie Berkholz ha scritto:
 Luigi Pinna wrote:
  Option XkbRules   xorg
  Option XkbModel   pc105
  Option XkbLayout  de

 Try this, for the Right Alt key to get you into the level 3 stuff (á,
 ë, etc)

 Option  XkbOptionslv3:ralt_switch

I tried it... I don't understand my layout! Now I have but it's in the 
ü! I had now [] not in the 7 and 8 but on ö and  ä.
I'm a little bit confused...
Luigi

- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqDf8HmkkjmM/hrcRArn+AJ0cRSYQWnJV2pesadfCvw1rbmklNgCfdlW7
Ti6JmoRfCxHexa5u8ut/vr4=
=VLbL
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Donnie Berkholz
Luigi Pinna wrote:
 Alle 21:26, domenica 2 luglio 2006, Donnie Berkholz ha scritto:
 Luigi Pinna wrote:
 Option XkbRules   xorg
 Option XkbModel   pc105
 Option XkbLayout  de
 Try this, for the Right Alt key to get you into the level 3 stuff (á,
 ë, etc)

 Option  XkbOptionslv3:ralt_switch
 
 I tried it... I don't understand my layout! Now I have but it's in the 
 ü! I had now [] not in the 7 and 8 but on ö and  ä.
 I'm a little bit confused...

So the lv3 stuff works something like this:

alt+; then letter gives right accented letter
alt+[ then letter gives umlauted letter
alt+] then letter gives tilded letter
alt+' then letter gives hatted letter

There's a different set called compose rather than lv3 that will give
you composed things, compose+letter then ' gives accented letter, etc.
It's sort of a more logical model. Look in
/usr/share/X11/xkb/symbols/compose for xkb_symbols instead for its
possible buttons.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Matthew R. Lee
On Sunday 02 July 2006 17:00, Bo Ørsted Andresen wrote:
 On Sunday 02 July 2006 22:53, Donnie Berkholz wrote:
  That's gonna remove lots of non-xorg stuff, and not catch all xorg stuff.
 
  You can grab a list of all modular X packages at
  http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
  run this:
 
  emerge -1 $(modular-x-packages.txt)

 Much better. :)

I'm running ext3 file system
I've had a look at the above but it want's me to unmask a whole bunch of 
packages. I'd prefer to stick to the stable stuff.  I've only the one laptop 
and a lot of work on at the moment.  I can't afford to be out of action for 
too long
Thanks
Matt
-- 
%%%
Dr. Matthew R. Lee.
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Donnie Berkholz
Matthew R. Lee wrote:
 On Sunday 02 July 2006 17:00, Bo Ørsted Andresen wrote:
 On Sunday 02 July 2006 22:53, Donnie Berkholz wrote:
 That's gonna remove lots of non-xorg stuff, and not catch all xorg stuff.

 You can grab a list of all modular X packages at
 http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
 run this:

 emerge -1 $(modular-x-packages.txt)
 Much better. :)
 
 I'm running ext3 file system
 I've had a look at the above but it want's me to unmask a whole bunch of 
 packages. I'd prefer to stick to the stable stuff.  I've only the one laptop 
 and a lot of work on at the moment.  I can't afford to be out of action for 
 too long

Try removing all the media-fonts and x11-apps stuff from there.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] VIDEO_CARDS=vmware for modular xorg

2006-07-02 Thread Grant

 Does anyone know what the vmware VIDEO_CARD option is for under the
 new modular xorg?

It's for, when you use Gentoo as a *GUEST* OS under VMware.

Alexander Skwar


That makes sense.  Thank you.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Bo Ørsted Andresen
On Sunday 02 July 2006 23:39, Matthew R. Lee wrote:
 On Sunday 02 July 2006 17:00, Bo Ørsted Andresen wrote:
  On Sunday 02 July 2006 22:53, Donnie Berkholz wrote:
   That's gonna remove lots of non-xorg stuff, and not catch all xorg
   stuff.
  
   You can grab a list of all modular X packages at
   http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-packages.txt and
   run this:
  
   emerge -1 $(modular-x-packages.txt)
 
  Much better. :)

 I'm running ext3 file system
 I've had a look at the above but it want's me to unmask a whole bunch of
 packages. I'd prefer to stick to the stable stuff.  I've only the one
 laptop and a lot of work on at the moment.  I can't afford to be out of
 action for too long

You can try this. It only emerges packages that are already installed:

# while read pkg; do equery list $pkg | grep -q $pkg  emerge -1 $pkg;
done  modular-x-packages.txt

-- 
Bo Andresen


pgplFGhXvhZDn.pgp
Description: PGP signature


[gentoo-user] modular xorg + hardened gcc = no go?

2006-07-02 Thread Grant

I'm upgrading to the modular xorg and I've run into:

* xorg-server does not work with hardened gcc specs. Switch to vanilla
gcc specs to emerge xorg-server.
!!! ERROR: x11-base/xorg-server-1.0.2-r7 failed.

I have USE=hardened in make.conf but I'm remerging gcc with
USE=-hardened right now.  Should hardened gcc work with modular xorg
in the future?

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 23:33, domenica 2 luglio 2006, Donnie Berkholz ha scritto:

 So the lv3 stuff works something like this:

 alt+; then letter gives right accented letter
 alt+[ then letter gives umlauted letter
 alt+] then letter gives tilded letter
 alt+' then letter gives hatted letter

It doesn't work!


 There's a different set called compose rather than lv3 that will give
 you composed things, compose+letter then ' gives accented letter,
 etc. It's sort of a more logical model. Look in
 /usr/share/X11/xkb/symbols/compose for xkb_symbols instead for its
 possible buttons.

 Thanks,
 Donnie

I don't understand, why if it's worked today (with xorg 6.8) now doens't 
work more? How can I set like before?
It must be a file that overwrite the xorg.conf configuration...
Luigi
- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqEOaHmkkjmM/hrcRAioaAKCK8L/9NbfEBr8z7ciyiqQH6kWQLwCfaWas
ABTMzJlb5hicRpkeQCCcPcI=
=qgpZ
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular xorg + hardened gcc = no go?

2006-07-02 Thread Donnie Berkholz
Grant wrote:
 I'm upgrading to the modular xorg and I've run into:
 
 * xorg-server does not work with hardened gcc specs. Switch to vanilla
 gcc specs to emerge xorg-server.
 !!! ERROR: x11-base/xorg-server-1.0.2-r7 failed.
 
 I have USE=hardened in make.conf but I'm remerging gcc with
 USE=-hardened right now.  Should hardened gcc work with modular xorg
 in the future?

That's actually been fixed already -- make sure you've synced
super-recently (as of yesterday) and don't have x-modular.eclass in any
overlays you're using.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


[gentoo-user] can't compile kernel

2006-07-02 Thread Sven Köhler
Hi!,

my gentoo just suprised me with the following:

gwinet linux # pwd
/usr/src/linux
gwinet linux # make all
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo '  CHK include/linux/version.h';
mkdir -p include/linux/;if [ `echo -n 2.6.17.3 .file null
.ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits
| wc -c ` -gt 64 ]; then echo '2.6.17.3 .file null .ident
GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits exceeds
64 characters' 2; exit 1; fi; (echo \#define UTS_RELEASE \2.6.17.3
.file null .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section
.note.GNU-stack,,@progbits\; echo \#define LINUX_VERSION_CODE `expr 2
\\* 65536 + 6 \\* 256 + 17`; echo '#define KERNEL_VERSION(a,b,c) (((a)
 16) + ((b)  8) + (c))'; )  /usr/src/linux-2.6.17.3/Makefile 
include/linux/version.h.tmp; if [ -r include/linux/version.h ]  cmp -s
include/linux/version.h include/linux/version.h.tmp; then rm -f
include/linux/version.h.tmp; else echo '  UPD
include/linux/version.h'; mv -f include/linux/version.h.tmp
include/linux/version.h; fi'
make: *** [include/linux/version.h] Error 2


Hooray!

So what could i have changed, that there is that unexpected token (
now? I compiled that kernel pretty often. And now none of the kernels
compiles - but they used to!

Any clue what might have changed?

My guess is, that this (GNU)4.1.1(Gentoo4.1.1) causes troubles.

I'm helpless :-(



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Donnie Berkholz
Luigi Pinna wrote:
 Alle 23:33, domenica 2 luglio 2006, Donnie Berkholz ha scritto:
 
 So the lv3 stuff works something like this:

 alt+; then letter gives right accented letter
 alt+[ then letter gives umlauted letter
 alt+] then letter gives tilded letter
 alt+' then letter gives hatted letter
 
 It doesn't work!

You restarted X after adding the lv3 thing to xorg.conf?

You can try this to avoid restarting X:

setxkbmap -layout de -option compose:menu,lv3:ralt_switch

That will set up things so composing uses the menu (windows) key, and
level3 uses right alt.

 I don't understand, why if it's worked today (with xorg 6.8) now doens't 
 work more? How can I set like before?
 It must be a file that overwrite the xorg.conf configuration...

The XKB setup changed significantly between 6.8 and 7.0 -- lots of
things that used to work no longer do. You need to figure out the new
way to do whatever you used to do.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] modular xorg + hardened gcc = no go?

2006-07-02 Thread Grant

 I'm upgrading to the modular xorg and I've run into:

 * xorg-server does not work with hardened gcc specs. Switch to vanilla
 gcc specs to emerge xorg-server.
 !!! ERROR: x11-base/xorg-server-1.0.2-r7 failed.

 I have USE=hardened in make.conf but I'm remerging gcc with
 USE=-hardened right now.  Should hardened gcc work with modular xorg
 in the future?

That's actually been fixed already -- make sure you've synced
super-recently (as of yesterday) and don't have x-modular.eclass in any
overlays you're using.


Thanks Donnie.  Syncing now.

- Grant
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] losting deadkeys layout

2006-07-02 Thread Luigi Pinna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alle 00:23, lunedì 3 luglio 2006, Donnie Berkholz ha scritto:
[...]
 You restarted X after adding the lv3 thing to xorg.conf?

Yes I did, I tried all your config files... Nothing works...

 You can try this to avoid restarting X:

 setxkbmap -layout de -option compose:menu,lv3:ralt_switch

 That will set up things so composing uses the menu (windows) key, and
 level3 uses right alt.

Probably I found the problem:
# setxkbmap -layout de -option compose:menu,lv3:ralt_switch
Couldn't interpret _XKB_RULES_NAMES property
Use defaults: rules - 'xorg' model - 'pc101' layout - 'us'
Error loading new keyboard description

What does it means? I generated the default config file with the new 
xorgconfig... It must write already the right rules...

 The XKB setup changed significantly between 6.8 and 7.0 -- lots of
 things that used to work no longer do. You need to figure out the new
 way to do whatever you used to do.

Mmh, if it is worst as before, I propose to come back to old system :-)

 Thanks,
 Donnie

Thanks to you!
Luigi

- -- 
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEqEw8HmkkjmM/hrcRAoV3AKCM5Ha9QZ9/yqSNrXGNzxxeh3kgVgCfTPv5
tXlMYsZo9vbuhGiX6dDhtlM=
=aiTZ
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread W.Kenworthy
yes I hit it too - back before it hit stable.  It seemed that going xorg
modular is a one way trip as you cant remove modular xorg easily unless
you keep an independent record of every package installed.  I was pissed
because modular didnt work and I couldnt uninstall it!  Eventually
updates caught up with and fixed the problem, but in the meantime I had
an unusable system.  I realised the problem when I coulnt even downgrade
from 7.1 to 7.0 - this loss of control is a major pita with modular X.

BillK


On Sun, 2006-07-02 at 13:24 -0700, Donnie Berkholz wrote:
 Bo Ørsted Andresen wrote:
  When user upgrades to modular X.org there is a block that requires him to 
  remove xorg-x11-6.8*. Then the user upgrades, reboots and finds out there 
  is 
  something wrong. So he downgrades. But when downgrading there is no block 
  requiring him to remove modular X first. So he merges xorg-x11-6.8 which 
  overwrites a *LOT* of modular X files like e.g. startx and only unmerges 
  xorg-x11-7.0 which is a very small package. Now the user decides to upgrade 
  again so he unmerges xorg-x11-6.8 again and it removes all the files but 
  portage still thinks modular X is installed except of xorg-x11-7*. So when 
  he 
  emerges xorg-x11-7* that package is the only one which is remerged...
 
 That's a definite possibility. But I don't _think_ everyone encountering
 this problem has hit it, although I could be wrong.
 
 Thanks,
 Donnie
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: can't compile kernel

2006-07-02 Thread Sven Köhler
 my gentoo just suprised me with the following:
 
 gwinet linux # pwd
 /usr/src/linux
 gwinet linux # make all
 [...] some strange error
 
 
 Hooray!

Hmmm, did a make clean and then a make all - and now it works
without problems. Strange ...



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] can't compile kernel

2006-07-02 Thread Daniel Iliev

On Mon, Юли 3, 2006 1:22 am, Sven Kцhler wrote:
 Hi!,

 my gentoo just suprised me with the following:

 gwinet linux # pwd
 /usr/src/linux
 gwinet linux # make all
 /bin/sh: -c: line 0: syntax error near unexpected token `('
 /bin/sh: -c: line 0: `set -e; echo '  CHK include/linux/version.h';
 mkdir -p include/linux/;if [ `echo -n 2.6.17.3 .file null
 .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits
 | wc -c ` -gt 64 ]; then echo '2.6.17.3 .file null .ident
 GCC:(GNU)4.1.1(Gentoo4.1.1) .section .note.GNU-stack,,@progbits exceeds
 64 characters' 2; exit 1; fi; (echo \#define UTS_RELEASE \2.6.17.3
 .file null .ident GCC:(GNU)4.1.1(Gentoo4.1.1) .section
 .note.GNU-stack,,@progbits\; echo \#define LINUX_VERSION_CODE `expr 2
 \\* 65536 + 6 \\* 256 + 17`; echo '#define KERNEL_VERSION(a,b,c) (((a)
  16) + ((b)  8) + (c))'; )  /usr/src/linux-2.6.17.3/Makefile 
 include/linux/version.h.tmp; if [ -r include/linux/version.h ]  cmp -s
 include/linux/version.h include/linux/version.h.tmp; then rm -f
 include/linux/version.h.tmp; else echo '  UPD
 include/linux/version.h'; mv -f include/linux/version.h.tmp
 include/linux/version.h; fi'
 make: *** [include/linux/version.h] Error 2


Make a copy of your .config file if don't use /proc/config.gz.

Then do:
1) cd /usr/src/linux
2) make mrproper
3) zcat /proc/config.gz  .config
( or copy back .config in /usr/src/linux )
4) make oldconfig
5) make menuconfig
6) make
7) Do your kernel installation procedure

The most important part is make mrproper. If compilation fails after this you
better rm -rf /usr/src/your-version and emerge a fresh copy of the sources you
use. For example
emerge gentoo-sources

HTH
-- 
Best regards,
Daniel

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] environmental variables ?

2006-07-02 Thread Iain Buchanan
On Sun, 2006-07-02 at 13:50 +0100, Dave S wrote:
 On Sunday 02 July 2006 12:40, Bo Ørsted Andresen wrote:
  On Sunday 02 July 2006 09:09, Dave S wrote:
HOME = /root
   ---
  
HOME = /home/vanda
 
  This is only a theory but could it be that one reads config files in /root
  and the other in /home/vanda?
 
 The only related config I can find is for /etc/gksu.conf and thats not user 
 dependent. I cant find any config relevent in /root or /home/vanda

you'll probably find its a gnome (or kde) theme that is causing the
issue, and the gnome (or kde) themes are stored in $HOME.  Since you
usually don't log in graphically as root (which is usually good) you
don't have theme folders set up in root's home...  am I making sense?!

try running `visudo` and commenting out the line:
Defaultsenv_reset

I don't know if gksudo uses this file, but if it does, your problem
should go away...  If it does go away, then uncomment the line and do
something better like:

Defaults:yourname env_keep-=TERMCAP

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

It's not reality that's important, but how you perceive things.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: xorg worked! Minor issues....Thanks, Gentoo

2006-07-02 Thread dnlt0hn5ntzhbqkv51



4. I routinely use xterm, xmessage, and xkill - all needed to be
emerged. Problem here was that eix and eix -S didn't find them, but
emerge did.


Perhaps you haven't regenerated eix's cache lately?


Didn't help.

Perhaps you could try?




5. revdep-rebuild found the missing libXaw.so.8, but crashed during
re-emergence (bad order, and something else that I did not understand).
So I emerged them one at a time in a different order, and everything
worked except for the kde office applications.


If you just want the libXaw.so.8 back, emerge libXaw with USE=xprint.


Good to know; but having recompiled the few problems, I don't need it  
anymore. :-)





Thanks for your detailed report,
Donnie



Thank you!

.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: xorg worked! Minor issues....Thanks, Gentoo

2006-07-02 Thread Bo Ørsted Andresen
On Monday 03 July 2006 01:59, dnlt0hn5ntzhbqkv51 wrote:
  4. I routinely use xterm, xmessage, and xkill - all needed to be
  emerged. Problem here was that eix and eix -S didn't find them, but
  emerge did.
 
  Perhaps you haven't regenerated eix's cache lately?

 Didn't help.

 Perhaps you could try?

Not all of those packages have their names repeated in their descriptions. You 
would have more success with just eix or `eix -e` or `eix -sS` or...

-- 
Bo Andresen


pgpDwfIwUna6v.pgp
Description: PGP signature


Re: [gentoo-user] escape from hell: kdelibs

2006-07-02 Thread Philip Webb
060702 Hemmann, Volker Armin wrote:
 On Sunday 02 July 2006 14:47, Philip Webb wrote:
 I thought I'ld try GCC 4.1.1, Glibc 2.4  update to KDE 3.5.3 .
 I tried to compile Kdelibs 3.5.3  got a long series of can't find msgs
 followed by failure: there are a number of similar reports in the Forum.
 Flameyes seems to give the authoritative response at Forum 060602 0917 :
 and what does kdelibs not find?

I didn't include it partly because I couldn't think where to look
-- after some sleep, I remembered  /var/log/emerge-logs  --
 also because it depends on what people are trying to compile:
there are similar reports with metabuilds in the Forum.
Here are what appear to be the relevant final lines
(following Flameyes advice above, I had updated to Binutils-2.17 too):

  /usr/qt/3/bin/moc 
/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdeui/kshortcutdialog.h -o 
kshortcutdialog.moc
  /bin/sh ../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ 
-DHAVE_CONFIG_H -I. -I/z/tmp/portage/kdelibs\
  -3.5.2-r6/work/kdelibs-3.5.2/kdeui -I.. -I../dcop -I../kdecore -I../kio/kssl 
-I../kjs -I/z/tmp/portage/kdelibs-3.5.2-r6\
  /work/kdelibs-3.5.2/kdefx 
-I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/interfaces 
-I/z/tmp/portage/kdelibs-3.5.\
  2-r6/work/kdelibs-3.5.2/dcop 
-I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/libltdl 
-I/z/tmp/portage/kdelibs-3.5.\
  2-r6/work/kdelibs-3.5.2/kdefx -I../kdecore 
-I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdecore -I/z/tmp/portag\
  e/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdeui 
-I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kio -I/z/tmp/portage/k\
  delibs-3.5.2-r6/work/kdelibs-3.5.2/kio/kio 
-I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kio/kfile -I/z/tmp/port\
  age/kdelibs-3.5.2-r6/work/kdelibs-3.5.2 -I/usr/qt/3/include -I. 
-I/usr/kde/3.5/include   -DQT_THREAD_SUPPORT  -D_REENTR\
  ANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -Wchar-subscripts -Wall -\
  W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe 
-Wformat-security -Wmissing-format-attribute -Wno-\
  non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_N\
  O_COMPAT -DQT_NO_TRANSLATION  -c -o kshortcutdialog.lo kshortcutdialog.cpp
  kshortcutdialog.cpp:44:36: kshortcutdialog_simple.h: No such file or directory
  kshortcutdialog.cpp:45:38: kshortcutdialog_advanced.h: No such file or 
directory
  kshortcutdialog.cpp: In constructor `KShortcutDialog::KShortcutDialog(const 
KShortcut, bool, QWidget*, const char*)':
  kshortcutdialog.cpp:78: error: invalid use of undefined type `struct 
KShortcutDialogSimple'
  ...
  make[3]: *** [kshortcutdialog.lo] Error 1
  make[3]: Leaving directory 
`/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdeui'
  ...

Anyone have anything to add to Flameyes' account 1 month ago ?
Again, no criticism intended of any devs involved.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Nick Rout

On Mon, 03 Jul 2006 07:05:19 +0800
W.Kenworthy wrote:

 yes I hit it too - back before it hit stable.  It seemed that going xorg
 modular is a one way trip as you cant remove modular xorg easily unless
 you keep an independent record of every package installed. 

Wouldn't genlop give you that information?

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Stable MythTV removed from portage?

2006-07-02 Thread Nick Rout

On Sun, 2 Jul 2006 13:51:24 -0700
Mark Knecht wrote:

 On 7/2/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:
  On Sunday 02 July 2006 22:30, Mark Knecht wrote:
   Again, it seems to make little sense to me.
 
  You don't want to upgrade because mythtv is a pain in the butt to upgrade. 
  Now
  imagine what it's like to maintain it... ;) I don't know more than you do
  about this but I could imagine they wanted to lower the number of ebuilds
  that they have to maintain...
 
  --
  Bo Andresen
 
 Yeah, I understand, and you are probably right. But mythtv-0.18.1
 hasn't been changing. I don't do software so I don't understand the
 word 'maintain'. I'm sure it's a drag and this is easier on them. I
 just wish the devs would have a bit more compassion for those of use
 out here wiht families we're trying to keep happy with these toys! ;-)
 
 Anyway, I just brought down the 0.18 ebuild and built a digest but
 it's complaining about missing patches so I'll see if I can't figure
 that out.
 
 If this is painful enough I guess they'll force me to upgrade anyway,
 won't they? ;-)
 
 Cheers,
 Mark

If it is so stable and you have it on 5 machines then why are you
wanting to install it again?

Actually 0.19 has quite a lot of improvements.
-- 
Nick Rout [EMAIL PROTECTED]


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] escape from hell: kdelibs

2006-07-02 Thread Hemmann, Volker Armin
On Monday 03 July 2006 05:12, Philip Webb wrote:
 060702 Hemmann, Volker Armin wrote:
  On Sunday 02 July 2006 14:47, Philip Webb wrote:
  I thought I'ld try GCC 4.1.1, Glibc 2.4  update to KDE 3.5.3 .
  I tried to compile Kdelibs 3.5.3  got a long series of can't find
  msgs followed by failure: there are a number of similar reports in the
  Forum. Flameyes seems to give the authoritative response at Forum 060602
  0917 :
 
  and what does kdelibs not find?

 I didn't include it partly because I couldn't think where to look
 -- after some sleep, I remembered  /var/log/emerge-logs  --
  also because it depends on what people are trying to compile:
 there are similar reports with metabuilds in the Forum.
 Here are what appear to be the relevant final lines
 (following Flameyes advice above, I had updated to Binutils-2.17 too):

   /usr/qt/3/bin/moc
 /z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdeui/kshortcutdialog.h
 -o kshortcutdialog.moc /bin/sh ../libtool --silent --tag=CXX --mode=compile
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/z/tmp/portage/kdelibs\
 -3.5.2-r6/work/kdelibs-3.5.2/kdeui -I.. -I../dcop -I../kdecore
 -I../kio/kssl -I../kjs -I/z/tmp/portage/kdelibs-3.5.2-r6\
 /work/kdelibs-3.5.2/kdefx
 -I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/interfaces
 -I/z/tmp/portage/kdelibs-3.5.\ 2-r6/work/kdelibs-3.5.2/dcop
 -I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/libltdl
 -I/z/tmp/portage/kdelibs-3.5.\ 2-r6/work/kdelibs-3.5.2/kdefx -I../kdecore
 -I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdecore
 -I/z/tmp/portag\ e/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdeui
 -I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kio
 -I/z/tmp/portage/k\ delibs-3.5.2-r6/work/kdelibs-3.5.2/kio/kio
 -I/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kio/kfile
 -I/z/tmp/port\ age/kdelibs-3.5.2-r6/work/kdelibs-3.5.2 -I/usr/qt/3/include
 -I. -I/usr/kde/3.5/include   -DQT_THREAD_SUPPORT  -D_REENTR\ ANT 
 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
 -Wconversion -Wchar-subscripts -Wall -\ W -Wpointer-arith -DNDEBUG
 -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -Wformat-security
 -Wmissing-format-attribute -Wno-\ non-virtual-dtor -fno-exceptions
 -fno-check-new -fno-common  -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
 -DQT_NO_STL -DQT_N\ O_COMPAT -DQT_NO_TRANSLATION  -c -o kshortcutdialog.lo
 kshortcutdialog.cpp kshortcutdialog.cpp:44:36: kshortcutdialog_simple.h: No
 such file or directory kshortcutdialog.cpp:45:38:
 kshortcutdialog_advanced.h: No such file or directory kshortcutdialog.cpp:
 In constructor `KShortcutDialog::KShortcutDialog(const KShortcut, bool,
 QWidget*, const char*)': kshortcutdialog.cpp:78: error: invalid use of
 undefined type `struct KShortcutDialogSimple' ...
   make[3]: *** [kshortcutdialog.lo] Error 1
   make[3]: Leaving directory
 `/z/tmp/portage/kdelibs-3.5.2-r6/work/kdelibs-3.5.2/kdeui' ...


strange...

my only advise: go 3.5.3 - it is much more stable than 3.5.2 ever was.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USE flag

2006-07-02 Thread Nick Rout

On Wed, 28 Jun 2006 23:04:45 -0500
Jeremy Olexa wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Nick Rout wrote:
  On Wed, 28 Jun 2006 11:30:26 +0530
  Aniruddha Shankar wrote:
  
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Willie Wong wrote:
  Personally speaking, I suggest you emerge 'ufed'. 
  I moved from ufed to profuse, it's slightly better with multiple display
  interfaces (dialog/ncurses/gtk)
 
  cheers,
  
  funnily enough I dislike the gtk interface and usually start it with 
  
  DISPLAY= profuse
  
  to fool it into thinking X is not available, so it runs in my konsole
  
 
 Speaking of USE flags this is a PERFECT example of when to
 enable/disable a USE flag. If I was Nick and PREFERRED to start profuse
 without gtk support (aka ncurses) then I would re-emerge profuse WITHOUT
 the gtk USE flag. Thanks for giving some people an example of when to
 enable/disable USE flags, Nick.
 
 DISCLAIMER: I don't use profuse but I assume that the gtk USE flag does
 exactly what I have explained. ;)


You are right and I did think that as i was typing the email! However
there are times when i like the gtk interface, its more a mood thing, so I am 
happy to leave the gtk flag for that ebuild :-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] freeglut

2006-07-02 Thread Jean Magnan de Bornier
Le 02 juillet à 21:46:08 Richard Fish [EMAIL PROTECTED] écrit notamment:

| On 7/2/06, Jean Magnan de Bornier [EMAIL PROTECTED] wrote:
|  Le 02 juillet à 03:39:40 Richard Fish [EMAIL PROTECTED] écrit notamment:
|  | Does your CFLAGS have -mfpmath=sse?  If so, take that out.
| 
|  Done, it worked; any side-effects to fear?

| It should work fine, but I still suspect your -march setting is not
| optimal.  What kind of processor are you using?

[...]

Yes, you guessed right again: it is a Dell latitude x1, and I followed the
howto of the gentoo-wiki, which says:

.
If you use GCC 3.4.3, there is no pentium-m arch, you need to use
pentium3. Using GCC 3.4.3 or later, you might want to try
-march=pentium-m. Those CFLAGS are known to be safe:

CFLAGS=-O2 -march=pentium3 -pipe -mfpmath=sse
CXXFLAGS=${CFLAGS}
.

But I had forgotten to make the change when switching to gcc-3.4. Now I
did it...
Thanks,
-- 
  Jean Magnan de Bornier |Cours Victor Hugo
  e-mots: jean at bornier.net|13980 Alleins   France
  T 08 70 39 34 03   |P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OpenGL problem after xorg upgrade

2006-07-02 Thread Dale
Hi,

I upgraded to the modular xorg last night.  I thought all was well till
I noticed something today.  First I noticed that when the screen saver
comes on that it takes up 100% of my CPU.  Thing is, the screen saver
doesn't work anymore.  I remerged all the nvidia stuff, kernel, glx, and
settings, then logged out of KDE and stopped xdm.  Then I unloaded the
nvidia module and ran modules-update and reloaded nvidia.  After that I
restarted xdm.  I get the nvidia white screen when it starts X so nvidia
is working but all the screen savers that use OpenGL do not work.  I
check this by right clicking the desktop and then selecting configure
desktop and clicking screensaver.  The others work though.  It don't
even work in the preview.

Here is my glxinfo:

 [EMAIL PROTECTED] / # glxinfo
 name of display: :0.0
 display: :0  screen: 0
 direct rendering: Yes
 server glx vendor string: NVIDIA Corporation
 server glx version string: 1.4
 server glx extensions:
 GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
 GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
 GLX_ARB_multisample, GLX_NV_float_buffer
 client glx vendor string: NVIDIA Corporation
 client glx version string: 1.4
 client glx extensions:
 GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
 GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
 GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig,
 GLX_SGIX_pbuffer,
 GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
 GLX version: 1.3
 GLX extensions:
 GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
 GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
 GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_get_proc_address
 OpenGL vendor string: NVIDIA Corporation
 OpenGL renderer string: GeForce FX 5200/AGP/SSE/3DNOW!
 OpenGL version string: 2.0.2 NVIDIA 87.62
 OpenGL extensions:
 GL_ARB_depth_texture, GL_ARB_fragment_program,
 GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
 GL_ARB_half_float_pixel, GL_ARB_imaging, GL_ARB_multisample,
 GL_ARB_multitexture, GL_ARB_occlusion_query,
 GL_ARB_pixel_buffer_object,
 GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
 GL_ARB_shader_objects, GL_ARB_shading_language_100,
 GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
 GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
 GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
 GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle,
 GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
 GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
 GL_S3_s3tc, GL_EXT_texture_env_add, GL_EXT_abgr, GL_EXT_bgra,
 GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_minmax,
 GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_Cg_shader,
 GL_EXT_draw_range_elements, GL_EXT_fog_coord,
 GL_EXT_framebuffer_object,
 GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
 GL_EXT_packed_pixels, GL_EXT_paletted_texture,
 GL_EXT_pixel_buffer_object,
 GL_EXT_point_parameters, GL_EXT_rescale_normal,
 GL_EXT_secondary_color,
 GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
 GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side,
 GL_EXT_stencil_wrap, GL_EXT_texture3D,
 GL_EXT_texture_compression_s3tc,
 GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
 GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
 GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
 GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_sRGB,
 GL_EXT_timer_query, GL_EXT_vertex_array, GL_HP_occlusion_test,
 GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
 GL_KTX_buffer_region, GL_NV_blend_square, GL_NV_copy_depth_to_color,
 GL_NV_depth_clamp, GL_NV_fence, GL_NV_float_buffer,
 GL_NV_fog_distance,
 GL_NV_fragment_program, GL_NV_fragment_program_option,
 GL_NV_half_float,
 GL_NV_light_max_exponent, GL_NV_multisample_filter_hint,
 GL_NV_occlusion_query, GL_NV_packed_depth_stencil,
 GL_NV_pixel_data_range,
 GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners,
 GL_NV_register_combiners2, GL_NV_texgen_reflection,
 GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
 GL_NV_texture_expand_normal, GL_NV_texture_rectangle,
 GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3,
 GL_NV_vertex_array_range, GL_NV_vertex_array_range2,
 GL_NV_vertex_program,
 GL_NV_vertex_program1_1, GL_NV_vertex_program2,
 GL_NV_vertex_program2_option, GL_SGIS_generate_mipmap,
 GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
 GL_SUN_slice_accum
 glu version: 1.3
 glu extensions:
 GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

Here is my nvidia info:

 [EMAIL PROTECTED] / # equery list nvidia
 [ Searching for package 'nvidia' in all categories among: ]
  * 

Re: [gentoo-user] Can't access disks after install

2006-07-02 Thread Rumen Yotov
Alan McKinnon wrote:
 On Sun, 2006-07-02 at 19:13 +0200, Mick wrote:
 On 02/07/06, Rumen Yotov [EMAIL PROTECTED] wrote:
 Alan McKinnon wrote:
 Hi,

 Brand new install, and the kernel can't access the SATA disks. I don't
 have the bandwidth to d/l an entire install CD and I have an up to date
 distfiles locally so I used the latest install CD I have - 2005.1

 Hardware: Dell Latitude D810 with 80G sata.
 / on /dev/sda7 (reiser)
 /boot on /dev/sda1 (ext2)
 ACCEPT_KEYWORDS=~x86, latest udev installed.
 /home, /usr, /opt, /var and distfiles on an lvm (all reiser)
 Install disk boots fine with full access to the disk.

 On boot the initramfs detects the hardware, but complains it can't find
 my / on /dev/sda7. Drop to a shell and the nodes are right there
 in /dev. The reiser module is not loaded, but it was configured as a
 module by genkernel.
 If your / fs is reiserfs then recompile your kernel with reiserfs in
 the kernel (not as a module) and see if it now finds your /.
 
 That's worth a try - it'll take an hour or three to get everything set
 up. But correct me if I'm wrong, I thought the whole point of using an
 initramfs was to be able to compile *everything* as a module, including
 the fs on / ? If not, that might explain why I've always had mixed
 results with genkernel...
 
 alan
 
Hi,
Certainly not *everything* but you could compile as modules some things
which otherwise you won't be able to use as modules (root fs etc.).
IIRC genkernel uses a 'default' config (equal to the one in LiveCD, if
not wrong). The whole idea is to loadmount initramfs in memory so to
have the required modules/lvm/raid things to start the real root-fs.
i'm using genkernel but just for the 'auto' initrd/initramfs thing,
otherwise using my custom kernel config with some 12-16 modules.
HTH.Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] xorg-x11 screwup

2006-07-02 Thread Graham Murray
W.Kenworthy [EMAIL PROTECTED] writes:

 yes I hit it too - back before it hit stable.  It seemed that going xorg
 modular is a one way trip as you cant remove modular xorg easily unless
 you keep an independent record of every package installed.  I was pissed
 because modular didnt work and I couldnt uninstall it!  Eventually
 updates caught up with and fixed the problem, but in the meantime I had
 an unusable system.  I realised the problem when I coulnt even downgrade
 from 7.1 to 7.0 - this loss of control is a major pita with modular X.

Maybe what is needed is an enhancement to portage to allow the removal
of a meta-package to (optionally) also remove the 'real' packages
which it caused to be installed.
-- 
gentoo-user@gentoo.org mailing list