Re: [www] Referenz

2022-07-21 Thread Marcus

The request is no online:
https://www.openoffice.org/de/marketing/referenzkunden.html

Marcus



Am 15.07.22 um 10:18 schrieb Peter Kovacs:


I have created a pull request. Please Review if the entry I have created 
is okay.


I will go by lazy consensus. If I hear nothing until Sunday EOD I will 
commit. :)


https://github.com/apache/openoffice-org/pull/64

Not sure if there is a web preview. Or if I did this right.


If this is fine. Ill add a note to the page, that References an be added 
by createn a PR on the File.


Am 14.07.22 um 06:53 schrieb Frank Pfabigan:

Wir setzen von Beginn an auf OpenOffice und weitere Open Source Lösungen
zur tagtäglichen Bewältigung unserer Arbeit, sei es für eigene
administrative Aufgaben oder für Kundenprojekte. OpenOffice ist einer der
Meilensteine auf dem Weg zu Open Source Arbeitsplätzen. https://phoenixseo.de;>SEO Beratung Agentur.


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



missing separator in modul cui, library_cui.mk:37

2022-07-21 Thread Peter Kovacs

Anyone had this issue?


Building module cui
=

Entering /workspace/AOO/gitbox/main/cui/prj

cd .. && make -s -r -j1   && make -s -r deliverlog
/workspace/AOO/gitbox/main/cui/Library_cui.mk:37: *** missing separator. 
 Stop.

dmake:  Error code 2, while making 'all'

I so not spot an issue on the line:

$(eval$(callgb_Library_add_defs,cui,-DBUILD_VER_STRING="$(BUILD_VER_STRING)"))

all the best

Peter


Re: strange error message during build on docker image

2022-07-21 Thread Arrigo Marchiori
Hello Peter,

On Thu, Jul 21, 2022 at 10:47:38AM +0200, Peter Kovacs wrote:

> Hi all,
> 
> I started to build AOO again. (finally found some time)
> 
> I run into a strange issue.
> 
> =
> Building module gtest
> =
> 
> Entering /workspace/AOO/gitbox/ext_libraries/gtest
> 
> if [ -d ./unxlngx6/misc/build/gtest-1.7.0 ] ; then echo "moving" && mv
> ./unxlngx6/misc/build/gtest-1.7.0 ./unxlngx6/misc/build/gtest-1.7.0_removeme
> ; fi
> moving
> unzip:  cannot find or open 
> /home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip,
>  
> /home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.zip
> or 
> /home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.Z
> IP.
> dmake:  Error code 9, while making
> './unxlngx6/misc/build/so_unpacked_oo_gtest'
> 
> here is the content of my ext source:
> 
> 
> [root@1b6f44d92128 main]# ll /workspace/AOO/gitbox/ext_sources/*gtest*
> -rw-rw-r-- 1 1001 1001 1164254 Jan  7  2020 
> /workspace/AOO/gitbox/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip
> 
> I think it is strange that the build is searching in /home/legine/ which
> does not exist on the docker image, plus it will not find the sources there
> in general.
> 
> Anyone had this issue before? I think we should search realtive to main
> folder if we are not able to find it.

I think I encounter similar issues when I build under Docker and then
again on bare metal, or vice versa, on the same source tree.

"dmake clean" is necessary at every switch (Docker - bare metal) and I
often forget about it.

I hope this helps.

Best regards,
-- 
Arrigo

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



strange error message during build on docker image

2022-07-21 Thread Peter Kovacs

Hi all,

I started to build AOO again. (finally found some time)

I run into a strange issue.

=
Building module gtest
=

Entering /workspace/AOO/gitbox/ext_libraries/gtest

if [ -d ./unxlngx6/misc/build/gtest-1.7.0 ] ; then echo "moving" && mv 
./unxlngx6/misc/build/gtest-1.7.0 
./unxlngx6/misc/build/gtest-1.7.0_removeme ; fi

moving
unzip:  cannot find or open 
/home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip, 
/home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.zip 
or 
/home/legine/AOO/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip.Z

IP.
dmake:  Error code 9, while making 
'./unxlngx6/misc/build/so_unpacked_oo_gtest'


here is the content of my ext source:


[root@1b6f44d92128 main]# ll /workspace/AOO/gitbox/ext_sources/*gtest*
-rw-rw-r-- 1 1001 1001 1164254 Jan  7  2020 
/workspace/AOO/gitbox/ext_sources/2d6ec8ccdf5c46b05ba54a9fd1d130d7-gtest-1.7.0.zip


I think it is strange that the build is searching in /home/legine/ which 
does not exist on the docker image, plus it will not find the sources 
there in general.


Anyone had this issue before? I think we should search realtive to main 
folder if we are not able to find it.



All the best

Peter