public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
From: Daniel Troeder <daniel@admin-box.com>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] AMD64 und videoformate, wie quicktime usw?
Date: Thu, 24 Sep 2009 12:12:16 +0200	[thread overview]
Message-ID: <1253787136.11293.15.camel@maya.local> (raw)
In-Reply-To: <200909232059.07683.gentoo@donbruno.de>

[-- Attachment #1: Type: text/plain, Size: 2524 bytes --]

On Wed, 2009-09-23 at 20:59 +0200, Thomas Bruns wrote:
> hallo
> 
> mich würde mal interessieren, warum so videoformate wie quicktime,
> flash und 
> so, so schlecht auf nem AMD64 unterstützt werden und warum es den
> 3.5.x 
> Firefox wohl nur als 32bit gibt?
> 
> -- 
> Gruß
> Thomas
> ---
> CBUILD="x86_64-pc-linux-gnu"
> CFLAGS="-march=core2 -O2 -msse4.1 -msse4.2 -pipe"
> CXXFLAGS="-march=core2 -O2 -msse4.1 -msse4.2 -pipe"
> LDFLAGS="-Wl,-O1,--hash-style=gnu,--sort-common,--as-needed"
Hallo :)

Habe den ganzen Thread bis gerade eben gelesen, kann aber nicht erkennen
ob FF jetzt läuft oder nicht.

Was ich hier anbringen wollte ist, dass bei Gentoo Fehlermeldungen mit
ungewöhnlichen USE/CFLAGS/CXXFLAGS/LDFLAGS eigentlich ignoriert werden.

Also Nr.1 wenn es ein Problem gibt: "normale" oder "konservative" Flags
verwenden, wenn dann das Problem bestehen bleibt -> mailing liste.

Daher:

USE="-custom-optimization -mmx -mmxext -sse -sse2 -sse3 -sse4.1 -ssse3"
CFLAGS="-march=core2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
LDFLAGS=""

Insbesondere LDFLAGS zu setzen ist ganz gefährlich!

Damit alle relevanten Pakete neu kompilieren, und dann nochmal testen.

Relevant sind _mindestens_ die direkten Abhängigkeiten:
(aus /usr/portage/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild)

RDEPEND="
        >=sys-devel/binutils-2.16.1
        >=dev-libs/nss-3.12.2
        >=dev-libs/nspr-4.7.3
        >=app-text/hunspell-1.2
        alsa? ( media-libs/alsa-lib )
        >=net-libs/xulrunner-${XUL_PV}[java=]
        >=x11-libs/cairo-1.8.8[X]
        x11-libs/pango[X]"

DEPEND="${RDEPEND}
        dev-util/pkgconfig"

Also: 

$ export USE="-custom-optimization -mmx -mmxext -sse -sse2 -sse3 -sse4.1 -ssse3"
$ export CFLAGS="-march=core2 -O2 -pipe"
$ export CXXFLAGS="${CFLAGS}"
$ export LDFLAGS=""
$ emerge -1av x11-libs/pango x11-libs/cairo net-libs/xulrunnermedia-libs/alsa-lib app-text/hunspell dev-libs/nspr dev-libs/nss sys-devel/binutils www-client/mozilla-firefox

Wenn FF dann immer noch abstürzt, kannst du dem Problem eventuell mit
dev-util/strace zu Leibe rücken. Dessen Output zeigt dir vielleicht
einen Hinweis wann/warum/wobei FF abstürzt.

Hast du in anderen Programmen auch Probleme? Insb. andere C++-Programme
oder XUL-Programme (z.B. Thunderbird)?


Beste Grüße,
Daniel

-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2009-09-24 10:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-23 18:59 [gentoo-user-de] AMD64 und videoformate, wie quicktime usw? Thomas Bruns
2009-09-23 19:25 ` Sebastian Beßler
2009-09-23 19:36   ` hp_sebastian
2009-09-23 19:37   ` Thomas Bruns
2009-09-23 20:00     ` Thomas Bruns
2009-09-23 20:11       ` Sebastian Beßler
2009-09-23 20:23         ` Thomas Bruns
2009-09-23 20:01     ` Sebastian Beßler
2009-09-23 20:17       ` Thomas Bruns
2009-09-23 20:27         ` Sebastian Beßler
2009-09-23 20:31           ` Thomas Bruns
2009-09-23 20:45             ` Sebastian Beßler
2009-09-23 20:53               ` Thomas Bruns
2009-09-23 21:06                 ` Sebastian Beßler
2009-09-24  5:16                   ` Thomas Bruns
2009-09-24  6:56             ` Stephan Gsell
2009-09-24 10:12 ` Daniel Troeder [this message]
2009-09-24 10:50   ` Jochen Grünter
2009-09-24 14:47     ` Sebastian Beßler
2009-09-24 16:11       ` Jan Kohnert
2009-09-24 16:46         ` Jan Kohnert
2009-09-24 16:45       ` Markus Rennings
2009-09-24 17:02       ` Jochen Grünter
2009-09-24 17:14         ` Thomas Bruns
2009-09-27 19:06 ` [closed] " Thomas Bruns
2009-09-27 19:07 ` Thomas Bruns

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1253787136.11293.15.camel@maya.local \
    --to=daniel@admin-box.com \
    --cc=gentoo-user-de@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox