#4110 closed enhancement (fixed)
icedtea-2.4.2
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I have built OJDK/icedtea-2.4.2 in LFS7.1.
Needed --disable-system-kerberos (I do not have it installed) and had to upgrade lcms2 from 2.3 to 2.5 (--enable-system-lcms default is yes). I see in the configure that --enable-system-gio also defaults to yes (I have gobject-introspection installed).
I am in doubt where should these dependencies go (which is for required, recommend or optional?).
Another option is --with-parallel-jobs[=NUM], and apparently defaults to 2, as I did not set it and have "checking how many parallel build jobs to execute... 2".
This switch will be added as --with-parallel-jobs=$(getconf _NPROCESSORS_ONLN)
Will start building using this switch in LFS7.4 and after, will build again, just for timing and test running.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Finally fixed at revision 11879.
Almost fixed at revision 11877. Forgot -with-parallel-jobs=$(getconf _NPROCESSORS_ONLN). Some changes in the description were not necessary.