Christian Wiese
22f98bfa33
python: fixed linking of modules when cross-compiling
...
When linking modules libpython2.7.so is not installed in the sandbox but
available in the top-level source directory.
11 years ago
Christian Wiese
6b74a4ba9d
python: changed to install the pgen we need at cross stage and which runs on the build host
...
We inject the `pgen` built at toolchain stage as `python-pgen` which we use
at cross stage (see: use-hostpgen.patch.cross).
11 years ago
Christian Wiese
8602fb127c
python: add patch to use the pgen we compiled at stage 0 and which can be run on the build host when cross-compiling
11 years ago
Christian Wiese
68ed3c3966
python: add patch to not precompile .pyc and .pyo files when cross-compiling
11 years ago
Christian Wiese
ab88a05100
python: improved cross-compiling avoiding host libs to leak in and getting linker errors
11 years ago
Christian Wiese
3addb627cf
python: fixed cross-compiling setting ac_cv_file__dev_ptc=no
...
There is no /dev/ptc on Linux because it is AIX specific.
11 years ago
Christian Wiese
73e7aa5bb0
python: fixed cross-compiling by setting ac_cv_file__dev_ptmx=yes
...
Note
We can safely assume that the runtime system will have /dev/ptmx!
Strangely enough on a native build I have /dev/ptmx didn't got detected,
which is most probably an issue with our sandbox and needs some more
observation!
11 years ago
Christian Wiese
d75e16e76f
python: improved cross-compiling setting ac_cv_buggy_getaddrinfo=no
...
Note
Only cross-checked the correctness against a native build using glibc!
Other libc implementations like musl need to be checked too!
Failure when running configure
----------------------------------------------------------------------
checking getaddrinfo bug... yes
Fatal: You must get working getaddrinfo() function.
or you can specify "--disable-ipv6"
----------------------------------------------------------------------
11 years ago
Christian Wiese
b00f14379f
fix cache files to include util-linux instead of util-linux-ng
11 years ago
Nagy Karoly Gabriel
ea045722d9
python: Updated (2.7.5 -> 2.7.6)
11 years ago
Christian Wiese
48bc318dd9
python: Updated (2.7.3 -> 2.7.5)
12 years ago
Christian Wiese
cebb5554f2
python: fixed build by rediffing the no-autotools-version-restriction patch
13 years ago
Alejandro Mery
39e103039d
python: Updated (2.7.1 -> 2.7.3) [SECURITY]
13 years ago
Christian Wiese
2843c735c3
python: added patch to not restrict the build system to autoconf 2.65
14 years ago
Christian Wiese
61ca2aacbd
python: Updated (2.6.6 -> 2.7.1) (see note!)
...
Note:
For now I disabled some of the formerly used patches from which I do not
know if they are still needed, and we need to test cross-compiling.
14 years ago
Aldas Nabazas
8c3a128d52
massive cache files update from compiling packages <400.000 , ref build 2011-02-07
14 years ago
Alejandro Mery
cbd0ff244d
python: removed obsolete patchs
15 years ago
Alejandro Mery
123615f6ab
python: Updated (2.6.5 -> 2.6.6)
15 years ago
Alejandro Mery
82dc102c7a
python: Updated (2.6.4 -> 2.6.5)
15 years ago
Alejandro Mery
573688c8f4
python: Updated (2.6.2 -> 2.6.4)
15 years ago
Christian Wiese
9664cf516a
python: fix to ensure that PYTHON environment variable is not leaking into the sandbox if the target is not including python at all
15 years ago
Alejandro Mery
f2a842311b
python: enhanced to export PYTHONPATH when crosscompiling
16 years ago
Alejandro Mery
54eb325e4e
python: enhanced to build on stages 0 and 1 when cross compiling
16 years ago
Alejandro Mery
7eb67f8841
python: Updated (2.6.1 -> 2.6.2)
16 years ago
Alejandro Mery
c82de591ed
python: changed to not inject $root in etc/profile.d/python
16 years ago
Alejandro Mery
fe4741935a
python: adapted and reenabled patch to avoid running compileall.py to py files from other packages
16 years ago
Alejandro Mery
f43c0ff9cd
python: Updated (2.4.5 -> 2.6.1)
...
This reverts commit 2c296da89a
.
16 years ago
Nagy Karoly Gabriel
2c296da89a
Revert "python: Updated (2.4.5 -> 2.6.1)"
...
This reverts commit bb282dd3f6
.
17 years ago
Alejandro Mery
bb282dd3f6
python: Updated (2.4.5 -> 2.6.1)
17 years ago
Alejandro Mery
d239eff59d
[python] Improved to be able to build without gdbm, readline or zlib
17 years ago
Alejandro Mery
5c1a046d89
[python] Updated (2.4.4 -> 2.4.5)
17 years ago
Christian Wiese
fae56d0f84
Updated python (2.4.3 -> 2.4.4)
17 years ago
Alejandro Mery
d8cf15a66c
Regenerated copyright notes broadly, without renewing them.
18 years ago
Alejandro Mery
d15769f41d
Removed trailing spaces massively, hoping to not break anything. Copyright notes not renewed
18 years ago
Christian Wiese
d7a23dc23a
Fixed python for multilib by not symlinking from lib64 -> lib anymore
18 years ago
Christian Wiese
2232cda9fa
Fixed python to use libdir provided by configure for SCRIPTDIR
...
- SCRIPTDIR was hardcoded to $(prefix)/lib which is not very flexible
in case we build multilib targets.
New behavior is to use the libdir provided by configure so we will
be able to handle lib, lib64 and lib32.
18 years ago
Alejandro Mery
12b79fecfa
* relocated current package database to the trunk of the package sub-project
...
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20072 10447126-35f2-4685-b0cf-6dd780d3921f
19 years ago