ITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 8192 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL10 MPL11 PSFL TWAIN W3C accepted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> apache-openoffice-4.1.16 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-2.4.2.pkg [135i386-quarterly-job-01] Installing pkg-2.4.2... [135i386-quarterly-job-01] Extracting pkg-2.4.2: .......... done ===> apache-openoffice-4.1.16 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of apache-openoffice-4.1.16 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL10 MPL11 PSFL TWAIN W3C accepted by the user OPTIONS: You can select the language for OOo by making it with: make LOCALIZED_LANG=xx while xx can be one of the following af ar as-IN be-BY bg br bn bn-BD bn-IN bs ca cs cy da de dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl gu-IN he hi-IN hr hu it ja ka km kn ko ku lo lt lv mk ms ml-IN mr-IN ne nb nl nn nr ns oc or-IN pa-IN pl pt pt-BR ru rw sk sl sh sr ss st sv sw sw-TZ te-IN ti-ER ta-IN th tn tr ts tg ur-IN uk uz ve vi xh zh-CN zh-TW zu Current setting: en-US NOTICE: To build OOo, you should have a lot of free diskspace (~ 11GB) and memory (~ 2GB). If you want SDK and/or solver, please type make sdk and/or make solver ===> Fetching all distfiles required by apache-openoffice-4.1.16 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL10 MPL11 PSFL TWAIN W3C accepted by the user OPTIONS: You can select the language for OOo by making it with: make LOCALIZED_LANG=xx while xx can be one of the following af ar as-IN be-BY bg br bn bn-BD bn-IN bs ca cs cy da de dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl gu-IN he hi-IN hr hu it ja ka km kn ko ku lo lt lv mk ms ml-IN mr-IN ne nb nl nn nr ns oc or-IN pa-IN pl pt pt-BR ru rw sk sl sh sr ss st sv sw sw-TZ te-IN ti-ER ta-IN th tn tr ts tg ur-IN uk uz ve vi xh zh-CN zh-TW zu Current setting: en-US NOTICE: public void write(OutputStream output) throws IOException; ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BlankCell.java:44: warning: no @throws for java.io.IOException public BlankCell(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BlankCell.java:55: warning: no @throws for java.io.IOException public BlankCell(int row, int column, int ixfe) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/CellValue.java:129: warning: no @throws for java.io.IOException abstract public String getString() throws IOException; ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BoolErrCell.java:51: warning: no @throws for java.io.IOException public BoolErrCell(int row, int column, int ixfe, int bBoolErr, int fError) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BoolErrCell.java:65: warning: no @throws for java.io.IOException public BoolErrCell(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BoundSheet.java:48: warning: no @throws for java.io.IOException public BoundSheet(String name) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BoundSheet.java:59: warning: no @throws for java.io.IOException public BoundSheet(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/BoundSheet.java:69: warning: no @throws for java.io.IOException void setSheetName(String sheetName) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/CodePage.java:60: warning: no @throws for java.io.IOException public CodePage(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ColInfo.java:70: warning: no @throws for java.io.IOException public ColInfo(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefColWidth.java:55: warning: no @throws for java.io.IOException public DefColWidth(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java:73: warning: no @param for wb public DefinedName(InputStream is, Workbook wb) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java:73: warning: no @throws for java.io.IOException public DefinedName(InputStream is, Workbook wb) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java:173: warning: no @return public NameDefinition getNameDefinition() { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefRowHeight.java:52: warning: no @throws for java.io.IOException public DefRowHeight(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java:82: warning: no @throws for java.io.IOException public ExtendedFormat(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java:92: warning: no @param for fmt public ExtendedFormat(int ixfnt, Format fmt) { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FloatNumber.java:47: warning: no @throws for java.io.IOException public FloatNumber(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FloatNumber.java:59: warning: no @throws for java.io.IOException public FloatNumber(int row, int column, String cellContents, int ixfe) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java:186: warning: no @throws for java.io.IOException public FontDescription(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java:155: warning: no @param for rhs public boolean compareTo(FontDescription rhs) { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java:203: warning: no @return public int getFontSize() { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java:211: warning: no @return public String getFont() { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:58: warning: no @param for fmt public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:58: warning: no @param for wb public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:58: warning: no @throws for java.lang.Exception public Formula(int row, int column, String cellContents, int ixfe, Format fmt, Workbook wb) ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:128: warning: no @param for wb public Formula(InputStream is, Workbook wb) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:128: warning: no @throws for java.io.IOException public Formula(InputStream is, Workbook wb) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:116: warning: no @throws for java.lang.Exception public void setFormula(String inFormula) throws Exception { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:194: warning: no @throws for java.io.IOException public String getValue() throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:218: warning: no @throws for java.io.IOException public long toExcelSerialDate(String s) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Formula.java:239: warning: no @throws for java.io.IOException public double toExcelSerialTime(String s) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java:51: warning: no @throws for java.io.IOException public LabelCell(int row, int column, String cellContents, int ixfe) ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java:65: warning: no @throws for java.io.IOException public LabelCell(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java:129: error: invalid use of @return * @return the String representing the cells contents ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java:131: warning: no @param for cellContents private void setLabel(String cellContents) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java:131: warning: no @throws for java.io.IOException private void setLabel(String cellContents) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/NumberFormat.java:47: warning: no @throws for java.io.IOException public NumberFormat(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Pane.java:60: warning: no @throws for java.io.IOException public Pane(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Pane.java:125: error: invalid use of @return * @return the hex code for Pane ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Pane.java:127: warning: no @param for paneNumber public void setPaneNumber(int paneNumber) { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Row.java:53: warning: no @param for userDefined public Row(int rw, int miyRw, boolean userDefined) { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Row.java:70: warning: no @throws for java.io.IOException public Row(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Selection.java:66: warning: no @throws for java.io.IOException public Selection(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Selection.java:92: error: invalid use of @return * @return the hex code for Selection ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Selection.java:94: warning: no @param for p public void setActiveCell(Point p) { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/StringValue.java:48: warning: no description for @param * @param str ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/StringValue.java:50: warning: no @throws for java.io.IOException public StringValue(String str) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/StringValue.java:61: warning: no @throws for java.io.IOException public StringValue(InputStream is) throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/StringValue.java:109: warning: no @throws for java.io.IOException public String getString() throws IOException { ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java:361: error: invalid use of @return * @return name the name of the Worksheet to be added ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java:375: error: invalid use of @return * @return the name of the Worksheet to be added ^ /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java:253: error: invalid use of @return * @return an Enumeration to the ColInfo's ^ Building index for all the packages and classes... Building index for all classes... Generating /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/xmerge/unxfbsdi.pro/class/javadoc/help-doc.html... 15 errors 100 warnings main: BUILD SUCCESSFUL Total time: 9 seconds xmerge deliver deliver -- version: 275594 COPY: build.lst -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/inc/xmerge/build.lst COPY: ../unxfbsdi.pro/class/xmerge.jar -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/bin/xmerge.jar COPY: ../unxfbsdi.pro/class/pexcel.jar -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/bin/pexcel.jar COPY: ../unxfbsdi.pro/class/htmlsoff.jar -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/bin/htmlsoff.jar COPY: ../unxfbsdi.pro/class/aportisdoc.jar -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/bin/aportisdoc.jar COPY: ../unxfbsdi.pro/class/XMergeBridge.jar -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/bin/XMergeBridge.jar COPY: ../unxfbsdi.pro/class/pocketword.jar -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/bin/pocketword.jar COPY: ../unxfbsdi.pro/misc/XMergeBridge.component -> /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/xml/XMergeBridge.component LOG: writing /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/solver/4116/unxfbsdi.pro/inc/xmerge/deliver.log Module 'xmerge' delivered successfully. 8 files copied, 4 files unchanged 1 module(s): icu need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.16/main/icu When you have fixed the errors in that module you can resume the build by running: build --from icu *** Error code 1 Stop. make: stopped in /usr/ports/editors/openoffice-4