The following packages will be installed: abcMIDI Fetching README... 0%100%100%100%100%100%Done Fetching abcMIDI.SlackBuild... 0%100%100%100%100%100%Done Fetching abcMIDI.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done abcmidi/ abcmidi/abcguide.txt abcmidi/abc.h abcmidi/crack.c abcmidi/coding.txt abcmidi/store.c abcmidi/debug.c abcmidi/demo.abc abcmidi/djgpp.mak abcmidi/drawtune.c abcmidi/drawtune.h abcmidi/genmidi.c abcmidi/genmidi.h abcmidi/gpl.txt abcmidi/history.txt abcmidi/makefile abcmidi/mftext.c abcmidi/midi2abc.c abcmidi/midifile.c abcmidi/midifile.h abcmidi/pacific.txt abcmidi/parseabc.c abcmidi/parseabc.h abcmidi/parser2.c abcmidi/parser2.h abcmidi/pcc.mak abcmidi/position.c abcmidi/pslib.c abcmidi/queues.c abcmidi/queues.h abcmidi/readme.txt abcmidi/sizes.h abcmidi/structs.h abcmidi/yaps.txt abcmidi/toabc.c abcmidi/unix.mak abcmidi/yapstree.c gcc -c -DANSILIBS parseabc.c parseabc.c:882:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 882 | preparse_words(s) | ^~~~~~~~~~~~~~ gcc -c -DANSILIBS store.c gcc -c -DANSILIBS genmidi.c gcc -c -DANSILIBS midifile.c gcc -c -DANSILIBS queues.c gcc -c -DANSILIBS parser2.c gcc -o abc2midi parseabc.o store.o genmidi.o queues.o \ parser2.o midifile.o gcc -c -DANSILIBS midi2abc.c midi2abc.c: In function ‘dospecial’: midi2abc.c:577:17: warning: implicit declaration of function ‘validnote’ [-Wimplicit-function-declaration] 577 | if (vt == validnote(vt)) { | ^~~~~~~~~ midi2abc.c: In function ‘addnote’: midi2abc.c:827:6: warning: type of ‘ch’ defaults to ‘int’ [-Wimplicit-int] 827 | void addnote(p, ch, v) | ^~~~~~~ midi2abc.c: In function ‘txt_keysig’: midi2abc.c:1741:21: warning: ‘return’ with no value, in function returning non-void 1741 | if (summary <= 0) return; | ^~~~~~ midi2abc.c:1733:5: note: declared here 1733 | int txt_keysig(sf,mi) | ^~~~~~~~~~ gcc midifile.o midi2abc.o -o midi2abc gcc -c -DANSILIBS toabc.c toabc.c:784:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 784 | append_lyrics(place, newwords) | ^~~~~~~~~~~~~ toabc.c: In function ‘append_lyrics’: toabc.c:793:5: warning: ‘return’ with no value, in function returning non-void 793 | return; | ^~~~~~ toabc.c:784:1: note: declared here 784 | append_lyrics(place, newwords) | ^~~~~~~~~~~~~ gcc -o abc2abc parseabc.o toabc.o gcc -c -DANSILIBS mftext.c mftext.c:21:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 21 | filegetc() | ^~~~~~~~ mftext.c:29:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 29 | main(argc,argv) | ^~~~ mftext.c: In function ‘main’: mftext.c:29:1: warning: type of ‘argc’ defaults to ‘int’ [-Wimplicit-int] mftext.c:49:3: warning: implicit declaration of function ‘initfuncs’ [-Wimplicit-function-declaration] 49 | initfuncs(); | ^~~~~~~~~ mftext.c:51:3: warning: implicit declaration of function ‘midifile’ [-Wimplicit-function-declaration] 51 | midifile(); | ^~~~~~~~ mftext.c:53:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 53 | exit(0); | ^~~~ mftext.c:15:1: note: include ‘’ or provide a declaration of ‘exit’ 14 | #include "midifile.h" +++ |+#include 15 | mftext.c:53:3: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 53 | exit(0); | ^~~~ mftext.c:53:3: note: include ‘’ or provide a declaration of ‘exit’ mftext.c: In function ‘efopen’: mftext.c:65:5: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 65 | exit(0); | ^~~~ mftext.c:65:5: note: include ‘’ or provide a declaration of ‘exit’ mftext.c: At top level: mftext.c:70:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 70 | error(s) | ^~~~~ mftext.c:76:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 76 | prtime() | ^~~~~~ mftext.c:84:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 84 | txt_header(format,ntrks,ldivision) | ^~~~~~~~~~ mftext.c: In function ‘txt_header’: mftext.c:84:1: warning: type of ‘format’ defaults to ‘int’ [-Wimplicit-int] mftext.c:84:1: warning: type of ‘ntrks’ defaults to ‘int’ [-Wimplicit-int] mftext.c:84:1: warning: type of ‘ldivision’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:90:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 90 | txt_trackstart() | ^~~~~~~~~~~~~~ mftext.c:95:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 95 | txt_trackend() | ^~~~~~~~~~~~ mftext.c:100:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 100 | txt_noteon(chan,pitch,vol) | ^~~~~~~~~~ mftext.c: In function ‘txt_noteon’: mftext.c:100:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:100:1: warning: type of ‘pitch’ defaults to ‘int’ [-Wimplicit-int] mftext.c:100:1: warning: type of ‘vol’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:106:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 106 | txt_noteoff(chan,pitch,vol) | ^~~~~~~~~~~ mftext.c: In function ‘txt_noteoff’: mftext.c:106:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:106:1: warning: type of ‘pitch’ defaults to ‘int’ [-Wimplicit-int] mftext.c:106:1: warning: type of ‘vol’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:112:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 112 | txt_pressure(chan,pitch,press) | ^~~~~~~~~~~~ mftext.c: In function ‘txt_pressure’: mftext.c:112:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:112:1: warning: type of ‘pitch’ defaults to ‘int’ [-Wimplicit-int] mftext.c:112:1: warning: type of ‘press’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:118:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 118 | txt_parameter(chan,control,value) | ^~~~~~~~~~~~~ mftext.c: In function ‘txt_parameter’: mftext.c:118:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:118:1: warning: type of ‘control’ defaults to ‘int’ [-Wimplicit-int] mftext.c:118:1: warning: type of ‘value’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:124:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 124 | txt_pitchbend(chan,msb,lsb) | ^~~~~~~~~~~~~ mftext.c: In function ‘txt_pitchbend’: mftext.c:124:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:124:1: warning: type of ‘msb’ defaults to ‘int’ [-Wimplicit-int] mftext.c:124:1: warning: type of ‘lsb’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:130:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 130 | txt_program(chan,program) | ^~~~~~~~~~~ mftext.c: In function ‘txt_program’: mftext.c:130:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:130:1: warning: type of ‘program’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:136:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 136 | txt_chanpressure(chan,press) | ^~~~~~~~~~~~~~~~ mftext.c: In function ‘txt_chanpressure’: mftext.c:136:1: warning: type of ‘chan’ defaults to ‘int’ [-Wimplicit-int] mftext.c:136:1: warning: type of ‘press’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:142:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 142 | txt_sysex(leng,mess) | ^~~~~~~~~ mftext.c: In function ‘txt_sysex’: mftext.c:142:1: warning: type of ‘leng’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:149:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 149 | txt_metamisc(type,leng,mess) | ^~~~~~~~~~~~ mftext.c: In function ‘txt_metamisc’: mftext.c:149:1: warning: type of ‘type’ defaults to ‘int’ [-Wimplicit-int] mftext.c:149:1: warning: type of ‘leng’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:156:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 156 | txt_metaspecial(type,leng,mess) | ^~~~~~~~~~~~~~~ mftext.c: In function ‘txt_metaspecial’: mftext.c:156:1: warning: type of ‘type’ defaults to ‘int’ [-Wimplicit-int] mftext.c:156:1: warning: type of ‘leng’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:163:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 163 | txt_metatext(type,leng,mess) | ^~~~~~~~~~~~ mftext.c: In function ‘txt_metatext’: mftext.c:163:1: warning: type of ‘type’ defaults to ‘int’ [-Wimplicit-int] mftext.c:163:1: warning: type of ‘leng’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:193:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 193 | txt_metaseq(num) | ^~~~~~~~~~~ mftext.c: In function ‘txt_metaseq’: mftext.c:193:1: warning: type of ‘num’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:199:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 199 | txt_metaeot() | ^~~~~~~~~~~ mftext.c:205:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 205 | txt_keysig(sf,mi) | ^~~~~~~~~~ mftext.c: In function ‘txt_keysig’: mftext.c:205:1: warning: type of ‘sf’ defaults to ‘int’ [-Wimplicit-int] mftext.c:205:1: warning: type of ‘mi’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:211:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 211 | txt_tempo(ltempo) | ^~~~~~~~~ mftext.c:219:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 219 | txt_timesig(nn,dd,cc,bb) | ^~~~~~~~~~~ mftext.c: In function ‘txt_timesig’: mftext.c:219:1: warning: type of ‘nn’ defaults to ‘int’ [-Wimplicit-int] mftext.c:219:1: warning: type of ‘dd’ defaults to ‘int’ [-Wimplicit-int] mftext.c:219:1: warning: type of ‘cc’ defaults to ‘int’ [-Wimplicit-int] mftext.c:219:1: warning: type of ‘bb’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:229:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 229 | txt_smpte(hr,mn,se,fr,ff) | ^~~~~~~~~ mftext.c: In function ‘txt_smpte’: mftext.c:229:1: warning: type of ‘hr’ defaults to ‘int’ [-Wimplicit-int] mftext.c:229:1: warning: type of ‘mn’ defaults to ‘int’ [-Wimplicit-int] mftext.c:229:1: warning: type of ‘se’ defaults to ‘int’ [-Wimplicit-int] mftext.c:229:1: warning: type of ‘fr’ defaults to ‘int’ [-Wimplicit-int] mftext.c:229:1: warning: type of ‘ff’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:236:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 236 | txt_arbitrary(leng,mess) | ^~~~~~~~~~~~~ mftext.c: In function ‘txt_arbitrary’: mftext.c:236:1: warning: type of ‘leng’ defaults to ‘int’ [-Wimplicit-int] mftext.c: At top level: mftext.c:243:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 243 | initfuncs() | ^~~~~~~~~ gcc -c -DANSILIBS crack.c crack.c: In function ‘crack’: crack.c:104:21: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 104 | exit(0); | ^~~~ crack.c:66:1: note: include ‘’ or provide a declaration of ‘exit’ 65 | #include +++ |+#include 66 | crack.c:104:21: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 104 | exit(0); | ^~~~ crack.c:104:21: note: include ‘’ or provide a declaration of ‘exit’ gcc midifile.o mftext.o crack.o -o mftext gcc -c -DANSILIBS yapstree.c gcc -c -DANSILIBS drawtune.c gcc -c -DANSILIBS debug.c gcc -c -DANSILIBS pslib.c gcc -c -DANSILIBS position.c gcc -o yaps parseabc.o yapstree.o drawtune.o debug.o \ position.o pslib.o parser2.o Slackware package maker, version 3.14159265. 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-i486/multimedia/abcMIDI/abcMIDI-35-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/abc2abc usr/bin/abc2midi usr/bin/mftext usr/bin/midi2abc usr/bin/yaps usr/doc/ usr/doc/abcMIDI-35/ usr/doc/abcMIDI-35/abcMIDI.SlackBuild usr/doc/abcMIDI-35/abcguide.txt usr/doc/abcMIDI-35/coding.txt usr/doc/abcMIDI-35/demo.abc usr/doc/abcMIDI-35/gpl.txt usr/doc/abcMIDI-35/history.txt usr/doc/abcMIDI-35/pacific.txt usr/doc/abcMIDI-35/readme.txt usr/doc/abcMIDI-35/yaps.txt Slackware package /usr/src/slapt-src-i486/multimedia/abcMIDI/abcMIDI-35-i586-1salix15.0.txz created. Installing package abcMIDI-35-i586-1salix15.0... | abcMIDI (abc tools abc2midi, midi2abc, abc2abc, yaps) | | abc2midi: to convert abc notation to MIDI files. | midi2abc: to produce crude abc from a MIDI file. | abc2abc: to do transposition, error checking and re-formatting on an | abc file. | yaps: to convert abc to PostScript based on Michael Methfessel's | PostScript library for abc2ps. | | | | |