Re: Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-04 Thread Damjan Jovanovic
If important contributors like Patricia are going to stop contributing in
the interim if the 64->32 bit cross compiling goes away, then it's a bad
idea.

If I do the work in a separate branch, we lose the benefit of broader
testing of the 32 bit build with the changes during the port, and could
have lots of issues when the branch gets merged.

But there is a simple way to both keep the 64->32 bit building working
while making the 64 bit changes in trunk, and still get the benefits of
testing. The changes involved to enable the 64 bit build environment amount
to 1 relatively small patch affecting only 5 files, and without this patch
it will still build 32 bit binaries on 64 bit Windows. Thus this patch can
be maintained out-of-tree while patching modules to build on Win64, and
those building without this patch will end up automatically testing whether
any of the (small and relatively safe) module changes broke the Win32 build.

On Mon, Mar 5, 2018 at 6:43 AM, Patricia Shanahan  wrote:

>
> On 3/4/2018 7:41 PM, Damjan Jovanovic wrote:
> ...
>
>> While the progress I've made [in 1 weekend ;-)] is impressive, I imagine a
>> full port to Win64 will be long (assembly language development for the
>> Win64 UNO bridge, code audit for long <-> pointer conversions which work
>> on
>> *nix64 but not on Win64), and you best get a 32 bit Windows if you plan to
>> build the stable 32 bit AOO in the meanwhile. Please prepare yourselves.
>>
>
> Can you do the 64-bit work in a branch, so that the trunk goes on being
> buildable until we can switch to 64-bit?
>
>
>> Alternatively, it should be possible to explicitly support compiling 32
>> bit
>> AOO binaries on Win64 with additional work (it essentially comes down to
>> the CPU and CPUNAME environment variables, and maybe some hacks to
>> set_soenv.in's COMPATH, ILIB and PATH); the changes involved should be
>> modest. But how much does this matter to people, and who is willing to
>> help
>> implement it?
>>
>
> Once the 64-bit version works, I will have very little interest in the
> 32-bit version.
>
> I will take a break from AOO from the time the current 32-bit building
> stops working until the 64-bit version works, so I would like to see that
> time kept as short as possible.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-04 Thread Patricia Shanahan


On 3/4/2018 7:41 PM, Damjan Jovanovic wrote:
...

While the progress I've made [in 1 weekend ;-)] is impressive, I imagine a
full port to Win64 will be long (assembly language development for the
Win64 UNO bridge, code audit for long <-> pointer conversions which work on
*nix64 but not on Win64), and you best get a 32 bit Windows if you plan to
build the stable 32 bit AOO in the meanwhile. Please prepare yourselves.


Can you do the 64-bit work in a branch, so that the trunk goes on being 
buildable until we can switch to 64-bit?




Alternatively, it should be possible to explicitly support compiling 32 bit
AOO binaries on Win64 with additional work (it essentially comes down to
the CPU and CPUNAME environment variables, and maybe some hacks to
set_soenv.in's COMPATH, ILIB and PATH); the changes involved should be
modest. But how much does this matter to people, and who is willing to help
implement it?


Once the 64-bit version works, I will have very little interest in the 
32-bit version.


I will take a break from AOO from the time the current 32-bit building 
stops working until the 64-bit version works, so I would like to see 
that time kept as short as possible.


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



Win64 port started, and how building 32 bit AOO on Win64 could break soon

2018-03-04 Thread Damjan Jovanovic
Hi

I've begun the long overdue task of porting AOO to 64 bit Windows.

With my changes so far, oowintool can now detect (the 64 bit only) Java
1.9, dmake can now compile in Cygwin64, ./configure and ./bootstrap
complete successfully, and (with uncommitted patches) both dmake and gbuild
modules manage to compile, link, and deliver 64 bit binaries :-).

My progress will be documented on https://wiki.openoffice.org/
wiki/Win64_port and a blog entry might also be nice (how do you post to our
blog?).

One notable change in my (as yet uncommitted) patches will require the
Windows bitness to match the build bitness, ie. a 32 bit build will require
32 bit Windows, and a 64 bit build will require 64 bit Windows. Why? Our
configure.ac does not support cross-compilation at all, explicitly checking
for it and deliberately failing ./configure. It is not possible to build 32
bit builds on 64 bit hosts, or vice versa, on any operating system, and
probably never was (the temporary special case of building 32 bit AOO on
Windows 64, only worked because 32 bit x86 was hardcoded for Windows, and
will end).

Also, due to the fact MSVC implements compiling to different bitness using
compilers in different paths, supporting both a 32 and 64 bit build will
require that we stop searching $PATH for the compiler (cl.exe), and either
autodetect it through "oowintool --msvc-productdir" or, failing that, by
passing a --with-cl-home option to ./configure. Whether our $with_cl_home
arrived from oowintool or the --with-cl-home option, we will use:
* $with_cl_home/bin/cl.exe on x86 hosts
* $with_cl_home/bin/amd64/cl.exe on x86_64 hosts

While the progress I've made [in 1 weekend ;-)] is impressive, I imagine a
full port to Win64 will be long (assembly language development for the
Win64 UNO bridge, code audit for long <-> pointer conversions which work on
*nix64 but not on Win64), and you best get a 32 bit Windows if you plan to
build the stable 32 bit AOO in the meanwhile. Please prepare yourselves.

Alternatively, it should be possible to explicitly support compiling 32 bit
AOO binaries on Win64 with additional work (it essentially comes down to
the CPU and CPUNAME environment variables, and maybe some hacks to
set_soenv.in's COMPATH, ILIB and PATH); the changes involved should be
modest. But how much does this matter to people, and who is willing to help
implement it?

Damjan


Reporting broken download link

2018-03-04 Thread Alpay BİLGİÇ


Windows 10 için Posta ile gönderildi



Reporting broken download link

2018-03-04 Thread Shawn Boudreau

Problem description

Exchange this text to describe the problem

(What does not work? What do you expect?)

Browser variables

Values

navigator.appCodeName

Mozilla

navigator.appName

Netscape

navigator.appVersion

5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/62.0.3202.94 Safari/537.36

navigator.platform

Win32

navigator.oscpu

undefined

navigator.cpuClass

undefined

navigator.product

Gecko

navigator.productSub

20030107

navigator.vendor

Google Inc.

navigator.vendorSub

navigator.language

en-US

navigator.browserLanguage

undefined

navigator.userLanguage

undefined

navigator.systemLanguage

undefined

navigator.userAgent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/62.0.3202.94 Safari/537.36

Debian / Ubuntu / IceWeasel ?

No / No / No

Stable Release



JavaScript functions/variables

Values

Language ISO code

en-US

Language ISO code (from select box)

en-US

Release matrix platform position (full)

11

Release matrix platform position (lp)

12

Release matrix platform array data

y,134

Release matrix language array data

en-US,English (US),English (US),y,download/index.html

UI platform name

Windows (EXE)

UI platform name (not supported)

Platform (short)

win32

URL platform name (full)

Win_x86_install

URL platform name (lp)

Win_x86_langpack

URL platform name (from select box)

win32

Version (from select box)

4.1.5

File name (full)

Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe

File name (lp)

Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe

File extension

.exe

File size (full) (MByte)

134

File size (lp) (MByte)

18

Release info

Milestone AOO415m1 | Build ID 9789 | SVN r1817496 | Released 2017-12-30

Download file link (full)

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe/download

Download file link (lp)

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe/download

Checksum file link (full) (here for MD5)

https://archive.apache.org/dist/openoffice/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe.md5

Checksum file link (lp) (here for MD5)

https://archive.apache.org/dist/openoffice/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe.md5

Base URL to Sourceforge.net

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/

Base URL to Apache Archive

https://archive.apache.org/dist/openoffice/4.1.5

getLinkSelection() (download URL)

undefined

isLanguageSupported() (true/false) ?

true

Show the sub-box (true/false) ?

true

General error (true/false) ?

false



Sent from Mail for Windows 10



Reporting broken download link

2018-03-04 Thread Patrick Ko

Problem description

>From sourceforge:"Oh snap! We can't process this request. " 
(What does not work? What do you expect?)


Browser variables

Values


navigator.appCodeName 

Mozilla


navigator.appName 

Netscape


navigator.appVersion 

5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299


navigator.platform 

Win32


navigator.oscpu 

undefined


navigator.cpuClass 

undefined


navigator.product 

Gecko


navigator.productSub 

20030107


navigator.vendor 



navigator.vendorSub 



navigator.language 

en-US


navigator.browserLanguage 

undefined


navigator.userLanguage 

undefined


navigator.systemLanguage 

undefined


navigator.userAgent 

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299


Debian / Ubuntu / IceWeasel ?

No / No / No


Stable Release

 


JavaScript functions/variables

Values


Language ISO code 

en-US


Language ISO code (from select box) 

en-US


Release matrix platform position (full) 

11


Release matrix platform position (lp) 

12


Release matrix platform array data 

y,134


Release matrix language array data 

en-US,English (US),English (US),y,download/index.html


UI platform name 

Windows (EXE)


UI platform name (not supported) 



Platform (short) 

win32


URL platform name (full) 

Win_x86_install


URL platform name (lp) 

Win_x86_langpack


URL platform name (from select box) 

win32


Version (from select box) 

4.1.5


File name (full) 

Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe


File name (lp) 

Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe


File extension 

.exe


File size (full) (MByte) 

134


File size (lp) (MByte) 

18


Release info 

Milestone AOO415m1 | Build ID 9789 | SVN r1817496 | Released 2017-12-30


Download file link (full) 

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/e
n-US/Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe/download


Download file link (lp) 

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/e
n-US/Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe/download


Checksum file link (full) (here for MD5) 

https://archive.apache.org/dist/openoffice/4.1.5/binaries/en-US/Apache_OpenO
ffice_4.1.5_Win_x86_install_en-US.exe.md5


Checksum file link (lp) (here for MD5) 

https://archive.apache.org/dist/openoffice/4.1.5/binaries/en-US/Apache_OpenO
ffice_4.1.5_Win_x86_langpack_en-US.exe.md5


Base URL to Sourceforge.net 

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/


Base URL to Apache Archive 

https://archive.apache.org/dist/openoffice/4.1.5


getLinkSelection() (download URL) 

undefined


isLanguageSupported() (true/false) ? 

true


Show the sub-box (true/false) ? 

true


General error (true/false) ? 

false

 



Reporting broken download link

2018-03-04 Thread Unknown
Can't download. 
Gives error:  A 500 error has occurred.  
Oh snap! We can't process this request. 
Report a Broken Page 
Browse Projects 

Problem description
Exchange this text to describe the problem 

(What does not work? What do you expect?)
Browser variables
Values
navigator.appCodeName 
Mozilla
navigator.appName 
Netscape
navigator.appVersion 
5.0 (Windows)
navigator.platform 
Win64
navigator.oscpu 
Windows NT 10.0; Win64; x64
navigator.cpuClass 
undefined
navigator.product 
Gecko
navigator.productSub 
20100101
navigator.vendor 

navigator.vendorSub 

navigator.language 
en-US
navigator.browserLanguage 
undefined
navigator.userLanguage 
undefined
navigator.systemLanguage 
undefined
navigator.userAgent 
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Debian / Ubuntu / IceWeasel ?
No / No / No
Stable Release
 
JavaScript functions/variables
Values
Language ISO code 
en-US
Language ISO code (from select box) 
en-US
Release matrix platform position (full) 
11
Release matrix platform position (lp) 
12
Release matrix platform array data 
y,134
Release matrix language array data 
en-US,English (US),English (US),y,download/index.html
UI platform name 
Windows (EXE)
UI platform name (not supported) 

Platform (short) 
win32
URL platform name (full) 
Win_x86_install
URL platform name (lp) 
Win_x86_langpack
URL platform name (from select box) 
win32
Version (from select box) 
4.1.5
File name (full) 
Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe
File name (lp) 
Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe
File extension 
.exe
File size (full) (MByte) 
134
File size (lp) (MByte) 
18
Release info 
Milestone AOO415m1 | Build ID 9789 | SVN r1817496 | Released 2017-12-30
Download file link (full) 
https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe/download
Download file link (lp) 
https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe/download
Checksum file link (full) (here for MD5) 
https://archive.apache.org/dist/openoffice/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_install_en-US.exe.md5
Checksum file link (lp) (here for MD5) 
https://archive.apache.org/dist/openoffice/4.1.5/binaries/en-US/Apache_OpenOffice_4.1.5_Win_x86_langpack_en-US.exe.md5
Base URL to Sourceforge.net 
https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/
Base URL to Apache Archive 
https://archive.apache.org/dist/openoffice/4.1.5
getLinkSelection() (download URL) 
undefined
isLanguageSupported() (true/false) ? 
true
Show the sub-box (true/false) ? 
true
General error (true/false) ? 
false

Sent from Mail for Windows 10



Re: Reporting broken download link

2018-03-04 Thread Pedro Lino
Hi Leandro


Sourceforge is currently having some problems.

You can download directly from the Apache server

http://archive.apache.org/dist/openoffice/4.1.5/binaries/he/


Hope this helps,

Pedro


Re: Extensions website outage

2018-03-04 Thread Andrea Pescetti

Andrea Pescetti wrote:
Thanks! Sites are indeed back and pages are shown correctly. Still, 
users are reporting that they cannot download extensions so I guess this 
is not fixed yet, right? I mean, the pages are displayed but the files 
are not available for download yet.


Answering myself: a few minutes after I wrote this, 
https://twitter.com/sfnet_ops was updated to say "The issue affecting 
downloads and search has been resolved" and I confirm I can now download 
the Italian dictionary correctly.


Regards,
  Andrea.

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



Re: Extensions website outage

2018-03-04 Thread Andrea Pescetti

Dave Brondsema wrote:

https://templates.openoffice.org/ and https://extensions.openoffice.org/ are
back up.  Thanks for your patience.


Thanks! Sites are indeed back and pages are shown correctly. Still, 
users are reporting that they cannot download extensions so I guess this 
is not fixed yet, right? I mean, the pages are displayed but the files 
are not available for download yet.


Indeed, if I open the page of an extension I maintain (Italian 
Dictionary) 
https://extensions.openoffice.org/en/project/italian-dictionary-thesaurus-hyphenation-patterns 
and I click on Download (top right) I get "500 - Oh snap! We can't 
process this request." - same as what users are reporting.


You will find other reports from users at 
https://lists.apache.org/list.html?us...@openoffice.apache.org


Regards,
  Andrea.

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



Reporting broken download link

2018-03-04 Thread Leandro Leite

Problem description

Exchange this text to describe the problem

(What does not work? What do you expect?)

Browser variables

Values

navigator.appCodeName

Mozilla

navigator.appName

Netscape

navigator.appVersion

5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/64.0.3282.186 Safari/537.36

navigator.platform

Win32

navigator.oscpu

undefined

navigator.cpuClass

undefined

navigator.product

Gecko

navigator.productSub

20030107

navigator.vendor

Google Inc.

navigator.vendorSub

navigator.language

pt-PT

navigator.browserLanguage

undefined

navigator.userLanguage

undefined

navigator.systemLanguage

undefined

navigator.userAgent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/64.0.3282.186 Safari/537.36

Debian / Ubuntu / IceWeasel ?

No / No / No

Stable Release



JavaScript functions/variables

Values

Language ISO code

he

Language ISO code (from select box)

he

Release matrix platform position (full)

11

Release matrix platform position (lp)

12

Release matrix platform array data

y,129

Release matrix language array data

he,Hebrew,עברית,y,he/

UI platform name

Windows (EXE)

UI platform name (not supported)

Platform (short)

win32

URL platform name (full)

Win_x86_install

URL platform name (lp)

Win_x86_langpack

URL platform name (from select box)

win32

Version (from select box)

4.1.5

File name (full)

Apache_OpenOffice_4.1.5_Win_x86_install_he.exe

File name (lp)

Apache_OpenOffice_4.1.5_Win_x86_langpack_he.exe

File extension

.exe

File size (full) (MByte)

129

File size (lp) (MByte)

18

Release info

Milestone AOO415m1 | Build ID 9789 | SVN r1817496 | Released 2017-12-30

Download file link (full)

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/he/Apache_OpenOffice_4.1.5_Win_x86_install_he.exe/download

Download file link (lp)

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/he/Apache_OpenOffice_4.1.5_Win_x86_langpack_he.exe/download

Checksum file link (full) (here for MD5)

https://archive.apache.org/dist/openoffice/4.1.5/binaries/he/Apache_OpenOffice_4.1.5_Win_x86_install_he.exe.md5

Checksum file link (lp) (here for MD5)

https://archive.apache.org/dist/openoffice/4.1.5/binaries/he/Apache_OpenOffice_4.1.5_Win_x86_langpack_he.exe.md5

Base URL to Sourceforge.net

https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.5/binaries/

Base URL to Apache Archive

https://archive.apache.org/dist/openoffice/4.1.5

getLinkSelection() (download URL)

undefined

isLanguageSupported() (true/false) ?

true

Show the sub-box (true/false) ?

true

General error (true/false) ?

false



Enviado do Email para Windows 10