The following packages will be installed: cmt Fetching README... 0%100%100%100%100%100%Done Fetching cmt.SlackBuild... 0%100%100%100%100%100%Done Fetching cmt.info... 0%100%100%100%100%100%Done Fetching fix_sine.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done cmt/ cmt/README cmt/plugins/ cmt/doc/ cmt/doc/changes.html cmt/doc/plugins.html cmt/doc/adding_plugins.html cmt/doc/license.html cmt/doc/tasks.html cmt/doc/bugs.html cmt/doc/COPYING cmt/doc/index.html cmt/doc/overview.html cmt/doc/installation.html cmt/src/ cmt/src/cmt.cpp cmt/src/utils.h cmt/src/logistic.cpp cmt/src/null.cpp cmt/src/pink.cpp cmt/src/pinknoise.h cmt/src/filter.cpp cmt/src/lofi.cpp cmt/src/ambisonic.cpp cmt/src/peak.cpp cmt/src/sine.cpp cmt/src/pink_full.cpp cmt/src/syndrum.cpp cmt/src/sledgehammer.cpp cmt/src/grain.cpp cmt/src/wshape_sine.cpp cmt/src/vcf303.cpp cmt/src/disintegrator.cpp cmt/src/cmt.h cmt/src/run_adding.h cmt/src/delay.cpp cmt/src/hardgate.cpp cmt/src/descriptor.cpp cmt/src/amp.cpp cmt/src/organ.cpp cmt/src/freeverb/ cmt/src/freeverb/readme.txt cmt/src/freeverb/freeverb.cpp cmt/src/freeverb/Components/ cmt/src/freeverb/Components/allpass.cpp cmt/src/freeverb/Components/comb.cpp cmt/src/freeverb/Components/revmodel.h cmt/src/freeverb/Components/comb.h cmt/src/freeverb/Components/allpass.h cmt/src/freeverb/Components/tuning.h cmt/src/freeverb/Components/denormals.h cmt/src/freeverb/Components/revmodel.cpp cmt/src/phasemod.cpp cmt/src/mixer.cpp cmt/src/pink_sh.cpp cmt/src/makefile cmt/src/ladspa_types.h cmt/src/init.cpp cmt/src/dynamic.cpp cmt/src/noise.cpp cmt/src/am.cpp cmt/src/canyondelay.cpp cmt/src/analogue.cpp patching file src/sine.cpp make: Entering directory '/usr/src/slapt-src/audio/cmt/cmt/src' g++ -Wall -O3 -fPIC -c -o am.o am.cpp g++ -Wall -O3 -fPIC -c -o ambisonic.o ambisonic.cpp g++ -Wall -O3 -fPIC -c -o amp.o amp.cpp g++ -Wall -O3 -fPIC -c -o analogue.o analogue.cpp analogue.cpp: In static member function ‘static void Analogue::run(LADSPA_Handle, long unsigned int)’: analogue.cpp:350:20: warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized] c * *ports[PORT_VELOCITY] * sample; ^ analogue.cpp:348:20: warning: ‘a’ may be used uninitialized in this function [-Wmaybe-uninitialized] sample = a * analogue->d1 + ^ analogue.cpp:349:20: warning: ‘b’ may be used uninitialized in this function [-Wmaybe-uninitialized] b * analogue->d2 + ^ g++ -Wall -O3 -fPIC -c -o canyondelay.o canyondelay.cpp g++ -Wall -O3 -fPIC -c -o cmt.o cmt.cpp g++ -Wall -O3 -fPIC -c -o descriptor.o descriptor.cpp g++ -Wall -O3 -fPIC -c -o delay.o delay.cpp g++ -Wall -O3 -fPIC -c -o dynamic.o dynamic.cpp g++ -Wall -O3 -fPIC -c -o filter.o filter.cpp g++ -Wall -O3 -fPIC -c -o freeverb/Components/allpass.o freeverb/Components/allpass.cpp In file included from freeverb/Components/allpass.h:9:0, from freeverb/Components/allpass.cpp:7: freeverb/Components/allpass.h: In member function ‘float allpass::process(float)’: freeverb/Components/allpass.h:36:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(bufout); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ g++ -Wall -O3 -fPIC -c -o freeverb/Components/comb.o freeverb/Components/comb.cpp In file included from freeverb/Components/comb.h:10:0, from freeverb/Components/comb.cpp:7: freeverb/Components/comb.h: In member function ‘float comb::process(float)’: freeverb/Components/comb.h:41:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(output); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ freeverb/Components/comb.h:44:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(filterstore); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ g++ -Wall -O3 -fPIC -c -o freeverb/Components/revmodel.o freeverb/Components/revmodel.cpp In file included from freeverb/Components/comb.h:10:0, from freeverb/Components/revmodel.h:10, from freeverb/Components/revmodel.cpp:7: freeverb/Components/comb.h: In member function ‘float comb::process(float)’: freeverb/Components/comb.h:41:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(output); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ freeverb/Components/comb.h:44:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(filterstore); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ freeverb/Components/allpass.h: In member function ‘float allpass::process(float)’: freeverb/Components/allpass.h:36:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(bufout); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ g++ -Wall -O3 -fPIC -c -o freeverb/freeverb.o freeverb/freeverb.cpp In file included from freeverb/Components/comb.h:10:0, from freeverb/Components/revmodel.h:10, from freeverb/freeverb.cpp:31: freeverb/Components/comb.h: In member function ‘float comb::process(float)’: freeverb/Components/comb.h:41:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(output); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ freeverb/Components/comb.h:44:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(filterstore); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ freeverb/Components/allpass.h: In member function ‘float allpass::process(float)’: freeverb/Components/allpass.h:36:16: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] undenormalise(bufout); ^ freeverb/Components/denormals.h:11:53: note: in definition of macro ‘undenormalise’ #define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ^ g++ -Wall -O3 -fPIC -c -o grain.o grain.cpp g++ -Wall -O3 -fPIC -c -o init.o init.cpp g++ -Wall -O3 -fPIC -c -o lofi.o lofi.cpp g++ -Wall -O3 -fPIC -c -o mixer.o mixer.cpp g++ -Wall -O3 -fPIC -c -o noise.o noise.cpp g++ -Wall -O3 -fPIC -c -o null.o null.cpp g++ -Wall -O3 -fPIC -c -o organ.o organ.cpp g++ -Wall -O3 -fPIC -c -o peak.o peak.cpp g++ -Wall -O3 -fPIC -c -o phasemod.o phasemod.cpp g++ -Wall -O3 -fPIC -c -o sine.o sine.cpp g++ -Wall -O3 -fPIC -c -o syndrum.o syndrum.cpp g++ -Wall -O3 -fPIC -c -o vcf303.o vcf303.cpp g++ -Wall -O3 -fPIC -c -o wshape_sine.o wshape_sine.cpp g++ -Wall -O3 -fPIC -c -o hardgate.o hardgate.cpp g++ -Wall -O3 -fPIC -c -o disintegrator.o disintegrator.cpp g++ -Wall -O3 -fPIC -c -o pink.o pink.cpp g++ -Wall -O3 -fPIC -c -o pink_full.o pink_full.cpp g++ -Wall -O3 -fPIC -c -o pink_sh.o pink_sh.cpp g++ -Wall -O3 -fPIC -c -o sledgehammer.o sledgehammer.cpp g++ -Wall -O3 -fPIC -c -o logistic.o logistic.cpp g++ -shared \ -o ../plugins/cmt.so \ am.o ambisonic.o amp.o analogue.o canyondelay.o cmt.o descriptor.o delay.o dynamic.o filter.o freeverb/Components/allpass.o freeverb/Components/comb.o freeverb/Components/revmodel.o freeverb/freeverb.o grain.o init.o lofi.o mixer.o noise.o null.o organ.o peak.o phasemod.o sine.o syndrum.o vcf303.o wshape_sine.o hardgate.o disintegrator.o pink.o pink_full.o pink_sh.o sledgehammer.o logistic.o make: Leaving directory '/usr/src/slapt-src/audio/cmt/cmt/src' make: Entering directory '/usr/src/slapt-src/audio/cmt/cmt/src' strip ../plugins/cmt.so cp ../plugins/cmt.so /usr/src/slapt-src/audio/cmt/package-cmt/usr/lib/ladspa make: Leaving directory '/usr/src/slapt-src/audio/cmt/cmt/src' Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/audio/cmt/cmt-1.16-i586-2salix.txz ./ usr/ usr/lib/ usr/lib/ladspa/ usr/lib/ladspa/cmt.so usr/doc/ usr/doc/cmt-1.16/ usr/doc/cmt-1.16/README usr/doc/cmt-1.16/bugs.html usr/doc/cmt-1.16/adding_plugins.html usr/doc/cmt-1.16/COPYING usr/doc/cmt-1.16/installation.html usr/doc/cmt-1.16/overview.html usr/doc/cmt-1.16/cmt.SlackBuild usr/doc/cmt-1.16/license.html usr/doc/cmt-1.16/index.html usr/doc/cmt-1.16/tasks.html usr/doc/cmt-1.16/changes.html usr/doc/cmt-1.16/plugins.html install/ install/slack-desc Slackware package /usr/src/slapt-src/audio/cmt/cmt-1.16-i586-2salix.txz created. Installing package cmt-1.16-i586-2salix... | cmt (Computer Music Toolkit for LADSPA) | | The Computer Music Toolkit (CMT) is a collection of LADSPA plugins | for use with software synthesis and recording packages on Linux. | | | | | | | | |