This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.log
213 lines (191 loc) · 7.41 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by jwmsession configure 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr --sysconfdir=/etc
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = x86_64
uname -r = 3.5.0-41-generic
uname -s = Linux
uname -v = #64-Ubuntu SMP Wed Sep 11 15:36:42 UTC 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/joshiggins/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1754: checking for a BSD-compatible install
configure:1822: result: /usr/bin/install -c
configure:1833: checking whether build environment is sane
configure:1883: result: yes
configure:2024: checking for a thread-safe mkdir -p
configure:2063: result: /bin/mkdir -p
configure:2076: checking for gawk
configure:2106: result: no
configure:2076: checking for mawk
configure:2092: found /usr/bin/mawk
configure:2103: result: mawk
configure:2114: checking whether make sets $(MAKE)
configure:2136: result: yes
configure:2249: checking for a Python interpreter with version >= 3.0
configure:2266: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:2269: $? = 1
configure:2266: python2 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:2269: $? = 1
configure:2266: python3 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:2269: $? = 0
configure:2275: result: python3
configure:2283: checking for python3
configure:2301: found /usr/bin/python3
configure:2313: result: /usr/bin/python3
configure:2331: checking for python3 version
configure:2338: result: 3.2
configure:2350: checking for python3 platform
configure:2357: result: linux2
configure:2364: checking for python3 script directory
configure:2392: result: ${prefix}/lib/python3/dist-packages
configure:2401: checking for python3 extension module directory
configure:2429: result: ${exec_prefix}/lib/python3/dist-packages
configure:2597: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by jwmsession config.status 0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu
config.status:749: creating Makefile
config.status:749: creating src/Makefile
config.status:749: creating src/jwmsession/Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_PYTHON=/usr/bin/python3
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_make_make_set=yes
am_cv_pathless_PYTHON=python3
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python3/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python3/dist-packages'
am_cv_python_version=3.2
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/joshiggins/joshiggins/Projects/workspace2/jwmsession/missing --run aclocal-1.11'
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/joshiggins/joshiggins/Projects/workspace2/jwmsession/missing --run autoconf'
AUTOHEADER='${SHELL} /home/joshiggins/joshiggins/Projects/workspace2/jwmsession/missing --run autoheader'
AUTOMAKE='${SHELL} /home/joshiggins/joshiggins/Projects/workspace2/jwmsession/missing --run automake-1.11'
AWK='mawk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"jwmsession\" -DPACKAGE_TARNAME=\"jwmsession\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"jwmsession\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"jwmsession\" -DVERSION=\"0.1\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/joshiggins/joshiggins/Projects/workspace2/jwmsession/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
PACKAGE='jwmsession'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='jwmsession'
PACKAGE_STRING='jwmsession 0.1'
PACKAGE_TARNAME='jwmsession'
PACKAGE_URL=''
PACKAGE_VERSION='0.1'
PATH_SEPARATOR=':'
PYTHON='/usr/bin/python3'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='3.2'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.1'
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/joshiggins/joshiggins/Projects/workspace2/jwmsession/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/jwmsession'
pkgpythondir='${pythondir}/jwmsession'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python3/dist-packages'
pythondir='${prefix}/lib/python3/dist-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "jwmsession"
#define PACKAGE_TARNAME "jwmsession"
#define PACKAGE_VERSION "0.1"
#define PACKAGE_STRING "jwmsession 0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "jwmsession"
#define VERSION "0.1"
configure: exit 0