Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836783 - app-text/xournalpp-1.0.20: error: ‘SNDFILE_tag’ does not name a type; did you mean ‘SNDFILE_1’?
Summary: app-text/xournalpp-1.0.20: error: ‘SNDFILE_tag’ does not name a type; did you...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on: 841644
Blocks:
  Show dependency tree
 
Reported: 2022-04-05 00:26 UTC by Michael Hofmann
Modified: 2022-10-18 03:47 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,6.82 KB, text/plain)
2022-04-05 00:33 UTC, Michael Hofmann
Details
build.log (build.log,27.03 KB, text/x-log)
2022-04-05 00:37 UTC, Michael Hofmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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