Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574092 - net-wireless/bluez-5.37 on bigendian - tools/avinfo.c:193:24: error: unknown type name ‘a2dp_ldac_t’
Summary: net-wireless/bluez-5.37 on bigendian - tools/avinfo.c:193:24: error: unknown ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 573370
  Show dependency tree
 
Reported: 2016-02-07 13:07 UTC by Jeroen Roovers (RETIRED)
Modified: 2016-02-12 09:42 UTC (History)
0 users

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


Attachments
net-wireless:bluez-5.37:20160207-114525.log (net-wireless:bluez-5.37:20160207-114525.log,51.41 KB, text/plain)
2016-02-07 13:07 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2016-02-07 13:07:33 UTC
Created attachment 424836 [details]
net-wireless:bluez-5.37:20160207-114525.log

[ebuild     U ~] net-wireless/bluez-5.37:0/3::gentoo [5.35:0/3::gentoo] USE="cups doc%* obex readline {test} test-programs%* udev -debug -extra-tools% (-selinux) (-systemd)" PYTHON_TARGETS="python2_7%*" 0 KiB
Comment 1 Pacho Ramos gentoo-dev 2016-02-08 10:54:10 UTC
I was trying yesterday to reproduce this problem but I couldn t :(
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-02-12 08:24:23 UTC
(In reply to Pacho Ramos from comment #1)
> I was trying yesterday to reproduce this problem but I couldn t :(

That's likely because in profiles/audio/a2dp-codecs.h, you find yourself in the 

#if __BYTE_ORDER == __LITTLE_ENDIAN

section, where that struct is defined, whereas I ended up in the bigendian section, where it is not.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2016-02-12 08:50:26 UTC
Fixed without revision bump.
Comment 4 Pacho Ramos gentoo-dev 2016-02-12 09:42:08 UTC
Thanks a lot Jeroen!