Issue 16747 - Kernel2.4.21+Glibc2.1.3 can't compile crashrep and pagein
Summary: Kernel2.4.21+Glibc2.1.3 can't compile crashrep and pagein
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-12 17:30 UTC by khirano
Modified: 2004-02-17 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Order of Building Projects with 1.1rc2 on Vine2.1.5 and SuSE8.1 (2.50 KB, text/plain)
2003-07-12 17:42 UTC, khirano
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description khirano 2003-07-12 17:30:26 UTC
Building rc or rc2 with my environment (Vine2.1.5, Kernel2.4.21, glibc2.1.3,
gcc3.3, jdk1.4.1 and gtk+2 etc.) met two problem.

1) crashrep: can't find vcl/_version due to the order of building projects
   vcl was not build before crashrep.
   To workaround this, I was compelled to add vcl on the top line of
crashrep/prj/build.lst:
original: cr      crashrep        :       sal sysui gtk tools NULL
changed to: cr      crashrep        :       sal sysui vcl gtk tools NULL

Related issue:
http://www.openoffice.org/issues/show_bug.cgi?id=15843

2) pagein: still need to add "-z ignore" after STDLIB= in
desktop/source/pagein/makefile.mk
   but seems no problem with madvise() with MADV_WILLNEED

Related issues:
http://www.openoffice.org/issues/show_bug.cgi?id=16207
http://www.openoffice.org/issues/show_bug.cgi?id=16150
http://www.openoffice.org/issues/show_bug.cgi?id=16191
Comment 1 khirano 2003-07-12 17:42:11 UTC
Created attachment 7616 [details]
Order of Building Projects with 1.1rc2 on Vine2.1.5 and SuSE8.1
Comment 2 Martin Hollmichel 2003-09-23 12:54:16 UTC
ithink this has been fixed in the meantime.
Comment 3 Martin Hollmichel 2004-02-17 09:01:02 UTC
verified.
Comment 4 Martin Hollmichel 2004-02-17 09:03:24 UTC
close issue.