Hi all,

I've tried to build a Debian package with both python/dyn and
python3/dyn. The Debian build uses shadowdirs.

A single build is like that:

#!/bin/sh
/usr/bin/make -C src shadow SHADOWDIR=vim-nox &&\
cd src/vim-nox &&\
LDFLAGS="-Wl,-z,relro" CPPFLAGS="" CFLAGS="-g -O2 -fstack-protector \
--param=ssp-buffer-size=4 -Wformat -Werror=format-security" \
./configure \
                --prefix=/usr \
                --mandir='${prefix}'/share/man \
                --without-local-dir \
                --enable-fail-if-missing \
                --enable-cscope \
                --enable-gpm \
                --enable-selinux \
                --with-features=huge \
                --enable-multibyte \
                --enable-acl \
                --without-x \
                --enable-gui=no \
                --enable-luainterp \
                --disable-mzschemeinterp \
                --enable-perlinterp \
                --enable-pythoninterp=dynamic \
                --with-python-config-dir=`python-config  --configdir` \
                --enable-python3interp=dynamic \
                --with-python3-config-dir=`python3-config  --configdir` \
                --enable-rubyinterp \
                --enable-tclinterp &&
cd ../../ &&
make -j1 -C src/vim-nox &&
make -j1 -C src/vim-nox test

test87 fails as follows:

--- test87.ok   2014-03-13 19:46:58.000000000 +0100
+++ test87.failed       2014-04-27 19:13:47.347188377 +0200
@@ -471,7 +471,7 @@
 function('Put')
 b'testdir'
 test87.in
-b'src'
+b'vim-nox'
 testdir/test87.in
 b'testdir'
 test87.in

This I've evaluated on ppc32 and i386 arch. On amd64 its is not
reproducible.

Python3 versions on all archs are identical:
$ python3-config --configdir
/usr/lib/python3.3/config-3.3m-$arch-linux-gnu

Thanks for advice
Elimar
-- 
 We all know Linux is great... it does infinite loops in 5 seconds.
        -Linus Torvalds

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui