Issue 3259 - OO642B build problems
Summary: OO642B build problems
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 642
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@tools
URL:
Keywords:
Depends on: 3287
Blocks:
  Show dependency tree
 
Reported: 2002-02-28 11:56 UTC by foskey
Modified: 2003-03-16 20:14 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 foskey 2002-02-28 11:56:24 UTC
a) minor.mk upgrate to srx from src, in order to start build

b) .../OO642B/xmlhelp/source/cxxhelp/qe/Query.cxx:156:
stl/algorithm: No such file or directory

Removed offending stl/,  built xmlhelp and I am continuing.

c) http_redirect.h missing in OO642B/ucb/source/ucp/NeonSession.cxx
- This was deleted from external/neon durign the update to OO642B
Comment 1 Unknown 2002-02-28 12:15:31 UTC
all these three issues should be fixed on the OO642B branch already. 

to a: the problem is solved elsewhere, namely in the configure
process, 
set_soenv.1 script. WORK_STAMP will be set to SRX642, not SRC642
This is a temporary solution for OO642B. 

to c:  neon is a seperate module now. So no longer external/neon, but 
cvs co -rOO642B neon

Comment 2 foskey 2002-03-01 10:57:11 UTC
a) Neon not able to be cehcked out.  Not a module name.

b) Neon not marked for OpenOffice (probably because of A)


I am stuck until at least A) is fixed.
Comment 3 Unknown 2002-03-01 11:11:08 UTC
a) strange, "cvs co -rOO642B neon" works for me.  

b) IZ 3098 claims this as fixed

I cc owner of IZ 3098 (support) to look at this again. Maybe there are
permission issues???

Comment 4 foskey 2002-03-06 12:09:28 UTC
Results from tonights attempt to checkout neon...

+ VERSION=OO642B
+ ENV=unxlngi3
+ export CVSROOT=:pserver:anoncvs@anoncvs.openoffice.org:/cvs
+ CVSROOT=:pserver:anoncvs@anoncvs.openoffice.org:/cvs
+ rm checkout.log
rm: cannot remove `checkout.log': No such file or directory
+ set -x
+ cvs co -r OO642B neon
cvs server: cannot find module `neon' - ignored
cvs [checkout aborted]: cannot expand modules
+ read
Comment 5 stx123 2002-03-06 12:17:01 UTC
We are working on it, see "progress" in #3287.
Comment 6 Unknown 2002-03-08 10:58:28 UTC
fixed, according to communication on mailing list

a.
Comment 7 foskey 2002-03-08 12:13:07 UTC
Build error + fix

> dmake:  Error --
> `/mnt/old1/data/OO642B/solver/642/unxlngi3.pro/bin/libstlport_gcc.so'
> not found, and can't be made
> ---* RULES.MK *---
> 
> ERROR: Error 65280 occurred while making
> /mnt/old1/data/OO642B/product/util
> dmake:  Error code 1, while making 'build_all'
> 

where did the bin come from...


While you are there you can fix up a rebuild problem that occurs:

===================================================================
RCS file: /cvs/oo/udk/product/util/makefile.mk,v
retrieving revision 1.57.2.1
diff -w -r1.57.2.1 makefile.mk
124c124
< STLPORTOUT=$(SOLARVER)$/$(UPD)$/$(INPATH)$/bin$/$(STLPORTLIBNAME)
---
> STLPORTOUT=$(SOLARVER)$/$(UPD)$/$(INPATH)$/lib$/$(STLPORTLIBNAME)
370,371c370,371
<       +ln -s $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $@
<       +ln -s $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $(@:db)
---
>       +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $@
>       +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $(@:db)
Comment 8 Unknown 2002-03-08 14:19:53 UTC
1)
whether its bin or lib depends on the platform ("bin" for windows). 
I 've put in an .IF block. 

2)
changed the link
Comment 9 michael.bemmer 2003-03-16 20:10:33 UTC
As discussed with Armin, he thought these bug were closed, he sees all of them
as verified.
Comment 10 michael.bemmer 2003-03-16 20:14:12 UTC
As discussed with Armin, he thought these bug were closed, he sees all of them
as verified.