Re: trunk build fails, likely in python

2012-08-01 Thread Lei Wang
With updating to revision 1367616, I can build python module successfully
in Windows XP. Thank you for your fixing.

On Tue, Jul 31, 2012 at 11:32 PM, Pedro Giffuni p...@apache.org wrote:

 Thank you Tsutomu!

 The other patches should also be used. I am not sure if dmake supports
 the += operator so I just went back to the old patching method on
 revision  1367616.

 This is hopefully the last change there. Sorry to take you guys
 as guinea pigs ;).

 Pedro.



 
  From: Tsutomu Uchino hanya.r...@gmail.com
 To: ooo-dev@incubator.apache.org
 Sent: Tuesday, July 31, 2012 8:57 AM
 Subject: Re: trunk build fails, likely in python
 
 Hi,
 
 2012/7/31 Regina Henschel rb.hensc...@t-online.de:
  Hi Pedro,
 
  I still cannot build Python.
 
  Messages are:
  dmake:  Warning: -- Found file corresponding to virtual target
  [./wntmsci12/misc/build/Python-2.7.3/PC/pyconfig.h].
 
 
  Build started: Project: _ssl, Configuration: Release|Win32
  Performing Pre-Build Event...
  Can not find a suitable PERL:
   the following perl interpreters were found:
C:\cygwin\bin\perl.exe
   None of these versions appear suitable for building OpenSSL
   Please install ActivePerl and ensure it appears on your path
  No Perl installation was found. Existing Makefiles are used.
  Could not find an SSL directory in '('..\\..',)'
  Project : error PRJ0019: A tool returned an error code from Performing
  Pre-Build Event...
 
  Project : warning PRJ0018 : The following environment variables were not
  found:
  $(UPDMINOREXT)
 
  Kind regards
  Regina
 
 
  Pedro Giffuni schrieb:
 
  Committed as Revision 1367398 . Please test.
 
  Hopefully I learned from the error that Regina reported to
  cleanup better the code.
 
  Pedro.
 
 
 
  
  From: Pedro Giffuni p...@apache.org
  To: ooo-dev@incubator.apache.org ooo-dev@incubator.apache.org
  Sent: Monday, July 30, 2012 8:34 PM
  Subject: Re: trunk build fails, likely in python
 
  Thank you.
 
  I will use this as an opportunity to do some further cleanup
 
  Pedro.
 
 
 
  
  From: Lin Yuan yuanlin@gmail.com
  To: ooo-dev@incubator.apache.org
  Sent: Monday, July 30, 2012 8:26 PM
  Subject: Re: trunk build fails, likely in python
 
  I can reproduce this issue on my Win 7.
  In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related
 to
  sqlite3. One named sqlite3. Another named _sqlite3.  Both of them
  need
  to be remarked. But in python-2.7.3.patch, it only remark project
  sqlite3. Need also remark project _sqlite3 in pcbuild.sln.
 
  2012/7/31 Regina Henschel rb.hensc...@t-online.de
 
  Hi Armin,
 
  I have rebased and deleted all the wbtmsci12*, then started a new
  build. I
  now get the same error as you.
 
  Kind regards
  Regina
 
  Armin Le Grand schrieb:
 
 Hi,
 
 
  just checked out current version and build stopped in python
 (win7).
  Message is as follows.
 
  Where does sqlite3.h come from? There is a folder
 
 main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
  but
  no sqlite3.h in there. Should it be there...?
 
  Can someone help please?
 
  --8-
 
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  statement.c
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  row.c
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  module.c
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  microprotocols.c
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  cursor.c
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  connection.c
  c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
  python-2.7.3\modules\_sqlite\**connection.h(33)
  : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
  file
  or directory
  Build log was saved at
  file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**
 
 
 build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm
 
  _sqlite3 - 7 error(s), 0 warning(s)
  Build started: Project: _testcapi, Configuration: Release|Win32
  _testcapi - up-to-date
  Build started: Project: select

Re: trunk build fails, likely in python

2012-08-01 Thread Armin Le Grand

Hi Pedro,

after updating I can build again, Yay!
Thanks.

Sincerely,
Armin

On 31.07.2012 17:32, Pedro Giffuni wrote:

Thank you Tsutomu!

The other patches should also be used. I am not sure if dmake supports
the += operator so I just went back to the old patching method on
revision  1367616.

This is hopefully the last change there. Sorry to take you guys
as guinea pigs ;).

Pedro.





From: Tsutomu Uchino hanya.r...@gmail.com
To: ooo-dev@incubator.apache.org
Sent: Tuesday, July 31, 2012 8:57 AM
Subject: Re: trunk build fails, likely in python

Hi,

2012/7/31 Regina Henschel rb.hensc...@t-online.de:

Hi Pedro,

I still cannot build Python.

Messages are:
dmake:  Warning: -- Found file corresponding to virtual target
[./wntmsci12/misc/build/Python-2.7.3/PC/pyconfig.h].


Build started: Project: _ssl, Configuration: Release|Win32
Performing Pre-Build Event...
Can not find a suitable PERL:
   the following perl interpreters were found:
C:\cygwin\bin\perl.exe
   None of these versions appear suitable for building OpenSSL
   Please install ActivePerl and ensure it appears on your path
No Perl installation was found. Existing Makefiles are used.
Could not find an SSL directory in '('..\\..',)'
Project : error PRJ0019: A tool returned an error code from Performing
Pre-Build Event...

Project : warning PRJ0018 : The following environment variables were not
found:
$(UPDMINOREXT)

Kind regards
Regina


Pedro Giffuni schrieb:


Committed as Revision 1367398 . Please test.

Hopefully I learned from the error that Regina reported to
cleanup better the code.

Pedro.





From: Pedro Giffuni p...@apache.org
To: ooo-dev@incubator.apache.org ooo-dev@incubator.apache.org
Sent: Monday, July 30, 2012 8:34 PM
Subject: Re: trunk build fails, likely in python

Thank you.

I will use this as an opportunity to do some further cleanup

Pedro.





From: Lin Yuan yuanlin@gmail.com
To: ooo-dev@incubator.apache.org
Sent: Monday, July 30, 2012 8:26 PM
Subject: Re: trunk build fails, likely in python

I can reproduce this issue on my Win 7.
In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
sqlite3. One named sqlite3. Another named _sqlite3.  Both of them
need
to be remarked. But in python-2.7.3.patch, it only remark project
sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

2012/7/31 Regina Henschel rb.hensc...@t-online.de


Hi Armin,

I have rebased and deleted all the wbtmsci12*, then started a new
build. I
now get the same error as you.

Kind regards
Regina

Armin Le Grand schrieb:

 Hi,



just checked out current version and build stopped in python (win7).
Message is as follows.

Where does sqlite3.h come from? There is a folder
main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
but
no sqlite3.h in there. Should it be there...?

Can someone help please?

--8-

c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
statement.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
row.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
module.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
microprotocols.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
cursor.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
connection.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such
file
or directory
Build log was saved at
file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**

build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

_sqlite3 - 7 error(s), 0 warning(s)
Build started: Project: _testcapi, Configuration: Release|Win32
_testcapi - up-to-date
Build started: Project: select, Configuration: Release|Win32
select - up-to-date
Build started: Project: unicodedata, Configuration: Release|Win32
unicodedata - up-to-date
Build started: Project: pyexpat, Configuration: Release|Win32
pyexpat - up-to-date
Build started: Project: _multiprocessing, Configuration: Release|Win32
_multiprocessing

Re: trunk build fails, likely in python

2012-08-01 Thread Regina Henschel

Hi Pedro,

I have got a build now too :)

Kind regards
Regina

Pedro Giffuni schrieb:

Thank you Tsutomu!

The other patches should also be used. I am not sure if dmake supports
the += operator so I just went back to the old patching method on
revision  1367616.

This is hopefully the last change there. Sorry to take you guys
as guinea pigs ;).

Pedro.




Re: trunk build fails, likely in python

2012-07-31 Thread Regina Henschel

Hi Pedro,

I still cannot build Python.

Messages are:
dmake:  Warning: -- Found file corresponding to virtual target 
[./wntmsci12/misc/build/Python-2.7.3/PC/pyconfig.h].


Build started: Project: _ssl, Configuration: Release|Win32
Performing Pre-Build Event...
Can not find a suitable PERL:
 the following perl interpreters were found:
  C:\cygwin\bin\perl.exe
 None of these versions appear suitable for building OpenSSL
 Please install ActivePerl and ensure it appears on your path
No Perl installation was found. Existing Makefiles are used.
Could not find an SSL directory in '('..\\..',)'
Project : error PRJ0019: A tool returned an error code from Performing 
Pre-Build Event...
Project : warning PRJ0018 : The following environment variables were not 
found:

$(UPDMINOREXT)

Kind regards
Regina


Pedro Giffuni schrieb:

Committed as Revision 1367398 . Please test.

Hopefully I learned from the error that Regina reported to
cleanup better the code.

Pedro.





From: Pedro Giffuni p...@apache.org
To: ooo-dev@incubator.apache.org ooo-dev@incubator.apache.org
Sent: Monday, July 30, 2012 8:34 PM
Subject: Re: trunk build fails, likely in python

Thank you.

I will use this as an opportunity to do some further cleanup

Pedro.





From: Lin Yuan yuanlin@gmail.com
To: ooo-dev@incubator.apache.org
Sent: Monday, July 30, 2012 8:26 PM
Subject: Re: trunk build fails, likely in python

I can reproduce this issue on my Win 7.
In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
sqlite3. One named sqlite3. Another named _sqlite3.  Both of them need
to be remarked. But in python-2.7.3.patch, it only remark project
sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

2012/7/31 Regina Henschel rb.hensc...@t-online.de


Hi Armin,

I have rebased and deleted all the wbtmsci12*, then started a new build. I
now get the same error as you.

Kind regards
Regina

Armin Le Grand schrieb:

   Hi,


just checked out current version and build stopped in python (win7).
Message is as follows.

Where does sqlite3.h come from? There is a folder
main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
but
no sqlite3.h in there. Should it be there...?

Can someone help please?

--8-

c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
statement.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
row.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
module.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
microprotocols.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
cursor.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
connection.c
c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
python-2.7.3\modules\_sqlite\**connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
Build log was saved at
file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**
build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

_sqlite3 - 7 error(s), 0 warning(s)
Build started: Project: _testcapi, Configuration: Release|Win32
_testcapi - up-to-date
Build started: Project: select, Configuration: Release|Win32
select - up-to-date
Build started: Project: unicodedata, Configuration: Release|Win32
unicodedata - up-to-date
Build started: Project: pyexpat, Configuration: Release|Win32
pyexpat - up-to-date
Build started: Project: _multiprocessing, Configuration: Release|Win32
_multiprocessing - up-to-date
Build started: Project: _ssl, Configuration: Release|Win32
Project : warning PRJ0018 : The following environment variables were not
found:
$(UPDMINOREXT)
_ssl - up-to-date

Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects
skipped
dmake:  Error code 1, while making
'./wntmsci12/misc/build/so_**built_so_python'
ERROR: error 65280 occurred while making
/cygdrive/c/aoo/svn_trunk13/**main/python

--8-

On 28.07.2012 01:33, Regina Henschel wrote:


Hi,

I start a build on WinXP with MSVC Express. It fails with error message
dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

What do I miss?

Kind regards

Re: trunk build fails, likely in python

2012-07-31 Thread Tsutomu Uchino
Hi,

2012/7/31 Regina Henschel rb.hensc...@t-online.de:
 Hi Pedro,

 I still cannot build Python.

 Messages are:
 dmake:  Warning: -- Found file corresponding to virtual target
 [./wntmsci12/misc/build/Python-2.7.3/PC/pyconfig.h].


 Build started: Project: _ssl, Configuration: Release|Win32
 Performing Pre-Build Event...
 Can not find a suitable PERL:
  the following perl interpreters were found:
   C:\cygwin\bin\perl.exe
  None of these versions appear suitable for building OpenSSL
  Please install ActivePerl and ensure it appears on your path
 No Perl installation was found. Existing Makefiles are used.
 Could not find an SSL directory in '('..\\..',)'
 Project : error PRJ0019: A tool returned an error code from Performing
 Pre-Build Event...

 Project : warning PRJ0018 : The following environment variables were not
 found:
 $(UPDMINOREXT)

 Kind regards
 Regina


 Pedro Giffuni schrieb:

 Committed as Revision 1367398 . Please test.

 Hopefully I learned from the error that Regina reported to
 cleanup better the code.

 Pedro.



 
 From: Pedro Giffuni p...@apache.org
 To: ooo-dev@incubator.apache.org ooo-dev@incubator.apache.org
 Sent: Monday, July 30, 2012 8:34 PM
 Subject: Re: trunk build fails, likely in python

 Thank you.

 I will use this as an opportunity to do some further cleanup

 Pedro.



 
 From: Lin Yuan yuanlin@gmail.com
 To: ooo-dev@incubator.apache.org
 Sent: Monday, July 30, 2012 8:26 PM
 Subject: Re: trunk build fails, likely in python

 I can reproduce this issue on my Win 7.
 In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
 sqlite3. One named sqlite3. Another named _sqlite3.  Both of them
 need
 to be remarked. But in python-2.7.3.patch, it only remark project
 sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

 2012/7/31 Regina Henschel rb.hensc...@t-online.de

 Hi Armin,

 I have rebased and deleted all the wbtmsci12*, then started a new
 build. I
 now get the same error as you.

 Kind regards
 Regina

 Armin Le Grand schrieb:

Hi,


 just checked out current version and build stopped in python (win7).
 Message is as follows.

 Where does sqlite3.h come from? There is a folder
 main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
 but
 no sqlite3.h in there. Should it be there...?

 Can someone help please?

 --8-

 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 statement.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 row.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 module.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 microprotocols.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 cursor.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 connection.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 Build log was saved at
 file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**

 build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

 _sqlite3 - 7 error(s), 0 warning(s)
 Build started: Project: _testcapi, Configuration: Release|Win32
 _testcapi - up-to-date
 Build started: Project: select, Configuration: Release|Win32
 select - up-to-date
 Build started: Project: unicodedata, Configuration: Release|Win32
 unicodedata - up-to-date
 Build started: Project: pyexpat, Configuration: Release|Win32
 pyexpat - up-to-date
 Build started: Project: _multiprocessing, Configuration: Release|Win32
 _multiprocessing - up-to-date
 Build started: Project: _ssl, Configuration: Release|Win32
 Project : warning PRJ0018 : The following environment variables were
 not
 found:
 $(UPDMINOREXT)
 _ssl - up-to-date

 Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects
 skipped
 dmake:  Error code 1, while making
 './wntmsci12/misc/build/so_**built_so_python'
 ERROR: error 65280 occurred while making
 /cygdrive/c/aoo/svn_trunk13/**main/python

 --8-

 On 28.07.2012 01:33, Regina Henschel wrote:

 Hi

Re: trunk build fails, likely in python

2012-07-31 Thread Pedro Giffuni
Thank you Tsutomu!

The other patches should also be used. I am not sure if dmake supports
the += operator so I just went back to the old patching method on
revision  1367616.

This is hopefully the last change there. Sorry to take you guys
as guinea pigs ;).

Pedro.




 From: Tsutomu Uchino hanya.r...@gmail.com
To: ooo-dev@incubator.apache.org 
Sent: Tuesday, July 31, 2012 8:57 AM
Subject: Re: trunk build fails, likely in python
 
Hi,

2012/7/31 Regina Henschel rb.hensc...@t-online.de:
 Hi Pedro,

 I still cannot build Python.

 Messages are:
 dmake:  Warning: -- Found file corresponding to virtual target
 [./wntmsci12/misc/build/Python-2.7.3/PC/pyconfig.h].


 Build started: Project: _ssl, Configuration: Release|Win32
 Performing Pre-Build Event...
 Can not find a suitable PERL:
  the following perl interpreters were found:
   C:\cygwin\bin\perl.exe
  None of these versions appear suitable for building OpenSSL
  Please install ActivePerl and ensure it appears on your path
 No Perl installation was found. Existing Makefiles are used.
 Could not find an SSL directory in '('..\\..',)'
 Project : error PRJ0019: A tool returned an error code from Performing
 Pre-Build Event...

 Project : warning PRJ0018 : The following environment variables were not
 found:
 $(UPDMINOREXT)

 Kind regards
 Regina


 Pedro Giffuni schrieb:

 Committed as Revision 1367398 . Please test.

 Hopefully I learned from the error that Regina reported to
 cleanup better the code.

 Pedro.



 
 From: Pedro Giffuni p...@apache.org
 To: ooo-dev@incubator.apache.org ooo-dev@incubator.apache.org
 Sent: Monday, July 30, 2012 8:34 PM
 Subject: Re: trunk build fails, likely in python

 Thank you.

 I will use this as an opportunity to do some further cleanup

 Pedro.



 
 From: Lin Yuan yuanlin@gmail.com
 To: ooo-dev@incubator.apache.org
 Sent: Monday, July 30, 2012 8:26 PM
 Subject: Re: trunk build fails, likely in python

 I can reproduce this issue on my Win 7.
 In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
 sqlite3. One named sqlite3. Another named _sqlite3.  Both of them
 need
 to be remarked. But in python-2.7.3.patch, it only remark project
 sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

 2012/7/31 Regina Henschel rb.hensc...@t-online.de

 Hi Armin,

 I have rebased and deleted all the wbtmsci12*, then started a new
 build. I
 now get the same error as you.

 Kind regards
 Regina

 Armin Le Grand schrieb:

    Hi,


 just checked out current version and build stopped in python (win7).
 Message is as follows.

 Where does sqlite3.h come from? There is a folder
 main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
 but
 no sqlite3.h in there. Should it be there...?

 Can someone help please?

 --8-

 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 statement.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 row.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 module.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 microprotocols.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 cursor.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 connection.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such
 file
 or directory
 Build log was saved at
 file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**

 build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

 _sqlite3 - 7 error(s), 0 warning(s)
 Build started: Project: _testcapi, Configuration: Release|Win32
 _testcapi - up-to-date
 Build started: Project: select, Configuration: Release|Win32
 select - up-to-date
 Build started: Project: unicodedata, Configuration: Release|Win32
 unicodedata - up-to-date
 Build started: Project: pyexpat, Configuration: Release|Win32
 pyexpat - up-to-date
 Build started: Project: _multiprocessing, Configuration: Release|Win32
 _multiprocessing - up-to-date
 Build started: Project

Re: trunk build fails, likely in python

2012-07-30 Thread Armin Le Grand

Hi,

just checked out current version and build stopped in python (win7). 
Message is as follows.


Where does sqlite3.h come from? There is a folder 
main\python\wntmsci12\misc\build\Python-2.7.3\Doc\includes\sqlite3 but 
no sqlite3.h in there. Should it be there...?


Can someone help please?

--8-

c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory

statement.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory

row.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory

module.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory

microprotocols.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory

cursor.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory

connection.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33) 
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file 
or directory
Build log was saved at 
file://C:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\Python-2.7.3\PCbuild\Win32-temp-Release\_sqlite3\BuildLog.htm

_sqlite3 - 7 error(s), 0 warning(s)
Build started: Project: _testcapi, Configuration: Release|Win32
_testcapi - up-to-date
Build started: Project: select, Configuration: Release|Win32
select - up-to-date
Build started: Project: unicodedata, Configuration: Release|Win32
unicodedata - up-to-date
Build started: Project: pyexpat, Configuration: Release|Win32
pyexpat - up-to-date
Build started: Project: _multiprocessing, Configuration: Release|Win32
_multiprocessing - up-to-date
Build started: Project: _ssl, Configuration: Release|Win32
Project : warning PRJ0018 : The following environment variables were not 
found:

$(UPDMINOREXT)
_ssl - up-to-date

Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects skipped
dmake:  Error code 1, while making 
'./wntmsci12/misc/build/so_built_so_python'
ERROR: error 65280 occurred while making 
/cygdrive/c/aoo/svn_trunk13/main/python


--8-

On 28.07.2012 01:33, Regina Henschel wrote:

Hi,

I start a build on WinXP with MSVC Express. It fails with error message
dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

What do I miss?

Kind regards
Regina






Re: trunk build fails, likely in python

2012-07-30 Thread Pedro Giffuni
Hello Armin;

This builds cleanly on FreeBSD/linux , and apparently at least Regina got it to 
build beyond python.

That's pretty weird:
python-2.7.3.patch comments out the sqlite3 project for MSVC (just like 
python-2.6.1.patch did before that).

I don't have a Windows build so I am basically doing the same as was done in 
the previous python.

Perhaps it's a cygwin-specific issue. I don't see anything obvious but I will 
keep looking.

Pedro.





 From: Armin Le Grand armin.le.gr...@me.com
To: ooo-dev@incubator.apache.org 
Sent: Monday, July 30, 2012 11:02 AM
Subject: Re: trunk build fails, likely in python
 
Hi,

just checked out current version and build stopped in python (win7). Message 
is as follows.

Where does sqlite3.h come from? There is a folder 
main\python\wntmsci12\misc\build\Python-2.7.3\Doc\includes\sqlite3 but no 
sqlite3.h in there. Should it be there...?

Can someone help please?

--8-

c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
statement.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
row.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
module.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
microprotocols.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
cursor.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
connection.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
Build log was saved at 
file://C:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\Python-2.7.3\PCbuild\Win32-temp-Release\_sqlite3\BuildLog.htm
_sqlite3 - 7 error(s), 0 warning(s)
Build started: Project: _testcapi, Configuration: Release|Win32
_testcapi - up-to-date
Build started: Project: select, Configuration: Release|Win32
select - up-to-date
Build started: Project: unicodedata, Configuration: Release|Win32
unicodedata - up-to-date
Build started: Project: pyexpat, Configuration: Release|Win32
pyexpat - up-to-date
Build started: Project: _multiprocessing, Configuration: Release|Win32
_multiprocessing - up-to-date
Build started: Project: _ssl, Configuration: Release|Win32
Project : warning PRJ0018 : The following environment variables were not found:
$(UPDMINOREXT)
_ssl - up-to-date

Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects skipped
dmake:  Error code 1, while making './wntmsci12/misc/build/so_built_so_python'
ERROR: error 65280 occurred while making 
/cygdrive/c/aoo/svn_trunk13/main/python

--8-

On 28.07.2012 01:33, Regina Henschel wrote:
 Hi,
 
 I start a build on WinXP with MSVC Express. It fails with error message
 dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made
 
 What do I miss?
 
 Kind regards
 Regina
 






Re: trunk build fails, likely in python

2012-07-30 Thread Tsutomu Uchino
Hi,

2012/7/31 Armin Le Grand armin.le.gr...@me.com:
 Hi,

 just checked out current version and build stopped in python (win7). Message
 is as follows.

 Where does sqlite3.h come from? There is a folder
 main\python\wntmsci12\misc\build\Python-2.7.3\Doc\includes\sqlite3 but no
 sqlite3.h in there. Should it be there...?

 Can someone help please?

 --8-

 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 statement.c
 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 row.c
 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 module.c
 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 microprotocols.c
 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 cursor.c
 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 connection.c
 c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or
 directory
 Build log was saved at
 file://C:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\Python-2.7.3\PCbuild\Win32-temp-Release\_sqlite3\BuildLog.htm
 _sqlite3 - 7 error(s), 0 warning(s)
 Build started: Project: _testcapi, Configuration: Release|Win32
 _testcapi - up-to-date
 Build started: Project: select, Configuration: Release|Win32
 select - up-to-date
 Build started: Project: unicodedata, Configuration: Release|Win32
 unicodedata - up-to-date
 Build started: Project: pyexpat, Configuration: Release|Win32
 pyexpat - up-to-date
 Build started: Project: _multiprocessing, Configuration: Release|Win32
 _multiprocessing - up-to-date
 Build started: Project: _ssl, Configuration: Release|Win32
 Project : warning PRJ0018 : The following environment variables were not
 found:
 $(UPDMINOREXT)
 _ssl - up-to-date

 Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects skipped
 dmake:  Error code 1, while making
 './wntmsci12/misc/build/so_built_so_python'
 ERROR: error 65280 occurred while making
 /cygdrive/c/aoo/svn_trunk13/main/python

 --8-


The part to build _sqlite3 module should be disabled also in Python-2.7.3.patch.
The piece of code to disable is starting at line 72 of PCBuild/pcbuild.sln file.

-Tsutomu


Re: trunk build fails, likely in python

2012-07-30 Thread Regina Henschel

Hi Pedro,

Pedro Giffuni schrieb:

Hello Armin;

This builds cleanly on FreeBSD/linux , and apparently at least Regina got it to 
build beyond python.


Yes, I get no longer errors in python.

Kind regards
Regina


Re: trunk build fails, likely in python

2012-07-30 Thread Pedro Giffuni
FWIW,

One hint: googling around it looks like it's and issue when building a debug 
python.

Pedro.




 From: Armin Le Grand armin.le.gr...@me.com
To: ooo-dev@incubator.apache.org 
Sent: Monday, July 30, 2012 11:02 AM
Subject: Re: trunk build fails, likely in python
 
Hi,

just checked out current version and build stopped in python (win7). Message 
is as follows.

Where does sqlite3.h come from? There is a folder 
main\python\wntmsci12\misc\build\Python-2.7.3\Doc\includes\sqlite3 but no 
sqlite3.h in there. Should it be there...?

Can someone help please?

--8-

c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
statement.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
row.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
module.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
microprotocols.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
cursor.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
connection.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or 
directory
Build log was saved at 
file://C:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\Python-2.7.3\PCbuild\Win32-temp-Release\_sqlite3\BuildLog.htm
_sqlite3 - 7 error(s), 0 warning(s)
Build started: Project: _testcapi, Configuration: Release|Win32
_testcapi - up-to-date
Build started: Project: select, Configuration: Release|Win32
select - up-to-date
Build started: Project: unicodedata, Configuration: Release|Win32
unicodedata - up-to-date
Build started: Project: pyexpat, Configuration: Release|Win32
pyexpat - up-to-date
Build started: Project: _multiprocessing, Configuration: Release|Win32
_multiprocessing - up-to-date
Build started: Project: _ssl, Configuration: Release|Win32
Project : warning PRJ0018 : The following environment variables were not found:
$(UPDMINOREXT)
_ssl - up-to-date

Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects skipped
dmake:  Error code 1, while making './wntmsci12/misc/build/so_built_so_python'
ERROR: error 65280 occurred while making 
/cygdrive/c/aoo/svn_trunk13/main/python

--8-

On 28.07.2012 01:33, Regina Henschel wrote:
 Hi,
 
 I start a build on WinXP with MSVC Express. It fails with error message
 dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made
 
 What do I miss?
 
 Kind regards
 Regina
 






Re: trunk build fails, likely in python

2012-07-30 Thread Armin Le Grand

Hmmm..

looks as if noone before built a nonpro (debug) version. Regina, you 
build without debug, right?


Looking deeper at the tipp from Tsutomu Uchino...
Thanks for the hints so far. More are of course welcome...

On 30.07.2012 18:38, Pedro Giffuni wrote:

FWIW,

One hint: googling around it looks like it's and issue when building a debug 
python.

Pedro.




[..]



Re: trunk build fails, likely in python

2012-07-30 Thread Regina Henschel

Hi Armin,

Armin Le Grand schrieb:

 Hmmm..

looks as if noone before built a nonpro (debug) version. Regina, you
build without debug, right?


I build with  --enable-dbgutil
For my whole configure see the other thread.

Kind regards
Regina



Looking deeper at the tipp from Tsutomu Uchino...
Thanks for the hints so far. More are of course welcome...

On 30.07.2012 18:38, Pedro Giffuni wrote:

FWIW,

One hint: googling around it looks like it's and issue when building a
debug python.

Pedro.




[..]






Re: trunk build fails, likely in python

2012-07-30 Thread Armin Le Grand

Hi,

looks as if pcbuild.sln does not get patched at all, need to lokk 
further tomorrow.


On 30.07.2012 18:58, Armin Le Grand wrote:

 Hmmm..

looks as if noone before built a nonpro (debug) version. Regina, you
build without debug, right?

Looking deeper at the tipp from Tsutomu Uchino...
Thanks for the hints so far. More are of course welcome...

On 30.07.2012 18:38, Pedro Giffuni wrote:

FWIW,

One hint: googling around it looks like it's and issue when building a
debug python.

Pedro.




[..]



Sincerely,
Armin
--
ALG



Re: trunk build fails, likely in python

2012-07-30 Thread Regina Henschel

Hi Armin,

I have rebased and deleted all the wbtmsci12*, then started a new build. 
I now get the same error as you.


Kind regards
Regina

Armin Le Grand schrieb:

Hi,

just checked out current version and build stopped in python (win7).
Message is as follows.

Where does sqlite3.h come from? There is a folder
main\python\wntmsci12\misc\build\Python-2.7.3\Doc\includes\sqlite3 but
no sqlite3.h in there. Should it be there...?

Can someone help please?

--8-

c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
statement.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
row.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
module.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
microprotocols.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
cursor.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
connection.c
c:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\python-2.7.3\modules\_sqlite\connection.h(33)
: fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
or directory
Build log was saved at
file://C:\aoo\svn_trunk13\main\python\wntmsci12\misc\build\Python-2.7.3\PCbuild\Win32-temp-Release\_sqlite3\BuildLog.htm

_sqlite3 - 7 error(s), 0 warning(s)
Build started: Project: _testcapi, Configuration: Release|Win32
_testcapi - up-to-date
Build started: Project: select, Configuration: Release|Win32
select - up-to-date
Build started: Project: unicodedata, Configuration: Release|Win32
unicodedata - up-to-date
Build started: Project: pyexpat, Configuration: Release|Win32
pyexpat - up-to-date
Build started: Project: _multiprocessing, Configuration: Release|Win32
_multiprocessing - up-to-date
Build started: Project: _ssl, Configuration: Release|Win32
Project : warning PRJ0018 : The following environment variables were not
found:
$(UPDMINOREXT)
_ssl - up-to-date

Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects
skipped
dmake:  Error code 1, while making
'./wntmsci12/misc/build/so_built_so_python'
ERROR: error 65280 occurred while making
/cygdrive/c/aoo/svn_trunk13/main/python

--8-

On 28.07.2012 01:33, Regina Henschel wrote:

Hi,

I start a build on WinXP with MSVC Express. It fails with error message
dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

What do I miss?

Kind regards
Regina









Re: trunk build fails, likely in python

2012-07-30 Thread Lin Yuan
I can reproduce this issue on my Win 7.
In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
sqlite3. One named sqlite3. Another named _sqlite3.  Both of them need
to be remarked. But in python-2.7.3.patch, it only remark project
sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

2012/7/31 Regina Henschel rb.hensc...@t-online.de

 Hi Armin,

 I have rebased and deleted all the wbtmsci12*, then started a new build. I
 now get the same error as you.

 Kind regards
 Regina

 Armin Le Grand schrieb:

  Hi,

 just checked out current version and build stopped in python (win7).
 Message is as follows.

 Where does sqlite3.h come from? There is a folder
 main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
 but
 no sqlite3.h in there. Should it be there...?

 Can someone help please?

 --8-

 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 statement.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 row.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 module.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 microprotocols.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 cursor.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 connection.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 Build log was saved at
 file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**
 build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

 _sqlite3 - 7 error(s), 0 warning(s)
 Build started: Project: _testcapi, Configuration: Release|Win32
 _testcapi - up-to-date
 Build started: Project: select, Configuration: Release|Win32
 select - up-to-date
 Build started: Project: unicodedata, Configuration: Release|Win32
 unicodedata - up-to-date
 Build started: Project: pyexpat, Configuration: Release|Win32
 pyexpat - up-to-date
 Build started: Project: _multiprocessing, Configuration: Release|Win32
 _multiprocessing - up-to-date
 Build started: Project: _ssl, Configuration: Release|Win32
 Project : warning PRJ0018 : The following environment variables were not
 found:
 $(UPDMINOREXT)
 _ssl - up-to-date

 Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects
 skipped
 dmake:  Error code 1, while making
 './wntmsci12/misc/build/so_**built_so_python'
 ERROR: error 65280 occurred while making
 /cygdrive/c/aoo/svn_trunk13/**main/python

 --8-

 On 28.07.2012 01:33, Regina Henschel wrote:

 Hi,

 I start a build on WinXP with MSVC Express. It fails with error message
 dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

 What do I miss?

 Kind regards
 Regina








Re: trunk build fails, likely in python

2012-07-30 Thread Pedro Giffuni
Thank you.

I will use this as an opportunity to do some further cleanup

Pedro.




 From: Lin Yuan yuanlin@gmail.com
To: ooo-dev@incubator.apache.org 
Sent: Monday, July 30, 2012 8:26 PM
Subject: Re: trunk build fails, likely in python
 
I can reproduce this issue on my Win 7.
In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
sqlite3. One named sqlite3. Another named _sqlite3.  Both of them need
to be remarked. But in python-2.7.3.patch, it only remark project
sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

2012/7/31 Regina Henschel rb.hensc...@t-online.de

 Hi Armin,

 I have rebased and deleted all the wbtmsci12*, then started a new build. I
 now get the same error as you.

 Kind regards
 Regina

 Armin Le Grand schrieb:

  Hi,

 just checked out current version and build stopped in python (win7).
 Message is as follows.

 Where does sqlite3.h come from? There is a folder
 main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
 but
 no sqlite3.h in there. Should it be there...?

 Can someone help please?

 --8-

 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 statement.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 row.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 module.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 microprotocols.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 cursor.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 connection.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 Build log was saved at
 file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**
 build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

 _sqlite3 - 7 error(s), 0 warning(s)
 Build started: Project: _testcapi, Configuration: Release|Win32
 _testcapi - up-to-date
 Build started: Project: select, Configuration: Release|Win32
 select - up-to-date
 Build started: Project: unicodedata, Configuration: Release|Win32
 unicodedata - up-to-date
 Build started: Project: pyexpat, Configuration: Release|Win32
 pyexpat - up-to-date
 Build started: Project: _multiprocessing, Configuration: Release|Win32
 _multiprocessing - up-to-date
 Build started: Project: _ssl, Configuration: Release|Win32
 Project : warning PRJ0018 : The following environment variables were not
 found:
 $(UPDMINOREXT)
 _ssl - up-to-date

 Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects
 skipped
 dmake:  Error code 1, while making
 './wntmsci12/misc/build/so_**built_so_python'
 ERROR: error 65280 occurred while making
 /cygdrive/c/aoo/svn_trunk13/**main/python

 --8-

 On 28.07.2012 01:33, Regina Henschel wrote:

 Hi,

 I start a build on WinXP with MSVC Express. It fails with error message
 dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

 What do I miss?

 Kind regards
 Regina










Re: trunk build fails, likely in python

2012-07-30 Thread Pedro Giffuni
Committed as Revision 1367398 . Please test.

Hopefully I learned from the error that Regina reported to
cleanup better the code.

Pedro.




 From: Pedro Giffuni p...@apache.org
To: ooo-dev@incubator.apache.org ooo-dev@incubator.apache.org 
Sent: Monday, July 30, 2012 8:34 PM
Subject: Re: trunk build fails, likely in python
 
Thank you.

I will use this as an opportunity to do some further cleanup

Pedro.




 From: Lin Yuan yuanlin@gmail.com
To: ooo-dev@incubator.apache.org 
Sent: Monday, July 30, 2012 8:26 PM
Subject: Re: trunk build fails, likely in python
 
I can reproduce this issue on my Win 7.
In Python-2.7.3\PCbuild\pcbuild.sln, there are two projects related to
sqlite3. One named sqlite3. Another named _sqlite3.  Both of them need
to be remarked. But in python-2.7.3.patch, it only remark project
sqlite3. Need also remark project _sqlite3 in pcbuild.sln.

2012/7/31 Regina Henschel rb.hensc...@t-online.de

 Hi Armin,

 I have rebased and deleted all the wbtmsci12*, then started a new build. I
 now get the same error as you.

 Kind regards
 Regina

 Armin Le Grand schrieb:

  Hi,

 just checked out current version and build stopped in python (win7).
 Message is as follows.

 Where does sqlite3.h come from? There is a folder
 main\python\wntmsci12\misc\**build\Python-2.7.3\Doc\**includes\sqlite3
 but
 no sqlite3.h in there. Should it be there...?

 Can someone help please?

 --8-

 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 statement.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 row.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 module.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 microprotocols.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 cursor.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 connection.c
 c:\aoo\svn_trunk13\main\**python\wntmsci12\misc\build\**
 python-2.7.3\modules\_sqlite\**connection.h(33)
 : fatal error C1083: Cannot open include file: 'sqlite3.h': No such file
 or directory
 Build log was saved at
 file://C:\aoo\svn_trunk13\**main\python\wntmsci12\misc\**
 build\Python-2.7.3\PCbuild\**Win32-temp-Release\_sqlite3\**BuildLog.htm

 _sqlite3 - 7 error(s), 0 warning(s)
 Build started: Project: _testcapi, Configuration: Release|Win32
 _testcapi - up-to-date
 Build started: Project: select, Configuration: Release|Win32
 select - up-to-date
 Build started: Project: unicodedata, Configuration: Release|Win32
 unicodedata - up-to-date
 Build started: Project: pyexpat, Configuration: Release|Win32
 pyexpat - up-to-date
 Build started: Project: _multiprocessing, Configuration: Release|Win32
 _multiprocessing - up-to-date
 Build started: Project: _ssl, Configuration: Release|Win32
 Project : warning PRJ0018 : The following environment variables were not
 found:
 $(UPDMINOREXT)
 _ssl - up-to-date

 Build complete: 18 Projects succeeded, 1 Projects failed, 1 Projects
 skipped
 dmake:  Error code 1, while making
 './wntmsci12/misc/build/so_**built_so_python'
 ERROR: error 65280 occurred while making
 /cygdrive/c/aoo/svn_trunk13/**main/python

 --8-

 On 28.07.2012 01:33, Regina Henschel wrote:

 Hi,

 I start a build on WinXP with MSVC Express. It fails with error message
 dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

 What do I miss?

 Kind regards
 Regina












Re: trunk build fails, likely in python

2012-07-27 Thread Pedro Giffuni
Thank you Regina!
That crept in from a previous patchset and I didn't notice (plus the buildbots 
havent been building lately).
Fixed in r1366577, by removing the extra cruft in python/makefile.mk
Pedro.

--- Ven 27/7/12, Regina Henschel rb.hensc...@t-online.de ha scritto:

Da: Regina Henschel rb.hensc...@t-online.de
Oggetto: trunk build fails, likely in python
A: Apache OpenOffice dev ooo-dev@incubator.apache.org
Data: Venerdì 27 luglio 2012, 18:33

Hi,

I start a build on WinXP with MSVC Express. It fails with error message
dmake:  Error: -- `./Python-2.7.3-vc.patch' not found, and can't be made

What do I miss?

Kind regards
Regina