*** setup configure Configuring OpenAL-1.3.1.3... Dependency OpenGL -any: using OpenGL-2.4.0.1 Dependency base -any: using base-4.2.0.0 Using Cabal-1.8.0.2 compiled by ghc-6.12 Using compiler: ghc-6.12.1 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/OpenAL-1.3.1.3/ghc-6.12.1 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/OpenAL-1.3.1.3 Documentation installed in: /usr/local/tmp/archive/install/share/doc/OpenAL-1.3.1.3 Using alex version 2.3.1 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.3 found on system at: /usr/bin/gcc Using ghc version 6.12.1 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.1 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.7.2 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.16 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.22 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar sh configure --with-compiler=ghc --prefix=/usr/local/tmp/archive/install checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... 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 gcc option to accept ISO C89... none needed checking for library containing alGenSources... -lopenal checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 AL/al.h usability... yes checking AL/al.h presence... yes checking for AL/al.h... yes checking AL/alc.h usability... yes checking AL/alc.h presence... yes checking for AL/alc.h... yes checking AL/alext.h usability... no checking AL/alext.h presence... yes configure: WARNING: AL/alext.h: present but cannot be compiled configure: WARNING: AL/alext.h: check for missing prerequisite headers? configure: WARNING: AL/alext.h: see the Autoconf documentation configure: WARNING: AL/alext.h: section "Present But Cannot Be Compiled" configure: WARNING: AL/alext.h: proceeding with the preprocessor's result configure: WARNING: AL/alext.h: in the future, the compiler will take precedence configure: WARNING: ## ----------------------------------- ## configure: WARNING: ## Report this to sven.panne@aedion.de ## configure: WARNING: ## ----------------------------------- ## checking for AL/alext.h... yes checking whether alcCloseDevice returns void... no checking whether alcMakeContextCurrent returns void... no checking whether alcProcessContext returns void... yes checking whether alcDestroyContext returns void... yes checking Haskell type for ALboolean... Int8 checking Haskell type for ALchar... Int8 checking Haskell type for ALbyte... Int8 checking Haskell type for ALubyte... Word8 checking Haskell type for ALshort... Int16 checking Haskell type for ALushort... Word16 checking Haskell type for ALint... Int32 checking Haskell type for ALuint... Word32 checking Haskell type for ALsizei... Int32 checking Haskell type for ALenum... Int32 checking Haskell type for ALfloat... Float checking Haskell type for ALdouble... Double checking Haskell type for ALCboolean... Int8 checking Haskell type for ALCchar... Int8 checking Haskell type for ALCbyte... Int8 checking Haskell type for ALCubyte... Word8 checking Haskell type for ALCshort... Int16 checking Haskell type for ALCushort... Word16 checking Haskell type for ALCint... Int32 checking Haskell type for ALCuint... Word32 checking Haskell type for ALCsizei... Int32 checking Haskell type for ALCenum... Int32 checking Haskell type for ALCfloat... Float checking Haskell type for ALCdouble... Double checking value of AL_FALSE... 0 checking value of AL_TRUE... 1 checking value of AL_NO_ERROR... 0 checking value of AL_INVALID_NAME... 40961 checking value of AL_INVALID_ENUM... 40962 checking value of AL_INVALID_VALUE... 40963 checking value of AL_INVALID_OPERATION... 40964 checking value of AL_OUT_OF_MEMORY... 40965 checking value of AL_DOPPLER_FACTOR... 49152 checking value of AL_SPEED_OF_SOUND... 49155 checking value of AL_DISTANCE_MODEL... 53248 checking value of AL_VERSION... 45058 checking value of AL_RENDERER... 45059 checking value of AL_VENDOR... 45057 checking value of AL_EXTENSIONS... 45060 checking value of AL_NONE... 0 checking value of AL_INVERSE_DISTANCE... 53249 checking value of AL_INVERSE_DISTANCE_CLAMPED... 53250 checking value of AL_LINEAR_DISTANCE... 53251 checking value of AL_LINEAR_DISTANCE_CLAMPED... 53252 checking value of AL_EXPONENT_DISTANCE... 53253 checking value of AL_EXPONENT_DISTANCE_CLAMPED... 53254 checking value of AL_POSITION... 4100 checking value of AL_VELOCITY... 4102 checking value of AL_GAIN... 4106 checking value of AL_ORIENTATION... 4111 checking value of AL_SOURCE_RELATIVE... 514 checking value of AL_SOURCE_TYPE... 4135 checking value of AL_LOOPING... 4103 checking value of AL_BUFFER... 4105 checking value of AL_BUFFERS_QUEUED... 4117 checking value of AL_BUFFERS_PROCESSED... 4118 checking value of AL_MIN_GAIN... 4109 checking value of AL_MAX_GAIN... 4110 checking value of AL_REFERENCE_DISTANCE... 4128 checking value of AL_ROLLOFF_FACTOR... 4129 checking value of AL_MAX_DISTANCE... 4131 checking value of AL_PITCH... 4099 checking value of AL_DIRECTION... 4101 checking value of AL_CONE_INNER_ANGLE... 4097 checking value of AL_CONE_OUTER_ANGLE... 4098 checking value of AL_CONE_OUTER_GAIN... 4130 checking value of AL_SEC_OFFSET... 4132 checking value of AL_SAMPLE_OFFSET... 4133 checking value of AL_BYTE_OFFSET... 4134 checking value of AL_SOURCE_STATE... 4112 checking value of AL_UNDETERMINED... 4144 checking value of AL_STATIC... 4136 checking value of AL_STREAMING... 4137 checking value of AL_INITIAL... 4113 checking value of AL_PLAYING... 4114 checking value of AL_PAUSED... 4115 checking value of AL_STOPPED... 4116 checking value of AL_FREQUENCY... 8193 checking value of AL_SIZE... 8196 checking value of AL_BITS... 8194 checking value of AL_CHANNELS... 8195 checking value of AL_FORMAT_MONO8... 4352 checking value of AL_FORMAT_MONO16... 4353 checking value of AL_FORMAT_STEREO8... 4354 checking value of AL_FORMAT_STEREO16... 4355 checking value of ALC_FALSE... 0 checking value of ALC_TRUE... 1 checking value of ALC_FREQUENCY... 4103 checking value of ALC_REFRESH... 4104 checking value of ALC_SYNC... 4105 checking value of ALC_MONO_SOURCES... 4112 checking value of ALC_STEREO_SOURCES... 4113 checking value of ALC_NO_ERROR... 0 checking value of ALC_INVALID_DEVICE... 40961 checking value of ALC_INVALID_CONTEXT... 40962 checking value of ALC_INVALID_ENUM... 40963 checking value of ALC_INVALID_VALUE... 40964 checking value of ALC_INVALID_OPERATION... 40966 checking value of ALC_OUT_OF_MEMORY... 40965 checking value of ALC_DEFAULT_DEVICE_SPECIFIER... 4100 checking value of ALC_DEVICE_SPECIFIER... 4101 checking value of ALC_EXTENSIONS... 4102 checking value of ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER... 785 checking value of ALC_CAPTURE_DEVICE_SPECIFIER... 784 checking value of ALC_ATTRIBUTES_SIZE... 4098 checking value of ALC_ALL_ATTRIBUTES... 4099 checking value of ALC_MAJOR_VERSION... 4096 checking value of ALC_MINOR_VERSION... 4097 checking value of ALC_CAPTURE_SAMPLES... 786 configure: creating ./config.status config.status: creating OpenAL.buildinfo config.status: creating include/HsOpenALConfig.h config.status: include/HsOpenALConfig.h is unchanged config.status: creating include/HsOpenAL.h config.status: include/HsOpenAL.h is unchanged Reading parameters from ./OpenAL.buildinfo *** setup haddock Reading parameters from ./OpenAL.buildinfo Running Haddock for OpenAL-1.3.1.3... /usr/local/bin/haddock --use-contents=/package/OpenAL-1.3.1.3 --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library OpenAL-1.3.1.3... Running hscolour for OpenAL-1.3.1.3... Creating dist/doc/html/OpenAL (and its parents) Creating dist/doc/html/OpenAL/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/OpenAL/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL.html Sound/OpenAL.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL.html Sound/OpenAL/AL.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-ALboolean.html Sound/OpenAL/AL/ALboolean.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Attenuation.html Sound/OpenAL/AL/Attenuation.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-BasicTypes.html Sound/OpenAL/AL/BasicTypes.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Buffer.html Sound/OpenAL/AL/Buffer.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-BufferInternal.html Sound/OpenAL/AL/BufferInternal.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Doppler.html Sound/OpenAL/AL/Doppler.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Errors.html Sound/OpenAL/AL/Errors.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Extensions.html Sound/OpenAL/AL/Extensions.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Format.html Sound/OpenAL/AL/Format.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Listener.html Sound/OpenAL/AL/Listener.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Source.html Sound/OpenAL/AL/Source.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-StringQueries.html Sound/OpenAL/AL/StringQueries.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC.html Sound/OpenAL/ALC.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-BasicTypes.html Sound/OpenAL/ALC/BasicTypes.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Capture.html Sound/OpenAL/ALC/Capture.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Context.html Sound/OpenAL/ALC/Context.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Device.html Sound/OpenAL/ALC/Device.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Errors.html Sound/OpenAL/ALC/Errors.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Extensions.html Sound/OpenAL/ALC/Extensions.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-PeekPoke.html Sound/OpenAL/AL/PeekPoke.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-QueryUtils.html Sound/OpenAL/AL/QueryUtils.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-SourceState.html Sound/OpenAL/AL/SourceState.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-String.html Sound/OpenAL/AL/String.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-ALCboolean.html Sound/OpenAL/ALC/ALCboolean.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-QueryUtils.html Sound/OpenAL/ALC/QueryUtils.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-String.html Sound/OpenAL/ALC/String.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-Config.html Sound/OpenAL/Config.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-Constants.html Sound/OpenAL/Constants.hs Warning: The documentation for the following packages are not installed. No links will be generated to these packages: ffi-1.0, rts-1.0 /usr/local/bin/ghc --print-libdir /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL.hs Sound/OpenAL.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL.hs Sound/OpenAL/AL.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/ALboolean.hs Sound/OpenAL/AL/ALboolean.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Attenuation.hs Sound/OpenAL/AL/Attenuation.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/BasicTypes.hs Sound/OpenAL/AL/BasicTypes.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Buffer.hs Sound/OpenAL/AL/Buffer.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/BufferInternal.hs Sound/OpenAL/AL/BufferInternal.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Doppler.hs Sound/OpenAL/AL/Doppler.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Errors.hs Sound/OpenAL/AL/Errors.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Extensions.hs Sound/OpenAL/AL/Extensions.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Format.hs Sound/OpenAL/AL/Format.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Listener.hs Sound/OpenAL/AL/Listener.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/Source.hs Sound/OpenAL/AL/Source.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/StringQueries.hs Sound/OpenAL/AL/StringQueries.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC.hs Sound/OpenAL/ALC.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/BasicTypes.hs Sound/OpenAL/ALC/BasicTypes.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/Capture.hs Sound/OpenAL/ALC/Capture.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/Context.hs Sound/OpenAL/ALC/Context.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/Device.hs Sound/OpenAL/ALC/Device.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/Errors.hs Sound/OpenAL/ALC/Errors.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/Extensions.hs Sound/OpenAL/ALC/Extensions.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/PeekPoke.hs Sound/OpenAL/AL/PeekPoke.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/QueryUtils.hs Sound/OpenAL/AL/QueryUtils.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/SourceState.hs Sound/OpenAL/AL/SourceState.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/AL/String.hs Sound/OpenAL/AL/String.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/ALCboolean.hs Sound/OpenAL/ALC/ALCboolean.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/QueryUtils.hs Sound/OpenAL/ALC/QueryUtils.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/ALC/String.hs Sound/OpenAL/ALC/String.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/Config.hs Sound/OpenAL/Config.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp26825/Sound/OpenAL/Constants.hs Sound/OpenAL/Constants.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall Creating dist/doc/html/OpenAL/ (and its parents) /usr/local/bin/haddock --use-contents=/package/OpenAL-1.3.1.3 --prologue=dist/doc/html/OpenAL/haddock-prolog26825.txt --dump-interface=dist/doc/html/OpenAL/OpenAL.haddock --optghc=-package-name --optghc=OpenAL-1.3.1.3 --hide=Sound.OpenAL.AL.PeekPoke --hide=Sound.OpenAL.AL.QueryUtils --hide=Sound.OpenAL.AL.SourceState --hide=Sound.OpenAL.AL.String --hide=Sound.OpenAL.ALC.ALCboolean --hide=Sound.OpenAL.ALC.QueryUtils --hide=Sound.OpenAL.ALC.String --hide=Sound.OpenAL.Config --hide=Sound.OpenAL.Constants --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --verbosity=1 --html --read-interface=/packages/archive/GLURaw/1.1.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/GLURaw-1.1.0.0/html/GLURaw.haddock --read-interface=/packages/archive/ObjectName/1.0.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/ObjectName-1.0.0.0/html/ObjectName.haddock --read-interface=/packages/archive/OpenGL/2.4.0.1/doc/html,/usr/local/tmp/archive/install/share/doc/OpenGL-2.4.0.1/html/OpenGL.haddock --read-interface=/packages/archive/OpenGLRaw/1.1.0.1/doc/html,/usr/local/tmp/archive/install/share/doc/OpenGLRaw-1.1.0.1/html/OpenGLRaw.haddock --read-interface=/packages/archive/StateVar/1.0.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/StateVar-1.0.0.0/html/StateVar.haddock --read-interface=/packages/archive/Tensor/1.0.0.1/doc/html,/usr/local/tmp/archive/install/share/doc/Tensor-1.0.0.1/html/Tensor.haddock --read-interface=/packages/archive/base/4.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.0/base.haddock --read-interface=/packages/archive/ghc-prim/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/packages/archive/integer-gmp/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/integer-gmp.haddock --odir=dist/doc/html/OpenAL/ --title=OpenAL-1.3.1.3: A binding to the OpenAL cross-platform 3D audio API --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-Iinclude --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-stubdir --optghc=dist/build --optghc=-package-id --optghc=OpenGL-2.4.0.1-287d3690a722567cbfbe052edaf296d0 --optghc=-package-id --optghc=base-4.2.0.0-c9182baf5cf44f2e72b2298fa160086c --optghc=-O --optghc=-DCALLCONV=ccall --optghc=-XCPP --optghc=-XForeignFunctionInterface -B/usr/local/lib/ghc-6.12.1 dist/build/tmp26825/Sound/OpenAL.hs dist/build/tmp26825/Sound/OpenAL/AL.hs dist/build/tmp26825/Sound/OpenAL/AL/ALboolean.hs dist/build/tmp26825/Sound/OpenAL/AL/Attenuation.hs dist/build/tmp26825/Sound/OpenAL/AL/BasicTypes.hs dist/build/tmp26825/Sound/OpenAL/AL/Buffer.hs dist/build/tmp26825/Sound/OpenAL/AL/BufferInternal.hs dist/build/tmp26825/Sound/OpenAL/AL/Doppler.hs dist/build/tmp26825/Sound/OpenAL/AL/Errors.hs dist/build/tmp26825/Sound/OpenAL/AL/Extensions.hs dist/build/tmp26825/Sound/OpenAL/AL/Format.hs dist/build/tmp26825/Sound/OpenAL/AL/Listener.hs dist/build/tmp26825/Sound/OpenAL/AL/Source.hs dist/build/tmp26825/Sound/OpenAL/AL/StringQueries.hs dist/build/tmp26825/Sound/OpenAL/ALC.hs dist/build/tmp26825/Sound/OpenAL/ALC/BasicTypes.hs dist/build/tmp26825/Sound/OpenAL/ALC/Capture.hs dist/build/tmp26825/Sound/OpenAL/ALC/Context.hs dist/build/tmp26825/Sound/OpenAL/ALC/Device.hs dist/build/tmp26825/Sound/OpenAL/ALC/Errors.hs dist/build/tmp26825/Sound/OpenAL/ALC/Extensions.hs dist/build/tmp26825/Sound/OpenAL/AL/PeekPoke.hs dist/build/tmp26825/Sound/OpenAL/AL/QueryUtils.hs dist/build/tmp26825/Sound/OpenAL/AL/SourceState.hs dist/build/tmp26825/Sound/OpenAL/AL/String.hs dist/build/tmp26825/Sound/OpenAL/ALC/ALCboolean.hs dist/build/tmp26825/Sound/OpenAL/ALC/QueryUtils.hs dist/build/tmp26825/Sound/OpenAL/ALC/String.hs dist/build/tmp26825/Sound/OpenAL/Config.hs dist/build/tmp26825/Sound/OpenAL/Constants.hs Sound/OpenAL.hs:47:7: Could not find module `Graphics.Rendering.OpenGL.GL.StateVar': It is a member of the hidden package `OpenGL-2.2.3.0'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. It is a member of the hidden package `OpenGL-2.2.2.0'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. It is a member of the hidden package `OpenGL-2.2.1.1'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. It is a member of the hidden package `OpenGL-2.1'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. Use -v to see a list of the files searched for. *** Trying again with preferred-versions *** setup configure Configuring OpenAL-1.3.1.3... Dependency OpenGL -any: using OpenGL-2.4.0.1 Dependency base <4: using base-3.0.3.2 Using Cabal-1.8.0.2 compiled by ghc-6.12 Using compiler: ghc-6.12.1 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/OpenAL-1.3.1.3/ghc-6.12.1 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/OpenAL-1.3.1.3 Documentation installed in: /usr/local/tmp/archive/install/share/doc/OpenAL-1.3.1.3 Using alex version 2.3.1 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.3 found on system at: /usr/bin/gcc Using ghc version 6.12.1 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.1 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.7.2 found on system at: /usr/local/bin/haddock Using happy version 1.17 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.16 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.22 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar sh configure --with-compiler=ghc --prefix=/usr/local/tmp/archive/install checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... 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 gcc option to accept ISO C89... none needed checking for library containing alGenSources... -lopenal checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 AL/al.h usability... yes checking AL/al.h presence... yes checking for AL/al.h... yes checking AL/alc.h usability... yes checking AL/alc.h presence... yes checking for AL/alc.h... yes checking AL/alext.h usability... no checking AL/alext.h presence... yes configure: WARNING: AL/alext.h: present but cannot be compiled configure: WARNING: AL/alext.h: check for missing prerequisite headers? configure: WARNING: AL/alext.h: see the Autoconf documentation configure: WARNING: AL/alext.h: section "Present But Cannot Be Compiled" configure: WARNING: AL/alext.h: proceeding with the preprocessor's result configure: WARNING: AL/alext.h: in the future, the compiler will take precedence configure: WARNING: ## ----------------------------------- ## configure: WARNING: ## Report this to sven.panne@aedion.de ## configure: WARNING: ## ----------------------------------- ## checking for AL/alext.h... yes checking whether alcCloseDevice returns void... no checking whether alcMakeContextCurrent returns void... no checking whether alcProcessContext returns void... yes checking whether alcDestroyContext returns void... yes checking Haskell type for ALboolean... Int8 checking Haskell type for ALchar... Int8 checking Haskell type for ALbyte... Int8 checking Haskell type for ALubyte... Word8 checking Haskell type for ALshort... Int16 checking Haskell type for ALushort... Word16 checking Haskell type for ALint... Int32 checking Haskell type for ALuint... Word32 checking Haskell type for ALsizei... Int32 checking Haskell type for ALenum... Int32 checking Haskell type for ALfloat... Float checking Haskell type for ALdouble... Double checking Haskell type for ALCboolean... Int8 checking Haskell type for ALCchar... Int8 checking Haskell type for ALCbyte... Int8 checking Haskell type for ALCubyte... Word8 checking Haskell type for ALCshort... Int16 checking Haskell type for ALCushort... Word16 checking Haskell type for ALCint... Int32 checking Haskell type for ALCuint... Word32 checking Haskell type for ALCsizei... Int32 checking Haskell type for ALCenum... Int32 checking Haskell type for ALCfloat... Float checking Haskell type for ALCdouble... Double checking value of AL_FALSE... 0 checking value of AL_TRUE... 1 checking value of AL_NO_ERROR... 0 checking value of AL_INVALID_NAME... 40961 checking value of AL_INVALID_ENUM... 40962 checking value of AL_INVALID_VALUE... 40963 checking value of AL_INVALID_OPERATION... 40964 checking value of AL_OUT_OF_MEMORY... 40965 checking value of AL_DOPPLER_FACTOR... 49152 checking value of AL_SPEED_OF_SOUND... 49155 checking value of AL_DISTANCE_MODEL... 53248 checking value of AL_VERSION... 45058 checking value of AL_RENDERER... 45059 checking value of AL_VENDOR... 45057 checking value of AL_EXTENSIONS... 45060 checking value of AL_NONE... 0 checking value of AL_INVERSE_DISTANCE... 53249 checking value of AL_INVERSE_DISTANCE_CLAMPED... 53250 checking value of AL_LINEAR_DISTANCE... 53251 checking value of AL_LINEAR_DISTANCE_CLAMPED... 53252 checking value of AL_EXPONENT_DISTANCE... 53253 checking value of AL_EXPONENT_DISTANCE_CLAMPED... 53254 checking value of AL_POSITION... 4100 checking value of AL_VELOCITY... 4102 checking value of AL_GAIN... 4106 checking value of AL_ORIENTATION... 4111 checking value of AL_SOURCE_RELATIVE... 514 checking value of AL_SOURCE_TYPE... 4135 checking value of AL_LOOPING... 4103 checking value of AL_BUFFER... 4105 checking value of AL_BUFFERS_QUEUED... 4117 checking value of AL_BUFFERS_PROCESSED... 4118 checking value of AL_MIN_GAIN... 4109 checking value of AL_MAX_GAIN... 4110 checking value of AL_REFERENCE_DISTANCE... 4128 checking value of AL_ROLLOFF_FACTOR... 4129 checking value of AL_MAX_DISTANCE... 4131 checking value of AL_PITCH... 4099 checking value of AL_DIRECTION... 4101 checking value of AL_CONE_INNER_ANGLE... 4097 checking value of AL_CONE_OUTER_ANGLE... 4098 checking value of AL_CONE_OUTER_GAIN... 4130 checking value of AL_SEC_OFFSET... 4132 checking value of AL_SAMPLE_OFFSET... 4133 checking value of AL_BYTE_OFFSET... 4134 checking value of AL_SOURCE_STATE... 4112 checking value of AL_UNDETERMINED... 4144 checking value of AL_STATIC... 4136 checking value of AL_STREAMING... 4137 checking value of AL_INITIAL... 4113 checking value of AL_PLAYING... 4114 checking value of AL_PAUSED... 4115 checking value of AL_STOPPED... 4116 checking value of AL_FREQUENCY... 8193 checking value of AL_SIZE... 8196 checking value of AL_BITS... 8194 checking value of AL_CHANNELS... 8195 checking value of AL_FORMAT_MONO8... 4352 checking value of AL_FORMAT_MONO16... 4353 checking value of AL_FORMAT_STEREO8... 4354 checking value of AL_FORMAT_STEREO16... 4355 checking value of ALC_FALSE... 0 checking value of ALC_TRUE... 1 checking value of ALC_FREQUENCY... 4103 checking value of ALC_REFRESH... 4104 checking value of ALC_SYNC... 4105 checking value of ALC_MONO_SOURCES... 4112 checking value of ALC_STEREO_SOURCES... 4113 checking value of ALC_NO_ERROR... 0 checking value of ALC_INVALID_DEVICE... 40961 checking value of ALC_INVALID_CONTEXT... 40962 checking value of ALC_INVALID_ENUM... 40963 checking value of ALC_INVALID_VALUE... 40964 checking value of ALC_INVALID_OPERATION... 40966 checking value of ALC_OUT_OF_MEMORY... 40965 checking value of ALC_DEFAULT_DEVICE_SPECIFIER... 4100 checking value of ALC_DEVICE_SPECIFIER... 4101 checking value of ALC_EXTENSIONS... 4102 checking value of ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER... 785 checking value of ALC_CAPTURE_DEVICE_SPECIFIER... 784 checking value of ALC_ATTRIBUTES_SIZE... 4098 checking value of ALC_ALL_ATTRIBUTES... 4099 checking value of ALC_MAJOR_VERSION... 4096 checking value of ALC_MINOR_VERSION... 4097 checking value of ALC_CAPTURE_SAMPLES... 786 configure: creating ./config.status config.status: creating OpenAL.buildinfo config.status: creating include/HsOpenALConfig.h config.status: include/HsOpenALConfig.h is unchanged config.status: creating include/HsOpenAL.h config.status: include/HsOpenAL.h is unchanged Reading parameters from ./OpenAL.buildinfo *** setup haddock Reading parameters from ./OpenAL.buildinfo Running Haddock for OpenAL-1.3.1.3... /usr/local/bin/haddock --use-contents=/package/OpenAL-1.3.1.3 --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library OpenAL-1.3.1.3... Running hscolour for OpenAL-1.3.1.3... Creating dist/doc/html/OpenAL (and its parents) Creating dist/doc/html/OpenAL/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/OpenAL/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL.html Sound/OpenAL.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL.html Sound/OpenAL/AL.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-ALboolean.html Sound/OpenAL/AL/ALboolean.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Attenuation.html Sound/OpenAL/AL/Attenuation.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-BasicTypes.html Sound/OpenAL/AL/BasicTypes.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Buffer.html Sound/OpenAL/AL/Buffer.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-BufferInternal.html Sound/OpenAL/AL/BufferInternal.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Doppler.html Sound/OpenAL/AL/Doppler.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Errors.html Sound/OpenAL/AL/Errors.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Extensions.html Sound/OpenAL/AL/Extensions.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Format.html Sound/OpenAL/AL/Format.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Listener.html Sound/OpenAL/AL/Listener.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-Source.html Sound/OpenAL/AL/Source.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-StringQueries.html Sound/OpenAL/AL/StringQueries.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC.html Sound/OpenAL/ALC.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-BasicTypes.html Sound/OpenAL/ALC/BasicTypes.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Capture.html Sound/OpenAL/ALC/Capture.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Context.html Sound/OpenAL/ALC/Context.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Device.html Sound/OpenAL/ALC/Device.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Errors.html Sound/OpenAL/ALC/Errors.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-Extensions.html Sound/OpenAL/ALC/Extensions.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-PeekPoke.html Sound/OpenAL/AL/PeekPoke.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-QueryUtils.html Sound/OpenAL/AL/QueryUtils.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-SourceState.html Sound/OpenAL/AL/SourceState.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-AL-String.html Sound/OpenAL/AL/String.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-ALCboolean.html Sound/OpenAL/ALC/ALCboolean.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-QueryUtils.html Sound/OpenAL/ALC/QueryUtils.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-ALC-String.html Sound/OpenAL/ALC/String.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-Config.html Sound/OpenAL/Config.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/OpenAL/src/Sound-OpenAL-Constants.html Sound/OpenAL/Constants.hs Warning: The documentation for the following packages are not installed. No links will be generated to these packages: base-3.0.3.2, ffi-1.0, rts-1.0 /usr/local/bin/ghc --print-libdir /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL.hs Sound/OpenAL.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL.hs Sound/OpenAL/AL.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/ALboolean.hs Sound/OpenAL/AL/ALboolean.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Attenuation.hs Sound/OpenAL/AL/Attenuation.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/BasicTypes.hs Sound/OpenAL/AL/BasicTypes.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Buffer.hs Sound/OpenAL/AL/Buffer.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/BufferInternal.hs Sound/OpenAL/AL/BufferInternal.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Doppler.hs Sound/OpenAL/AL/Doppler.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Errors.hs Sound/OpenAL/AL/Errors.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Extensions.hs Sound/OpenAL/AL/Extensions.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Format.hs Sound/OpenAL/AL/Format.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Listener.hs Sound/OpenAL/AL/Listener.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/Source.hs Sound/OpenAL/AL/Source.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/StringQueries.hs Sound/OpenAL/AL/StringQueries.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC.hs Sound/OpenAL/ALC.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/BasicTypes.hs Sound/OpenAL/ALC/BasicTypes.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/Capture.hs Sound/OpenAL/ALC/Capture.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/Context.hs Sound/OpenAL/ALC/Context.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/Device.hs Sound/OpenAL/ALC/Device.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/Errors.hs Sound/OpenAL/ALC/Errors.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/Extensions.hs Sound/OpenAL/ALC/Extensions.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/PeekPoke.hs Sound/OpenAL/AL/PeekPoke.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/QueryUtils.hs Sound/OpenAL/AL/QueryUtils.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/SourceState.hs Sound/OpenAL/AL/SourceState.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/AL/String.hs Sound/OpenAL/AL/String.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/ALCboolean.hs Sound/OpenAL/ALC/ALCboolean.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/QueryUtils.hs Sound/OpenAL/ALC/QueryUtils.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/ALC/String.hs Sound/OpenAL/ALC/String.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/Config.hs Sound/OpenAL/Config.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall /usr/local/bin/ghc -E -cpp -x hs -optP-include -optPdist/build/autogen/cabal_macros.h -o dist/build/tmp31550/Sound/OpenAL/Constants.hs Sound/OpenAL/Constants.hs -Dlinux_BUILD_OS -Dlinux_HOST_OS -Di386_BUILD_ARCH -Di386_HOST_ARCH -D__GLASGOW_HASKELL__=612 -Iinclude -DCALLCONV=ccall Creating dist/doc/html/OpenAL/ (and its parents) /usr/local/bin/haddock --use-contents=/package/OpenAL-1.3.1.3 --prologue=dist/doc/html/OpenAL/haddock-prolog31550.txt --dump-interface=dist/doc/html/OpenAL/OpenAL.haddock --optghc=-package-name --optghc=OpenAL-1.3.1.3 --hide=Sound.OpenAL.AL.PeekPoke --hide=Sound.OpenAL.AL.QueryUtils --hide=Sound.OpenAL.AL.SourceState --hide=Sound.OpenAL.AL.String --hide=Sound.OpenAL.ALC.ALCboolean --hide=Sound.OpenAL.ALC.QueryUtils --hide=Sound.OpenAL.ALC.String --hide=Sound.OpenAL.Config --hide=Sound.OpenAL.Constants --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --verbosity=1 --html --read-interface=/packages/archive/GLURaw/1.1.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/GLURaw-1.1.0.0/html/GLURaw.haddock --read-interface=/packages/archive/ObjectName/1.0.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/ObjectName-1.0.0.0/html/ObjectName.haddock --read-interface=/packages/archive/OpenGL/2.4.0.1/doc/html,/usr/local/tmp/archive/install/share/doc/OpenGL-2.4.0.1/html/OpenGL.haddock --read-interface=/packages/archive/OpenGLRaw/1.1.0.1/doc/html,/usr/local/tmp/archive/install/share/doc/OpenGLRaw-1.1.0.1/html/OpenGLRaw.haddock --read-interface=/packages/archive/StateVar/1.0.0.0/doc/html,/usr/local/tmp/archive/install/share/doc/StateVar-1.0.0.0/html/StateVar.haddock --read-interface=/packages/archive/Tensor/1.0.0.1/doc/html,/usr/local/tmp/archive/install/share/doc/Tensor-1.0.0.1/html/Tensor.haddock --read-interface=/packages/archive/base/4.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.0/base.haddock --read-interface=/packages/archive/ghc-prim/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/packages/archive/integer-gmp/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.0/integer-gmp.haddock --read-interface=/packages/archive/syb/0.1.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/syb-0.1.0.2/syb.haddock --odir=dist/doc/html/OpenAL/ --title=OpenAL-1.3.1.3: A binding to the OpenAL cross-platform 3D audio API --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-Iinclude --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-stubdir --optghc=dist/build --optghc=-package-id --optghc=OpenGL-2.4.0.1-287d3690a722567cbfbe052edaf296d0 --optghc=-package-id --optghc=base-3.0.3.2-52acef427378232ec569bca0486ee48f --optghc=-O --optghc=-DCALLCONV=ccall --optghc=-XCPP --optghc=-XForeignFunctionInterface -B/usr/local/lib/ghc-6.12.1 dist/build/tmp31550/Sound/OpenAL.hs dist/build/tmp31550/Sound/OpenAL/AL.hs dist/build/tmp31550/Sound/OpenAL/AL/ALboolean.hs dist/build/tmp31550/Sound/OpenAL/AL/Attenuation.hs dist/build/tmp31550/Sound/OpenAL/AL/BasicTypes.hs dist/build/tmp31550/Sound/OpenAL/AL/Buffer.hs dist/build/tmp31550/Sound/OpenAL/AL/BufferInternal.hs dist/build/tmp31550/Sound/OpenAL/AL/Doppler.hs dist/build/tmp31550/Sound/OpenAL/AL/Errors.hs dist/build/tmp31550/Sound/OpenAL/AL/Extensions.hs dist/build/tmp31550/Sound/OpenAL/AL/Format.hs dist/build/tmp31550/Sound/OpenAL/AL/Listener.hs dist/build/tmp31550/Sound/OpenAL/AL/Source.hs dist/build/tmp31550/Sound/OpenAL/AL/StringQueries.hs dist/build/tmp31550/Sound/OpenAL/ALC.hs dist/build/tmp31550/Sound/OpenAL/ALC/BasicTypes.hs dist/build/tmp31550/Sound/OpenAL/ALC/Capture.hs dist/build/tmp31550/Sound/OpenAL/ALC/Context.hs dist/build/tmp31550/Sound/OpenAL/ALC/Device.hs dist/build/tmp31550/Sound/OpenAL/ALC/Errors.hs dist/build/tmp31550/Sound/OpenAL/ALC/Extensions.hs dist/build/tmp31550/Sound/OpenAL/AL/PeekPoke.hs dist/build/tmp31550/Sound/OpenAL/AL/QueryUtils.hs dist/build/tmp31550/Sound/OpenAL/AL/SourceState.hs dist/build/tmp31550/Sound/OpenAL/AL/String.hs dist/build/tmp31550/Sound/OpenAL/ALC/ALCboolean.hs dist/build/tmp31550/Sound/OpenAL/ALC/QueryUtils.hs dist/build/tmp31550/Sound/OpenAL/ALC/String.hs dist/build/tmp31550/Sound/OpenAL/Config.hs dist/build/tmp31550/Sound/OpenAL/Constants.hs Sound/OpenAL.hs:47:7: Could not find module `Graphics.Rendering.OpenGL.GL.StateVar': It is a member of the hidden package `OpenGL-2.2.3.0'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. It is a member of the hidden package `OpenGL-2.2.2.0'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. It is a member of the hidden package `OpenGL-2.2.1.1'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. It is a member of the hidden package `OpenGL-2.1'. Perhaps you need to add `OpenGL' to the build-depends in your .cabal file. Use -v to see a list of the files searched for.