Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913513 - app-editors/xemacs-21.5.35 - /.../control.h: error: unknown type name snd_ump_endpoint_info_t
Summary: app-editors/xemacs-21.5.35 - /.../control.h: error: unknown type name snd_ump...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: XEmacs team
URL:
Whiteboard:
Keywords:
Depends on: 913521
Blocks:
  Show dependency tree
 
Reported: 2023-09-02 14:27 UTC by Toralf Förster
Modified: 2023-09-07 14:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.17 KB, text/plain)
2023-09-02 14:27 UTC, Toralf Förster
Details
app-editors:xemacs-21.5.35:20230902-142008.log.xz (app-editors:xemacs-21.5.35:20230902-142008.log.xz,11.22 KB, application/x-xz)
2023-09-02 14:27 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,56.67 KB, application/x-xz)
2023-09-02 14:27 UTC, Toralf Förster
Details
environment (environment,110.52 KB, text/plain)
2023-09-02 14:27 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-09-02 14:27 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,27.20 KB, application/x-xz)
2023-09-02 14:27 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,19.11 KB, application/x-xz)
2023-09-02 14:27 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,36.12 KB, application/x-xz)
2023-09-02 14:27 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-09-02 14:27:49 UTC
too long lines were shrinked:

      |                          ^~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement  -Wunused-parameter  -O3 -fno-strict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -no-pi
x86_64-pc-linux-gnu-gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement  -Wunused-parameter  -O3 -fno-strict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -no-pi
x86_64-pc-linux-gnu-gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement  -Wunused-parameter  -O3 -fno-strict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -no-pi
x86_64-pc-linux-gnu-gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement  -Wunused-parameter  -O3 -fno-strict-aliasing -O2 -pipe -march=native -fno-diagnostics-color -no-pi
In file included from alsaplay.c:40:
/usr/include/alsa/control.h:417:47: error: unknown type name 'snd_ump_endpoint_info_t'
  417 | int snd_ctl_ump_endpoint_info(snd_ctl_t *ctl, snd_ump_endpoint_info_t *info);
      |                                               ^~~~~~~~~~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd-20230828-124516

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.72.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit a084445c4fd5791a54adac039d5bb5c9086438f1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 2 10:31:51 2023 +0000

    2023-09-02 10:31:50 UTC

emerge -qpvO app-editors/xemacs
[ebuild   R   ] app-editors/xemacs-21.5.35  USE="X alsa athena dnd gdbm gif gpm jpeg png pop tiff xft xim -Xaw3d -berkdb -bignum -debug -freewnn -ldap -motif -nas -neXt -postgres -xface"
Comment 1 Toralf Förster gentoo-dev 2023-09-02 14:27:50 UTC
Created attachment 869226 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-02 14:27:50 UTC
Created attachment 869227 [details]
app-editors:xemacs-21.5.35:20230902-142008.log.xz
Comment 3 Toralf Förster gentoo-dev 2023-09-02 14:27:51 UTC
Created attachment 869228 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2023-09-02 14:27:53 UTC
Created attachment 869229 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-09-02 14:27:53 UTC
Created attachment 869230 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-02 14:27:54 UTC
Created attachment 869231 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-02 14:27:55 UTC
Created attachment 869232 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-09-02 14:27:56 UTC
Created attachment 869233 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2023-09-07 14:48:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd39f1f240ebd443106c162bcd7c1b22a55f26c

commit 0cd39f1f240ebd443106c162bcd7c1b22a55f26c
Author:     Violet Purcell <vimproved@inventati.org>
AuthorDate: 2023-09-07 12:05:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-09-07 14:47:35 +0000

    media-libs/alsa-lib: Backport UMP header file detection fix
    
    Closes: https://bugs.gentoo.org/913513
    Closes: https://bugs.gentoo.org/913521
    Signed-off-by: Violet Purcell <vimproved@inventati.org>
    Closes: https://github.com/gentoo/gentoo/pull/32660
    Signed-off-by: Sam James <sam@gentoo.org>

 ...lib-1.2.10.ebuild => alsa-lib-1.2.10-r1.ebuild} |  1 +
 .../alsa-lib-1.2.10-ump-header-detection.patch     | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)