[porting-issues] [Issue 110041] MacOSX : DEV300_74 : buil d failure at postprocess

2010-03-11 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110041


User sb changed the following:

What|Old value |New value

  CC|'sb'  |''

 Assigned to|macport   |sb

   Component|porting   |framework

  QA contact|iss...@porting|iss...@framework

Platform|Unknown   |All

Subcomponent|MacOSX|code





--- Additional comments from s...@openoffice.org Thu Mar 11 16:32:01 + 
2010 ---
After further investigation, the root problem is that
filter/source/config/fragments/makefile.mk calling
filter/source/config/fragments/langfilter.xsl can lead to zero-sized Filter.xcu
files packed into fcfg_langpack_*.zip files for languages for which no
translations exist for the relevant source .xcu files.

The correct fix would be to change filter/source/config/fragments/makefile.mk to
not package zero-sized (and thus not well-formed) .xcu files into
fcfg_langpack_*.zip files.  However, it appears to be easier to fix
postprocess/packregistry/makefile.mk to filter out those bad .xcu files, see the
attached DEV300_m47-postprocess.patch.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 110041] MacOSX : DEV300_74 : buil d failure at postprocess

2010-03-11 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110041


User sb changed the following:

What|Old value |New value

  CC|''|'sb'





--- Additional comments from s...@openoffice.org Thu Mar 11 08:47:57 + 
2010 ---
What happens here in postprocess/packregistry is the following:  In the solver,
pck/fcfg_langpack_as-IN.zip is found, and it contains a
org/openoffice/TypeDetection/Filter.xcu.  However, that Filter.xcu apparently is
an empty file, instead of a well-formed .xcu XML document as
postprocess/packregistry/makefile.mk would expect.

So, the question is why pck/fcfg_langpack_as-IN.zip is broken.  That file is
delivered from module filter and generated in
filter/source/config/fragments/makefile.mk.  I assume the problem is related to
what languages you build, instead of Mac OS X related.  But let me investigate
further...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 110041] MacOSX : DEV300_74 : buil d failure at postprocess

2010-03-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110041


User maho changed the following:

What|Old value |New value

Priority|P3|P1

 Summary|MacOSX : DEV300_74 : build|MacOSX : DEV300_74 : build
| failure at postprocess   | failure at postprocess





--- Additional comments from m...@openoffice.org Thu Mar 11 06:07:06 + 
2010 ---
raise prio.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[porting-issues] [Issue 110041] MacOSX : DEV300_74 : buil d failure at postprocess

2010-03-10 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110041
 Issue #|110041
 Summary|MacOSX : DEV300_74 : build failure at postprocess 
   Component|porting
 Version|DEV300m74
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|macport
 Reported by|maho





--- Additional comments from m...@openoffice.org Thu Mar 11 06:06:48 + 
2010 ---
DEV300_m74, MacOSX Tiger, at postprocess, build fails like:
% build
build -- version: 275224


=
Building module postprocess
=

Entering 
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/postprocess/checkxml

/usr/bin/perl checkxml.pl
Checking:/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/solver/300/unxmacxp.pro/xml/
ok.

Entering
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/postprocess/checkdeliver

/usr/bin/perl checkdeliver.pl > ../unxmacxp.pro/misc/checkdeliver.done || cat
../unxmacxp.pro/misc/checkdeliver.done
Cannot open find source_config and/or determine hg root directory for
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/postprocess/checkdeliver
at checkdeliver.pl line 51

Entering
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/postprocess/packconfig

/usr/bin/perl packconfig.pl -i
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/solver/300/unxmacxp.pro/xml/uiconfig
-o ../unxmacxp.pro/bin/uiconfig.zip
packconfig: ../unxmacxp.pro/bin/uiconfig.zip up to date. nothing to do.

Entering
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/postprocess/packregistry

mkdir -p ../unxmacxp.pro/misc/lang/
rm -rf ../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip
mkdir ../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip
cd ../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip && unzip
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/solver/300/unxmacxp.pro/pck/fcfg_langpack_as-IN.zip
Archive: 
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/solver/300/unxmacxp.pro/pck/fcfg_langpack_as-IN.zip
   creating: org/
   creating: org/openoffice/
   creating: org/openoffice/TypeDetection/
 extracting: org/openoffice/TypeDetection/Filter.xcu
rm -f ../unxmacxp.pro/misc/fcfg_langpack_as-IN.list
dmake: Executing shell macro: cd $(MISC) &&  find $(@:b).unzip -name
\*.xcu -print
echo ''
'fcfg_langpack_as-IN.unzip/org/openoffice/TypeDetection/Filter.xcu'
'' > ../unxmacxp.pro/misc/fcfg_langpack_as-IN.list
: &&
DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH+${DYLD_LIBRARY_PATH}:}/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/solver/300/unxmacxp.pro/lib
xsltproc --nonet -o ../unxmacxp.pro/misc/lang/fcfg_langpack_as-IN.xcd
/Volumes/ooo-dev/Tiger/work.DEV300_m74.AQUA/DEV300_m74/solenv/bin/packregistry.xslt
\
../unxmacxp.pro/misc/fcfg_langpack_as-IN.list
../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip/org/openoffice/TypeDetection/Filter.xcu:1:
parser error : Document is empty

^
../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip/org/openoffice/TypeDetection/Filter.xcu:1:
parser error : Start tag expected, '<' not found

^
../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip/org/openoffice/TypeDetection/Filter.xcu:1:
parser error : Document is empty

^
../unxmacxp.pro/misc/fcfg_langpack_as-IN.unzip/org/openoffice/TypeDetection/Filter.xcu:1:
parser error : Start tag expected, '<' not found

^
cannot process fcfg_langpack_as-IN.unzip/org/openoffice/TypeDetection/Filter.xcu
dmake:  Error code 10, while making
'../unxmacxp.pro/misc/lang/fcfg_langpack_as-IN.xcd'
dmake:  '../unxmacxp.pro/misc/lang/fcfg_langpack_as-IN.xcd' removed.
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org