From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 01 15:50:12 2020 Received: (at submit) by debbugs.gnu.org; 1 Oct 2020 19:50:12 +0000 Received: from localhost ([127.0.0.1]:38459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO4ai-0005i2-Cz for submit@debbugs.gnu.org; Thu, 01 Oct 2020 15:50:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:38948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO4ag-0005hn-Pj for submit@debbugs.gnu.org; Thu, 01 Oct 2020 15:50:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37012) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO4af-0004rI-TW for bug-guix@gnu.org; Thu, 01 Oct 2020 15:50:10 -0400 Received: from knopi.disroot.org ([178.21.23.139]:52706) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO4ab-0005Nb-0P for bug-guix@gnu.org; Thu, 01 Oct 2020 15:50:09 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7143151BDA for ; Thu, 1 Oct 2020 21:50:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XrjG0bqVW8_g for ; Thu, 1 Oct 2020 21:50:01 +0200 (CEST) To: bug-guix@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1601581801; bh=UNRSnKrX8CDHyn2jIH1Vd68X7oqjS/3rkGWh7RDieoc=; h=To:From:Subject:Date; b=H3Gldc3YOhrDpTEFX2KUal3Xutu4ZOakYXAdNcH8PWjBK2Co5xa+LbwwY4oCifVuF 8BpyQUWFi+G83DK0p3MgAcWlFw71ON7wXtl/UH5C+kmDTkfKe9+KDda3vZeNhUOhqi DotDXxKTOIaz9T1PgVyqDUIK2GDHmihsyoBJ+hPWSmB0g99OZ7OwK6HDomLcuUyL2L 6X0yGzyvQV4XX7y6mUd7cI+LeX5IEc4AlGqVEXxD7jEhO/j8JzMlHERWxqC/W1J/su N7493KQAfX7mdGl4ljinMijVB6sJXAxPa6RwzonPL1AQ6RT84Ry6wfkiDRKAP17uvo T0SowOG1reKmg== From: Marinus Savoritias Subject: Utox fails to install Message-ID: <0f130f93-88e5-1bfc-6230-8f69da552187@disroot.org> Date: Thu, 1 Oct 2020 21:49:53 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=marinus.savoritias@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/01 15:50:02 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I tried to install Utox today and it fails with the following issue: The corresponding part of the log: In file included from /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:33:0: /gnu/store/aqidpw0zfj1sr6cbqqs27j5dj202cfkp-openal-1.20.1/include/AL/alc.h:34:26: error: conflicting types for ‘ALCdevice’ typedef struct ALCdevice ALCdevice; ^~~~~~~~~ In file included from /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:1:0: /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.h:8:33: note: previous declaration of ‘ALCdevice’ was here typedef struct ALCdevice_struct ALCdevice; ^~~~~~~~~ /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:161:6: error: conflicting types for ‘utox_audio_in_device_set’ bool utox_audio_in_device_set(ALCdevice *new_device) { ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:1:0: /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.h:68:6: note: previous declaration of ‘utox_audio_in_device_set’ was here bool utox_audio_in_device_set(ALCdevice *new_device); ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:178:12: error: conflicting types for ‘utox_audio_in_device_get’ ALCdevice *utox_audio_in_device_get(void) { ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:1:0: /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.h:70:12: note: previous declaration of ‘utox_audio_in_device_get’ was here ALCdevice *utox_audio_in_device_get(void); ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:265:6: error: conflicting types for ‘utox_audio_out_device_set’ bool utox_audio_out_device_set(ALCdevice *new_device) { ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:1:0: /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.h:69:6: note: previous declaration of ‘utox_audio_out_device_set’ was here bool utox_audio_out_device_set(ALCdevice *new_device); ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:278:12: error: conflicting types for ‘utox_audio_out_device_get’ ALCdevice *utox_audio_out_device_get(void) { ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.c:1:0: /tmp/guix-build-utox-0.17.1.drv-0/source/src/av/audio.h:72:12: note: previous declaration of ‘utox_audio_out_device_get’ was here ALCdevice *utox_audio_out_device_get(void); ^~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [src/av/CMakeFiles/utoxAV.dir/build.make:79: src/av/CMakeFiles/utoxAV.dir/audio.c.o] Error 1 make[2]: Leaving directory '/tmp/guix-build-utox-0.17.1.drv-0/build' make[1]: *** [CMakeFiles/Makefile2:356: src/av/CMakeFiles/utoxAV.dir/all] Error 2 make[1]: Leaving directory '/tmp/guix-build-utox-0.17.1.drv-0/build' make: *** [Makefile:166: all] Error 2 command "make" "-j" "1" failed with status 2 Marinus Savoritias From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 03 17:15:34 2020 Received: (at 43750-done) by debbugs.gnu.org; 3 Dec 2020 22:15:34 +0000 Received: from localhost ([127.0.0.1]:42029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkwsl-0008QH-AC for submit@debbugs.gnu.org; Thu, 03 Dec 2020 17:15:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkwsj-0008Pw-Uz; Thu, 03 Dec 2020 17:15:22 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53010) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkwse-00044v-DM; Thu, 03 Dec 2020 17:15:16 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=52434 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kkwsd-0004e4-T9; Thu, 03 Dec 2020 17:15:16 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Robert Karszniewicz Subject: Re: [bug#44971] [PATCH 1/2] gnu: utox: Update to 0.18.0. References: <20201130211830.25925-1-avoidr@posteo.de> Date: Thu, 03 Dec 2020 23:15:14 +0100 In-Reply-To: <20201130211830.25925-1-avoidr@posteo.de> (Robert Karszniewicz's message of "Mon, 30 Nov 2020 22:18:29 +0100") Message-ID: <871rg6bkp9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43750-done Cc: 44971-done@debbugs.gnu.org, 43750-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Robert Karszniewicz skribis: > * gnu/packages/messaging.scm (utox): Update to 0.18.0. Applied! > Hello, I wanted to add, that my uTox package update fixes bug #43750. > http://issues.guix.gnu.org/43750 Nice. I added a =E2=80=9CFixes=E2=80=9D line to the commit log. Thanks, Ludo=E2=80=99. From unknown Sat Aug 16 13:47:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Jan 2021 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator