Build of mp3wrap with vanilla toolchain

The build took 00h 00m 35s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
675 sh
559 ansic
328 makefile
1,562 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mp3wrap 0.5-4 (Wed Aug 24 12:47:07 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets ${MAKE}... yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking for C compiler default output... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether byte ordering is bigendian... no
# checking for gcc option to accept ANSI C... none needed
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for memset... yes
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for stdlib.h... (cached) yes
# checking for working malloc... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: executing default-1 commands
# source='mp3wrap.c' object='mp3wrap.o' libtool=no \
# depfile='.deps/mp3wrap.Po' tmpdepfile='.deps/mp3wrap.TPo' \
# depmode=gcc3 /bin/sh ./depcomp \
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -c `test -f mp3wrap.c || echo './'`mp3wrap.c
# source='wrap.c' object='wrap.o' libtool=no \
# depfile='.deps/wrap.Po' tmpdepfile='.deps/wrap.TPo' \
# depmode=gcc3 /bin/sh ./depcomp \
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -c `test -f wrap.c || echo './'`wrap.c
# wrap.c: In function 'charat':
# wrap.c:36:10: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
# if (pos
# ^~~~~~
# wrap.c:36:10: warning: incompatible implicit declaration of built-in function 'strlen'
# wrap.c:36:10: note: include '' or provide a declaration of 'strlen'
# wrap.c: In function 'cindexsize':
# wrap.c:60:11: warning: incompatible implicit declaration of built-in function 'strlen'
# size += strlen(argv[i+2+optoffset])+1;
# ^~~~~~
# wrap.c:60:11: note: include '' or provide a declaration of 'strlen'
# wrap.c:61:17: warning: incompatible implicit declaration of built-in function 'strlen'
# return (size + strlen(TAG)+(files+2)*4 + PADDING + CRCLEN);
# ^~~~~~
# wrap.c:61:17: note: include '' or provide a declaration of 'strlen'
# wrap.c: In function 'buildindex':
# wrap.c:70:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
# strncpy(wrapindex, TAG, strlen(TAG));
# ^~~~~~~
# wrap.c:70:2: warning: incompatible implicit declaration of built-in function 'strncpy'
# wrap.c:70:2: note: include '' or provide a declaration of 'strncpy'
# wrap.c:70:26: warning: incompatible implicit declaration of built-in function 'strlen'
# strncpy(wrapindex, TAG, strlen(TAG));
# ^~~~~~
# wrap.c:70:26: note: include '' or provide a declaration of 'strlen'
# source='crc.c' object='crc.o' libtool=no \
# depfile='.deps/crc.Po' tmpdepfile='.deps/crc.TPo' \
# depmode=gcc3 /bin/sh ./depcomp \
# gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mp3wrap\" -DVERSION=\"0.5\" -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -c `test -f crc.c || echo './'`crc.c
# gcc -o mp3wrap mp3wrap.o wrap.o crc.o
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/mp3wrap/src/mp3wrap-0.5'
# /bin/sh ./mkinstalldirs /tmp/mp3wrap/pkg/mp3wrap/usr/bin
# /bin/sh ./mkinstalldirs /tmp/mp3wrap/pkg/mp3wrap/usr/share/man/man1
# mkdir /tmp/mp3wrap/pkg/mp3wrap/usr
# mkdir /tmp/mp3wrap/pkg/mp3wrap/usr
# mkdir: cannot create directory '/tmp/mp3wrap/pkg/mp3wrap/usr': File exists
# mkdir /tmp/mp3wrap/pkg/mp3wrap/usr/share
# mkdir /tmp/mp3wrap/pkg/mp3wrap/usr/bin
# mkdir /tmp/mp3wrap/pkg/mp3wrap/usr/share/man
# mkdir /tmp/mp3wrap/pkg/mp3wrap/usr/share/man/man1
# /usr/bin/install -c mp3wrap /tmp/mp3wrap/pkg/mp3wrap/usr/bin/mp3wrap
# /usr/bin/install -c -m 644 ./mp3wrap.1 /tmp/mp3wrap/pkg/mp3wrap/usr/share/man/man1/mp3wrap.1
# make[1]: Leaving directory '/tmp/mp3wrap/src/mp3wrap-0.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "mp3wrap"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: mp3wrap 0.5-4 (Wed Aug 24 12:47:10 UTC 2016)

CMD: pacman --query --file mp3wrap-0.5-4-x86_64.pkg.tar.xz
# mp3wrap 0.5-4

Creating hybrid package for 'mp3wrap'

Trying to find vanilla package 'mp3wrap'...

CMD: pacman --query --file /mirror/mp3wrap-0.5-4.pkg.tar.xz
# mp3wrap 0.5-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/mp3wrap.1.gz
# /usr/bin/mp3wrap

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf mp3wrap.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/mp3wrap.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/mp3wrap.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/mp3wrap.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/mp3wrap/src/mp3wrap-0.5/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.53. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 300b1dca81bf
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1228: checking for a BSD-compatible install
# configure:1282: result: /usr/bin/install -c
# configure:1293: checking whether build environment is sane
# configure:1336: result: yes
# configure:1370: checking for gawk
# configure:1386: found /usr/sbin/gawk
# configure:1396: result: gawk
# configure:1406: checking whether make sets ${MAKE}
# configure:1426: result: yes
# configure:1538: checking for x86_64-unknown-linux-gcc
# configure:1567: result: no
# configure:1576: checking for gcc
# configure:1592: found /usr/sbin/gcc
# configure:1602: result: gcc
# configure:1846: checking for C compiler version
# configure:1849: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:1852: $? = 0
# configure:1854: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:1857: $? = 0
# configure:1859: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:1862: $? = 1
# configure:1888: checking for C compiler default output
# configure:1891: gcc conftest.c >&5
# configure:1894: $? = 0
# configure:1927: result: a.out
# configure:1932: checking whether the C compiler works
# configure:1938: ./a.out
# configure:1941: $? = 0
# configure:1956: result: yes
# configure:1963: checking whether we are cross compiling
# configure:1965: result: no
# configure:1968: checking for suffix of executables
# configure:1970: gcc -o conftest conftest.c >&5
# configure:1973: $? = 0
# configure:1995: result:
# configure:2001: checking for suffix of object files
# configure:2025: gcc -c conftest.c >&5
# configure:2028: $? = 0
# configure:2047: result: o
# configure:2051: checking whether we are using the GNU C compiler
# configure:2078: gcc -c conftest.c >&5
# configure:2081: $? = 0
# configure:2084: test -s conftest.o
# configure:2087: $? = 0
# configure:2099: result: yes
# configure:2105: checking whether gcc accepts -g
# configure:2129: gcc -c -g conftest.c >&5
# configure:2132: $? = 0
# configure:2135: test -s conftest.o
# configure:2138: $? = 0
# configure:2148: result: yes
# configure:2175: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:2178: $? = 1
# configure: failed program was:
# #ifndef __cplusplus
# choke me
# #endif
# configure:2296: checking for style of include used by make
# configure:2324: result: GNU
# configure:2331: checking dependency style of gcc
# configure:2393: result: gcc3
# configure:2410: checking for a BSD-compatible install
# configure:2464: result: /usr/bin/install -c
# configure:2482: checking whether byte ordering is bigendian
# configure:2512: gcc -c conftest.c >&5
# configure:2515: $? = 0
# configure:2518: test -s conftest.o
# configure:2521: $? = 0
# configure:2548: gcc -c conftest.c >&5
# configure: In function 'main':
# configure:2538:2: error: unknown type name 'not'
# {
# ^
# configure:2538:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# {
# ^
# configure:2551: $? = 1
# configure: failed program was:
# #line 2524 "configure"
# #include "confdefs.h"
# #include
# #include
#
# #ifdef F77_DUMMY_MAIN
# # ifdef __cplusplus
# extern "C"
# # endif
# int F77_DUMMY_MAIN() { return 1; }
# #endif
# int
# main ()
# {
# #if BYTE_ORDER != BIG_ENDIAN
# not big endian
# #endif
#
# ;
# return 0;
# }
# configure:2665: result: no
# configure:2684: checking for gcc option to accept ANSI C
# configure:2747: gcc -c conftest.c >&5
# configure:2750: $? = 0
# configure:2753: test -s conftest.o
# configure:2756: $? = 0
# configure:2773: result: none needed
# configure:2781: checking for an ANSI C-conforming const
# configure:2851: gcc -c conftest.c >&5
# configure:2854: $? = 0
# configure:2857: test -s conftest.o
# configure:2860: $? = 0
# configure:2870: result: yes
# configure:2880: checking for inline
# configure:2897: gcc -c conftest.c >&5
# configure:2900: $? = 0
# configure:2903: test -s conftest.o
# configure:2906: $? = 0
# configure:2917: result: inline
# configure:2938: checking for memset
# configure:2981: gcc -o conftest conftest.c >&5
# configure:2953:6: warning: conflicting types for built-in function 'memset'
# /* We use char because int might match the return type of a gcc2
# ^~~~~~
# configure:2984: $? = 0
# configure:2987: test -s conftest
# configure:2990: $? = 0
# configure:3000: result: yes
# configure:3015: checking how to run the C preprocessor
# configure:3041: gcc -E conftest.c
# configure:3047: $? = 0
# configure:3074: gcc -E conftest.c
# configure:3070:28: fatal error: ac_nonexistent.h: No such file or directory
# #line $LINENO "configure"
# ^
# compilation terminated.
# configure:3080: $? = 1
# configure: failed program was:
# #line 3069 "configure"
# #include "confdefs.h"
# #include
# configure:3117: result: gcc -E
# configure:3132: gcc -E conftest.c
# configure:3138: $? = 0
# configure:3165: gcc -E conftest.c
# configure:3161:28: fatal error: ac_nonexistent.h: No such file or directory
# #line $LINENO "configure"
# ^
# compilation terminated.
# configure:3171: $? = 1
# configure: failed program was:
# #line 3160 "configure"
# #include "confdefs.h"
# #include
# configure:3211: checking for ANSI C header files
# configure:3225: gcc -E conftest.c
# configure:3231: $? = 0
# configure:3318: gcc -o conftest conftest.c >&5
# configure: In function 'main':
# configure:3309:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# int i;
# ^~
# configure:3309:7: warning: incompatible implicit declaration of built-in function 'exit'
# configure:3309:7: note: include '' or provide a declaration of 'exit'
# configure:3310:3: warning: incompatible implicit declaration of built-in function 'exit'
# for (i = 0; i < 256; i++)
# ^~~~
# configure:3310:3: note: include '' or provide a declaration of 'exit'
# configure:3321: $? = 0
# configure:3323: ./conftest
# configure:3326: $? = 0
# configure:3340: result: yes
# configure:3364: checking for sys/types.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for sys/stat.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for stdlib.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for string.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for memory.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for strings.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for inttypes.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for stdint.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3364: checking for unistd.h
# configure:3377: gcc -c conftest.c >&5
# configure:3380: $? = 0
# configure:3383: test -s conftest.o
# configure:3386: $? = 0
# configure:3396: result: yes
# configure:3413: checking for stdlib.h
# configure:3418: result: yes
# configure:3522: checking for working malloc
# configure:3554: gcc -o conftest conftest.c >&5
# configure:3557: $? = 0
# configure:3559: ./conftest
# configure:3562: $? = 0
# configure:3575: result: yes
# configure:3699: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.53. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 300b1dca81bf
#
# config.status:590: creating Makefile
# config.status:715: executing default-1 commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func_malloc_works=yes
# ac_cv_func_memset=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "mp3wrap"
# #define VERSION "0.5"
# #define HAVE_MEMSET 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
#
# configure: exit 0