Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557354 - media-sound/qsampler-0.3.1 USE=libgig cannot open libgig.so.7
Summary: media-sound/qsampler-0.3.1 USE=libgig cannot open libgig.so.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-12 09:22 UTC by Ben de Groot (RETIRED)
Modified: 2016-08-30 12:50 UTC (History)
0 users

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 Ben de Groot (RETIRED) gentoo-dev 2015-08-12 09:22:37 UTC
/usr/bin/qsampler: error while loading shared libraries: libgig.so.7: cannot open shared object file: No such file or directory

Works fine with libgig useflag disabled. QSampler seems to link correctly with:

g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o qsampler .obj/qsampler.o .obj/qsamplerOptions.o .obj/qsamplerChannel.o .obj/qsamplerMessages.o .obj/qsamplerInstrument.o .obj/qsamplerInstrumentList.o .obj/qsamplerDevice.o .obj/qsamplerFxSend.o .obj/qsamplerFxSendsModel.o .obj/qsamplerUtilities.o .obj/qsamplerInstrumentForm.o .obj/qsamplerInstrumentListForm.o .obj/qsamplerDeviceForm.o .obj/qsamplerDeviceStatusForm.o .obj/qsamplerChannelStrip.o .obj/qsamplerChannelForm.o .obj/qsamplerChannelFxForm.o .obj/qsamplerOptionsForm.o .obj/qsamplerMainForm.o .obj/qrc_qsampler.o .obj/moc_qsamplerChannel.o .obj/moc_qsamplerMessages.o .obj/moc_qsamplerDevice.o .obj/moc_qsamplerFxSendsModel.o .obj/moc_qsamplerInstrumentForm.o .obj/moc_qsamplerInstrumentListForm.o .obj/moc_qsamplerDeviceForm.o .obj/moc_qsamplerDeviceStatusForm.o .obj/moc_qsamplerChannelStrip.o .obj/moc_qsamplerChannelForm.o .obj/moc_qsamplerChannelFxForm.o .obj/moc_qsamplerOptionsForm.o .obj/moc_qsamplerMainForm.o   -L/usr/lib64 -L/usr/lib -L/usr/local/lib64 -L/usr/local/lib -llscp -L/usr/lib64/libgig -lgig -lX11 -lQt5Widgets -lQt5Gui -lQt5Core -lGLESv2 -lpthread
Comment 1 Alexis Ballier gentoo-dev 2016-08-30 12:50:01 UTC
commit e1d26a8b707391f2157551f7acf25f10eda43c21
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Tue Aug 30 14:48:08 2016 +0200

    media-libs/libgig: add LDPATH env.d file so that libgig.so can be found at runtime