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

04.10.2011, 01:54

Libreoffice-3.4.3.2-r1 ~ - You are compiling without -java useflag...

Hallo :)

Mein System ist gerade um Libreoffice "reicher" geworden... :thumbup: Der Compiliervorgang hat reibungslos geklappt, Dachte schon das es zu einem Fehler gekommen ist, nachdem er nach etwa 90Minuten (schon) fertig war. Ich hatte in einem anderen Forum gelesen, das einer mit einem Net-Book Libreoffice 68Std (!) :wacko: compiliert hat. Ok, dachte ich, meine "Kampfsau" (PC) sollte es schneller können, aber 1,5h 8| hätt ich net erwartet :rolleyes:

Naja, back2Topic: Wie die Überschrift sagt, habe ich eine Frage zum USE-Flag -java. Ich bekam eine Meldung, das halt ohne -java compiliert wurde. Das wär nicht weiter schlimm, hat nur einen unschönen Nebeneffekt. Gehe ich nun in Libreoffice auf irgendwelche Buttons, bekomme ich anstatt eine "Benennung" des Buttons (rechteckiges Kästchen mit Namen der Funktion) ein schwarzes Rechteck. Wo nichts drin ist. So... die use-flag "-java" zu setzen sollte nicht das Problem sein... Doch: WO setze ich sie? Ist es eine "GLOBALE"? - also "ab nach" -> "make.conf",
ODER eine lokale, paketbezogene, also -> package.use ?!

Desweiteren verwirrt mich dies hier -> http://gentoo.linuxhowtos.org/portage/app-office/libreoffice

DEMNACH gibt es in der Version 3.4.3.2-r1 überhaupt keine -java - USE-Flag... ?( ODE - würde bedeuten, das es eine globale ist... Was aber auch irgendwie, allein schon von der Formulierung in der Console (Der Hinweis) nicht sein kann...

Ich lasse Euch mal entscheiden. Ansonsten sieht absolut toll aus :)
Gruß
mnt_gentoo
_________________________________________________________________________________________

Die Launen und das Schicksal eines Gentoo-Users: ?( :| :cursing: :wacko: 8| ^^ 8o ;( :P ?( ...

2

29.10.2011, 23:21

Die USE Flag java gibt es für libreoffice schon:

Quellcode

1
2
3
# emerge -pv libreoffice
These are the packages that would be merged, in order:
Calculating dependencies... done![ebuild  N     ] dev-util/mdds-0.5.3-r1  90 kB[ebuild  N     ] virtual/perl-Compress-Raw-Zlib-2.024  0 kB[ebuild  N     ] dev-perl/Archive-Zip-1.300.0  0 kB[ebuild  N     ] app-office/libreoffice-3.4.3.2-r1  USE="branding dbus gnome gstreamer gtk java ldap opengl vba (-aqua) -bash-completion -binfilter -custom-cflags -debug -eds -graphite -kde (-kdeenablefinal) -mysql -nsplugin -odk -python -templates -test -webdav" LINGUAS="de -en_GB -en_ZA -es -fr -hu -it" 251,569 kB


Ob du die Flag global oder nur für libreoffice setzt, ist egal. Es gibt nicht globale und lokale Flags, es kommt nur darauf an wie du sie setzen möchtest.
In diesem Fall wohl nur für libreoffice, also in /etc/portage/package.use.
Wenn du sagst "ich will prinzipiell alles was irgendwas mit Java hat aktivieren", dann setzt du sie in der make.conf.

Gruß
Foyaxe

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Foyaxe« (30.10.2011, 12:25)


3

31.10.2011, 13:23

Also java ist schon da

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
38
39
# equery uses libreoffice
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for app-office/libreoffice-3.4.3.2-r1:
 U I
 + + bash-completion : Enable bash-completion support
 - - binfilter       : Enable support for legacy StarOffice 5.x and earlier file formats
 + + branding        : Enable Gentoo specific branding
 - - custom-cflags   : Build with user-specified CFLAGS (unsupported)
 + + dbus            : Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc)
 - - debug           : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful
                       backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
 - - eds             : Enables support for Evolution-Data-Server (EDS)
 - - gnome           : Adds GNOME support
 - - graphite        : Enable support for non-Roman fonts via media-gfx/graphite2
 + + gstreamer       : Adds support for media-libs/gstreamer (Streaming media)
 + + gtk             : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
 + + java            : Adds support for Java
 - - kde             : Adds support for kde-base/kde (K Desktop Enviroment)
 + + ldap            : Adds LDAP support (Lightweight Directory Access Protocol)
 + + linguas_de      : German locale
 - - linguas_en_GB   : English locale for Britain
 - - linguas_en_ZA   : English locale for South Africa
 - - linguas_es      : Spanish locale
 - - linguas_fr      : French locale
 - - linguas_hu      : Hungarian locale
 - - linguas_it      : Italian locale
 + + mysql           : Adds mySQL Database support
 + + nsplugin        : Build plugin for browsers supporting the Netscape plugin architecture (that is almost any modern
                       browser)
 - - odk             : Build the Office Development Kit
 + + opengl          : Adds support for OpenGL (3D graphics)
 + + python          : Adds optional support/bindings for the Python language
 - - templates       : Enable installation of Sun templates
 - - test            : Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this
                       internally, so don't set it in make.conf/package.use anymore
 + + vba             : Enable support for VBA compatibility and ActiveX embedding
 + + webdav          : Adds support for HTTP repositories via net-libs/neon


Ob aber das java USE dein Probem mit den schwarzen Kästchen ... (hast du einen Screenshit?) ... löst ist vlt. nicht sicher. Hast du eine URL, welche darauf hindeutet?
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>