Ik krijg een foutmelding bij het opstarten van Thunderbird 0.7.1 na de build (vanuit ./dist/bin opstarten dus). De foutmelding die ik krijg is:
De compiler die ik gebruikt heb hiervoor was gcc 3.2.2 op SunOS 5.8.
Het lukt mij niet om deze foutmelding te verhelpen.
Voordat mensen nu gaan melden dat ik een precompiled versie moet downloaden. Het MOET door ons zelf gecompiled worden. Dit omdat het in een custom omgeving moet draaien waar een paar honderd SUN systemen vanuit draaien. Deze SUN's draaien allemaal dezelfde software versies (iemand bekend met CADAPPL omgevingen?). Een soort gedistribueerde software omgeving. Werkt heel mooi en snel
Ik ga nu proberen met gcc 2.95.3 maar de compile slag duurt wel even.
De configure opties die ik gebruikt heb zijn:
Als iemand een idee heeft welke configure optie ik nog moet toevoegen dan hoor ik het graag.
code:
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
| nlcadq04% ./thunderbird File descriptors set to 512 No Persistent Registry Found. WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsINIParser.cpp, line 51 Type Manifest File: /var/tmp/thunderbird/mozilla/dist/bin/components/xpti.dat nsNativeComponentLoader: autoregistering begins. *** Registering xpcomObsoleteModule components (all right -- a generic module!) *** Registering xpconnect components (all right -- a generic module!) *** Registering nsUConvModule components (all right -- a generic module!) *** Registering nsUCvMathModule components (all right -- a generic module!) *** Registering nsI18nModule components (all right -- a generic module!) *** Registering nsJarModule components (all right -- a generic module!) *** Registering nsCJVMManagerModule components (all right -- a generic module!) *** Registering necko_core_and_primary_protocols components (all right -- a generic module!) *** Registering necko_secondary_protocols components (all right -- a generic module!) *** Registering nsPrefModule components (all right -- a generic module!) *** Registering nsSecurityManagerModule components (all right -- a generic module!) *** Registering nsRDFModule components (all right -- a generic module!) *** Registering nsParserModule components (all right -- a generic module!) *** Registering nsGfxPSModule components (all right -- a generic module!) *** Registering nsGfxGTKModule components (all right -- a generic module!) *** Registering nsImageLib2Module components (all right -- a generic module!) *** Registering nsPluginModule components (all right -- a generic module!) *** Registering nsWidgetGtk2Module components (all right -- a generic module!) *** Registering XRemoteClientModule components (all right -- a generic module!) *** Registering nsLayoutModule components (all right -- a generic module!) *** Registering nsMorkModule components (all right -- a generic module!) *** Registering docshell_provider components (all right -- a generic module!) *** Registering nsProfileModule components (all right -- a generic module!) *** Registering nsPrefMigrationModule components (all right -- a generic module!) *** Registering embedcomponents components (all right -- a generic module!) *** Registering Browser_Embedding_Module components (all right -- a generic module!) *** Registering nsEditorModule components (all right -- a generic module!) *** Registering nsTransactionManagerModule components (all right -- a generic module!) *** Registering nsComposerModule components (all right -- a generic module!) *** Registering appshell components (all right -- a generic module!) *** Registering nsChromeModule components (all right -- a generic module!) *** Registering nsAccessibilityModule components (all right -- a generic module!) *** Registering nsLDAPProtocolModule components (all right -- a generic module!) *** Registering BOOT components (all right -- a generic module!) *** Registering NSS components (all right -- a generic module!) *** Registering PKI components (all right -- a generic module!) *** Registering nsFindComponent components (all right -- a generic module!) *** Registering nsFileViewModule components (all right -- a generic module!) *** Registering XRemoteServiceModule components (all right -- a generic module!) *** Registering application components (all right -- a generic module!) *** Registering nsSoftwareUpdate components (all right -- a generic module!) *** Registering JavaScript_Debugger components (all right -- a generic module!) *** Registering nsCookieModule components (all right -- a generic module!) *** Registering nsWalletModule components (all right -- a generic module!) *** Registering nsWalletViewerModule components (all right -- a generic module!) *** Registering nsXMLExtrasModule components (all right -- a generic module!) *** Registering nsP3PModule components (all right -- a generic module!) *** Registering nsAutoConfigModule components (all right -- a generic module!) *** Registering nsSystemPrefModule components (all right -- a generic module!) Bus Error - core dumped |
De compiler die ik gebruikt heb hiervoor was gcc 3.2.2 op SunOS 5.8.
Het lukt mij niet om deze foutmelding te verhelpen.
Voordat mensen nu gaan melden dat ik een precompiled versie moet downloaden. Het MOET door ons zelf gecompiled worden. Dit omdat het in een custom omgeving moet draaien waar een paar honderd SUN systemen vanuit draaien. Deze SUN's draaien allemaal dezelfde software versies (iemand bekend met CADAPPL omgevingen?). Een soort gedistribueerde software omgeving. Werkt heel mooi en snel
Ik ga nu proberen met gcc 2.95.3 maar de compile slag duurt wel even.
De configure opties die ik gebruikt heb zijn:
code:
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
| # create mozconfig for configure step cat > mozconfig <<EOH # Options for 'configure' (same as command-line options). ac_add_options --disable-xprint ac_add_options --enable-crypto ac_add_options --disable-logging ac_add_options --enable-ldap ac_add_options --enable-postscript ac_add_options --enable-calendar ac_add_options --enable-debug ac_add_options --enable-optimize=-O2 ac_add_options --enable-static-mail ac_add_options --disable-static ac_add_options --enable-shared ac_add_options --prefix=/cadappl/thunderbird/0.7.1/thunderbird ac_add_options --enable-image-decoders=png,gif,jpeg,bmp ac_add_options --disable-tests ac_add_options --without-system-nspr ac_add_options --without-system-zlib ac_add_options --without-system-jpeg ac_add_options --without-system-mng ac_add_options --without-system-png ac_add_options --disable-static-component-loader ac_add_options --enable-default-toolkit=gtk2 ac_add_options --disable-gnomevfs ac_add_options --disable-profilesharing EOH |
Als iemand een idee heeft welke configure optie ik nog moet toevoegen dan hoor ik het graag.
Als er geen Religie's zouden zijn, dan waren we allemaal gewoon mensen geweest