Re: [gentoo-user] Hardened skype gcc-4*

2007-12-06 Thread Michal 'vorner' Vaner
Hello
,
On Tue, Dec 04, 2007 at 02:58:04PM -0800, Grant wrote:
 I can't believe it but I get the same error with wengo:
 
 $ wengophone
 /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: No such
 file or directory
 /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: Success
 
 Maybe a hardened profile on a laptop is more trouble than it's worth.
 skype, wengo, firefox-bin all won't work with this same type of error.
  vmware won't work either and I bet it's the same problem.

Just a wild guess -- you do not have /opt on other partition with noexec
flag?

BTW, I thought wengo was OSS and you could compile it, so it should rest
somewhere else (firefox can be compiled for sure, so if you just take
the time to do it, it could run).

-- 
This side up =

Michal 'vorner' Vaner


pgpcolgY7MJCA.pgp
Description: PGP signature


[gentoo-user] wxPython - cannot import wx

2007-12-06 Thread Helmut Jarausch
Hi,

after installed (after unmasking)

x11-libs/wxGTK-2.6.4.0-r2
dev-python/wxpython-2.6.4.0-r1
app-admin/eselect-wxwidgets-0.5


import wx

doesn't work anymore.

eselect wxwidgets show

shows 
gtk2-ansi-release-2.6 


What went wrong / what am I missing?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Hardened skype gcc-4*

2007-12-06 Thread Grant
  I can't believe it but I get the same error with wengo:
 
  $ wengophone
  /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: No such
  file or directory
  /opt/bin/wengophone: line 10: /opt/wengophone/qtwengophone: Success
 
  Maybe a hardened profile on a laptop is more trouble than it's worth.
  skype, wengo, firefox-bin all won't work with this same type of error.
   vmware won't work either and I bet it's the same problem.

 Just a wild guess -- you do not have /opt on other partition with noexec
 flag?

No, just sda1, sda2, and sda3.

 BTW, I thought wengo was OSS and you could compile it, so it should rest
 somewhere else (firefox can be compiled for sure, so if you just take
 the time to do it, it could run).

I can compile and run firefox just fine but then I can't use flash.

This whole problem is apparently because I didn't select a multilib
profile.  That's what I'm being told anyway.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes

Quoting Grant [EMAIL PROTECTED]:



also look for strange kernel modules

How can I do that?


One way is to test what's in your /lib/modules with what's in your  
kernel source:


[cmds]

(cd /lib/modules/$( uname -r )/build/; find -type f -name '*.ko')|sort  
 /tmp/t1


(cd /lib/modules/$( uname -r )/kernel/; find . -type f -name '*.ko';  
cd .. ;find misc video -type f -name '*.ko') | sort  /tmp/t2


diff -u /tmp/t1 /tmp/t2  /tmp/t3

$EDITOR /tmp/t3

[end cmds]

Anything that shows up with a + is extra that's not in your kernel  
directory. You could then do this on those files:


[WHERE $FILE = {a single file with a + in front of it, but without the +}]

equery belongs /lib/modules/$( uname -r )/$FILE

if a package installed a module, it should show up with equery belongs.


Any other advice?  I believe all ports to the internet have always   
been closed.


if you find out that your machine was crashing due to hardware  
failure, then more than likely that's all it was.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes

Quoting Grant [EMAIL PROTECTED]:



If I wasn't hacked, this kind of strange behavior would have to be a
hardware or filesystem problem right?  What are the best ways to check
for that?  Just fsck?


dmesg, /var/log/syslog and /var/log/messages. Look for IDE or SATA  
timeouts, or kernel panics.


also look for entries where is says eth0 has entered promiscuous mode  
- that's a sure fire sign you've been hacked.. unless you're running a  
virtual machine with a bridge, or your own packet sniffer/traffic  
monitor - like ntop.


run memtest86 from the install CD boot prompt. Let it run for a few  
hours. Check the results.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Can't run binary packages

2007-12-06 Thread Billy Holmes

Quoting Grant [EMAIL PROTECTED]:


$ firefox-bin
/usr/libexec/mozilla-launcher: line 368:
/opt/firefox/mozilla-xremote-client: No such file or directory

Does this sound like a problem caused by my selecting an amd64
non-multilib profile?  That's what I'm getting from the


from what I remember, multilib means 32-bit libraries, and if  
firefox-bin is 32bit, then non-multilib means no firefox - according  
to the prophecy.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
  If I wasn't hacked, this kind of strange behavior would have to be a
  hardware or filesystem problem right?  What are the best ways to check
  for that?  Just fsck?

 dmesg, /var/log/syslog and /var/log/messages. Look for IDE or SATA
 timeouts, or kernel panics.

Nothing in the logs jumps out at me, but I could easily be missing
something.  Here's another weird one:

# cd /usr/src/linux
# make menuconfig
make: *** No rule to make target `menuconfig'.  Stop.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes

Quoting Grant [EMAIL PROTECTED]:



make: *** No rule to make target `menuconfig'.  Stop.


what does ls show?

perhaps your HDD has decided to retire early?

or a hacker deleted a lot of your stuff?

or /usr/src/linux - points to something else

what's in /usr/src ?

--
[EMAIL PROTECTED] mailing list



[gentoo-user] gnome emerge gives blocked packages

2007-12-06 Thread Thufir
I haven't put much time into this, unfortunately, but am getting blocked 
packages when emerging gnome.  Just kinda throwing this out there, I'll 
hopefully be able to do some research later today and add to this post:


arrakis ~ #
arrakis ~ #
arrakis ~ # emerge -DuN gnome
Calculating dependencies -

Exiting on signal 2
arrakis ~ #
arrakis ~ #
arrakis ~ # emerge -DuNv gnome rc-update add dbus default /etc/init.d/
dbus start rc-update add hald default/etc/init.d/hald start

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

Calculating dependencies \

!!! '/etc/init.d/dbus' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ #
arrakis ~ # emerge -DuNv gnome

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

Calculating dependencies... done!

[ebuild U ] sys-devel/gnuconfig-20070118 [20060702] 40 kB
[ebuild U ] media-libs/libogg-1.1.3 [1.1.2] 395 kB
[ebuild U ] dev-libs/nspr-4.6.7 [4.6.5-r1] USE=ipv6 -debug 1,274 kB
[ebuild U ] app-misc/pax-utils-0.1.16 [0.1.15] USE=-caps 64 kB
[ebuild U ] dev-libs/gmp-4.2.1-r1 [4.2.1] USE=doc* -nocxx 2,660 kB
[ebuild U ] app-arch/bzip2-1.0.4-r1 [1.0.3-r6] USE=-static (-build
%) 822 kB
[ebuild U ] sys-libs/libutempter-1.1.5 [1.1.4.1] 15 kB
[ebuild  N] dev-util/unifdef-1.20  65 kB
[ebuild U ] sys-apps/debianutils-2.25 [2.17.4] USE=-static 133 kB
[ebuild U ] sys-apps/sandbox-1.2.18.1-r2 [1.2.17] 232 kB
[ebuild U ] sys-libs/timezone-data-2007g [2007c] USE=nls 344 kB
[ebuild U ] app-text/libpaper-1.1.21 [1.1.20] 343 kB
[ebuild U ] dev-libs/libmcrypt-2.5.8 [2.5.7] 1,304 kB
[ebuild U ] media-sound/alsa-headers-1.0.14 [1.0.14_rc1] 2,540 kB
[ebuild U ] dev-util/cmake-2.4.6-r1 [2.4.3] USE=-emacs% -vim-syntax
% 2,544 kB
[ebuild U ] app-arch/zip-2.32 [2.31-r1] USE=crypt 789 kB
[ebuild U ] net-dns/bind-tools-9.4.1_p1 [9.3.4] USE=ipv6 -idn 6,193 
kB
[ebuild U ] net-analyzer/traceroute-2.0.9-r1 [1.4_p12-r5] USE=-
static 58 kB
[ebuild U ] sys-kernel/linux-headers-2.6.22-r2 [2.6.17-r2] USE=(-
gcc64%) 4,599 kB
[ebuild U ] media-libs/libvorbis-1.2.0 [1.1.2] USE=doc%* (-aotuv%) 
1,186 kB
[ebuild U ] dev-libs/nss-3.11.7 [3.11.5] USE=-utils% 3,644 kB
[ebuild  N F  ] dev-java/java-sdk-docs-1.5.0-r1  45,109 kB
[ebuild U ] dev-libs/mpfr-2.3.0_p3 [2.2.0_p16] 853 kB
[ebuild  N] media-libs/amrnb-7.0.0.0  519 kB
[ebuild  N] media-libs/amrwb-7.0.0.2  468 kB
[ebuild   R   ] sys-libs/zlib-1.2.3-r1  USE=(-build%) 416 kB
[ebuild U ] media-libs/libpng-1.2.22 [1.2.18] USE=(-doc%) 601 kB
[ebuild U ] sys-libs/ncurses-5.6-r1 [5.5-r3] USE=doc* gpm unicode -
bootstrap -build -debug -minimal -nocxx -trace 2,353 kB
[ebuild U ] app-shells/bash-3.2_p17 [3.1_p17] USE=nls -afs -
bashlogger -vanilla 2,522 kB
[ebuild U ] sys-process/procps-3.2.7 [3.2.6] USE=(-n32) 276 kB
[ebuild U ] sys-apps/portage-2.1.3.19 [2.1.2.9] USE=doc* -build -
epydoc (-selinux) LINGUAS=-pl 387 kB
*** Portage will stop merging at this point and reload itself,
then resume the merge.
[ebuild U ] sys-apps/ed-0.8 [0.5] 67 kB
[ebuild  N] app-portage/portage-manpages-20070122  22 kB
[ebuild U ] sys-apps/man-1.6e-r3 [1.6d] USE=nls 247 kB
[ebuild U ] sys-apps/man-pages-2.66 [2.42] USE=nls 1,809 kB
[ebuild U ] dev-libs/expat-2.0.1 [1.95.8] USE=(-test%) 436 kB
[ebuild U ] sys-devel/gettext-0.16.1-r1 [0.16.1] USE=doc* nls -emacs 
-nocxx 8,340 kB
[ebuild U ] sys-devel/m4-1.4.10 [1.4.7] USE=nls -examples% 722 kB
[ebuild U ] dev-libs/libgpg-error-1.5 [1.0-r1] USE=nls 364 kB
[ebuild U ] app-editors/nano-2.0.6 [2.0.2] USE=ncurses nls spell 
unicode -debug -justify -minimal -slang 1,285 kB
[ebuild U ] sys-apps/findutils-4.3.8-r1 [4.3.2-r1] USE=nls (-
selinux) -static 1,766 kB
[ebuild U ] sys-apps/diffutils-2.8.7-r2 [2.8.7-r1] USE=nls -static 
1,038 kB
[ebuild U ] dev-util/dialog-1.1.20070930 [1.1.20070604] USE=nls%* 
unicode -examples 362 kB
[ebuild U ] sys-devel/flex-2.5.33-r3 [2.5.33-r1] USE=nls -static 
680 kB
[ebuild U ] dev-libs/libcdio-0.78.2 [0.77] USE=nls -cddb -minimal -
nocxx 1,977 kB
[ebuild U ] sys-devel/bison-2.3 [2.2] USE=nls -static 1,055 kB
[ebuild U ] sys-devel/binutils-config-1.9-r4 [1.9-r3] 0 kB
[ebuild UD] virtual/editor-0 [2.0.2] USE=(-debug%) (-justify%) (-
minimal%) (-ncurses%*) (-nls%*) (-slang%) (-spell%*) (-unicode%*) 0 kB
[ebuild U ] sys-devel/binutils-2.18-r1 [2.16.1-r3] USE=nls -
multislot -multitarget -test -vanilla 14,629 kB
[ebuild U ] sys-libs/readline-5.2_p7 [5.1_p4] 2,008 kB
[ebuild  N] sys-devel/bc-1.06-r6  USE=readline -static 273 kB
[ebuild U ] sys-libs/com_err-1.40.2 [1.39] USE=nls 3,873 kB
[ebuild U ] sys-libs/ss-1.40.2 [1.39] USE=nls 0 kB
[ebuild U ] sys-fs/e2fsprogs-1.40.2 [1.39] USE=nls 

Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
  make: *** No rule to make target `menuconfig'.  Stop.

 what does ls show?

# ls -l
total 7652
-rw-r--r--  1 root root18693 Nov 30 10:26 COPYING
-rw-r--r--  1 root root91435 Nov 30 10:26 CREDITS
drwxr-xr-x 64 root root12288 Nov 30 10:26 Documentation
-rw-r--r--  1 root root 1530 Nov 30 10:26 Kbuild
-rw-r--r--  1 root root89876 Nov 30 10:26 MAINTAINERS
-rw-r--r--  1 root root50405 Nov 30 10:26 Makefile
-rw-r--r--  1 root root   183788 Dec  3 14:30 Module.symvers
-rw-r--r--  1 root root16930 Nov 30 10:26 README
-rw-r--r--  1 root root 3119 Nov 30 10:26 REPORTING-BUGS
-rw-r--r--  1 root root  1123821 Dec  3 14:30 System.map
drwxr-xr-x 28 root root 4096 Nov 30 10:26 arch
drwxr-xr-x  2 root root 4096 Dec  1 07:17 block
drwxr-xr-x  2 root root 4096 Dec  1 07:17 crypto
drwxr-xr-x 67 root root 4096 Dec  3 14:30 drivers
drwxr-xr-x 63 root root12288 Dec  1 07:17 fs
drwxr-xr-x  2 root root 4096 Dec  1 07:17 grsecurity
drwxr-xr-x 44 root root 4096 Nov 30 10:30 include
drwxr-xr-x  2 root root 4096 Dec  3 14:30 init
drwxr-xr-x  2 root root 4096 Dec  1 07:17 ipc
drwxr-xr-x  5 root root12288 Dec  3 14:29 kernel
drwxr-xr-x  5 root root12288 Dec  1 07:21 lib
drwxr-xr-x  2 root root 4096 Dec  1 07:15 mm
drwxr-xr-x 41 root root 4096 Dec  1 07:21 net
-rw-r--r--  1 root root   52 Nov 30 10:26 patches.txt
drwxr-xr-x  9 root root 4096 Dec  1 07:14 scripts
drwxr-xr-x  4 root root 4096 Dec  1 07:17 security
drwxr-xr-x 18 root root 4096 Dec  2 09:05 sound
drwxr-xr-x  2 root root 4096 Dec  1 07:14 usr
-rwxr-xr-x  1 root root 10279179 Dec  3 14:30 vmlinux

 perhaps your HDD has decided to retire early?

 or a hacker deleted a lot of your stuff?

 or /usr/src/linux - points to something else

 what's in /usr/src ?

# ls -l
total 4
lrwxrwxrwx  1 root root   24 Nov 30 10:26 linux - linux-2.6.22-hardened-r8
drwxr-xr-x 21 root root 4096 Dec  5 07:13 linux-2.6.22-hardened-r8

I'm going to take it down for a fsck and memtest86.  Be right back.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
That last email was all wrong.  It was output from my laptop.  Here is
the stuff from my router.

  make: *** No rule to make target `menuconfig'.  Stop.

 what does ls show?

# ls -l
total 5732
-rw-r--r--  1 root root  150641 Apr 17  2007 Module.symvers
-rw-r--r--  1 root root  928127 Apr 17  2007 System.map
drwxr-xr-x  3 root root4096 Dec  2 09:06 arch
drwxr-xr-x  2 root root4096 Dec  2 09:06 block
drwxr-xr-x  2 root root4096 Dec  2 09:06 crypto
drwxr-xr-x 24 root root4096 Dec  2 09:06 drivers
drwxr-xr-x 17 root root4096 Dec  2 09:06 fs
drwxr-xr-x  2 root root4096 Dec  2 09:06 grsecurity
drwxr-xr-x  5 root root4096 Dec  2 09:06 include
drwxr-xr-x  2 root root4096 Dec  2 09:06 init
drwxr-xr-x  2 root root4096 Dec  2 09:06 ipc
drwxr-xr-x  5 root root4096 Dec  2 09:06 kernel
drwxr-xr-x  3 root root4096 Dec  2 09:06 lib
drwxr-xr-x  2 root root4096 Dec  2 09:06 mm
drwxr-xr-x 12 root root4096 Dec  2 09:06 net
drwxr-xr-x  6 root root4096 Dec  2 09:06 scripts
drwxr-xr-x  2 root root4096 Dec  2 09:06 security
drwxr-xr-x 15 root root4096 Dec  2 09:06 sound
drwxr-xr-x  2 root root4096 Dec  2 09:05 usr
-rwxr-xr-x  1 root root 4695951 Apr 17  2007 vmlinux

 perhaps your HDD has decided to retire early?

 or a hacker deleted a lot of your stuff?

 or /usr/src/linux - points to something else

 what's in /usr/src ?

# ls -l
total 4
lrwxrwxrwx  1 root root   24 Apr 12  2007 linux - linux-2.6.18-hardened-r6
drwxr-xr-x 20 root root 4096 Dec  2 09:06 linux-2.6.18-hardened-r6

- Grant
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] unlink ACCESS VIOLATIONs

2007-12-06 Thread Tom Brown
Hi,

I think I've got my gentoo installation all effed up. I went a few weeks
without doing a --sync followed by a emerge -uD world. On top of that I,
I installed my own version of Python 2.5.1 from the source tarball off
of python.org. Now, after a --sync, when I do an emerge -uD world I will
see ACCESS DENIED errors when unlink is called on *.pyc files. An
example summary is given below. I searched the forums for similiar
problems. Solutions that worked for other people involved re-emerging
particular packages. I tried that and it didn't work for me. Can I fix
this mess? Or is my system fubar? Any ideas?

Why is unlink getting ACCESS DENIED errors when I run emerge as sudo?

Thanks,
Tom

...
 Source compiled.
--- ACCESS VIOLATION SUMMARY
---
LOG FILE =
/var/log/sandbox/sandbox-gnome-base_-_gnome-desktop-2.20.1-27301.log

unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc
unlink:/usr/share/xml2po/docbook.pyc



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Billy Holmes

Quoting Grant [EMAIL PROTECTED]:



# ls -l


notice in /usr/src/linux, you have much fewer files (not dirs), than  
you do on your laptop. Something deleted them.


The vmlinux, Module.symvers, and System.map are all generated files.  
So it looks like something deleted those files while your kernel was  
being compiled?


Very, very odd.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
  # ls -l

 notice in /usr/src/linux, you have much fewer files (not dirs), than
 you do on your laptop. Something deleted them.

 The vmlinux, Module.symvers, and System.map are all generated files.
 So it looks like something deleted those files while your kernel was
 being compiled?

 Very, very odd.

I ran memtest86 about 1.5 times and there were no errors, but I
couldn't boot a 2007.0 LiveCD with gentoo-nofb nox.  The screen
filled up with:

cp: Error: No space left on device

I have 64MB memory on that system.  I guess it filled up?

- Grant
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Make errors with new kernel-gentoo-2.6.23-r3

2007-12-06 Thread Mick
Hi All,

I've installed the new kernel and I can't compile the various driver modules 
for it.  So far both net-wireless/rt2570-20070209 and 
media-libs/svgalib-1.9.25 failed.  This is the error message of the latter:

  CC 
[M]  
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/i810.o
  CC 
[M]  
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.o
In file included 
from 
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.c:5:
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:74:
 
warning: 'struct file_operations' declared inside parameter list
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:74:
 
warning: its scope is only this definition or declaration, which is probably 
not what you want
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:
 
In function 'devfs_register_chrdev':
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:76:
 
error: implicit declaration of function 'register_chrdev'
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:
 
In function 'devfs_unregister_chrdev':
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:80:
 
error: implicit declaration of function 'unregister_chrdev'
make[2]: *** 
[/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.o]
 
Error 1
make[2]: *** Waiting for unfinished jobs
In file included 
from 
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:48:
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:
 
In function 'devfs_unregister_chrdev':
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:80:
 
error: void value not ignored as it ought to be
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:
 
In function 'svgalib_helper_ioctl':
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:363:
 
warning: 'deprecated_irq_flag' is deprecated (declared at 
include/linux/interrupt.h:64)
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:363:
 
warning: passing argument 2 of 'request_irq' from incompatible pointer type
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:
 
In function 'svgalib_helper_open':
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:451:
 
warning: 'deprecated_irq_flag' is deprecated (declared at 
include/linux/interrupt.h:64)
/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:451:
 
warning: passing argument 2 of 'request_irq' from incompatible pointer type
make[2]: *** 
[/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.o]
 
Error 1
make[1]: *** 
[_module_/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper]
 
Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.23-gentoo-r3'
make: *** [default] Error 2
 * 
 * ERROR: media-libs/svgalib-1.9.25 failed.
 * Call stack:
 *   ebuild.sh, line 1701:  Called dyn_compile
 *   ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *   ebuild.sh, line   44:  Called src_compile
 *   svgalib-1.9.25.ebuild, line   78:  Called linux-mod_src_compile
 *linux-mod.eclass, line  518:  Called die
 * The specific snippet of code:
 *  emake HOSTCC=$(tc-getBUILD_CC) CC=$(get-KERNEL_CC) 
LDFLAGS=$(get_abi_LDFLAGS) \
 *${BUILD_FIXES} ${BUILD_PARAMS} 
${BUILD_TARGETS} \
 *  || die Unable to make ${BUILD_FIXES} 
${BUILD_PARAMS} ${BUILD_TARGETS}.
 *  The die message:
 *   Unable to make  KDIR=/lib/modules/2.6.23-gentoo-r3/build default.
 * 


Can you make sense of this?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Apache loading mod_php?

2007-12-06 Thread James
Jason Carson jay at canuckster.org writes:

 
 Here is my apache2 -M and PHP doesn't show up but it still works fine. Do
 you have -D PHP5 in /etc/conf.d/apache2? ...

APACHE2_OPTS=-D DEFAULT_VHOST -D INFO -D LANGUAGE -D MANUAL -D SSL -D
SSL_DEFAULT_VHOST -D SUEXEC -D PHP5

(yes)


 Loaded Modules:

Are identical.

Apache is up, I can get to the default pages. 


I how have a simple php page working
I'll figure out why the php pages are not working across 
a symlink.

-- thanks to all

James





-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gnome emerge gives blocked packages

2007-12-06 Thread Kale Booth
On 12/6/07, Thufir [EMAIL PROTECTED] wrote:
 I haven't put much time into this, unfortunately, but am getting blocked
 packages when emerging gnome.  Just kinda throwing this out there, I'll
 hopefully be able to do some research later today and add to this post:

snip useless

 arrakis ~ # emerge -DuNv gnome

snip useless

 [blocks B ] sys-fs/udev-115-r1 (is blocking sys-fs/device-
 mapper-1.02.22-r5)
 [blocks B ] =app-dicts/aspell-en-0.5* (is blocking app-text/
 aspell-0.60.5)
 [blocks B ] sys-fs/device-mapper-1.02.19-r1 (is blocking sys-fs/
 udev-115-r1)

I'd run revdep-rebuild --pretend and see if it wants to rebuild
either udev or the device-mapper.
as for the aspell block, try emerge -1av =app-dicts/aspell-en-6.0.0
to update the dictionary. aspell 6 wants wants an aspell 6 dict

--Kale
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Apache loading mod_php?

2007-12-06 Thread kashani

James wrote:

I how have a simple php page working
I'll figure out why the php pages are not working across 
a symlink.


In you vhost config file you probably have something like this

Directory /var/www/www.badapple.net/htdocs
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
/Directory

FollowSymLinks is probably off by default. This is a bit of a gotcha 
because rewrite rules don't work when it's turn off either.


kashani
--
[EMAIL PROTECTED] mailing list



[gentoo-user] synce-engine

2007-12-06 Thread [EMAIL PROTECTED]
Hi all. I want to syck my pocet PC ( E-ten m600+ Windows Mobile 5.0 ) with 
gentoo, but I have probles.
I instal SynceSe from SVN. My dmesg

usb 2-4: new full speed USB device using ohci_hcd and address 3
usb 2-4: configuration #1 chosen from 1 choice
rndis0: register 'rndis_host' at usb-:00:02.0-4, RNDIS device, 
80:00:60:0f:e8:00
rndis0: no IPv6 routers present

When I write 'pls' I see folders and files on my PC and I can copy. But when I 
do synce-engine I see this:

/usr/share/sync-engine/sync-engine
2007-12-06 20:25:30,072 DEBUG syncengine : creating SyncEngine object
2007-12-06 20:25:30,097 INFO engine.syncengine.SyncEngine : __init__: 
connected device found
2007-12-06 20:25:30,098 INFO engine.syncengine.SyncEngine : 
_device_connected_cb: device connected at 
path /org/synce/odccm/Device/_3C96A176_AC20_11ED_6143_458CA76FABD8_
2007-12-06 20:25:30,124 INFO engine.syncengine.SyncEngine :  device 
buzzja-pocket connected
2007-12-06 20:25:30,124 INFO engine.syncengine.SyncEngine : ProcessAuth : 
processing authorization for device 'buzzja-pocket'
2007-12-06 20:25:30,125 INFO engine.syncengine.SyncEngine : ProcessAuth: 
authorization not required for device 'buzzja-pocket'
2007-12-06 20:25:30,126 DEBUG engine.syncengine.SyncEngine : OnConnect: 
setting up RAPI session
2007-12-06 20:25:30,153 DEBUG engine.syncengine.SyncEngine : OnConnect: 
initializing partnerships
2007-12-06 20:25:30,153 DEBUG engine.partnerships.Partnerships : _read_device: 
reading partnerships from device registry
2007-12-06 20:25:30,168 DEBUG engine.partnerships.Partnerships : _read_device: 
read partnership ID = 1576510757, Hostname = BUZZJA-WIN
2007-12-06 20:25:30,169 DEBUG engine.partnerships.Partnerships : _read_device: 
Adding entry
Traceback (most recent call last):
  File /usr/share/sync-engine/sync-engine, line 57, in module
engine = SyncEngine()
  File /usr/share/sync-engine/SyncEngine/kernel.py, line 74, in __init__
self._device_connected_cb(obj_paths[0])
  File /usr/share/sync-engine/SyncEngine/kernel.py, line 93, in 
_device_connected_cb
self.OnConnect()
  File /usr/share/sync-engine/SyncEngine/kernel.py, line 174, in OnConnect
self.partnerships = Partnerships(self)
  File /usr/share/sync-engine/SyncEngine/partnerships.py, line 48, in 
__init__
self._read_device()
  File /usr/share/sync-engine/SyncEngine/partnerships.py, line 88, in 
_read_device
id = key.query_value(PId)
  File pyrapi2.pyx, line 168, in pyrapi2.RegKey.query_value
TypeError: raise: exception class must be a subclass of BaseException

Help me. )
-- 
--
With best regards, ezotrank
kernel 2.6.23-gentoo-r2, system uptime: 20:24:00 up 2:57, 2 users, load 
average: 0.02, 0.13, 0.09
--


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] bookmarks invisible in Firefox fullscreen

2007-12-06 Thread Benno Schulenberg

When the bookmarks list is longer than what fits vertically on the 
screen, then hitting Alt+B while Firefox is in fullscreen mode 
won't show the list of bookmarks.  The bookmark list is there -- 
because it is possible to select for example the last entry with 
Up and Enter -- but it is invisible.  (When not in fullscreen 
mode, such an overlong bookmarks list shows tiny arrows at top and 
bottom and will scroll as needed.)

Is this invisibility just a local phenomenon, or are others seeing 
this too?

This is about Firefox-2.0.0.*. It is not the menu-killing bug of 1.*
-- https://bugzilla.mozilla.org/show_bug.cgi?id=318410 and friends.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Router/Firewall strangeness

2007-12-06 Thread Grant
   # ls -l
 
  notice in /usr/src/linux, you have much fewer files (not dirs), than
  you do on your laptop. Something deleted them.
 
  The vmlinux, Module.symvers, and System.map are all generated files.
  So it looks like something deleted those files while your kernel was
  being compiled?
 
  Very, very odd.

 I ran memtest86 about 1.5 times and there were no errors, but I
 couldn't boot a 2007.0 LiveCD with gentoo-nofb nox.  The screen
 filled up with:

 cp: Error: No space left on device

 I have 64MB memory on that system.  I guess it filled up?

 - Grant

Same problem reported here with 192MB:

http://forums.gentoo.org/viewtopic-t-559647.html

Seems weird there would be a bug like that after 7 months.  I'm going
to try 2006.1 and Knoppix.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Make errors with new kernel-gentoo-2.6.23-r3

2007-12-06 Thread Kale Booth
Rebuilding my modules last night after updating my kernel I ran into
these same errors for svgalib. I didn't have a chance to look into it
last night but I will this evening.

--Kale

On 12/6/07, Mick [EMAIL PROTECTED] wrote:
 Hi All,

 I've installed the new kernel and I can't compile the various driver modules
 for it.  So far both net-wireless/rt2570-20070209 and
 media-libs/svgalib-1.9.25 failed.  This is the error message of the latter:
 
  CC
 [M]  
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/i810.o
  CC
 [M]  
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.o
 In file included
 from 
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.c:5:
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:74:
 warning: 'struct file_operations' declared inside parameter list
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:74:
 warning: its scope is only this definition or declaration, which is probably
 not what you want
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:
 In function 'devfs_register_chrdev':
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:76:
 error: implicit declaration of function 'register_chrdev'
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:
 In function 'devfs_unregister_chrdev':
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:80:
 error: implicit declaration of function 'unregister_chrdev'
 make[2]: ***
 [/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/interrupt.o]
 Error 1
 make[2]: *** Waiting for unfinished jobs
 In file included
 from 
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:48:
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:
 In function 'devfs_unregister_chrdev':
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/kernel26compat.h:80:
 error: void value not ignored as it ought to be
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:
 In function 'svgalib_helper_ioctl':
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:363:
 warning: 'deprecated_irq_flag' is deprecated (declared at
 include/linux/interrupt.h:64)
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:363:
 warning: passing argument 2 of 'request_irq' from incompatible pointer type
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:
 In function 'svgalib_helper_open':
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:451:
 warning: 'deprecated_irq_flag' is deprecated (declared at
 include/linux/interrupt.h:64)
 /var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.c:451:
 warning: passing argument 2 of 'request_irq' from incompatible pointer type
 make[2]: ***
 [/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper/main.o]
 Error 1
 make[1]: ***
 [_module_/var/tmp/portage/media-libs/svgalib-1.9.25/work/svgalib-1.9.25/kernel/svgalib_helper]
 Error 2
 make[1]: Leaving directory `/usr/src/linux-2.6.23-gentoo-r3'
 make: *** [default] Error 2
  *
  * ERROR: media-libs/svgalib-1.9.25 failed.
  * Call stack:
  *   ebuild.sh, line 1701:  Called dyn_compile
  *   ebuild.sh, line 1039:  Called qa_call 'src_compile'
  *   ebuild.sh, line   44:  Called src_compile
  *   svgalib-1.9.25.ebuild, line   78:  Called linux-mod_src_compile
  *linux-mod.eclass, line  518:  Called die
  * The specific snippet of code:
  *  emake HOSTCC=$(tc-getBUILD_CC) CC=$(get-KERNEL_CC)
 LDFLAGS=$(get_abi_LDFLAGS) \
  *${BUILD_FIXES} ${BUILD_PARAMS}
 ${BUILD_TARGETS} \
  *  || die Unable to make ${BUILD_FIXES}
 ${BUILD_PARAMS} ${BUILD_TARGETS}.
  *  The die message:
  *   Unable to make  KDIR=/lib/modules/2.6.23-gentoo-r3/build default.
  *
 

 Can you make sense of this?
 --
 Regards,
 Mick


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unlink ACCESS VIOLATIONs

2007-12-06 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tom Brown wrote:
 Source compiled.
 --- ACCESS VIOLATION SUMMARY
 ---
 LOG FILE =
 /var/log/sandbox/sandbox-gnome-base_-_gnome-desktop-2.20.1-27301.log
 
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 unlink:/usr/share/xml2po/docbook.pyc
 

After a python upgrade, most people run python-updater to recompile
all the python bytecodes. That's supposed to solve the above
problem. Alternatively, you can use a script like the one I've attached.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD4DBQFHWEdC/ejvha5XGaMRApMrAJjQhGgHPFFBMigd0itdhEJdtpvbAJ4v2D6N
680I8ppUyUjnra9i8Bpmwg==
=Q7/B
-END PGP SIGNATURE-
#!/usr/bin/env bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

usage() {
echo usage: ${0##*/} [directory]...
}

hasq() {
[[  ${*:2}  == * $1 * ]]
}

if hasq --help $* || hasq -h $* ; then
usage $@
exit 0
fi

for d in $@ ; do
if [ ! -d ${d} ] ; then
usage $@ 2
exit 1
fi
find ${d} -name *.py[co] | xargs -r rm -f
for x in  -O ; do
python ${x} -c import compileall; 
compileall.compile_dir('${d}', quiet=True)
done
done


recompile-bytecodes.bash.sig
Description: Binary data


[gentoo-user] exaile

2007-12-06 Thread Zimmerling, Alexander
Hi Guys,

I need your help.

After a mass update a few days ago, exaile fails to start.

I always get this errormsg when exaile is started from shell


[EMAIL PROTECTED] ~ $ exaile
Traceback (most recent call last):
  File /usr/lib/exaile/exaile.py, line 91, in module
from xl.gui import main as exailemain
  File /usr/lib/exaile/xl/gui/main.py, line 23, in module
from xl import library, media, audioscrobbler, equalizer, burn, common
  File /usr/lib/exaile/xl/library.py, line 20, in module
from xl import common, media, db, audioscrobbler, xlmisc, dbusinterface
  File /usr/lib/exaile/xl/media/__init__.py, line 1, in module
from xl.media import mp3, ogg, flac, wav, wv, mpc, tta
  File /usr/lib/exaile/xl/media/mp3.py, line 2, in module
from xl import xlmisc
  File /usr/lib/exaile/xl/xlmisc.py, line 54, in module
import common, prefs
  File /usr/lib/exaile/xl/prefs.py, line 22, in module
import cd_import, xlmisc, audioscrobbler, burn, advancededitor
  File /usr/lib/exaile/xl/cd_import.py, line 25, in module
import gst
  File /usr/lib/python2.5/site-packages/gst-0.10/gst/__init__.py, line 144, 
in module
from _gst import *
ImportError: /usr/lib/python2.5/site-packages/gst-0.10/gst/_gst.so: undefined 
symbol: libxml_xmlDocPtrWrap 


Here is my emerge --info


[EMAIL PROTECTED] ~ $ emerge --info
Portage 2.1.3.19 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.6.1-r0, 
2.6.22-gentoo-r1 i686)
=
System uname: 2.6.22-gentoo-r1 i686 AMD Athlon(tm) XP 1800+
Timestamp of tree: Tue, 04 Dec 2007 19:46:01 +
distcc[14266] (dcc_set_trace_from_env) ERROR: failed to open logfile 
/var/tmp/portage/.distcc: Is a directory [enabled]
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r5, 2.5.1-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe -g
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf 
/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d
CXXFLAGS=-O2 -march=i686 -pipe -g
DISTDIR=/usr/portage/distfiles
FEATURES=distcc distlocks metadata-transfer sandbox sfperms splitdebug strict 
unmerge-orphans userfetch
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
LANG=de_DE.UTF-8
LINGUAS=de
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 
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=X alsa berkdb bitmap-fonts cli cracklib crypt cups dri dvd dvdr dvdread 
esd fortran gdbm gnome gpm gtk iconv java jpeg midi mmx mudflap ncurses nls 
nptl nptlonly openmp pam pcre perl ppds pppd python readline reflection samba 
session spl ssl tcpd truetype-fonts type1-fonts unicode x86 xinerama xorg zlib 
ALSA_CARDS=ens1371 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop 
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi 
null plug rate route share shm softvol APACHE2_MODULES=actions alias 
auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm 
authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 
dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias ELIBC=glibc INPUT_DEVICES=keyboard mouse KERNEL=linux 
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text LINGUAS=de USERLAND=GNU VIDEO_CARDS=nvidia
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, 
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


I did a revdep-rebuild, without any 'results'

kind regards

alex


Re: [gentoo-user] exaile

2007-12-06 Thread Albert Hopkins

On Thu, 2007-12-06 at 22:16 +0100, Zimmerling, Alexander wrote:
 Hi Guys,
 
 I need your help.
 
 After a mass update a few days ago, exaile fails to start.
 
 I always get this errormsg when exaile is started from shell
 
 [...]

  line 144, in module
 from _gst import *
 ImportError: /usr/lib/python2.5/site-packages/gst-0.10/gst/_gst.so:
 undefined symbol: libxml_xmlDocPtrWrap
 

Have you tried remerging gst-python?

-a

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Make errors with new kernel-gentoo-2.6.23-r3

2007-12-06 Thread Mick
On Thursday 06 December 2007, Kale Booth wrote:
 Rebuilding my modules last night after updating my kernel I ran into
 these same errors for svgalib. I didn't have a chance to look into it
 last night but I will this evening.

Thanks.  Good to know I'm not alone.  I'll also check the forums when I get a 
chance.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] PHP 5 masked notice (was: Gentoo on the server side)

2007-12-06 Thread Alan
On Sun, Dec 02, 2007 at 11:58:46PM +0100, Jil Larner wrote:
   I had to do the same thing with the mysql upgrade from 3.x to 4.x. My
  apache upgrade, I just had to redo the configs by hand. php4 to php5
  might be a bit more tricky. Currently that's the reason I have php5
  masked...
 
 PHP 4 won't be maintained after 8/8/8 (August, 8 2008) and so should be
 of php 5.0 and 5.1. Just to warn those who don't know (I believe you do
 know ;) ).

Actually I hadn't seen that, thanks for the notice.  I'm pretty sure
I'll have things all upgraded by then though :) (I hope!)

-- 
Alan [EMAIL PROTECTED] - http://arcterex.net

Beware of computer programmers that carry screwdrivers. -- Unknown
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Randy Barlow
I updated from 2.6.22-gentoo-r9 to 2.6.23-gentoo-r3, and now
nvidia-drivers-1.0-7185 won't build.  I use the older drivers because I
have a Riva TNT2.  When I change the /usr/src/linux link to the old
kernel source, the package builds just fine, so I'm thinking that
something is broken with my new config.  I attached the build log.  It
complains about some things not being defined, like nv_pte_t_cache.  Is
this a kernel config problem?  I didn't find it in bugs.gentoo, but
google found a few others having the same issue with some other versions
of nvidia-drivers.

-- 
Randy Barlow
http://electronsweatshop.com
 * Determining the location of the kernel source code
 * Found kernel source directory:
 * /usr/src/linux
 * Found kernel object directory:
 * /lib/modules/2.6.23-gentoo-r3/build
 * Found sources for kernel version:
 * 2.6.23-gentoo-r3
 * Checking for MTRR support ...
  [ ok ]
 Unpacking source...
Creating directory NVIDIA-Linux-x86-1.0-7185-pkg0
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86 
1.0-7185
 * Applying NVIDIA_glx-defines.patch ...
  [ ok ]
 * Applying NVIDIA_glx-glheader.patch ...
  [ ok ]
 * Converting Makefile.kbuild to use M= instead of SUBDIRS= ...
  [ ok ]
 Source unpacked.
 Compiling source in 
 /var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv
  ...
 * Preparing nvidia module

NVIDIA: calling KBUILD...
make CC=i686-pc-linux-gnu-gcc KBUILD_OUTPUT=/lib/modules/2.6.23-gentoo-r3/build 
KBUILD_VERBOSE=1 -C /usr/src/linux 
M=/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv
 modules
make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make 
rule.
make -C /lib/modules/2.6.23-gentoo-r3/build \
KBUILD_SRC=/usr/src/linux-2.6.23-gentoo-r3 \

KBUILD_EXTMOD=/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv
 -f /usr/src/linux-2.6.23-gentoo-r3/Makefile modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
\
echo;   \
echo   ERROR: Kernel configuration is invalid.;   \
echo  include/linux/autoconf.h or include/config/auto.conf are 
missing.;  \
echo  Run 'make oldconfig  make prepare' on kernel src to 
fix it.;  \
echo;   \
/bin/false)
mkdir -p 
/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv/.tmp_versions
rm -f 
/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv/.tmp_versions/*
make -f /usr/src/linux-2.6.23-gentoo-r3/scripts/Makefile.build 
obj=/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv
echo \#define NV_COMPILER \`i686-pc-linux-gnu-gcc -v 21 | tail -n 1`\  
/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv/nv_compiler.h
  i686-pc-linux-gnu-gcc 
-Wp,-MD,/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv/.nv.o.d
  -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include -D__KERNEL__ 
-Iinclude -Iinclude2 -I/usr/src/linux-2.6.23-gentoo-r3/include -include 
include/linux/autoconf.h  
-I/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv
 -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing 
-fno-common -Werror-implicit-function-declaration -Os -pipe -msoft-float 
-mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 
-mtune=pentium3 -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 
-DCONFIG_AS_CFI_SIGNAL_FRAME=1 
-I/usr/src/linux-2.6.23-gentoo-r3/include/asm-i386/mach-default 
-Iinclude/asm-i386/mach-default -fomit-frame-pointer -fno-stack-protector 
-Wdeclaration-after-statement -Wno-pointer-sign  
-I/var/tmp/portage/x11-drivers/nvidia-drivers-1.0.7185/work/NVIDIA-Linux-x86-1.0-7185-pkg0/usr/src/nv
 -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts 
-Wparentheses -Wno-multichar -Werror -O -fno-common -MD -Wno-cast-qual 
-Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -D_GNU_SOURCE 
-D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 
-DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7185 -DNV_UNIX -DNV_LINUX -DNV_INT64_OK 
-DNVCPU_X86 -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM 

AW: [gentoo-user] exaile

2007-12-06 Thread Zimmerling, Alexander
yes

-Ursprüngliche Nachricht-
Von: Albert Hopkins [mailto:[EMAIL PROTECTED]
Gesendet: Do 06.12.2007 22:37
An: gentoo-user@lists.gentoo.org
Betreff: Re: [gentoo-user] exaile
 

On Thu, 2007-12-06 at 22:16 +0100, Zimmerling, Alexander wrote:
 Hi Guys,
 
 I need your help.
 
 After a mass update a few days ago, exaile fails to start.
 
 I always get this errormsg when exaile is started from shell
 
 [...]

  line 144, in module
 from _gst import *
 ImportError: /usr/lib/python2.5/site-packages/gst-0.10/gst/_gst.so:
 undefined symbol: libxml_xmlDocPtrWrap
 

Have you tried remerging gst-python?

-a

-- 
[EMAIL PROTECTED] mailing list



winmail.dat

Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Mick
On Thursday 06 December 2007, Randy Barlow wrote:
 I updated from 2.6.22-gentoo-r9 to 2.6.23-gentoo-r3, and now
 nvidia-drivers-1.0-7185 won't build.  I use the older drivers because I
 have a Riva TNT2.  When I change the /usr/src/linux link to the old
 kernel source, the package builds just fine, so I'm thinking that
 something is broken with my new config.  I attached the build log.  It
 complains about some things not being defined, like nv_pte_t_cache.  Is
 this a kernel config problem?  I didn't find it in bugs.gentoo, but
 google found a few others having the same issue with some other versions
 of nvidia-drivers.

Read your error again.  It tells you to run make oldconfig to fix it.  
However, if you check my earlier message posted today about Make errors with 
new kernel... you'll see that I have not been able to emerge any drivers 
with the new kernel.  I suspect a bug.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Randy Barlow
Mick wrote:
 Read your error again.  It tells you to run make oldconfig to fix it.  
 However, if you check my earlier message posted today about Make errors with 
 new kernel... you'll see that I have not been able to emerge any drivers 
 with the new kernel.  I suspect a bug.

If you pay attention to that part, it is an echo statement, and it is
not echoed, thus not the solution to the problem.  The files that it
tests for do exist in /usr/src/linux/include (and I always run make
oldconfig when building a new kernel).  I just saw your thread though,
and it does seem pretty similar.  I wonder if it's a problem with the
new kernel, or if the way to configure the things that the drivers need
has changed.  Anybody else have a clue?

-- 
Randy Barlow
http://electronsweatshop.com
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread Grant
I just spent a few hours trying to fix a problem where my Gentoo
router would only dhcp the ip address of the cable modem instead of
the proper IP address from the WAN.  I ended up enabling USE=vram and
it worked again.

# equery uses dhcpcd
 + + vram : Disable DUID due to volatile media, such as a LiveCD

I had just previously booted to a Damn Small Linux LiveCD when the
trouble started so I'm thinking the CD tried to dhcp from my cable
internet provider without a DUID which caused the provider to change
something which means that I need to disable the DUID from now on?
It's confusing but that's the best I can come up with.

The point is: be careful when using dhcp from a LiveCD.  Your system
might act differently the next time you boot the hard drive.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Ian Lee
Randy Barlow wrote:
 I updated from 2.6.22-gentoo-r9 to 2.6.23-gentoo-r3, and now
 nvidia-drivers-1.0-7185 won't build.  I use the older drivers because I
 have a Riva TNT2.  When I change the /usr/src/linux link to the old
 kernel source, the package builds just fine, so I'm thinking that
 something is broken with my new config.  I attached the build log.  It
 complains about some things not being defined, like nv_pte_t_cache.  Is
 this a kernel config problem?  I didn't find it in bugs.gentoo, but
 google found a few others having the same issue with some other versions
 of nvidia-drivers.

   
according to the nvidia site version 71.86.01 is the lastest TNT2
drivers have tried these they are in the portage tree
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread Mick
On Thursday 06 December 2007, Grant wrote:
 I just spent a few hours trying to fix a problem where my Gentoo
 router would only dhcp the ip address of the cable modem instead of
 the proper IP address from the WAN.  I ended up enabling USE=vram and
 it worked again.

 # equery uses dhcpcd
  + + vram : Disable DUID due to volatile media, such as a LiveCD

 I had just previously booted to a Damn Small Linux LiveCD when the
 trouble started so I'm thinking the CD tried to dhcp from my cable
 internet provider without a DUID which caused the provider to change
 something which means that I need to disable the DUID from now on?
 It's confusing but that's the best I can come up with.

 The point is: be careful when using dhcp from a LiveCD.  Your system
 might act differently the next time you boot the hard drive.

The dhcpcd was changed recently and not all dhcp servers take kindly to it, 
when it uses DUID the way it does (some servers depend on DUID passing on to 
them the MAC of the client).  The solution I also found was to set the vram 
flag.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Apache loading mod_php?

2007-12-06 Thread James
kashani kashani-list at badapple.net writes:


  I'll figure out why the php pages are not working across 
  a symlink.

 In you vhost config file you probably have something like this

 Directory /var/www/www.badapple.net/htdocs
  Options -Indexes FollowSymLinks MultiViews
  AllowOverride All
  Order allow,deny
  Allow from all
 /Directory

 FollowSymLinks is probably off by default. This is a bit of a gotcha 
 because rewrite rules don't work when it's turn off either.

H,

This is a web server for internal purposes only
In this file
I have this:

DocumentRoot /var/www/localhost/htdocs
Directory /var/www/localhost/htdocs
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
/Directory


So how do I get symlinks to work?

James

James





-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread Grant
  I just spent a few hours trying to fix a problem where my Gentoo
  router would only dhcp the ip address of the cable modem instead of
  the proper IP address from the WAN.  I ended up enabling USE=vram and
  it worked again.
 
  # equery uses dhcpcd
   + + vram : Disable DUID due to volatile media, such as a LiveCD
 
  I had just previously booted to a Damn Small Linux LiveCD when the
  trouble started so I'm thinking the CD tried to dhcp from my cable
  internet provider without a DUID which caused the provider to change
  something which means that I need to disable the DUID from now on?
  It's confusing but that's the best I can come up with.
 
  The point is: be careful when using dhcp from a LiveCD.  Your system
  might act differently the next time you boot the hard drive.

 The dhcpcd was changed recently and not all dhcp servers take kindly to it,
 when it uses DUID the way it does (some servers depend on DUID passing on to
 them the MAC of the client).  The solution I also found was to set the vram
 flag.

Something must have changed on my ISP's end when my router tried to
dhcp via the Damn Small Linux LiveCD.  It had been running dhcp just
fine ever since I switched to this ISP (Cox) and failed every time
after I booted that LiveCD until I enabled vram.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Be careful when using dhcp with a LiveCD

2007-12-06 Thread b.n.
Mick ha scritto:
 The point is: be careful when using dhcp from a LiveCD.  Your system
 might act differently the next time you boot the hard drive.
 
 The dhcpcd was changed recently and not all dhcp servers take kindly to it, 
 when it uses DUID the way it does (some servers depend on DUID passing on to 
 them the MAC of the client).  The solution I also found was to set the vram 
 flag.

I'm really ignorant on networks. What has changed on the dhcp side so
that *client* behaviour alters *server* behaviour? Isn't this horribly
broken (from the server side), or there is some reason to behave that?

m.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New kernel broken nvidia-drivers

2007-12-06 Thread Randy Barlow
Ian Lee wrote:
 according to the nvidia site version 71.86.01 is the lastest TNT2
 drivers have tried these they are in the portage tree

Thanks for the heads up!  I had from a while ago blocked versions newer
than 1.0.7185 because it used to be that they wouldn't work with my
card.  Apparently they have a new version scheme than they used to use,
but you are right, 71.86.01 works.  Now we just have to solve Mick's
problem!

-- 
Randy Barlow
http://electronsweatshop.com
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] services not starting since move to amd64

2007-12-06 Thread Stefan G. Weichinger

Greets, gentoo-users,

as soem of you might remember I only recently migrated my system to
amd64 (fresh install).

I don't exactly know if there is a relation to this move but since then
I have the problem that some services simply don't start when the system
boots.

For example xinetd, sshd and smartd don't start, they get started and
show their green OK-message but aren't running afterwards.

I checked rc-config list:

sshd  default
[...]
xinetddefault

I removed and re-added the services

# rc-config delete sshd default
Deleting sshd from following runlevels
  default   [done]
# rc-config add sshd default
Adding sshd to following runlevels
  default   [done]

looks fine but doesn't start at next boot. Or more exactly: It seems to
get started, but doesn't run then.

If it was only one of the services I would consider a misconfiguration
in its configfiles somewhere, but I see this for several services:

cpufreqd, distccd, hddtemp, iscsid, . smartd, sshd, 

Could anyone point me to what to do to solve this?

Thanks a lot, Stefan

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] services not starting since move to amd64

2007-12-06 Thread Randy Barlow
Stefan G. Weichinger wrote:
 looks fine but doesn't start at next boot. Or more exactly: It seems to
 get started, but doesn't run then.

Does this only happen at boot, or does it also happen if you manually
call /etc/init.d/sshd start?

-- 
Randy Barlow
http://electronsweatshop.com
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Firefox mplayerplug-in problem

2007-12-06 Thread Anthony E. Caudel
I used to be able to view Nasa-tv
(http://www.nasa.gov/multimedia/nasatv/) in Firefox with
mplayerplug-in.  This no longer works however.  The plug-in starts to
connect then says Stopped for any method (windows, realplayer, or
quicktime) chosen.

I feel that it is a changed use flag but I have the ones that I thought
relevant.  Here are my builds for for Firefox, mplayer, mplayerplug-in
and win32codecs:

[ebuild   R   ] www-client/mozilla-firefox-2.0.0.11  USE=ipv6 java
-bindist -debug -filepicker -gnome -mozdevelop -moznopango
-restrict-javascript -xforms -xinerama -xprint LINGUAS=-af -ar -be -bg
-ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga
-ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl
-nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE
-tr -uk -zh -zh_CN -zh_TW 36,633 kB

[ebuild   R   ] media-video/mplayer-1.0_rc1_p20070824  USE=X a52 alsa
dvd encode esd gif gtk iconv ipv6 jpeg mad mmx mp3 opengl oss png
quicktime sdl sse sse2 truetype unicode vorbis win32codecs xv -3dnow
-3dnowext -aac -aalib (-altivec) -amrnb -amrwb -arts -bidi -bindist -bl
-cddb -cdio -cdparanoia -cpudetection -custom-cflags -dga -directfb -doc
-dts -dv -dvb -enca -fbcon -ftp -ggi -ivtv -jack -joystick -libcaca
-lirc -live -livecd -lzo -md5sum -mmxext -mp2 -musepack -nas -openal
-pnm -pvr -radio -rar -real -rtc -samba -speex -srt -ssse3 -svga
-teletext -tga -theora -tivo -v4l -v4l2 -vidix -x264 -xanim -xinerama
-xvid -xvmc -zoran VIDEO_CARDS=nvidia -i810 -mga -s3virge -tdfx -vesa
7,762 kB

[ebuild   R   ] net-www/mplayerplug-in-3.45  USE=divx gtk nls quicktime
realmedia wmp -gmedia (-mplayer-bin) LINGUAS=en_US -da -de -es -fr -hu
-it -ja -ko -nb -nl -pl -pt_BR -ru -se -zh_CN 223 kB

[ebuild   R   ] media-libs/win32codecs-20071007-r2  USE=real 13,540 kB

Does anyone have any suggestions?

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary 
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
[EMAIL PROTECTED] mailing list