public inbox for gentoo-user-de@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-de] ooo vorkompiliert
@ 2007-07-20 10:29 Sebastian
  2007-07-20 10:36 ` Stefan Horning
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Sebastian @ 2007-07-20 10:29 UTC (permalink / raw
  To: gentoo-user-de

Hallo,
OOo nervt etwas da es Tage braucht zum kompilieren und zudem die Festplatte 
vollläuft.
Gibt es eine Möglichkeit OOo Vorkompiliert bei emerge (emerge --deep world) 
Befehlen einbauen zu lassen. Wenn ja was muss ich da wo angeben.

Könnte man nicht OOo ebenso wie Kde in Splitpackete aufteilen und nur den 
veränderten Teil emergen oder ist OOo so eng verknüpft das sowieso alles 
erneuert werden muß?

Schade das Koffice noch nicht gut genug mit odf arbeitet und doc importiert.

Der Import taugt ja nur um doc Versendern zu zeigen welchen Formatmist sie 
verschicken indem man die Datei ohne Änderungen nach pdf exportiert und 
zurücksendet. hat bei meinem Vater wunder gewirkt. Der war entsetzt was da 
für Blödsinn bei mir angekommen ist.

Gruß
Sebastian
--
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] ooo vorkompiliert
  2007-07-20 10:29 [gentoo-user-de] ooo vorkompiliert Sebastian
@ 2007-07-20 10:36 ` Stefan Horning
  2007-07-20 10:41 ` Alexander Graf
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: Stefan Horning @ 2007-07-20 10:36 UTC (permalink / raw
  To: gentoo-user-de

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

Hi

Am Freitag, den 20.07.2007, 12:29 +0200 schrieb Sebastian:
[...]
> Gibt es eine Möglichkeit OOo Vorkompiliert bei emerge (emerge --deep world) 
> Befehlen einbauen zu lassen. Wenn ja was muss ich da wo angeben.
> 
> Könnte man nicht OOo ebenso wie Kde in Splitpackete aufteilen und nur den 
> veränderten Teil emergen oder ist OOo so eng verknüpft das sowieso alles 
> erneuert werden muß?
Wieso nimmst du nicht einfach das vorkompilierte openoffice-bin Paket?

Gruß,
Stefan

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] ooo vorkompiliert
  2007-07-20 10:29 [gentoo-user-de] ooo vorkompiliert Sebastian
  2007-07-20 10:36 ` Stefan Horning
@ 2007-07-20 10:41 ` Alexander Graf
  2007-07-20 12:23   ` Sebastian
  2007-07-20 10:52 ` Florian Philipp
  2007-07-20 14:42 ` Bertram Scharpf
  3 siblings, 1 reply; 12+ messages in thread
From: Alexander Graf @ 2007-07-20 10:41 UTC (permalink / raw
  To: gentoo-user-de

On 12:29 Fri 20 Jul     , Sebastian wrote:
> Gibt es eine Möglichkeit OOo Vorkompiliert bei emerge (emerge --deep world) 
> Befehlen einbauen zu lassen. Wenn ja was muss ich da wo angeben.

Ja, gibt es. Einfach statt "openoffice" "openoffice-bin" emergen. Dies
ist ein Binärpaket, was zur Folge hat, dass du es nicht kompilieren
musst, dadurch sparst du einiges an Zeit.

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



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] ooo vorkompiliert
  2007-07-20 10:29 [gentoo-user-de] ooo vorkompiliert Sebastian
  2007-07-20 10:36 ` Stefan Horning
  2007-07-20 10:41 ` Alexander Graf
@ 2007-07-20 10:52 ` Florian Philipp
  2007-07-20 14:42 ` Bertram Scharpf
  3 siblings, 0 replies; 12+ messages in thread
From: Florian Philipp @ 2007-07-20 10:52 UTC (permalink / raw
  To: gentoo-user-de

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

Am Freitag 20 Juli 2007 12:29 schrieb Sebastian:
> Hallo,
> OOo nervt etwas da es Tage braucht zum kompilieren und zudem die Festplatte
> vollläuft.
> Gibt es eine Möglichkeit OOo Vorkompiliert bei emerge (emerge --deep world)
> Befehlen einbauen zu lassen. Wenn ja was muss ich da wo angeben.
>
> Könnte man nicht OOo ebenso wie Kde in Splitpackete aufteilen und nur den
> veränderten Teil emergen oder ist OOo so eng verknüpft das sowieso alles
> erneuert werden muß?
>
> Schade das Koffice noch nicht gut genug mit odf arbeitet und doc
> importiert.
>
> Der Import taugt ja nur um doc Versendern zu zeigen welchen Formatmist sie
> verschicken indem man die Datei ohne Änderungen nach pdf exportiert und
> zurücksendet. hat bei meinem Vater wunder gewirkt. Der war entsetzt was da
> für Blödsinn bei mir angekommen ist.
>
> Gruß
> Sebastian

Ich weiß jetzt nicht ganz, was du willst, app-office/openoffice-bin ist doch 
die vorkompilierte Variante, oder willst du eine eigene generieren und die 
dann von emerge automatisch verwenden lassen? 

Für den Fall gibt man emerge folgende Befehle aus:

--buildpkg (-b)
Tells emerge to build binary packages for all ebuilds processed in addition to 
actually merging the packages. Useful for  maintainers or if you administrate 
multiple Gentoo Linux systems (build once, emerge tbz2s everywhere). The 
package will be created in the ${PKGDIR}/All directory. An alternative for 
already-merged packages is to use quickpkg which creates a tbz2 from the live 
filesystem.

--buildpkgonly (-B)
Creates binary packages for  all  ebuilds  processed  without  actually 
merging  the  packages.  This comes with the caveat that all build-time 
dependencies must already be emerged on the system.

--usepkg (-k)
Tells  emerge  to use binary packages (from $PKGDIR) if they are available, 
thus possibly avoiding some time-consuming compiles.  This option is  useful  
for  CD installs; you can export PKGDIR=/mnt/cdrom/packages and then use this 
option to have emerge "pull" binary packages from the CD in order to satisfy 
dependencies.

--usepkgonly (-K)
Tells  emerge  to  only  use  binary  packages (from $PKGDIR).  All the binary 
packages must be available at the time of dependency calculation or emerge 
will simply abort.  Portage does not use $PORTDIR when calculating dependency 
information so all masking information is ignored.

Mfg.

Florian Philipp

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] ooo vorkompiliert
  2007-07-20 10:41 ` Alexander Graf
@ 2007-07-20 12:23   ` Sebastian
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastian @ 2007-07-20 12:23 UTC (permalink / raw
  To: gentoo-user-de

Hallo,

> On 12:29 Fri 20 Jul     , Sebastian wrote:
> > Gibt es eine Möglichkeit OOo Vorkompiliert bei emerge (emerge --deep
> > world) Befehlen einbauen zu lassen. Wenn ja was muss ich da wo angeben.
>
> Ja, gibt es. Einfach statt "openoffice" "openoffice-bin" emergen.

Das wars was ich suche. Danke

Gruß
Sebastian
--
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] ooo vorkompiliert
  2007-07-20 10:29 [gentoo-user-de] ooo vorkompiliert Sebastian
                   ` (2 preceding siblings ...)
  2007-07-20 10:52 ` Florian Philipp
@ 2007-07-20 14:42 ` Bertram Scharpf
  2007-07-20 14:58   ` [gentoo-user-de] " Christof Schulze
  3 siblings, 1 reply; 12+ messages in thread
From: Bertram Scharpf @ 2007-07-20 14:42 UTC (permalink / raw
  To: gentoo-user-de

Hallo,

Am Freitag, 20. Jul 2007, 12:29:58 +0200 schrieb Sebastian:
> OOo nervt etwas da es Tage braucht zum kompilieren und zudem die Festplatte 
> vollllläuft.

Wenn man das Update für große Pakete nicht sofort braucht,
kann man meines Erachtens auch folgendes machen:

  -   nice -n 19 emerge ...
  - Sich nicht davon abhalten lassen, den Rechner
    herunterzufahren.
  - Beim nächsten Mal einen
      nice -n 19 ebuild /usr/portage/$s/$p/$p-$v.ebuild compile
  - ebuild ... install qmerge
  - ebuild ${ALTES_PAKET} unmerge 

Liege ich da falsch oder habe ich irgendetwas vergessen?

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
--
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user-de] Re: ooo vorkompiliert
  2007-07-20 14:42 ` Bertram Scharpf
@ 2007-07-20 14:58   ` Christof Schulze
  2007-07-20 15:17     ` Bernd Wurst
  0 siblings, 1 reply; 12+ messages in thread
From: Christof Schulze @ 2007-07-20 14:58 UTC (permalink / raw
  To: gentoo-user-de

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

Am Freitag 20 Juli 2007 16:42:15 schrieb Bertram Scharpf:
> Wenn man das Update für große Pakete nicht sofort braucht,
> kann man meines Erachtens auch folgendes machen:
>
>   -   nice -n 19 emerge ...
>   - Sich nicht davon abhalten lassen, den Rechner
>     herunterzufahren.
>   - Beim nächsten Mal einen
>       nice -n 19 ebuild /usr/portage/$s/$p/$p-$v.ebuild compile
>   - ebuild ... install qmerge
>   - ebuild ${ALTES_PAKET} unmerge
>
> Liege ich da falsch oder habe ich irgendetwas vergessen?


wo ist der Unterschied zu emerge --resume?

Grüße

Christof

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] Re: ooo vorkompiliert
  2007-07-20 14:58   ` [gentoo-user-de] " Christof Schulze
@ 2007-07-20 15:17     ` Bernd Wurst
  2007-07-20 15:45       ` Christof Schulze
  0 siblings, 1 reply; 12+ messages in thread
From: Bernd Wurst @ 2007-07-20 15:17 UTC (permalink / raw
  To: gentoo-user-de

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

Hallo.

Am Freitag, 20. Juli 2007 schrieb Christof Schulze:
> >   - Beim nächsten Mal einen
> >       nice -n 19 ebuild /usr/portage/$s/$p/$p-$v.ebuild compile
> > [...]
> > Liege ich da falsch oder habe ich irgendetwas vergessen?
> wo ist der Unterschied zu emerge --resume?

emerge --resume fängt beim abgebrochene Paket von vorne an.

cu, Bernd

-- 
Wenn Freiheit überhaupt etwas bedeutet, dann vor allem das Recht,
anderen Leuten das zu sagen, was sie nicht hören wollen.
  -  George Orwell

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user-de] Re: ooo vorkompiliert
  2007-07-20 15:17     ` Bernd Wurst
@ 2007-07-20 15:45       ` Christof Schulze
  2007-07-20 18:22         ` Jens Pranaitis
  0 siblings, 1 reply; 12+ messages in thread
From: Christof Schulze @ 2007-07-20 15:45 UTC (permalink / raw
  To: gentoo-user-de

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

Am Freitag 20 Juli 2007 17:17:50 schrieb Bernd Wurst:
> merge --resume fängt beim abgebrochene Paket von vorne an.

gibt es da bereits ein Programm, das einem dieses ganze Gerödel mit den 
einzelnen ebuild-Kommandos automatisch abnimmt?
Ansonsten klingt das für mich wie ein Anwendungsfall von einem 
emerge-wrapper.

Grüße

Christof

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] Re: ooo vorkompiliert
  2007-07-20 15:45       ` Christof Schulze
@ 2007-07-20 18:22         ` Jens Pranaitis
  2007-07-20 19:09           ` Tobias Hommel
  0 siblings, 1 reply; 12+ messages in thread
From: Jens Pranaitis @ 2007-07-20 18:22 UTC (permalink / raw
  To: gentoo-user-de

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

Am Freitag 20 Juli 2007 17:45:55 schrieb Christof Schulze:
> Am Freitag 20 Juli 2007 17:17:50 schrieb Bernd Wurst:
> > merge --resume fängt beim abgebrochene Paket von vorne an.
>
> gibt es da bereits ein Programm, das einem dieses ganze Gerödel mit den
> einzelnen ebuild-Kommandos automatisch abnimmt?
> Ansonsten klingt das für mich wie ein Anwendungsfall von einem
> emerge-wrapper.

einfach FEATURES="keepwork" vorher setzen, dann wird das kompilierte Zeugs 
in /var/tmp/portage nicht gelöscht

> Grüße
>
> Christof

Gruß,
Jens

-- 
Jens Pranaitis
Oberhausen, Germany
JID: hans_maulwurf@jabber.org
GPG Hash: FBEB CC96 1781 197C 539E 2DFA 3E2D 80E0 F4F7 45F4


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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-user-de] Re: ooo vorkompiliert
  2007-07-20 18:22         ` Jens Pranaitis
@ 2007-07-20 19:09           ` Tobias Hommel
  2007-07-20 19:37             ` [gentoo-user-de] Re: intelligentes emerge --resume [was: ooo vorkompiliert] Christof Schulze
  0 siblings, 1 reply; 12+ messages in thread
From: Tobias Hommel @ 2007-07-20 19:09 UTC (permalink / raw
  To: gentoo-user-de

Mahlzeit,

On Fri, Jul 20, 2007 at 08:22:02PM +0200, Jens Pranaitis wrote:
> Am Freitag 20 Juli 2007 17:45:55 schrieb Christof Schulze:
> > Am Freitag 20 Juli 2007 17:17:50 schrieb Bernd Wurst:
> > > merge --resume fängt beim abgebrochene Paket von vorne an.
> >
> > gibt es da bereits ein Programm, das einem dieses ganze Gerödel mit den
> > einzelnen ebuild-Kommandos automatisch abnimmt?
> > Ansonsten klingt das für mich wie ein Anwendungsfall von einem
> > emerge-wrapper.
> 
> einfach FEATURES="keepwork" vorher setzen, dann wird das kompilierte Zeugs 
> in /var/tmp/portage nicht gelöscht
> 

Oder ccache benutzen, das funktioniert zwar nicht mit allen Paketen aber
wirklich nur mit ein paar nicht.

http://gentoo-wiki.com/Ccache

> > Grüße
> >
> > Christof
> 
> Gruß,
> Jens
> 
> -- 
> Jens Pranaitis
> Oberhausen, Germany
> JID: hans_maulwurf@jabber.org
> GPG Hash: FBEB CC96 1781 197C 539E 2DFA 3E2D 80E0 F4F7 45F4
> 

mfg,
	Tobi


-- 
"Computer are like air conditioners: they stop working when you open windows."
-- 
gentoo-user-de@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-user-de] Re: intelligentes emerge --resume [was: ooo vorkompiliert]
  2007-07-20 19:09           ` Tobias Hommel
@ 2007-07-20 19:37             ` Christof Schulze
  0 siblings, 0 replies; 12+ messages in thread
From: Christof Schulze @ 2007-07-20 19:37 UTC (permalink / raw
  To: gentoo-user-de

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

sowohl keepwork und ccache haben aber einen Nachteil:
Die Daten werden auch nicht entfernt, wenn das Paket vollständig gemerged 
wurde. keepwork ist laut make.conf manpage auch nicht im 
Standard-emerge-Gebrauch empfohlen. ".. should only be enabled for a short 
period of time"

Mit tmpwatch würde man es sicher hinkriegen, dass die Daten auch wieder 
gelöscht werden und genau das werde ich zusammen mit keepwork auch 
ausprobieren. Vielleicht gibts aber noch weitere Ideen?

viele Grüße

Christpf

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-07-20 19:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 10:29 [gentoo-user-de] ooo vorkompiliert Sebastian
2007-07-20 10:36 ` Stefan Horning
2007-07-20 10:41 ` Alexander Graf
2007-07-20 12:23   ` Sebastian
2007-07-20 10:52 ` Florian Philipp
2007-07-20 14:42 ` Bertram Scharpf
2007-07-20 14:58   ` [gentoo-user-de] " Christof Schulze
2007-07-20 15:17     ` Bernd Wurst
2007-07-20 15:45       ` Christof Schulze
2007-07-20 18:22         ` Jens Pranaitis
2007-07-20 19:09           ` Tobias Hommel
2007-07-20 19:37             ` [gentoo-user-de] Re: intelligentes emerge --resume [was: ooo vorkompiliert] Christof Schulze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox