Codebase list libexif / 084e66d
Import Debian changes 0.6.16-2 libexif (0.6.16-2) unstable; urgency=low * debian/libexif12.docs: added README file (closes: #434773) Frederic Peters authored 16 years ago Hugh McMaster committed 5 years ago
3 changed file(s) with 7 addition(s) and 309 deletion(s). Raw diff Collapse all Expand all
+0
-309
config.log less more
0 This file contains any messages produced by compilers while
1 running configure, to aid debugging if configure makes a mistake.
2
3 It was created by EXIF library configure 0.6.16, which was
4 generated by GNU Autoconf 2.61. Invocation command line was
5
6 $ ./configure --build i486-linux-gnu --prefix=/usr
7
8 ## --------- ##
9 ## Platform. ##
10 ## --------- ##
11
12 hostname = trap
13 uname -m = i686
14 uname -r = 2.6.21.1
15 uname -s = Linux
16 uname -v = #2 Sun May 27 20:05:28 CEST 2007
17
18 /usr/bin/uname -p = unknown
19 /bin/uname -X = unknown
20
21 /bin/arch = i686
22 /usr/bin/arch -k = unknown
23 /usr/convex/getsysinfo = unknown
24 /usr/bin/hostinfo = unknown
25 /bin/machine = unknown
26 /usr/bin/oslevel = unknown
27 /bin/universe = unknown
28
29 PATH: /usr/sbin
30 PATH: /usr/bin
31 PATH: /sbin
32 PATH: /bin
33 PATH: /usr/bin/X11
34
35
36 ## ----------- ##
37 ## Core tests. ##
38 ## ----------- ##
39
40 configure:2033: checking for a BSD-compatible install
41 configure:2089: result: /usr/bin/install -c
42 configure:2100: checking whether build environment is sane
43 configure:2143: result: yes
44 configure:2171: checking for a thread-safe mkdir -p
45 configure:2210: result: /bin/mkdir -p
46 configure:2223: checking for gawk
47 configure:2239: found /usr/bin/gawk
48 configure:2250: result: gawk
49 configure:2261: checking whether make sets $(MAKE)
50 configure:2282: result: yes
51 configure:2508: checking for POSIX sh $() command substitution
52 configure:2512: result: yes
53 configure:2637: checking for gcc
54 configure:2653: found /usr/bin/gcc
55 configure:2664: result: gcc
56 configure:2902: checking for C compiler version
57 configure:2909: gcc --version >&5
58 gcc (GCC) 4.1.3 20070601 (prerelease) (Debian 4.1.2-12)
59 Copyright (C) 2006 Free Software Foundation, Inc.
60 This is free software; see the source for copying conditions. There is NO
61 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
62
63 configure:2912: $? = 0
64 configure:2919: gcc -v >&5
65 Using built-in specs.
66 Target: i486-linux-gnu
67 Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
68 Thread model: posix
69 gcc version 4.1.3 20070601 (prerelease) (Debian 4.1.2-12)
70 configure:2922: $? = 0
71 configure:2929: gcc -V >&5
72 gcc: '-V' option must have argument
73 configure:2932: $? = 1
74 configure:2955: checking for C compiler default output file name
75 configure:2982: gcc conftest.c >&5
76 configure:2985: $? = 0
77 configure:3023: result: a.out
78 configure:3040: checking whether the C compiler works
79 configure:3050: ./a.out
80 configure:3053: $? = 0
81 configure:3070: result: yes
82 configure:3077: checking whether we are cross compiling
83 configure:3079: result: no
84 configure:3082: checking for suffix of executables
85 configure:3089: gcc -o conftest conftest.c >&5
86 configure:3092: $? = 0
87 configure:3116: result:
88 configure:3122: checking for suffix of object files
89 configure:3148: gcc -c conftest.c >&5
90 configure:3151: $? = 0
91 configure:3174: result: o
92 configure:3178: checking whether we are using the GNU C compiler
93 configure:3207: gcc -c conftest.c >&5
94 configure:3213: $? = 0
95 configure:3230: result: yes
96 configure:3235: checking whether gcc accepts -g
97 configure:3265: gcc -c -g conftest.c >&5
98 configure:3271: $? = 0
99 configure:3370: result: yes
100 configure:3387: checking for gcc option to accept ISO C89
101 configure:3461: gcc -c -g -O2 conftest.c >&5
102
103 ## ---------------- ##
104 ## Cache variables. ##
105 ## ---------------- ##
106
107 ac_cv_c_compiler_gnu=yes
108 ac_cv_env_CCC_set=
109 ac_cv_env_CCC_value=
110 ac_cv_env_CC_set=
111 ac_cv_env_CC_value=
112 ac_cv_env_CFLAGS_set=
113 ac_cv_env_CFLAGS_value=
114 ac_cv_env_CPPFLAGS_set=
115 ac_cv_env_CPPFLAGS_value=
116 ac_cv_env_CPP_set=
117 ac_cv_env_CPP_value=
118 ac_cv_env_CXXCPP_set=
119 ac_cv_env_CXXCPP_value=
120 ac_cv_env_CXXFLAGS_set=
121 ac_cv_env_CXXFLAGS_value=
122 ac_cv_env_CXX_set=
123 ac_cv_env_CXX_value=
124 ac_cv_env_F77_set=
125 ac_cv_env_F77_value=
126 ac_cv_env_FFLAGS_set=
127 ac_cv_env_FFLAGS_value=
128 ac_cv_env_LDFLAGS_set=
129 ac_cv_env_LDFLAGS_value=
130 ac_cv_env_LIBS_set=
131 ac_cv_env_LIBS_value=
132 ac_cv_env_MATHLIBS_set=
133 ac_cv_env_MATHLIBS_value=
134 ac_cv_env_build_alias_set=set
135 ac_cv_env_build_alias_value=i486-linux-gnu
136 ac_cv_env_host_alias_set=
137 ac_cv_env_host_alias_value=
138 ac_cv_env_target_alias_set=
139 ac_cv_env_target_alias_value=
140 ac_cv_objext=o
141 ac_cv_path_install='/usr/bin/install -c'
142 ac_cv_path_mkdir=/bin/mkdir
143 ac_cv_prog_AWK=gawk
144 ac_cv_prog_ac_ct_CC=gcc
145 ac_cv_prog_cc_c89=no
146 ac_cv_prog_cc_g=yes
147 ac_cv_prog_make_make_set=yes
148
149 ## ----------------- ##
150 ## Output variables. ##
151 ## ----------------- ##
152
153 ACLOCAL='${SHELL} /home/fred/src/debian/packages/libexif/libexif-0.6.16/missing --run aclocal-1.10'
154 AMDEPBACKSLASH=''
155 AMDEP_FALSE=''
156 AMDEP_TRUE=''
157 AMTAR='${SHELL} /home/fred/src/debian/packages/libexif/libexif-0.6.16/missing --run tar'
158 AM_CPPFLAGS=''
159 AM_LDFLAGS=''
160 AR=''
161 AUTOCONF='${SHELL} /home/fred/src/debian/packages/libexif/libexif-0.6.16/missing --run autoconf'
162 AUTOHEADER='${SHELL} /home/fred/src/debian/packages/libexif/libexif-0.6.16/missing --run autoheader'
163 AUTOMAKE='${SHELL} /home/fred/src/debian/packages/libexif/libexif-0.6.16/missing --run automake-1.10'
164 AWK='gawk'
165 BUILD_DOCS_FALSE=''
166 BUILD_DOCS_TRUE=''
167 CC='gcc '
168 CCDEPMODE=''
169 CFLAGS='-g -O2'
170 CPP=''
171 CPPFLAGS=''
172 CXX=''
173 CXXCPP=''
174 CXXDEPMODE=''
175 CXXFLAGS=''
176 CYGPATH_W='echo'
177 DEFS=''
178 DEPDIR=''
179 DOT=''
180 DOXYGEN=''
181 DOXYGEN_OUTPUT_DIR=''
182 ECHO='echo'
183 ECHO_C=''
184 ECHO_N='-n'
185 ECHO_T=''
186 EGREP=''
187 ENABLE_INTERNAL_DOCS_FALSE=''
188 ENABLE_INTERNAL_DOCS_TRUE=''
189 EXEEXT=''
190 F77=''
191 FFLAGS=''
192 GETTEXT_PACKAGE=''
193 GMSGFMT=''
194 GREP=''
195 HAVE_DOT=''
196 HAVE_DOT_FALSE=''
197 HAVE_DOT_TRUE=''
198 HAVE_DOXYGEN_FALSE=''
199 HAVE_DOXYGEN_TRUE=''
200 HTML_APIDOC_DIR=''
201 HTML_APIDOC_INTERNALS_DIR=''
202 INSTALL_DATA='${INSTALL} -m 644'
203 INSTALL_PROGRAM='${INSTALL}'
204 INSTALL_SCRIPT='${INSTALL}'
205 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
206 INTLLIBS=''
207 LDFLAGS=''
208 LIBEXIF_AGE='2'
209 LIBEXIF_CURRENT='14'
210 LIBEXIF_CURRENT_MIN='12'
211 LIBEXIF_REVISION='0'
212 LIBEXIF_VERSION_INFO='14:0:2'
213 LIBICONV=''
214 LIBINTL=''
215 LIBOBJS=''
216 LIBS=''
217 LIBTOOL=''
218 LN_S=''
219 LTLIBICONV=''
220 LTLIBINTL=''
221 LTLIBOBJS=''
222 MAKEINFO='${SHELL} /home/fred/src/debian/packages/libexif/libexif-0.6.16/missing --run makeinfo'
223 MATHLIBS=''
224 MKINSTALLDIRS=''
225 MSGFMT=''
226 MSGMERGE=''
227 OBJEXT='o'
228 PACKAGE='libexif'
229 PACKAGE_BUGREPORT='libexif-devel@lists.sourceforge.net'
230 PACKAGE_NAME='EXIF library'
231 PACKAGE_STRING='EXIF library 0.6.16'
232 PACKAGE_TARNAME='libexif'
233 PACKAGE_VERSION='0.6.16'
234 PATH_SEPARATOR=':'
235 POSUB=''
236 RANLIB=''
237 SED=''
238 SET_MAKE=''
239 SHELL='/bin/bash'
240 SHIP_BINARIES_FALSE=''
241 SHIP_BINARIES_TRUE=''
242 STRIP=''
243 USE_NLS=''
244 VERSION='0.6.16'
245 XGETTEXT=''
246 ac_ct_CC='gcc'
247 ac_ct_CXX=''
248 ac_ct_F77=''
249 am__fastdepCC_FALSE=''
250 am__fastdepCC_TRUE=''
251 am__fastdepCXX_FALSE=''
252 am__fastdepCXX_TRUE=''
253 am__include=''
254 am__isrc=''
255 am__leading_dot='.'
256 am__quote=''
257 am__tar='${AMTAR} chof - "$$tardir"'
258 am__untar='${AMTAR} xf -'
259 bindir='${exec_prefix}/bin'
260 build='i486-linux-gnu'
261 build_alias='i486-linux-gnu'
262 build_cpu=''
263 build_os=''
264 build_vendor=''
265 datadir='${datarootdir}'
266 datarootdir='${prefix}/share'
267 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
268 dvidir='${docdir}'
269 exec_prefix='NONE'
270 host=''
271 host_alias=''
272 host_cpu=''
273 host_os=''
274 host_vendor=''
275 htmldir='${docdir}'
276 includedir='${prefix}/include'
277 infodir='${datarootdir}/info'
278 install_sh='$(SHELL) /home/fred/src/debian/packages/libexif/libexif-0.6.16/install-sh'
279 libdir='${exec_prefix}/lib'
280 libexecdir='${exec_prefix}/libexec'
281 localedir='${datarootdir}/locale'
282 localstatedir='${prefix}/var'
283 mandir='${datarootdir}/man'
284 mkdir_p='/bin/mkdir -p'
285 oldincludedir='/usr/include'
286 pdfdir='${docdir}'
287 prefix='/usr'
288 program_transform_name='s,x,x,'
289 psdir='${docdir}'
290 sbindir='${exec_prefix}/sbin'
291 sharedstatedir='${prefix}/com'
292 sysconfdir='${prefix}/etc'
293 target_alias=''
294
295 ## ----------- ##
296 ## confdefs.h. ##
297 ## ----------- ##
298
299 #define PACKAGE_NAME "EXIF library"
300 #define PACKAGE_TARNAME "libexif"
301 #define PACKAGE_VERSION "0.6.16"
302 #define PACKAGE_STRING "EXIF library 0.6.16"
303 #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
304 #define PACKAGE "libexif"
305 #define VERSION "0.6.16"
306
307 configure: caught signal 2
308 configure: exit 1
0 libexif (0.6.16-2) unstable; urgency=low
1
2 * debian/libexif12.docs: added README file (closes: #434773)
3
4 -- Frederic Peters <fpeters@debian.org> Thu, 26 Jul 2007 19:37:47 +0200
5
06 libexif (0.6.16-1) unstable; urgency=high
17
28 * New upstream release, with security fix: