Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 685136

Summary: media-libs/libopenshot-audio-0.1.4 - .../JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelA....
Product: Gentoo Linux Reporter: Kobboi <gentoo>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: silvio.gerli, steils, toralf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/OpenShot/libopenshot-audio/issues/33
https://bugs.gentoo.org/show_bug.cgi?id=685044
https://bugs.gentoo.org/show_bug.cgi?id=690964
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Kobboi 2019-05-05 21:11:25 UTC
[ 30%] Building CXX object CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp.o
/usr/bin/x86_64-pc-linux-gnu-g++ -DLINUX -Dopenshot_audio_EXPORTS -I/usr/include/freetype2 -I/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode   -DNDEBUG -O2 -march=x86-64 -pipe -fomit-frame-pointer -g -ggdb -fPIC   -o CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp.o -c /var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp
In file included from /var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/juce_graphics.h:82,
                 from /var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/juce_gui_basics.h:28,
                 from /var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.h:28,
                 from /var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/juce_audio_processors.cpp:39:
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getAlpha()’:
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:113:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[3]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
  113 |     forcedinline uint8& getAlpha() noexcept           { return comps [indexA]; }
      |                                                                ~~~~~~~~~~~~~^
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getRed()’:
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:114:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[2]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
  114 |     forcedinline uint8& getRed() noexcept             { return comps [indexR]; }
      |                                                                ~~~~~~~~~~~~~^
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getGreen()’:
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:115:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[1]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
  115 |     forcedinline uint8& getGreen() noexcept           { return comps [indexG]; }
      |                                                                ~~~~~~~~~~~~~^
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h: In member function ‘juce::uint8& juce::PixelARGB::getBlue()’:
/var/tmp/portage/media-libs/libopenshot-audio-0.1.4/work/libopenshot-audio-0.1.4/JuceLibraryCode/modules/juce_audio_processors/../juce_gui_basics/../juce_graphics/colour/juce_PixelFormats.h:116:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[0]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
  116 |     forcedinline uint8& getBlue() noexcept            { return comps [indexB]; }
      |                                                                ~~~~~~~~~~~~~^
Comment 1 Kobboi 2019-05-05 21:12:54 UTC
Compiled successfully January 16, now using GCC 9.1
Comment 2 Kobboi 2019-05-05 21:27:13 UTC
See upstream bug: https://github.com/OpenShot/libopenshot-audio/issues/33
Comment 3 Kobboi 2019-05-06 09:02:15 UTC
Created attachment 575390 [details]
build.log
Comment 4 Silvio 2019-05-06 23:40:10 UTC
i doesn't compile even with gcc 8.3
Same error
Comment 5 coding.paulo.feitosa 2019-05-21 13:53:08 UTC
Same for me gcc (Gentoo 9.1.0 p1.0) 9.1.0
Comment 6 Peter Levine 2019-06-04 05:49:45 UTC
Reported upstream: https://github.com/google/googletest/issues/2269
Upstream PR: https://github.com/google/googletest/pull/2270
Comment 7 Peter Levine 2019-06-04 05:50:49 UTC
(In reply to Peter Levine from comment #6)
> Reported upstream: https://github.com/google/googletest/issues/2269
> Upstream PR: https://github.com/google/googletest/pull/2270

Wrong bug.  Disregard.
Comment 8 Stefan Strogin gentoo-dev 2019-06-11 20:54:42 UTC
*** Bug 686292 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2019-06-13 15:31:44 UTC
The bug has been closed via the following commit(s):

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

commit c0f2bd393ef4f222b699a647e9b93989bb9b0e2c
Author:     Stefan Strogin <steils@gentoo.org>
AuthorDate: 2019-06-12 15:16:13 +0000
Commit:     Stefan Strogin <steils@gentoo.org>
CommitDate: 2019-06-13 15:30:44 +0000

    media-libs/libopenshot-audio: bump version to 0.1.9_pre20190502
    
    Closes: https://bugs.gentoo.org/685136
    Closes: https://bugs.gentoo.org/685202
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Signed-off-by: Stefan Strogin <steils@gentoo.org>

 media-libs/libopenshot-audio/Manifest              |  1 +
 .../libopenshot-audio-0.1.9_pre20190502.ebuild     | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)