GNU bug report logs - #43750
Utox fails to install

Previous Next

Package: guix;

Reported by: Marinus Savoritias <marinus.savoritias <at> disroot.org>

Date: Thu, 1 Oct 2020 19:51:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43750 in the body.
You can then email your comments to 43750 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#43750; Package guix. (Thu, 01 Oct 2020 19:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Marinus Savoritias <marinus.savoritias <at> disroot.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 01 Oct 2020 19:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marinus Savoritias <marinus.savoritias <at> disroot.org>
To: bug-guix <at> gnu.org
Subject: Utox fails to install
Date: Thu, 1 Oct 2020 21:49:53 +0200
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




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 03 Dec 2020 22:16:02 GMT) Full text and rfc822 format available.

Notification sent to Marinus Savoritias <marinus.savoritias <at> disroot.org>:
bug acknowledged by developer. (Thu, 03 Dec 2020 22:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 43750-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Robert Karszniewicz <avoidr <at> posteo.de>
Cc: 44971-done <at> debbugs.gnu.org, 43750-done <at> debbugs.gnu.org
Subject: Re: [bug#44971] [PATCH 1/2] gnu: utox: Update to 0.18.0.
Date: Thu, 03 Dec 2020 23:15:14 +0100
Hi,

Robert Karszniewicz <avoidr <at> posteo.de> 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 “Fixes” line to the commit log.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Jan 2021 12:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 109 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.