Opened 5 years ago
Closed 5 years ago
#526 closed Bug Report (fixed)
md2-lv2-svn segfault while building
| Reported by: | anonymous | Owned by: | dave |
|---|---|---|---|
| Priority: | major | Component: | Plugins |
| Keywords: | ftbfs debian | Cc: |
Description
Arch Linux
gcc 4.5.1
libpng 1.4.3
vstgui/vstgui.cpp: In member function ‘bool VSTGUI::CBitmap::openPng(const char*)’:
vstgui/vstgui.cpp:3782:19: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3782:19: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3783:20: warning: ‘png_info_struct::height’ is deprecated (declared at /usr/include/libpng14/png.h:640)
vstgui/vstgui.cpp:3783:20: warning: ‘png_info_struct::height’ is deprecated (declared at /usr/include/libpng14/png.h:640)
vstgui/vstgui.cpp: In member function ‘void* VSTGUI::CBitmap::createPixmapFromPng(VSTGUI::CDrawContext*)’:
vstgui/vstgui.cpp:3813:41: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3813:41: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3820:13: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3820:13: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3820:29: warning: ‘png_info_struct::height’ is deprecated (declared at /usr/include/libpng14/png.h:640)
vstgui/vstgui.cpp:3820:29: warning: ‘png_info_struct::height’ is deprecated (declared at /usr/include/libpng14/png.h:640)
vstgui/vstgui.cpp:3827:36: warning: ‘png_info_struct::height’ is deprecated (declared at /usr/include/libpng14/png.h:640)
vstgui/vstgui.cpp:3827:36: warning: ‘png_info_struct::height’ is deprecated (declared at /usr/include/libpng14/png.h:640)
vstgui/vstgui.cpp:3828:37: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
vstgui/vstgui.cpp:3828:37: warning: ‘png_info_struct::width’ is deprecated (declared at /usr/include/libpng14/png.h:639)
cd ./mda.lv2 && ../lvz/gendata ./*.so > manifest.ttl
/bin/sh: line 1: 7361 Segmentation fault ../lvz/gendata ./*.so > manifest.ttl
make: * [data] Error 139
Change History (2)
comment:1 Changed 5 years ago by alessio@…
- Keywords ftbfs debian added
comment:2 Changed 5 years ago by dave
- Resolution set to fixed
- Status changed from new to closed
Fixed. I just don't built the GUI stuff anymore, it was only used for SpecMeter?, which really isn't worth the hassle.

I can confirm this:
cp src/mdaSpecMeter.png mda.lv2
if [ ! pkg-config --exists gtk+-2.0 ]; then \
cd ./mda.lv2 && ../lvz/gendata ./*.so > manifest.ttl
Segmentation fault
make[1]: * [data] Error 139
make[1]: Leaving directory `/tmp/buildd/mda-lv2-0~svn2614'
dh_auto_build: make -j1 returned exit code 2