Gentoo Archives: gentoo-user-de

From: Florian Philipp <f.philipp@××××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] ooo vorkompiliert
Date: Fri, 20 Jul 2007 10:54:22
Message-Id: 200707201252.44735.f.philipp@addcom.de
In Reply to: [gentoo-user-de] ooo vorkompiliert by Sebastian
1 Am Freitag 20 Juli 2007 12:29 schrieb Sebastian:
2 > Hallo,
3 > OOo nervt etwas da es Tage braucht zum kompilieren und zudem die Festplatte
4 > vollläuft.
5 > Gibt es eine Möglichkeit OOo Vorkompiliert bei emerge (emerge --deep world)
6 > Befehlen einbauen zu lassen. Wenn ja was muss ich da wo angeben.
7 >
8 > Könnte man nicht OOo ebenso wie Kde in Splitpackete aufteilen und nur den
9 > veränderten Teil emergen oder ist OOo so eng verknüpft das sowieso alles
10 > erneuert werden muß?
11 >
12 > Schade das Koffice noch nicht gut genug mit odf arbeitet und doc
13 > importiert.
14 >
15 > Der Import taugt ja nur um doc Versendern zu zeigen welchen Formatmist sie
16 > verschicken indem man die Datei ohne Änderungen nach pdf exportiert und
17 > zurücksendet. hat bei meinem Vater wunder gewirkt. Der war entsetzt was da
18 > für Blödsinn bei mir angekommen ist.
19 >
20 > Gruß
21 > Sebastian
22
23 Ich weiß jetzt nicht ganz, was du willst, app-office/openoffice-bin ist doch
24 die vorkompilierte Variante, oder willst du eine eigene generieren und die
25 dann von emerge automatisch verwenden lassen?
26
27 Für den Fall gibt man emerge folgende Befehle aus:
28
29 --buildpkg (-b)
30 Tells emerge to build binary packages for all ebuilds processed in addition to
31 actually merging the packages. Useful for maintainers or if you administrate
32 multiple Gentoo Linux systems (build once, emerge tbz2s everywhere). The
33 package will be created in the ${PKGDIR}/All directory. An alternative for
34 already-merged packages is to use quickpkg which creates a tbz2 from the live
35 filesystem.
36
37 --buildpkgonly (-B)
38 Creates binary packages for all ebuilds processed without actually
39 merging the packages. This comes with the caveat that all build-time
40 dependencies must already be emerged on the system.
41
42 --usepkg (-k)
43 Tells emerge to use binary packages (from $PKGDIR) if they are available,
44 thus possibly avoiding some time-consuming compiles. This option is useful
45 for CD installs; you can export PKGDIR=/mnt/cdrom/packages and then use this
46 option to have emerge "pull" binary packages from the CD in order to satisfy
47 dependencies.
48
49 --usepkgonly (-K)
50 Tells emerge to only use binary packages (from $PKGDIR). All the binary
51 packages must be available at the time of dependency calculation or emerge
52 will simply abort. Portage does not use $PORTDIR when calculating dependency
53 information so all masking information is ignored.
54
55 Mfg.
56
57 Florian Philipp