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

Bug 836783

Summary: app-text/xournalpp-1.0.20: error: ‘SNDFILE_tag’ does not name a type; did you mean ‘SNDFILE_1’?
Product: Gentoo Linux Reporter: Michael Hofmann <bugs>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=836355
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 841644    
Bug Blocks:    
Attachments: emerge --info
build.log

Description Michael Hofmann 2022-04-05 00:26:20 UTC
emerge app-text/xournalpp-1.0.20 fails with

In file included from /var/tmp/portage/app-text/xournalpp-1.0.20/work/xournalpp-1.0.20/src/util/audio/AudioPlayer.h:18,
                 from /var/tmp/portage/app-text/xournalpp-1.0.20/work/xournalpp-1.0.20/src/control/AudioController.h:19,
                 from /var/tmp/portage/app-text/xournalpp-1.0.20/work/xournalpp-1.0.20/src/control/Control.h:19,
                 from /var/tmp/portage/app-text/xournalpp-1.0.20/work/xournalpp-1.0.20/src/control/Control.cpp:1:
/var/tmp/portage/app-text/xournalpp-1.0.20/work/xournalpp-1.0.20/src/util/audio/VorbisProducer.h:42:9: error: ‘SNDFILE_tag’ does not name a type; did you mean ‘SNDFILE_1’?
   42 |         SNDFILE_tag* sfFile = nullptr;
      |         ^~~~~~~~~~~
      |         SNDFILE_1
ninja: build stopped: subcommand failed.

See: https://forums.gentoo.org/viewtopic-t-1148006.html

I get the error on my machine as well.

Proposed solution: stabilize 1.1.1-r1.
Comment 1 Michael Hofmann 2022-04-05 00:33:28 UTC
Created attachment 768803 [details]
emerge --info
Comment 2 Michael Hofmann 2022-04-05 00:37:22 UTC
Created attachment 768804 [details]
build.log