| Summary: | mail-client/mozilla-thunderbird-1.5.0.7 - Fails to compile due to intl | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alon Bar-Lev (RETIRED) <alonbl> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | mozilla-thunderbird-1.5.0.7-intl.patch | ||
|
Description
Alon Bar-Lev (RETIRED)
2006-09-29 06:01:12 UTC
Created attachment 98373 [details, diff]
mozilla-thunderbird-1.5.0.7-intl.patch
Minor fix.
Compiles just fine here, really would be useful to post some errors to see what are you patching here. Which language do you use? ude/necko2 -I../../../dist/include/nkcache -I../../../dist/include/intl -I../../../dist/include/locale -I../../../dist/include/mork -I../../../dist/include/widget -I../../../dist/include/dom -I../../../dist/include/uriloader -I../../../dist/include/mimetype -I../../../dist/include/webbrowserpersist -I../../../dist/include/progressDlg -I../../../dist/include/pref -I../../../dist/include/docshell -I../../../dist/include/webshell -I../../../dist/include/appshell -I../../../dist/include/downloadmanager -I../../../dist/include/mozldap -I../../../dist/include/appcomps -I../../../dist/include -I/usr/include/nspr -fPIC -fno-rtti -fno-handle-exceptions -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=pentium-m -pipe -Wno-return-type -w -freorder-blocks -fno-reorder-functions -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -ffunction-sections -O2 -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsModule.pp nsModule.cpp nsModule.cpp:45:27: error: nsCharsetMenu.h: No such file or directory nsModule.cpp:46:34: error: nsFontPackageHandler.h: No such file or directory nsModule.cpp: In function ‘nsresult nsFontPackageHandlerConstructor(nsISupports*, const nsIID&, void**)’: nsModule.cpp:68: error: ‘nsFontPackageHandler’ was not declared in this scope nsModule.cpp:68: error: ‘inst’ was not declared in this scope nsModule.cpp:68: error: expected type-specifier before ‘nsFontPackageHandler’ nsModule.cpp:68: error: expected `;' before ‘nsFontPackageHandler’ nsModule.cpp: At global scope: nsModule.cpp:112: error: ‘NS_CHARSETMENU_CID’ was not declared in this scope nsModule.cpp:113: error: expected `}' before ‘NS_CHARSETMENU_PID’ nsModule.cpp:113: error: expected `}' before ‘NS_CHARSETMENU_PID’ nsModule.cpp:113: error: invalid conversion from ‘const char*’ to ‘PRUint16’ nsModule.cpp:113: error: expected ‘,’ or ‘;’ before ‘NS_CHARSETMENU_PID’ nsModule.cpp:114: error: expected declaration before ‘}’ token gmake[4]: *** [nsModule.o] Error 1 gmake[4]: Leaving directory `/var/tmp/portage/mozilla-thunderbird-1.5.0.7/work/mozilla/xpfe/components/build2' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/var/tmp/portage/mozilla-thunderbird-1.5.0.7/work/mozilla/xpfe/components' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/var/tmp/portage/mozilla-thunderbird-1.5.0.7/work/mozilla/xpfe' gmake[1]: *** [tier_50] Error 2 gmake[1]: Leaving directory `/var/tmp/portage/mozilla-thunderbird-1.5.0.7/work/mozilla' make: *** [default] Error 2 !!! ERROR: mail-client/mozilla-thunderbird-1.5.0.7 failed. Language doesn't matter, it's parallel make issue. Please attach the patch to the other bug. *** This bug has been marked as a duplicate of 135495 *** I fail to see how it is a parallel make issue. The missing include folder exist if make is parallel or it is not. I will attach the patch to there... But I fail to understand. Well, compile it with MAKEOPTS="-j1" and you will understand... :) |