Issue 72858 - revivehsqldb does not build
Summary: revivehsqldb does not build
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 2.2
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.2
Assignee: Frank Schönheit
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 21:00 UTC by eric.bachard
Modified: 2006-12-24 21:02 UTC (History)
5 users (show)

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


Attachments
patch to make revivehsqldb build on Mac OS X (729 bytes, patch)
2006-12-21 21:02 UTC, eric.bachard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description eric.bachard 2006-12-21 21:00:37 UTC
Testing revivehsqldb, build breaks in connectivity :

- on Mac OS X (Intel)
- on Linux (cloph will confirm)


The log :

/Users/ericb/Desktop/OOO_m197/connectivity/com/sun/star/sdbcx/comp/hsqldb
dmake: Executing shell macro: -+ls -1 $(JARDIR) | $(GREP) "^$i"
dmake: Executing shell macro: -+ls -1 $(JARDIR) | $(GREP) "^$i"
dmake: Executing shell macro: -+ls -1 $(JARDIR) | $(GREP) "^$i"
dmake: Executing shell macro: -+ls -1 $(JARDIR) | $(GREP) "^$i"
dmake: Executing shell macro: -+ls -1 $(JARDIR) | $(GREP) "^$i"
Making dpj...
dmake: Executing shell macro: +$(STARDEP) @$(mktmp -o $@ -i $(CLASSDIR) $(foreach,i,$
(JAVADEPINCLUDES:s/:/ /) -i $i) $(JAVACLASSFILES))

rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
rm -f ../../../../../../unxmacxi.pro/misc/sdbc_hsqldb_dummy.java >& /dev/null
dmake:  Error: -- `../../../../../../unxmacxi.pro/class/org/hsqldb/lib/
FileSystemRuntimeException.class' not found, and can't be made
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /Users/ericb/Desktop/OOO_m197/connectivity/com/sun/
star/sdbcx/comp/hsqldb


Workaround ( sorry if I'm completely wrong, my Java knowledge is very limited) :

The only way I found to make it build, was to replace SECONDARY_PACKAGE by PACKAGE in the 
makefile. I'll attach a patch
Comment 1 eric.bachard 2006-12-21 21:02:54 UTC
Created attachment 41635 [details]
patch to make revivehsqldb build on Mac OS X
Comment 2 eric.bachard 2006-12-21 21:03:27 UTC
Add Pavel on CC
Comment 3 eric.bachard 2006-12-21 21:09:35 UTC
Add cloph in the list
Comment 4 pavel 2006-12-21 21:24:36 UTC
on Linux as well.
Comment 5 rt 2006-12-22 10:41:36 UTC
Patch commit as masterfix for SRC680 m198.
Comment 6 Frank Schönheit 2006-12-22 21:15:26 UTC
?
This patch can't work ... <running away and trying> ... well, it *does* work.
What kind of magic is there in solenv?? With the patch, the JAVACLASSFILES
should contain a reference to a class-file which does not exist, while without
the patch, it should contain
<outpath>/class/org/hsqldb/lib/FileSystemRuntimeException.class. Which, by the
way, exists on wntmsci10 and unxlngi6.pro (which are the platforms I built the
CWS on).
Adding a target
  dummy:
    @+echo $(JAVACLASSFILES)
proves that this in fact is the case.

Ergo: I don't understand why this didn't compile on other platforms, and I don't
understand why after the patch, it does still work. /me is confused.

Anyway, glad it could be solved that quickly, thanks.
Comment 7 sparcmoz 2006-12-23 05:58:29 UTC
The fix is in HEAD but not m198 - patch is still required for m198.
Comment 8 sparcmoz 2006-12-24 21:02:04 UTC
seen in m198, closing