Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234416 - www-client/kazehakase-0.5.5: fails to build against net-libs/xulrunner-1.9.0.1
Summary: www-client/kazehakase-0.5.5: fails to build against net-libs/xulrunner-1.9.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL: http://kazehakase.sourceforge.jp/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-10 22:21 UTC by Balint SZENTE
Modified: 2008-08-13 16:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for kazehakase-0.5.5 to build with xulrunner-1.9 (kazehakase-0.5.5-xulrunner19.patch,11.71 KB, patch)
2008-08-10 23:29 UTC, Balint SZENTE
Details | Diff
The modified ebuild corresponding to the patch. (kazehakase-0.5.5-r1.ebuild,1.41 KB, text/plain)
2008-08-10 23:30 UTC, Balint SZENTE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Balint SZENTE 2008-08-10 22:21:20 UTC
Kazehakase-0.5.5 does not build on my system with xulrunner-1.9.0.1. The build process stops with the following error:

nsProfileDirServiceProvider2.cpp: In member function 'virtual nsresult nsProfileDirServiceProvider::GetFile(const char*, PRBool*, nsIFile**)':
nsProfileDirServiceProvider2.cpp:309: error: 'NS_APP_MAIL_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp:314: error: 'NS_APP_IMAP_MAIL_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp:319: error: 'NS_APP_NEWS_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp:324: error: 'NS_APP_MESSENGER_FOLDER_CACHE_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp: In member function 'nsresult nsProfileDirServiceProvider::UndefineFileLocations()':
nsProfileDirServiceProvider2.cpp:521: error: 'NS_APP_MAIL_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp:522: error: 'NS_APP_IMAP_MAIL_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp:523: error: 'NS_APP_NEWS_50_DIR' was not declared in this scope
nsProfileDirServiceProvider2.cpp:524: error: 'NS_APP_MESSENGER_FOLDER_CACHE_50_DIR' was not declared in this scope
make[5]: *** [libgtkmozembed_la-nsProfileDirServiceProvider2.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/www-client/kazehakase-0.5.5/work/kazehakase-0.5.5/module/embed/gecko/gtkmozembed'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/www-client/kazehakase-0.5.5/work/kazehakase-0.5.5/module/embed/gecko'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/www-client/kazehakase-0.5.5/work/kazehakase-0.5.5/module/embed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/www-client/kazehakase-0.5.5/work/kazehakase-0.5.5/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/www-client/kazehakase-0.5.5/work/kazehakase-0.5.5'
make: *** [all] Error 2

  ERROR: www-client/kazehakase-0.5.5 failed.
  Call stack:
                ebuild.sh, line   49:  Called src_compile
              environment, line 2337:  Called die
  The specific snippet of code:
        emake || die
  The die message:
    (no error message)

Maybe the support for xulrunner-1.9 in the 0.5.5 release is not appropriate?

Reproducible: Always

Steps to Reproduce:
emerge net-libs/xulrunner-1.9.0.1
emerge www-client/kazehakase-0.5.5
Comment 1 Balint SZENTE 2008-08-10 23:29:49 UTC
Created attachment 162652 [details, diff]
Patch for kazehakase-0.5.5 to build with xulrunner-1.9
Comment 2 Balint SZENTE 2008-08-10 23:30:42 UTC
Created attachment 162654 [details]
The modified ebuild corresponding to the patch.
Comment 3 Balint SZENTE 2008-08-10 23:33:56 UTC
I ported the kazehakase-0.5.4-xulrunner19.patch to this new kazehakase version. It would be nice to put it in the Portage tree.
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2008-08-13 16:56:55 UTC
in cvs. thanks.