Issue 15828 - ooo11rc missing crash_report.bin and etc
Summary: ooo11rc missing crash_report.bin and etc
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 23:50 UTC by khendricks
Modified: 2004-02-06 17:20 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description khendricks 2003-06-19 23:50:06 UTC
Hi, 
 
Sander and I just finished first builds of OOo 1.1 RC and both of us see the following  
missing item report: 
 
> For ooo11rc, dmake test in instsetoo shows: 
>  
> error: source file 'crash_dump.res' cannot be found. 
> error: source file 'crash_report.bin' cannot be found. 
> error: source file 'crash_report' cannot be found. 
> optimize summary: 0 kb 
 
 
So I filed this issue as a vehicle for tracking this before release. 
 
Thanks, 
 
Kevin
Comment 1 khendricks 2003-06-19 23:53:06 UTC
Hi Martin, 
 
I could not find any file in the tree with the name "crash*" so I assinged this to you 
hoping you will know who this issue really belongs to. 
 
Thanks, 
 
Kevin 
 
Comment 2 Martin Hollmichel 2003-06-20 07:14:05 UTC
missing module crahrep has been tagged now.

crahrep to add to instsetoo/prj/build.lst.
Comment 3 khirano 2003-06-20 08:54:26 UTC
dmake doesn't compile crashrep.
build crashrep alone produces the following error:

khirano@mebius:~/11beta2/crashrep> build
build -- version: 1.83

/home/khirano/11beta2/crashrep/source/unx/res
-------------
/home/khirano/11beta2/crashrep/source/unx
------------------------------
Making: ../../unxlngi4.pro/obj/interface.obj
ccache g++ -fmessage-length=0 -c -I.  -I. -I../inc -I../../inc
-I../../unx/inc -I../../unxlngi4.pro/inc -I.
-I/home/khirano/11beta2/solver/645/unxlngi4.pro/inc/stl
-I/home/khirano/11beta2/solver/645/unxlngi4.pro/inc/external
-I/home/khirano/11beta2/solver/645/unxlngi4.pro/inc
-I/home/khirano/11beta2/solenv/unxlngi4/inc
-I/home/khirano/11beta2/solenv/inc -I/home/khirano/11beta2/res
-I/home/khirano/11beta2/solver/645/unxlngi4.pro/inc/stl
-I/home/khirano/11beta2/solenv/inc/Xp31
-I/home/khirano/j2sdk1.4.1_02/include
-I/home/khirano/j2sdk1.4.1_02/include/linux
-I/home/khirano/j2sdk1.4.1_02/include/native_threads/include
-I/usr/X11R6/include     -I. -I../../res -I. -O1   `pkg-config
--cflags gtk+-2.0` -pipe -mcpu=pentiumpro -fno-for-scope -fpermissive
-fno-rtti -include preinclude.h -fexceptions -fno-enforce-eh-specs   
 -DLINUX -DUNX -DVCL -DGCC -DC300 -DINTEL -DCVER=C300 -D_USE_NAMESPACE
-DGLIBC=2 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR
-D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -D__DMAKE -DUNIX
-DCPPU_ENV=gcc3 -DSUPD=645 -DBUILD=8639 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI
-DSOLAR_JAVA -DSRX645  -DMULTITHREAD   -o
../../unxlngi4.pro/obj/interface.o
/home/khirano/11beta2/crashrep/source/unx/interface.cxx
pkg-config: no such command found
in files included from
/home/khirano/11beta2/crashrep/source/unx/interface.cxx:1
interface.hxx:7:28: gdk/gdkkeysyms.h: no such file or directory
interface.hxx:8:21: gtk/gtk.h: no such file or directory
In file included from
/home/khirano/11beta2/crashrep/source/unx/interface.cxx:1:
interface.hxx:34: error: syntax error before `*' token
........................


Comment 4 Martin Hollmichel 2003-06-23 11:23:26 UTC
mh->khirnao: see 15893 for gtk check.
Comment 5 Martin Hollmichel 2004-02-06 17:20:34 UTC
close issue.