From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78435 invoked by alias); 17 Oct 2016 13:46:02 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 76937 invoked by uid 89); 17 Oct 2016 13:46:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Audio, 0x128, UD:alure.git, codec X-HELO: mail-yw0-f176.google.com Received: from mail-yw0-f176.google.com (HELO mail-yw0-f176.google.com) (209.85.161.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Oct 2016 13:45:50 +0000 Received: by mail-yw0-f176.google.com with SMTP id w3so115244602ywg.1 for ; Mon, 17 Oct 2016 06:45:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=GCGiEJCvPTsTRE21DpaqkmPhERAId8aUfQseCqrszLA=; b=lLcuWlWTv7MM+Hwo7zm57YdVJkBz/00STY5bXy6qToBXAW9HlMcgBUUwFflSvgaTn6 Mlnag5eNt+lot8aUoFAAmWSrocv7WQczF6aOPLKalVZTZrnQg4kYgqRDXj35rhRo6i4d A3H9JbXmPceOUVtV105L6615oDUrGTxd7hmbQH/oAZgnC+QnbwdROvKO9i4VZBBuFSU9 y63c/aoLlaIX5i7cW5K06QhjWwR8uBW2ANvqzvKorAIa1Wzf1dBSh3Yi5BvFgqscPwqs afKXEwbYwOhNCNl0YH2rmxQKFLIEdc36iCYwn38dH/XgoYBVamqmp+pGms7KchBjLHRq joLA== X-Gm-Message-State: AA6/9RlfLdJKpqYterVBu3gCW5D4TH8WqjL4Ic4zqe6ddM2zAcomMEVFNOosAyDAvEc4Ag== X-Received: by 10.28.193.65 with SMTP id r62mr8117069wmf.12.1476711948879; Mon, 17 Oct 2016 06:45:48 -0700 (PDT) Received: from ?IPv6:2003:6a:8f07:9700:213:ceff:fe36:fac0? ([2003:6a:8f07:9700:213:ceff:fe36:fac0]) by smtp.gmail.com with ESMTPSA id f2sm53177986wjr.2.2016.10.17.06.45.47 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Oct 2016 06:45:48 -0700 (PDT) Subject: Re: [ITP] alure 1.2 To: cygwin-apps@cygwin.com References: <63e7af2d-03ee-802e-dfdd-9eb2152d839f@fishpost.de> From: Bastian Germann X-Enigmail-Draft-Status: N1110 Message-ID: <32c91db6-8a6b-c02d-559f-babb16417c3a@fishpost.de> Date: Mon, 17 Oct 2016 13:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00024.txt.bz2 Am 16.10.2016 um 23:30 schrieb Marco Atzeri: > However I suggest to not build the static library > and to install only the shared one, as this is the default > on cygwin. Ok. > Any reason to not add FLAC (Free Lossless Audio Codec) > dependency ? Yes, there is a reason: The symbols used from FLAC/stream_decoder.h cannot be linked: [ 70%] Linking CXX shared library cygalure-1.dll CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::GetLength()': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:160: undefined reference to `FLAC__stream_decoder_get_total_samples' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:160:(.text$_ZN10flacStream9GetLengthEv[_ZN10flacStream9GetLengthEv]+0x5): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_get_total_samples' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::Rewind()': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:148: undefined reference to `FLAC__stream_decoder_seek_absolute' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:148:(.text$_ZN10flacStream6RewindEv[_ZN10flacStream6RewindEv]+0xf): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_seek_absolute' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::GetData(unsigned char*, unsigned int)': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:138: undefined reference to `FLAC__stream_decoder_process_single' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:138:(.text$_ZN10flacStream7GetDataEPhj[_ZN10flacStream7GetDataEPhj]+0x73): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_process_single' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:139: undefined reference to `FLAC__stream_decoder_get_state' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:139:(.text$_ZN10flacStream7GetDataEPhj[_ZN10flacStream7GetDataEPhj]+0x8a): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_get_state' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::~flacStream()': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:191: undefined reference to `FLAC__stream_decoder_finish' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:191:(.text$_ZN10flacStreamD1Ev[_ZN10flacStreamD1Ev]+0x1d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_finish' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:192: undefined reference to `FLAC__stream_decoder_delete' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:192:(.text$_ZN10flacStreamD1Ev[_ZN10flacStreamD1Ev]+0x26): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_delete' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::~flacStream()': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:191: undefined reference to `FLAC__stream_decoder_finish' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:191:(.text$_ZN10flacStreamD0Ev[_ZN10flacStreamD0Ev]+0x1d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_finish' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:192: undefined reference to `FLAC__stream_decoder_delete' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:192:(.text$_ZN10flacStreamD0Ev[_ZN10flacStreamD0Ev]+0x26): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_delete' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::flacStream(std::istream*)': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:169: undefined reference to `FLAC__stream_decoder_new' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:169:(.text$_ZN11DecoderDeclI10flacStreamLi1EE7FactoryEPSi[_ZN11DecoderDeclI10flacStreamLi1EE7FactoryEPSi]+0xb0): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_new' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:172: undefined reference to `FLAC__stream_decoder_init_stream' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:172:(.text$_ZN11DecoderDeclI10flacStreamLi1EE7FactoryEPSi[_ZN11DecoderDeclI10flacStreamLi1EE7FactoryEPSi]+0x117): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `FLAC__stream_decoder_init_stream' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:182: undefined reference to `FLAC__stream_decoder_delete' /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:182:(.text$_ZN11DecoderDeclI10flacStreamLi1EE7FactoryEPSi[_ZN11DecoderDeclI10flacStreamLi1EE7FactoryEPSi]+0x128): additional relocation overflows omitted from the output CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::InitFlac()': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:209: undefined reference to `FLAC__stream_decoder_process_single' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::flacStream(std::istream*)': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:180: undefined reference to `FLAC__stream_decoder_finish' CMakeFiles/alure.dir/src/codec_flac.o: In function `flacStream::InitFlac()': /usr/src/debug/alure-1.2-1/src/codec_flac.cpp:210: undefined reference to `FLAC__stream_decoder_get_state' > Additional, the upstream package has no manuals > for the utils, but that is bad practice. > Can you add the one from debian ? > > https://anonscm.debian.org/cgit/pkg-games/alure.git/tree/debian I will include them with the next iteration. Regards, Bastian