On some of my Windows builds, I get a failure, but doing a new "build --all", without cleaning, works. That may be worth trying while you are waiting for more expert advice.

I think there may be problems in whatever is supposed to be enforcing dependency order, so that a module gets built too soon, while things on which it depends have not all been built.

On the comparisons between trees, "diff -r A B" does not take that long and gives full confirmation that A and B are paths to directory trees with the same files and identical file content.

On 10/4/2016 9:11 AM, Marcus wrote:


Am 04.10.2016 um 00:30 schrieb Marcus:
Am 10/03/2016 11:26 PM, schrieb Patricia Shanahan:
On 10/3/2016 2:02 PM, Andrea Pescetti wrote:
Marcus wrote:
wow, *all signed source code packages* ?

I assume that this does not literally mean that you must test the .bz2,
the .gz and the .zip. They are equivalent. This sentence is for when a
project makes a release composed of different parts. For the record,
trunk is already set to avoid duplication of packages, but AOO413 still
uses the old convention of 3 source packages. (If it helps, I've used
the .bz2 for my tests!).

For my testing, I'm assuming that it is enough to be sure a package is
identical to one I've tested. In particular, the .bz2 and .gz decompress
to the same .tar file, so I don't even plan to extract one of the tar
files for further checks.

ah, great hint.

I've uncompressed all 3 files, diff'ed the .tar.bz2 and .tar.gz files,
and finally uncompressed all files until the actual dirs/files. All 3
dirs had the same total file size of 1,541,414,704 bytes. This has to
be enough when it comes to "you have to check all source files".

Tomorrow I'll build the release from a package file.

I've uncompressed the ZIP file and started a clean build. Unfortunately,
I get the following error:

[...]
/share/linux2/aoo-4.1.3/main/solver/413/unxlngx6.pro/workdir/CxxObject/svx/source/fmcomp/fmgridif.o:
In function
`FmXGridControl::createPeer(com::sun::star::uno::Reference<com::sun::star::awt::XToolkit>
const&, com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer>
const&)':
fmgridif.cxx:(.text+0x68b2): undefined reference to `non-virtual thunk
to WindowListenerMultiplexer::acquire()'
/usr/bin/ld:
/share/linux2/aoo-4.1.3/main/solver/413/unxlngx6.pro/workdir/CxxObject/svx/source/fmcomp/fmgridif.o:
relocation R_X86_64_PC32 against undefined symbol
`_ZThn48_N25WindowListenerMultiplexer7acquireEv' can not be used when
making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
/share/linux2/aoo-4.1.3/main/solenv/gbuild/LinkTarget.mk:259: recipe for
target
'/share/linux2/aoo-4.1.3/main/solver/413/unxlngx6.pro/workdir/LinkTarget/Library/libsvxcore.so'
failed
make: ***
[/share/linux2/aoo-4.1.3/main/solver/413/unxlngx6.pro/workdir/LinkTarget/Library/libsvxcore.so]
Error 1
dmake:  Error code 2, while making 'all'

1 module(s):
    svx
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/share/linux2/aoo-4.1.3/main/svx/prj

When you have fixed the errors in that module you can resume the build
by running:

    build --from svx


Marcus


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


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

Reply via email to