Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936678 - media-sound/reaper-bin-7.18 does not compile
Summary: media-sound/reaper-bin-7.18 does not compile
Status: RESOLVED DUPLICATE of bug 935731
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-26 20:31 UTC by Jean-Claude Gervais
Modified: 2024-07-29 07:21 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Claude Gervais 2024-07-26 20:31:16 UTC
x86_64-pc-linux-gnu-g++ -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=25600 -O2 -pipe -fvisibility=hidden -fno-math-errno -fPIC -DPIC -Wall -Wshadow -Wno-unused-function -Wno-multichar -Wtype-limits -Wno-unused-value -Wno-error=array-bounds -DSWELL_MAKING_DYLIB -D_FILE_OFFSET_BITS=64 -Wno-unused-result -Werror -Wno-deprecated-declarations -DNDEBUG -DSWELL_TARGET_GDK=3 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/fribidi -DSWELL_PRELOAD="libgdk-3.so.0" -DSWELL_LICE_GDI -DSWELL_FREETYPE -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DSWELL_FONTCONFIG -Wl,-z,lazy   -c -o lice_bmp.o ../lice/lice_bmp.cpp
swell-gdi-lice.cpp: In function ‘void SWELL_internalLICEpaint(HWND, LICE_IBitmap*, int, int, bool)’:
swell-gdi-lice.cpp:1591:36: error: storing the address of local variable ‘ctx’ in ‘*hwnd.HWND__::m_paintctx’ [-Werror=dangling-pointer=]
 1591 |     if (forceref) hwnd->m_paintctx = &ctx;
      |                   ~~~~~~~~~~~~~~~~~^~~~~~
swell-gdi-lice.cpp:1580:27: note: ‘ctx’ declared here
 1580 |     swell_gdpLocalContext ctx;
      |                           ^~~
swell-gdi-lice.cpp:1566:35: note: ‘hwnd’ declared here
 1566 | void SWELL_internalLICEpaint(HWND hwnd, LICE_IBitmap *bmout, int bmout_xpos, int bmout_ypos, bool forceref)
Comment 1 Leung Ki Chi 2024-07-27 00:57:11 UTC
Where is "emerge --info", build log, all the basic info?
Comment 2 Jean-Claude Gervais 2024-07-27 02:21:38 UTC
output of `emerge --info '=media-sound/reaper-bin-7.18::gentoo'`
https://paste.gentoo.zip/yxzX0vE0

Build log:
https://paste.gentoo.zip/x4SiulZ7

ebuild environment
https://paste.gentoo.zip/36LYsut8
Comment 3 Agostino Sarubbo gentoo-dev 2024-07-29 07:21:41 UTC

*** This bug has been marked as a duplicate of bug 935731 ***