Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

17.04.2007, 10:22

[gelöst] skype Gleitkomma-Ausnahme

Hi Leute, hab eben auf meinem Desktop mal skype emerged und ich bekomme folgenden Fehler...

Quellcode

1
2
 skype 
Gleitkomma-Ausnahme


Hat jemand ne Idee wo ich suchen könnte?


EDIT:

Das Problem haben wohl mehrere, aber keiner schreibt ne Lösung...

http://www.linux-web.de/thread/13250/flo…nwendungen.html
http://www.unixboard.de/vb3/archive/index.php/t-25845.html

Amarok geht bei mir jetzt auch nicht mehr, allerdings weiß ich nicht ob es vorher ging, hatte es noch nicht getestet

Quellcode

1
2
date ; unzip | port ; touch | head ; strip | top ; finger socket ; 
grep ; mount | tail ; gasp < yes & yes ; umount ; sleep

Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »würmchen« (20.04.2007, 09:22)


2

17.04.2007, 10:57

Quellcode

1
2
3
4
5
emerge --sync
emerge -vaDNu world
revdep-rebuild
dispatch-conf
...
hast du alles ausprobiert?

Quellcode

1
emerge --info
speziell "unsichere" CFLAGS (-ffast-math) könnten interessant sein.

Ein strace vom Starvorgang von skype ist dann wohl auch nicht verkehrt.

Einfacher ist es bei Fehlermeldung LC_ALL, LANG usw. wieder von der deutschen Lokalisierung Abstand zu nehmen.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

3

17.04.2007, 11:28

Ja hab ich alles durchgemacht und jetzt auch keine speziellen unsicheren flags gesetzt....

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
emerge --info
Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r5 i686)
=================================================================
System uname: 2.6.19-gentoo-r5 i686 AMD Sempron(TM) 2200+
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 17 Apr 2007 08:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
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.16.1-r3
sys-devel/gcc-config: 1.3.15-r1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
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/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/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"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="alsa berkdb bitmap-fonts cdr cli cracklib crypt cups dri dvd dvdr firefox fortran gdbm gnome gpm gtk iconv ipv6 isdnlog libg++ midi ncurses nls nptl nptlonly pam pcre perl ppds pppd python readline reflection session spl ssl tcpd truetype-fonts type1-fonts unicode x86 xorg zlib" ALSA_CARDS="via82xx" 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="radeon fglrx"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Quellcode

1
2
date ; unzip | port ; touch | head ; strip | top ; finger socket ; 
grep ; mount | tail ; gasp < yes & yes ; umount ; sleep

4

17.04.2007, 11:55

Vielleicht noch das strace (englisch) - vielleicht sieht man ja was.
Denke die Fehlermeldung allein sagt nicht viel, wenn man nicht schonmal das selbe Problem hatte.
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

5

17.04.2007, 13:09

darf ich mal kurz zwischenfragen, was "dispatch-config" macht??
System:
i7 P2600 @ 3,4GHz
jabber: poedel@jabber.ccc.de

6

17.04.2007, 13:11

dispatch-conf ist ein Pendant zu etc-update
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

7

17.04.2007, 13:13

danke.. ich mach immer etc-update.. wenn es ähnlich agiert, isset ja oki..
System:
i7 P2600 @ 3,4GHz
jabber: poedel@jabber.ccc.de

8

17.04.2007, 13:17

Find es sogar besser - bleiben wir beim Thema
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

9

17.04.2007, 13:21

okay.. läuft den skype dennoch?
hast du 64bit system?
da wird für float/double Variablen dort mehr Speicher reserviert werden muß. .
könnte ein Ansatz sein.. aber skype is ja close source :(
System:
i7 P2600 @ 3,4GHz
jabber: poedel@jabber.ccc.de

10

17.04.2007, 13:37

nee is eigendlich 32 bit...
aber war da nicht mal was mit sempron und 64bit oder so....
bin mir gerade unsicher




also jetzt ist irgendwas komisch....
nach nem neustart geht es auf einmal wieder....
was soll n des... wir sind hier doch nicht vei windows???

Quellcode

1
2
date ; unzip | port ; touch | head ; strip | top ; finger socket ; 
grep ; mount | tail ; gasp < yes & yes ; umount ; sleep

11

17.04.2007, 13:56

Zitat

Original von Poedel
hast du 64bit system?
da wird für float/double Variablen dort mehr Speicher reserviert werden muß. .


Woha! Das würde mich wundern. float/double sind nach ANSI/ISO 754 bzw. 854 definiert und haben absolut feste Bitgrößen, *egal* ob du ein 32 oder 64 Bit System hast. (BTW: es gibt auch noch "long double" aber auch das hat eine feste Größe).

Nein, es ist nicht Windows ... aber auch closed source.
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>