Re: Dont understand Compiler message

2017-11-12 Thread Peter Kovacs

Ohh you are good! There is an error Message:

/home/legine/workspace/ApacheOpenOffice/git/main/basebmp/inc/basebmp/packedpixeliterator.hxx: 
In member function 'basebmp::PackedPixelIterator::value_type 
basebmp::PackedPixelIterator::get(const difference_type&) const':
/home/legine/workspace/ApacheOpenOffice/git/main/basebmp/inc/basebmp/packedpixeliterator.hxx:611:35: 
error: expression cannot be used as a function

 const int remainder( x(d.x) % num_intraword_positions );
   ^
I do not use any -Ps.

Sorry missed that one.


On 13.11.2017 06:12, Damjan Jovanovic wrote:

It's some kind of error in gbuild. It really shouldn't happen.

Can you try get the full output of "build --from basebmp" without any -P's?

Damjan

On Mon, Nov 13, 2017 at 12:39 AM, Peter Kovacs  wrote:


I tried now

build --from basebmp

The error stays persistant independantly if i use a prepare step or not.

if i go for

build --all:basebmp it compiles other libes and gets stuck for similar
reasons in other packages. (up to a point whhere nothing works. with no
error messages)

I can continue with build --all so it starts over with the result that I
get stuck in the same module from the beginning.


So thats all quite suboptimal. I am not even sure anymore if my uild is
sane anymore.

Can I force the build process into a sequence build? Maybe that helps.
would that be -p1?


Thanks for any ideas.

all the best

Peter



On 12.11.2017 15:03, Patricia Shanahan wrote:


I sometimes get similar messages that go away if I just rerun the build.

I think there may be some problem in whatever is supposed to ensure
dependencies are built before the things that depend on them.

On 11/12/2017 4:24 AM, Peter Kovacs wrote:


|
|

|My Compile setup:|

|| ./configure   --enable-category-b --enable-bundled-dictionaries
--enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer
--with-dmake-url=http://sourceforge.net/projects/oooextras.
mirror/files/dmake-4.12.tar.bz2 --with-epm-url=http://www.mswe
et.org/files/project2/epm-3.7-source.tar.gz --without-stlport


Checkout is on latest revision. I checked this morning.

The Compiler says:

|make: *** No rule to make target '/home/legine/workspace/Apache
OpenOffice/git/main/solver/420/unxlngx6.pro/workdir/
CxxObject/basebmp/source/bitmapdevice.o', needed by
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/
unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'. Stop.|

|Any Ideas Anyone?
|






-
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





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



Re: Dont understand Compiler message

2017-11-12 Thread Damjan Jovanovic
It's some kind of error in gbuild. It really shouldn't happen.

Can you try get the full output of "build --from basebmp" without any -P's?

Damjan

On Mon, Nov 13, 2017 at 12:39 AM, Peter Kovacs  wrote:

> I tried now
>
> build --from basebmp
>
> The error stays persistant independantly if i use a prepare step or not.
>
> if i go for
>
> build --all:basebmp it compiles other libes and gets stuck for similar
> reasons in other packages. (up to a point whhere nothing works. with no
> error messages)
>
> I can continue with build --all so it starts over with the result that I
> get stuck in the same module from the beginning.
>
>
> So thats all quite suboptimal. I am not even sure anymore if my uild is
> sane anymore.
>
> Can I force the build process into a sequence build? Maybe that helps.
> would that be -p1?
>
>
> Thanks for any ideas.
>
> all the best
>
> Peter
>
>
>
> On 12.11.2017 15:03, Patricia Shanahan wrote:
>
>> I sometimes get similar messages that go away if I just rerun the build.
>>
>> I think there may be some problem in whatever is supposed to ensure
>> dependencies are built before the things that depend on them.
>>
>> On 11/12/2017 4:24 AM, Peter Kovacs wrote:
>>
>>> |
>>> |
>>>
>>> |My Compile setup:|
>>>
>>> || ./configure   --enable-category-b --enable-bundled-dictionaries
>>> --enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer
>>> --with-dmake-url=http://sourceforge.net/projects/oooextras.
>>> mirror/files/dmake-4.12.tar.bz2 --with-epm-url=http://www.mswe
>>> et.org/files/project2/epm-3.7-source.tar.gz --without-stlport
>>>
>>>
>>> Checkout is on latest revision. I checked this morning.
>>>
>>> The Compiler says:
>>>
>>> |make: *** No rule to make target '/home/legine/workspace/Apache
>>> OpenOffice/git/main/solver/420/unxlngx6.pro/workdir/
>>> CxxObject/basebmp/source/bitmapdevice.o', needed by
>>> '/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/
>>> unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'. Stop.|
>>>
>>> |Any Ideas Anyone?
>>> |
>>>
>>>
>>>
>>>
>>>
>> -
>> 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
>
>


Re: Dont understand Compiler message

2017-11-12 Thread Patricia Shanahan
I have never had to do more than 2 or 3 instances of build --all before 
it succeeds.


On 11/12/2017 2:39 PM, Peter Kovacs wrote:

I tried now

build --from basebmp

The error stays persistant independantly if i use a prepare step or not.

if i go for

build --all:basebmp it compiles other libes and gets stuck for similar 
reasons in other packages. (up to a point whhere nothing works. with no 
error messages)


I can continue with build --all so it starts over with the result that I 
get stuck in the same module from the beginning.



So thats all quite suboptimal. I am not even sure anymore if my uild is 
sane anymore.


Can I force the build process into a sequence build? Maybe that helps. 
would that be -p1?



Thanks for any ideas.

all the best

Peter


On 12.11.2017 15:03, Patricia Shanahan wrote:

I sometimes get similar messages that go away if I just rerun the build.

I think there may be some problem in whatever is supposed to ensure 
dependencies are built before the things that depend on them.


On 11/12/2017 4:24 AM, Peter Kovacs wrote:

|
|

|My Compile setup:|

|| ./configure   --enable-category-b --enable-bundled-dictionaries 
--enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer 
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz 
--without-stlport



Checkout is on latest revision. I checked this morning.

The Compiler says:

|make: *** No rule to make target 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/CxxObject/basebmp/source/bitmapdevice.o', 
needed by 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'. 
Stop.|


|Any Ideas Anyone?
|






-
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



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



Re: Dont understand Compiler message

2017-11-12 Thread Peter Kovacs

I tried now

build --from basebmp

The error stays persistant independantly if i use a prepare step or not.

if i go for

build --all:basebmp it compiles other libes and gets stuck for similar 
reasons in other packages. (up to a point whhere nothing works. with no 
error messages)


I can continue with build --all so it starts over with the result that I 
get stuck in the same module from the beginning.



So thats all quite suboptimal. I am not even sure anymore if my uild is 
sane anymore.


Can I force the build process into a sequence build? Maybe that helps. 
would that be -p1?



Thanks for any ideas.

all the best

Peter


On 12.11.2017 15:03, Patricia Shanahan wrote:

I sometimes get similar messages that go away if I just rerun the build.

I think there may be some problem in whatever is supposed to ensure 
dependencies are built before the things that depend on them.


On 11/12/2017 4:24 AM, Peter Kovacs wrote:

|
|

|My Compile setup:|

|| ./configure   --enable-category-b --enable-bundled-dictionaries 
--enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer 
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz 
--without-stlport



Checkout is on latest revision. I checked this morning.

The Compiler says:

|make: *** No rule to make target 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/CxxObject/basebmp/source/bitmapdevice.o', 
needed by 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'. 
Stop.|


|Any Ideas Anyone?
|






-
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



Re: FYI: The OO 4.1.4 Mac problem

2017-11-12 Thread Dave Fisher
+1. That makes great sense.

Sent from my iPhone

> On Nov 12, 2017, at 11:10 AM, Jim Jagielski  wrote:
> 
> Does it make sense to "release" the version that fixes the
> chart problem, while we work on the one that tries to
> address the table/database issue?
> 
> I would assume that there are more people who want/need 4.1.4
> and would be affected by the chart diagram issue than those
> who would be affected by the DB.
>> On Nov 9, 2017, at 1:18 PM, Rory O'Farrell  wrote:
>> 
>> 
>> For information: the Mac 4.1.4 chart problem is starting to surface on the 
>> Forum - there have been several reports of it today.  I explain that the fix 
>> has produced unwanted side effects and recommend reverting to OO 4.1.3 fir 
>> the time being.
>> 
>> Rory
>> 
>> -- 
>> Rory O'Farrell 
>> 
>> -
>> 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
> 


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



Re: FYI: The OO 4.1.4 Mac problem

2017-11-12 Thread Jim Jagielski
Does it make sense to "release" the version that fixes the
chart problem, while we work on the one that tries to
address the table/database issue?

I would assume that there are more people who want/need 4.1.4
and would be affected by the chart diagram issue than those
who would be affected by the DB.
> On Nov 9, 2017, at 1:18 PM, Rory O'Farrell  wrote:
> 
> 
> For information: the Mac 4.1.4 chart problem is starting to surface on the 
> Forum - there have been several reports of it today.  I explain that the fix 
> has produced unwanted side effects and recommend reverting to OO 4.1.3 fir 
> the time being.
> 
> Rory
> 
> -- 
> Rory O'Farrell 
> 
> -
> 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



Re: Dont understand Compiler message

2017-11-12 Thread Patricia Shanahan

I sometimes get similar messages that go away if I just rerun the build.

I think there may be some problem in whatever is supposed to ensure 
dependencies are built before the things that depend on them.


On 11/12/2017 4:24 AM, Peter Kovacs wrote:

|
|

|My Compile setup:|

|| ./configure   --enable-category-b --enable-bundled-dictionaries 
--enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer 
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --without-stlport 




Checkout is on latest revision. I checked this morning.

The Compiler says:

|make: *** No rule to make target 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/CxxObject/basebmp/source/bitmapdevice.o', 
needed by 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'. 
Stop.|


|Any Ideas Anyone?
|






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



Re: Dont understand Compiler message

2017-11-12 Thread Matthias Seidel
Hi Peter,

Am 12.11.2017 um 13:24 schrieb Peter Kovacs:
> |
> |
>
> |My Compile setup:|
>
> || ./configure   --enable-category-b --enable-bundled-dictionaries
> --enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer
> --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
> --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
> --without-stlport

Most likely not related, but epm is not available at that URL anymore,
instead use:

https://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz

Regards, Matthias

>
>
> Checkout is on latest revision. I checked this morning.
>
> The Compiler says:
>
> |make: *** No rule to make target
> '/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/CxxObject/basebmp/source/bitmapdevice.o',
> needed by
> '/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'.
> Stop.|
>
> |Any Ideas Anyone?
> |
>
>
>
>




smime.p7s
Description: S/MIME Cryptographic Signature


Dont understand Compiler message

2017-11-12 Thread Peter Kovacs

|
|

|My Compile setup:|

|| ./configure   --enable-category-b --enable-bundled-dictionaries 
--enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer 
--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz 
--without-stlport



Checkout is on latest revision. I checked this morning.

The Compiler says:

|make: *** No rule to make target 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/CxxObject/basebmp/source/bitmapdevice.o', 
needed by 
'/home/legine/workspace/ApacheOpenOffice/git/main/solver/420/unxlngx6.pro/workdir/LinkTarget/Library/libbasebmp.so'. 
Stop.|


|Any Ideas Anyone?
|





Re: FYI: The OO 4.1.4 Mac problem

2017-11-12 Thread Marcus

Am 11.11.2017 um 22:27 schrieb Jim Jagielski:

Just a FYI that I am trying various permutations of libxml2 and
lbxslt to try to resolve the issue...


unfortunately not everybody has a Mac. But please just tell us where we 
can help - even when it's a bit quite now due to the weekend.


Thanks

Marcus




On Nov 10, 2017, at 6:33 AM, Jim Jagielski  wrote:

Anyone have any idea why these 2 issues would be so
dependent on the xml2/xslt libraries being used??


On Nov 9, 2017, at 1:18 PM, Rory O'Farrell  wrote:


For information: the Mac 4.1.4 chart problem is starting to surface on the 
Forum - there have been several reports of it today.  I explain that the fix 
has produced unwanted side effects and recommend reverting to OO 4.1.3 fir the 
time being.

Rory

--
Rory O'Farrell 



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



git and svn health report ;)

2017-11-12 Thread Peter Kovacs

Hello all,
I have done a check between the git Repository and the SVN repository. 
Since I want to use the Github Repo to save me the transformations to 
git. I need to check that both are in sync.
I have parallel checked out svn in order to compare work, and as a entry 
point for my patches.

So the last git commit I was able to checkout was:
commit 789caf29f943fc92f381d52f7415d53ab2ea879c (upstream/trunk)
Author: Patricia Shanahan 
Date: Sun Nov 12 00:12:55 2017 +

#127581# Writer crashes after copying all content

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814994 
13f79535-47bb-0310-9956-ffa450edef68


The last svn Commit I see after update is:

r1814994 | pats | 2017-11-12 01:12:55 +0100 (So, 12. Nov 2017) | 1 Zeile
Geänderte Pfade:
M /openoffice/trunk/main/sfx2/source/appl/linkmgr2.cxx

#127581# Writer crashes after copying all content


So both are in sync.
I have not seen differences.

So all looks healthy today.

I will keep an eye on our github Repository. And hopefully getting 
better at doing so.


All the best
Peter