Issue 101531 - Build python DEV300_m47 failes
Summary: Build python DEV300_m47 failes
Status: CLOSED OBSOLETE
Alias: None
Product: utilities
Classification: Unclassified
Component: code (show other issues)
Version: DEV300m46
Hardware: PC Windows XP
: P2 Trivial (vote)
Target Milestone: ---
Assignee: christian.lins
QA Contact: Unknown
URL:
Keywords:
: 101527 (view as issue list)
Depends on:
Blocks:
 
Reported: 2009-05-04 11:28 UTC by christian.lins
Modified: 2017-05-20 09:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description christian.lins 2009-05-04 11:28:47 UTC
buildbot@x41-so3 /cygdrive/f/termite/slavedir/Win-XP2/dev300m47/python
$ build --all
build -- version: -

=============
Building module solenv
/cygdrive/f/termite/slavedir/Win-XP2/dev300m47/solenv
-------------
just for sideeffects...
deliver -- version: 271271
Module 'solenv' delivered successfully. 1 files copied, 0 files unchanged
=============
Building module python
/cygdrive/f/termite/slavedir/Win-XP2/dev300m47/python
mkout -- version: 1.8
-------------
if test -e ./wntmsci12.pro/misc/build/Python-2.6.1 ; then mv
./wntmsci12.pro/misc/build/Python-2.6.1
./wntmsci12.pro/misc/build/Python-2.6.1_removeme ; fi
rm -rf ./wntmsci12.pro/misc/build/Python-2.6.1_removeme
cd ./wntmsci12.pro/misc/build && ( bzip2 -cd
../../../download/Python-2.6.1.tar.bz2  | tar  -xf -) && C:/cygwin/bin/touch.exe
so_unpacked_so_python
make writeable...
cd ./wntmsci12.pro/misc/build && cat ../../..//Python-2.6.1.patch | tr -d "\015"
| patch  -p2 && C:/cygwin/bin/touch.exe so_patched_so_python
patching file Python-2.6.1/Include/pyport.h
patching file Python-2.6.1/PCbuild/pcbuild.sln
patching file Python-2.6.1/Lib/test/test_threading.py
patching file Python-2.6.1/Modules/_ctypes/libffi/configure
Hunk #1 succeeded at 4725 with fuzz 1.
patching file Python-2.6.1/Python/thread_pthread.h
patching file Python-2.6.1/configure
patching file Python-2.6.1/configure
C:/cygwin/bin/touch.exe ./wntmsci12.pro/misc/build/so_configured_so_python
dmake:  Warning: -- Found file corresponding to virtual target
[./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h].
rm -f ./wntmsci12.pro/misc/build/pyconfig.h
cat ./wntmsci12.pro/misc/build/Python-2.6.1/PC/pyconfig.h >
./wntmsci12.pro/misc/build/pyconfig.h
mkdir.exe ./wntmsci12.pro/misc/build/Python-2.6.1/PCbuild
mkdir: cannot create directory
`./wntmsci12.pro/misc/build/Python-2.6.1/PCbuild': File exists
cd ./wntmsci12.pro/misc/build/Python-2.6.1/PCbuild &&
c:/PROGRA~2/MICROS~1.0/VC/vcpackages/vcbuild.exe -useenv pcbuild.sln
"Release|Win32"  && C:/cygwin/bin/touch.exe
f:/termite/slavedir/Win-XP2/dev300m47/python/./wntmsci12.pro/misc/build/so_built_so_python
Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.

Build started: Project: make_versioninfo, Configuration: Release|Win32
dmake:  Error code 128, while making './wntmsci12.pro/misc/build/so_built_so_python'

ERROR: Error 65280 occurred while making
/cygdrive/f/termite/slavedir/Win-XP2/dev300m47/python
rmdir /cygdrive/c/WINDOWS/TEMP/2776
Comment 1 kurt.zenker 2009-05-04 16:17:17 UTC
@ihi: How did you build it on m47?
Comment 2 ivo.hinkelmann 2009-05-04 16:26:32 UTC
-> obo
Comment 3 oliver.bolte 2009-05-05 10:32:46 UTC
Have you set SYSBASE to something for wntmsci12? Ususally the -useenv Flag
should be obsolete for OOo builds.
Comment 4 oliver.bolte 2009-05-05 10:46:09 UTC
*** Issue 101527 has been marked as a duplicate of this issue. ***
Comment 5 oliver.bolte 2009-05-05 11:41:37 UTC
Index: makefile.mk
===================================================================
--- makefile.mk	(revision 271510)
+++ makefile.mk	(working copy)
@@ -117,7 +117,7 @@
 # Build python executable and then runs a minimal script. Running the minimal
script
 # ensures that certain *.pyc files are generated which would otherwise be
created on
 # solver during registration in insetoo_native
-.IF $(SYSBASE) != ""
+.IF "$(SYSBASE)" != ""
 BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln
"Release|Win32"
 .ELSE
 BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32"

Will fix it....
Comment 6 oliver.bolte 2009-05-05 12:11:40 UTC
Fixed with rev 271511.
@cli: verify, please.
Comment 7 christian.lins 2009-05-05 12:29:31 UTC
Which cws?
Comment 8 Marcus 2017-05-20 09:28:37 UTC
obsolete