[gentoo-user] Re: emerge: touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

2008-03-21 Thread Fred Kastl

 /usr/lib/portage/bin/ebuild.sh

preprocess_ebuild_env() {
echo Touch: $(type touch)
local filter_opts=""
if [ -f "${T}/environment.raw" ] ; then
# This is a signal from the python side, indicating 
that the
# environment may contain stale 
SANDBOX_{DENY,PREDICT,READ,WRITE}
# and FEATURES variables that should be filtered out. 
Between

# phases, these variables are normally preserved.
filter_opts="--filter-sandbox --filter-features 
${filter_opts}"

fi
filter_readonly_variables ${filter_opts} < "${T}"/environment \
> "${T}"/environment.filtered || return $?
unset filter_opts
mv "${T}"/environment.filtered "${T}"/environment || return $?
rm -f "${T}/environment.success" || return $?
# WARNING: Code inside this subshell should avoid making 
assumptions
# about variables or functions after source "${T}"/environment 
has been
# called. Any variables that need to be relied upon should 
already be

# filtered out above.
(
export SANDBOX_ON=1
source "${T}/environment" || exit $?
# We have to temporarily disable sandbox since the
# SANDBOX_{DENY,READ,PREDICT,WRITE} values we've just 
loaded
# may be unusable (triggering in spurious sandbox 
violations)

# until we've merged them with our current values.
export SANDBOX_ON=0

# It's remotely possible that save_ebuild_env() has 
been overridden
# by the above source command. To protect ourselves, we 
override it
# here with our own version. ${PORTAGE_BIN_PATH} is 
safe to use here

# because it's already filtered above.
source "${PORTAGE_BIN_PATH}/isolated-functions.sh" || 
exit $?


# Rely on save_ebuild_env() to filter out any remaining 
variables
# and functions that could interfere with the current 
environment.

save_ebuild_env || exit $?
echo Touch: $(type touch)
##  touch "${T}/environment.success" || exit $?
) > "${T}/environment.filtered"


  /usr/lib/portage/bin/ebuild.sh with -xv option
...

export
type touch
++ type touch
+ echo Touch: touch is /bin/touch
+ touch /var/tmp/binpkgs/media-tv/tvbrowser-2.5.3/temp/environment.success
touch: error while loading shared libraries: librt.so.1: cannot open 
shared object file: No such file or directory

+ exit 127
+ local retval


### running touch 
/var/tmp/binpkgs/media-tv/tvbrowser-2.5.3/temp/environment.success in 
the console causes no error




Fred Kastl schrieb:

hi,

on every emerge --unmerge i get the following error Message:

touch: error while loading shared libraries: librt.so.1: cannot open 
shared object file: No such file or directory.


### revdep-rebuild found no missing library for touch or portage.

### ldconfig -p | grep librt.so.1
librt.so.1 (libc6, OS ABI: Linux 2.6.9) => /lib/librt.so.1

### ll /lib/librt.so.1
lrwxrwxrwx 1 root root 14 19. Feb 19:22 /lib/librt.so.1 -> librt-2.6.1.so
### ll /lib/librt-2.6.1.so
-rwxr-xr-x 1 root root 32400  8. Nov 14:05 /lib/librt-2.6.1.so

### equery belongs /lib/librt-2.6.1.so
[ Searching for file(s) /lib/librt-2.6.1.so in *... ]
sys-libs/glibc-2.6.1 (/lib/librt-2.6.1.so)

### fileaccess while running emerge --unmerge
fileaccess-dazuko /lib | grep librt
OPEN   uid:0 pid:31995 mode:33261 flags:0 file_uid:0 file_gid:0 
file_device:0 file_size:32400 file:/lib/librt-2.6.1.so
OPEN   uid:0 pid:32002 mode:33261 flags:0 file_uid:0 file_gid:0 
file_device:0 file_size:32400 file:/lib/librt-2.6.1.so


can anyone help ?

regards

Fred

 emerge --unmerge app-admin/gnomesu

 >>> These are the packages that would be unmerged:

 app-admin/gnomesu
selected: 0.3.1
   protected: none
 omitted: none

 >>> 'Selected' packages are slated for removal.
 >>> 'Protected' and 'omitted' packages will not be removed.

Would you like to unmerge these packages? [Yes/No] y
 >>> Waiting 5 seconds before starting...
 >>> (Control-C to abort)...
 >>> Unmerging in: 5 4 3 2 1
 >>> Unmerging app-admin/gnomesu-0.3.1...
touch: error while loading shared libraries: librt.so.1: cannot open 
shared object file: No such file or directory


*
 * ERROR: media-tv/tvbrowser-2.5.3 failed.
 * Call stack:
 *   ebuild.sh, line 1641:  Called die
 * The specific snippet of code:
 *  preprocess_ebuild_env || \
 *  die "error processing environment"
 *  The die message:
 *   error processing environment
 *
 * If you need support,

[gentoo-user] emerge: touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

2008-03-20 Thread Fred Kastl

hi,

on every emerge --unmerge i get the following error Message:

touch: error while loading shared libraries: librt.so.1: cannot open 
shared object file: No such file or directory.


### revdep-rebuild found no missing library for touch or portage.

### ldconfig -p | grep librt.so.1
librt.so.1 (libc6, OS ABI: Linux 2.6.9) => /lib/librt.so.1

### ll /lib/librt.so.1
lrwxrwxrwx 1 root root 14 19. Feb 19:22 /lib/librt.so.1 -> librt-2.6.1.so
### ll /lib/librt-2.6.1.so
-rwxr-xr-x 1 root root 32400  8. Nov 14:05 /lib/librt-2.6.1.so

### equery belongs /lib/librt-2.6.1.so
[ Searching for file(s) /lib/librt-2.6.1.so in *... ]
sys-libs/glibc-2.6.1 (/lib/librt-2.6.1.so)

### fileaccess while running emerge --unmerge
fileaccess-dazuko /lib | grep librt
OPEN   uid:0 pid:31995 mode:33261 flags:0 file_uid:0 file_gid:0 
file_device:0 file_size:32400 file:/lib/librt-2.6.1.so
OPEN   uid:0 pid:32002 mode:33261 flags:0 file_uid:0 file_gid:0 
file_device:0 file_size:32400 file:/lib/librt-2.6.1.so


can anyone help ?

regards

Fred

 emerge --unmerge app-admin/gnomesu

>>> These are the packages that would be unmerged:

 app-admin/gnomesu
selected: 0.3.1
   protected: none
 omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Would you like to unmerge these packages? [Yes/No] y
>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging app-admin/gnomesu-0.3.1...
touch: error while loading shared libraries: librt.so.1: cannot open 
shared object file: No such file or directory


*
 * ERROR: media-tv/tvbrowser-2.5.3 failed.
 * Call stack:
 *   ebuild.sh, line 1641:  Called die
 * The specific snippet of code:
 *  preprocess_ebuild_env || \
 *  die "error processing environment"
 *  The die message:
 *   error processing environment
 *
 * If you need support, post the topmost build error, and the call 
stack if relevant.
 * A complete build log is located at 
'/var/tmp/binpkgs/media-tv/tvbrowser-2.5.3/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/binpkgs/media-tv/tvbrowser-2.5.3/temp/environment'.

 *
!!! FAILED prerm: 1
 * The 'prerm' phase of the 'media-tv/tvbrowser-2.5.3' package has failed
 * with exit value 1. The problem occurred while executing the ebuild
 * located at '/var/db/pkg/media-
 * tv/tvbrowser-2.5.3/tvbrowser-2.5.3.ebuild'. If necessary, manually
 * remove the ebuild in order to skip the execution of removal phases.


### and 


emerge --unmerge media-tv/tvbrowser

>>> These are the packages that would be unmerged:

 media-tv/tvbrowser
selected: 2.5.3 2.6.3
   protected: none
 omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

Would you like to unmerge these packages? [Yes/No] y
>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging media-tv/tvbrowser-2.5.3...
touch: error while loading shared libraries: librt.so.1: cannot open 
shared object file: No such file or directory

 *
 * ERROR: media-tv/tvbrowser-2.5.3 failed.
 * Call stack:
 *   ebuild.sh, line 1641:  Called die
 * The specific snippet of code:
 *  preprocess_ebuild_env || \
 *  die "error processing environment"
 *  The die message:
 *   error processing environment
 *
 * If you need support, post the topmost build error, and the call 
stack if relevant.
 * A complete build log is located at 
'/var/tmp/binpkgs/media-tv/tvbrowser-2.5.3/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/binpkgs/media-tv/tvbrowser-2.5.3/temp/environment'.

 *
!!! FAILED prerm: 1
 * The 'prerm' phase of the 'media-tv/tvbrowser-2.5.3' package has failed
 * with exit value 1. The problem occurred while executing the ebuild
 * located at '/var/db/pkg/media-
 * tv/tvbrowser-2.5.3/tvbrowser-2.5.3.ebuild'. If necessary, manually
 * remove the ebuild in order to skip the execution of removal phases.


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



[gentoo-user] rejecting I/O to dead device

2007-12-30 Thread Fred Kastl

i get this message 2 -3 times within a second. This floods my logfile.

Dec 30 16:54:46 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:47 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:47 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:48 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:48 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:49 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:49 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:50 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:50 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:51 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:51 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:52 server kernel: scsi 2:0:0:0: rejecting I/O to dead device
Dec 30 16:54:52 server kernel: scsi 2:0:0:0: rejecting I/O to dead device


but there is no scsi device 2.

## cat /proc/scsi/scsi

Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: SAMSUNG HD501LJ  Rev: CR10
  Type:   Direct-AccessANSI  SCSI revision: 05
Host: scsi0 Channel: 00 Id: 01 Lun: 00
  Vendor: ATA  Model: ST3250824AS  Rev: 3.AA
  Type:   Direct-AccessANSI  SCSI revision: 05
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: ST3320620AS  Rev: 3.AA
  Type:   Direct-AccessANSI  SCSI revision: 05
Host: scsi1 Channel: 00 Id: 01 Lun: 00
  Vendor: ATA  Model: SAMSUNG SP2504C  Rev: VT10
  Type:   Direct-AccessANSI  SCSI revision: 05
Host: scsi4 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: SAMSUNG HD501LJ  Rev: CR10
  Type:   Direct-AccessANSI  SCSI revision: 05
Host: scsi6 Channel: 00 Id: 00 Lun: 00
  Vendor: LITE-ON  Model: DVDRW SOHW-1693S Rev: KS02
  Type:   CD-ROM   ANSI  SCSI revision: 00


How can i get rid of this messages ?


regards

Fred
--
[EMAIL PROTECTED] mailing list



[gentoo-user] kde-misc/kio-beagle-0.2: configure: error: cannot find sources (acinclude.m4) in . or ..

2007-12-09 Thread Fred Kastl

Hello,

When I compile kio-beagle i get the following error Message:


configure: error: cannot find sources (acinclude.m4) in . or ..
 *
 * ERROR: kde-misc/kio-beagle-0.2 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
 *   kio-beagle-0.2.ebuild, line   30:  Called kde_src_compile
 *  kde.eclass, line  170:  Called kde_src_compile 'all'
 *  kde.eclass, line  340:  Called kde_src_compile 'myconf' 
'configure' 'make'
 *  kde.eclass, line  322:  Called econf '--with-x' 
'--enable-mitshm' '--without-xinerama' '--with-qt-dir=/usr/qt/3' 
'--enable-mt' '--with-qt-libraries=/usr/qt/3/lib' 
'--disable-dependency-tracking' '--disable-debug' '--without-debug' 
'--with-arts' '--with-extra-includes=/usr/kde/3.5/include' 
'--with-extra-libs=/usr/kde/3.5/lib'

 *   ebuild.sh, line  638:  Called die
 * The specific snippet of code:
 *  die "econf failed"
 *  The die message:
 *   econf failed
 *
 * If you need support, post the topmost build error, and the call 
stack if relevant.
 * A complete build log is located at 
'/var/tmp/portage/kde-misc/kio-beagle-0.2/temp/build.log'.
 * This ebuild is from an overlay: 
'/usr/portage-overlay-lefou/lefous_portage_overlay/'



Regards


Fred
--
[EMAIL PROTECTED] mailing list



[gentoo-user] kaffeine: Not able to lock to the signal on the given frequency

2007-12-08 Thread Fred Kastl

after emerge world dvb on kaffeine doesn't work any more.

Installed versions:

`-- media-video/kaffeine-0.8.5
 `-- media-libs/xine-lib-1.1.8


when I switch to a channel I get no error message but also no television 
picture.

Watching TV with the Xine Player or with  Mplayer works.

### output
Tuning to: VIVA / autocount: 0


when I start channel search i get the following error message:

### output

Fontconfig warning: adding /var/cache/fontconfig
Fontconfig warning: adding ~/.fontconfig
0
kaffeine: Found DVB device.
/dev/dvb/adapter0/frontend0 : opened ( ST STV0299 DVB-S )
/dev/dvb/0/frontend1 : : Datei oder Verzeichnis nicht gefunden
Loaded epg data : 0 events (0 msecs)
kaffeine: PLAYLIST
kaffeine: PlayList: add 1 items to playlist
kaffeine: PlayList: Check for kaffeine/noatun/m3u/pls/asx playlist
kaffeine: PlayList: Try loading kaffeine playlist
kaffeine: PlaylistImport: kaffeine: 
/root/.kde/share/apps/kaffeine/playlists/Wiedergabeliste1.kaffeine

kaffeine: Window manager: not KWin - using save fullscreen mode
kaffeine: Kaffeine:: Try to load service: xine_part
kaffeine: This is a KaffeinePart...
kaffeine: XinePart: Creating new XinePart...
kaffeine: XinePart: Using xine-config file:
kaffeine: KXineWidget: Using default config file ~/.xine/config
Tuning to: ROCK ANTENNE / autocount: 0
Tuning to: MTV Germany / autocount: 0
Tuning to: ZDF / autocount: 0
DvbCam::probe(): /dev/dvb/adapter0/ca0: : Datei oder Verzeichnis nicht 
gefunden

Using DVB device 0:0 "ST STV0299 DVB-S"
tuning DVB-S to 1176 h 2667
inv:2 fecH:9
DiSEqC: switch pos 0, 18V, hiband (index 3)
DiSEqC: e0 10 38 f3 00 00
...

Not able to lock to the signal on the given frequency
Frontend closed
dvbsi: Cant tune DVB
Using DVB device 0:0 "ST STV0299 DVB-S"
tuning DVB-S to 11828000 v 5789000
inv:2 fecH:9
DiSEqC: switch pos 0, 13V, hiband (index 2)
DiSEqC: e0 10 38 f1 00 00
...

Not able to lock to the signal on the given frequency
Frontend closed
dvbsi: Cant tune DVB
Using DVB device 0:0 "ST STV0299 DVB-S"
tuning DVB-S to 11942000 v 2000
inv:2 fecH:9
DiSEqC: switch pos 0, 13V, hiband (index 2)
DiSEqC: e0 10 38 f1 00 00
...

Using DVB device 0:0 "ST STV0299 DVB-S"
tuning DVB-S to 11828000 v 5789000
inv:2 fecH:9
DiSEqC: switch pos 0, 13V, hiband (index 2)
DiSEqC: e0 10 38 f1 00 00
...


How can I fix this ?


Regards

Fred


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Physikalen Speicher- und Swapverbrauch Anzeigen

2006-11-07 Thread Fred Kastl

Hallo,

gibt es ein Tool das den Arbeitsspeicher und Swapspeicher verbrauch 
aller Processe anzeigt

und diesen wenn möglich auch visuell darstellt ?
Aber nicht den Virtuellen sonder den tatasächlichen Verbrauch.

Eine anzeige wieviele Zugriffe auf welchen Bereich im Swasppeicher 
gemacht werden währe auch schön :-)



gruß

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



Re: [gentoo-user] Quake3 Can't load libGL.so.1 from /etc/ld.so.conf

2006-10-13 Thread Fred Kastl

Bo Ørsted Andresen wrote:

On Tuesday 10 October 2006 16:41, Fred Kastl wrote:

when i try to start quke3 i always get this error message: Quake3 Can't
load libGL.so.1 from /etc/ld.so.conf
although it exists and ld knows about it.
It also seems that the game can find it too, but don't load it.

[SNIP]

I suggest you post the output of:

# eselect opengl list

Available OpenGL implementations:
  [1]   xorg-x11 *



# equery belongs libGL.so
media-libs/mesa-6.5-r4 (/usr/lib/opengl/xorg-x11/lib/libGL.so -> 
libGL.so.1.2)




# emerge --info



Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 
2.6.17-gentoo-r4 i686)

=
System uname: 2.6.17-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1.73GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.0-r2, 2.0.26-r5
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-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE=""
ANT_HOME="/usr/share/ant-core"
ARCH="x86"
AUTOCLEAN="yes"
CATALINA_HOME="/opt/tomcat5"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -pipe"
CHOST="i386-pc-linux-gnu"
CLASSPATH="."
CLEAN_DELAY="5"
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 /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"

CVSEDITOR="vi "
CVSROOT=":pserver:[EMAIL PROTECTED]:/mount/daten/cvs"
CVSUMASK="003"
CVS_RSH="ssh"
CXXFLAGS="-O2 -march=pentium-m -pipe"
DISPLAY=":0"
DISTDIR="/usr/portage/distfiles"
EDITOR="/usr/bin/vim"
ELIBC="glibc"
EMERGE_WARNING_DELAY="10"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -P ${DISTDIR} ${URI}"
FRITZCAPI_CARDS="fcpci"
FTP_PASSIVE="1"
GCC_SPECS=""
GDK_USE_XFT="1"
GDM_LANG="de_DE.utf8"
GENERATION="2"
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/linux/distributions/gentoo";

G_BROKEN_FILENAMES="1"
G_FILENAME_ENCODING="UTF-8"
HOME="/root"
INFOPATH="/usr/share/info:/usr/share/binutils-data/i386-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i386-pc-linux-gnu/3.4.6/info"
INPUT_DEVICES="keyboard mouse evdev"
JAVAC="/opt/blackdown-jdk-1.4.2.03/bin/javac"
JAVA_HOME="/opt/blackdown-jdk-1.4.2.03"
JBOSS_HOME="/usr/share/jboss"
JDK_HOME="/opt/blackdown-jdk-1.4.2.03"
KDEDIRS="/usr"
KERNEL="linux"
LADSPA_PATH="/usr/lib/ladspa"
LANG="de_DE.utf8"
LANGUAGE="de_DE:de:en_US:en"
LC_ADDRESS="de_DE.UTF8"
LC_ALL="de_DE.utf8"
LC_COLLATE="de_DE.UTF8"
LC_CTYPE="de_DE"
LC_IDENTIFICATION="de_DE.UTF8"
LC_MEASUREMENT="de_DE.UTF8"
LC_MESSAGES="de_DE.UTF8"
LC_MONETARY="de_DE.UTF8"
LC_NAME="de_DE.UTF8"
LC_NUMERIC="de_DE.UTF8"
LC_PAPER="de_DE.UTF8"
LC_TELEPHONE="de_DE.UTF8"
LC_TIME="de_DE.UTF8"
LD_ASSUME_KERNEL="2.4.19"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe.sh %s"
LINGUAS="de"
LOGNAME="root"
MAKEOPTS="-j2"
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i386-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i386-pc-linux-gnu/3.4.6/man:/opt/blackdown-jdk-1.4.2.03/man:/etc/java-config/system-vm/man/:/usr/qt/3/doc/man:/opt/vmware/player/man"
MISDN_CARDS=" "
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i386-pc-linux-gnu/gcc-bin/3.4.6:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/opt/firebird/bin:/opt/vmware/player/bin:/selbst/bin"
PKGDIR="/usr/portage/packages"
PORTAGE_ARCHLIST="ppc s390 amd64 ppc64 x86-fbsd m68k arm sparc sh mips 
ia64 alpha ppc-macos hppa x86"

PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib/portage/bin"
PORTAGE_CALLER="emerge"
PORTAGE_CONFIGROOT="/"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_E

Re: [gentoo-user] java failure (or DVArchive issue)

2006-09-23 Thread Fred Kastl
Have you checked whether the mentioned font is present on your system
-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1 ?

regards


Fred

Peter Kelly wrote:
> Holas,
> 
> I'm slowly, but surely, moving away from the Windows platform.  My latest 
> challenge is DVArchive, a utility for ReplayTV users.
> 
> When I run it as root, there is no issue.
> I ran it as a user once, but every time since then I get
> 
> [EMAIL PROTECTED] ~ $ java  -jar /opt/DVArchive/DVArchive.jar
> Warning: Cannot convert 
> string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type 
> FontStruct
> java.lang.Exception: Stack trace
> at java.lang.Thread.dumpStack(Thread.java:1064)
> at dvarchive.L.D.?(ReplayDevice.java:448)
> at dvarchive.D.Q.?(KnownDVR.java:153)
> at dvarchive.D.Q.(KnownDVR.java:39)
> at dvarchive.ReplayUI.R.?(OpenDVRManager.java:274)
> at dvarchive.ReplayUI.dvaMainFrame.?(dvaMainFrame.java:233)
> at dvarchive.ReplayUI.dvaMainFrame.?(dvaMainFrame.java:385)
> at dvarchive.dvArchive$1.run(dvArchive.java:434)
> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:189)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
> at 
> java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
> at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
> at 
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
> at 
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
> 
> 
> As a java-ignorant individual, I have no idea where to even start, after 
> Google.  I get the same font warning as root, so I doubt that's the issue.  
> Then again...
> 
> Any ideas?
> 
> Thanks.
> 
> Peter
> 
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mplayer: error while loading shared libraries: libGL.so.1:

2006-09-23 Thread Fred Kastl
It works now.
The driver wasn't loaded successfully.

regards

Fred

Dale wrote:
> Fred Kastl wrote:
>> Hi,
>>
>> I cannot start mplayer because of :
>>
>> mplayer: error while loading shared libraries: libGL.so.1: cannot open
>> shared object file: No such file or directory
>>
>> Any suggestions ?
>>
>> regards
>>
>> Fred Kastl
>>
>> ### ldd:
>> ..
>> libGL.so.1 => not found
>> ...
>>
>> ### ldconfig
>> # -v
>>  libGL.so.1 -> libGL.so.1.2
>>
>> # -g
>> libGL.so.1 (libc6, OS ABI: Linux 2.4.20) =>
>> //usr//lib/opengl/xorg-x11/lib/libGL.so.1
>> libGL.so (libc6, OS ABI: Linux 2.4.20) =>
>> //usr//lib/opengl/xorg-x11/lib/libGL.so
>> libGL.so (libc6, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so
>>
>> ### emerge
>>
>> media-video/mplayer-1.0_pre8  USE="X aac alsa arts bidi directfb doc dts
>> dvd dvdread encode esd gif gtk ipv6 jpeg lirc live lzo mad mmx mmxext
>> oss png real rtc samba sdl sse sse2 theora truetype unicode vorbis
>> win32codecs xanim xmms xv xvid -3dfx -3dnow -3dnowext -aalib -bindist
>> -bl -cdparanoia -cpudetection -custom-cflags -debug -dga -dv -dvb -fbcon
>> -ggi -i8x0 -jack -joystick -libcaca -livecd -matrox -musepack -nas
>> -nvidia -openal opengl -speex -svga -tga -v4l -v4l2 -x264 -xinerama -xvmc"
>>
>> My System:
>>
>> Gentoo
>> kernel   2.6.17-gentoo-r4
>> media-video/mplayer  1.0_pre8
>> media-libs/mesa  6.5-r4
>>
>>
>>
>>
>>   
> 
> Well, this is what package it belongs to on mine if this will help any.
> 
>> [EMAIL PROTECTED] / # equery belongs libGL.so.1
>> [ Searching for file(s) libGL.so.1 in *... ]
>> x11-drivers/nvidia-drivers-1.0.8762-r1
>> (/usr/lib/opengl/nvidia/lib/libGL.so.1 -> libGL.so.1.0.8762)
>> media-libs/mesa-6.4.2-r2 (/usr/lib/opengl/xorg-x11/lib/libGL.so.1 ->
>> libGL.so.1.2)
>> [EMAIL PROTECTED] / #
> 
> Do you have your video drivers installed and loaded correctly?  Just a
> guess on my part though.
> 
> Hope that helps.
> 
> Dale
> 
> :-)  :-)  :-)

-- 
gentoo-user@gentoo.org mailing list