configure script bug
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scribes |
New
|
Undecided
|
Unassigned |
Bug Description
This bug is kind of similar to bug https:/
checking for python extension module directory... ${exec_
Though I am packaging it with Python 2.7, the above is just a similar output so for me it would be:
checking for python script directory... ${prefix}
checking for python extension module directory... ${exec_
Where it will output ${prefix} and ${exec_prefix} and not the actual locations. I found the problem and the problem is when defining the variables PYTHON_PREFIX = the ${prefix} is enclosed with ' and not "
I have included a patch to fix it and so you will know what I am talking about.
Also I still get a error that Dependency check failed:
DEBUG: + ./configure --build= x86_64- unknown- linux-gnu --host= x86_64- unknown- linux-gnu --program-prefix= --disable- dependency- tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir= /usr/share --includedir= /usr/include --libdir=/usr/lib64 --libexecdir= /usr/libexec --localstatedir =/var --sharedstatedi r=/var/ lib --mandir= /usr/share/ man --infodir= /usr/share/ info unknown- linux-gnu- gcc... no intltool- update intltool- merge intltool- extract _codeset. .. yes
DEBUG: checking for a BSD-compatible install... /usr/bin/install -c
DEBUG: checking whether build environment is sane... yes
DEBUG: checking for a thread-safe mkdir -p... /bin/mkdir -p
DEBUG: checking for gawk... gawk
DEBUG: checking whether make sets $(MAKE)... yes
DEBUG: checking how to create a pax tar archive... gnutar
DEBUG: checking whether to enable maintainer-specific portions of Makefiles... no
DEBUG: checking whether NLS is requested... yes
DEBUG: checking for style of include used by make... GNU
DEBUG: checking for x86_64-
DEBUG: checking for gcc... gcc
DEBUG: checking whether the C compiler works... yes
DEBUG: checking for C compiler default output file name... a.out
DEBUG: checking for suffix of executables...
DEBUG: checking whether we are cross compiling... no
DEBUG: checking for suffix of object files... o
DEBUG: checking whether we are using the GNU C compiler... yes
DEBUG: checking whether gcc accepts -g... yes
DEBUG: checking for gcc option to accept ISO C89... none needed
DEBUG: checking dependency style of gcc... none
DEBUG: checking for intltool >= 0.35.0... 0.41.1 found
DEBUG: checking for intltool-update... /usr/bin/
DEBUG: checking for intltool-merge... /usr/bin/
DEBUG: checking for intltool-extract... /usr/bin/
DEBUG: checking for xgettext... /usr/bin/xgettext
DEBUG: checking for msgmerge... /usr/bin/msgmerge
DEBUG: checking for msgfmt... /usr/bin/msgfmt
DEBUG: checking for gmsgfmt... /usr/bin/msgfmt
DEBUG: checking for perl... /usr/bin/perl
DEBUG: checking for perl >= 5.8.1... 5.12.4
DEBUG: checking for XML::Parser... ok
DEBUG: checking how to run the C preprocessor... gcc -E
DEBUG: checking for grep that handles long lines and -e... /bin/grep
DEBUG: checking for egrep... /bin/grep -E
DEBUG: checking for ANSI C header files... yes
DEBUG: checking for sys/types.h... yes
DEBUG: checking for sys/stat.h... yes
DEBUG: checking for stdlib.h... yes
DEBUG: checking for string.h... yes
DEBUG: checking for memory.h... yes
DEBUG: checking for strings.h... yes
DEBUG: checking for inttypes.h... yes
DEBUG: checking for stdint.h... yes
DEBUG: checking for unistd.h... yes
DEBUG: checking locale.h usability... yes
DEBUG: checking locale.h presence... yes
DEBUG: checking for locale.h... yes
DEBUG: checking for LC_MESSAGES... yes
DEBUG: checking libintl.h usability... yes
DEBUG: checking libintl.h presence... yes
DEBUG: checking for libintl.h... yes
DEBUG: checking for ngettext in libc... yes
DEBUG: checking for dgettext in libc... yes
DEBUG: checking for bind_textdomain
DEBUG: checking for msgfmt... (cached) /usr/bin/msgfmt
DEBUG: checking for dcgettext... yes
DEBUG: checking if msgfmt a...