Package: dos33fsprogs
Cook summary
Summary for: dos33fsprogs ootw-v2.8
================================================================================
Src file : dos33fsprogs-ootw-v2.8.tar.gz
Src size : 6.6M
Source dir : 26.4M
Produced : 228.0K
Cook time : 5s
Cook date : 2026-07-13 04:05
Target arch : i486
--------------------------------------------------------------------------------
# : Packed : Compressed : Files : Package name
--------------------------------------------------------------------------------
1 : 244.0K : 30.0K : 12 : dos33fsprogs-ootw-v2.8.tazpkg
Cook: dos33fsprogs ootw-v2.8
================================================================================
QA: checking package receipt...
Checking build dependencies...
Extracting source archive "dos33fsprogs-ootw-v2.8.tar.gz"
Executing: compile_rules
CFLAGS : -march=i486 -Os -pipe -fstack-protector-strong
CXXLAGS : -march=i486 -Os -pipe -fstack-protector-strong
CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 -D_FORTIFY_SOURCE=2
LDFLAGS : -Wl,--as-needed,-z,relro,-z,now
cd asoft_basic-utils && make
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/asoft_basic-utils'
gcc -O2 -Wall -c asoft_detoken.c
gcc -o asoft_detoken asoft_detoken.o
gcc -O2 -Wall -c tokenize_asoft.c
gcc -o tokenize_asoft tokenize_asoft.o
gcc -O2 -Wall -c integer_detoken.c
gcc -o integer_detoken integer_detoken.o
gcc -O2 -Wall -c asoft_compact.c
gcc -o asoft_compact asoft_compact.o
gcc -O2 -Wall -c bin2data.c
gcc -o bin2data bin2data.o
make[1]: Leaving directory '${src}/asoft_basic-utils'
cd asoft_presenter && make
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/asoft_presenter'
gcc -O2 -Wall -c asoft_presenter.c
gcc -o asoft_presenter asoft_presenter.o
make[1]: Leaving directory '${src}/asoft_presenter'
cd bmp2dhr && make
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/bmp2dhr'
gcc -Wall -O2 -c b2d.c
In file included from b2d.c:288:0:
b2d.h:455:31: warning: missing braces around initializer [-Wmissing-braces]
uint8_t SuperConvert[16][3] = {
^
b2d.h:455:31: note: (near initialization for 'SuperConvert')
b2d.h:473:23: warning: missing braces around initializer [-Wmissing-braces]
uint8_t Jace[16][3] = {
^
b2d.h:473:23: note: (near initialization for 'Jace')
b2d.h:493:29: warning: missing braces around initializer [-Wmissing-braces]
uint8_t Cybernesto[16][3] = {
^
b2d.h:493:29: note: (near initialization for 'Cybernesto')
b2d.h:518:32: warning: missing braces around initializer [-Wmissing-braces]
uint8_t PseudoPalette[16][3] = {
^
b2d.h:518:32: note: (near initialization for 'PseudoPalette')
b2d.h:570:33: warning: missing braces around initializer [-Wmissing-braces]
uint8_t rgbCanvasArray[16][3] = {
^
b2d.h:570:33: note: (near initialization for 'rgbCanvasArray')
b2d.h:589:30: warning: missing braces around initializer [-Wmissing-braces]
uint8_t rgbBmpArray[16][3] = {
^
b2d.h:589:30: note: (near initialization for 'rgbBmpArray')
b2d.h:608:30: warning: missing braces around initializer [-Wmissing-braces]
uint8_t rgbXmpArray[16][3] = {
^
b2d.h:608:30: note: (near initialization for 'rgbXmpArray')
b2d.h:627:30: warning: missing braces around initializer [-Wmissing-braces]
uint8_t rgbVgaArray[16][3] = {
^
b2d.h:627:30: note: (near initialization for 'rgbVgaArray')
b2d.h:646:30: warning: missing braces around initializer [-Wmissing-braces]
uint8_t rgbPcxArray[16][3] = {
^
b2d.h:646:30: note: (near initialization for 'rgbPcxArray')
b2d.h:732:27: warning: missing braces around initializer [-Wmissing-braces]
uint8_t dhrbytes[16][4] = {
^
b2d.h:732:27: note: (near initialization for 'dhrbytes')
b2d.h:801:28: warning: missing braces around initializer [-Wmissing-braces]
uint8_t mix25to24[24][2] = {
^
b2d.h:801:28: note: (near initialization for 'mix25to24')
b2d.h:837:31: warning: missing braces around initializer [-Wmissing-braces]
uint8_t pixel320to280[7][4] = {
^
b2d.h:837:31: note: (near initialization for 'pixel320to280')
b2d.h:848:26: warning: missing braces around initializer [-Wmissing-braces]
uint8_t rgbVBMP[16][3] = {
^
b2d.h:848:26: note: (near initialization for 'rgbVBMP')
b2d.c: In function 'InitDoubleArrays':
b2d.c:504:17: warning: unused variable 'b' [-Wunused-variable]
unsigned r, g, b;
^
b2d.c:504:14: warning: unused variable 'g' [-Wunused-variable]
unsigned r, g, b;
^
b2d.c:504:11: warning: unused variable 'r' [-Wunused-variable]
unsigned r, g, b;
^
b2d.c: In function 'GetBuiltinPalette':
b2d.c:575:14: warning: unused variable 'b' [-Wunused-variable]
uint8_t r,g,b;
^
b2d.c:575:12: warning: unused variable 'g' [-Wunused-variable]
uint8_t r,g,b;
^
b2d.c:575:10: warning: unused variable 'r' [-Wunused-variable]
uint8_t r,g,b;
^
b2d.c:574:12: warning: unused variable 'j' [-Wunused-variable]
int16_t i,j;
^
b2d.c: In function 'GetDrawColor':
b2d.c:1157:34: warning: unused variable 'highcolor' [-Wunused-variable]
uint8_t drawcolor, lowcolor, highcolor;
^~~~~~~~~
b2d.c:1157:24: warning: unused variable 'lowcolor' [-Wunused-variable]
uint8_t drawcolor, lowcolor, highcolor;
^~~~~~~~
b2d.c:1157:13: warning: unused variable 'drawcolor' [-Wunused-variable]
uint8_t drawcolor, lowcolor, highcolor;
^~~~~~~~~
b2d.c: In function 'hgrline':
b2d.c:1783:20: warning: unused variable 'c' [-Wunused-variable]
unsigned char c, p;
^
b2d.c:1782:18: warning: unused variable 'l' [-Wunused-variable]
int x,i,j,k,l, green, orange;
^
b2d.c: At top level:
b2d.c:1898:1: warning: "/*" within comment [-Wcomment]
/* routines to save to Apple 2 Lores Format */
b2d.c: In function 'savelofragment':
b2d.c:1954:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.STO",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:1958:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.SLO",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:1964:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.DTO",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:1968:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.DLO",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:1972:11: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign]
strcat(outfile,"#060400");
^~~~~~~
In file included from b2d.c:283:0:
/usr/include/string.h:137:14: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern char *strcat (char *__restrict __dest, const char *__restrict __src)
^~~~~~
b2d.c:1974:14: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign]
fp = fopen(outfile,"wb");
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:272:14: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
extern FILE *fopen (const char *__restrict __filename,
^~~~~
b2d.c:2042:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.DL1",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:2044:12: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign]
strcat(outfile,"#060400");
^~~~~~~
In file included from b2d.c:283:0:
/usr/include/string.h:137:14: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern char *strcat (char *__restrict __dest, const char *__restrict __src)
^~~~~~
b2d.c:2046:15: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign]
fp = fopen(outfile,"wb");
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:272:14: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
extern FILE *fopen (const char *__restrict __filename,
^~~~~
b2d.c:2070:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.SL2",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:2072:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
sprintf(outfile,"%s.DL2",hgrwork);
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:364:12: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern int sprintf (char *__restrict __s,
^~~~~~~
b2d.c:2074:11: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign]
strcat(outfile,"#060400");
^~~~~~~
In file included from b2d.c:283:0:
/usr/include/string.h:137:14: note: expected 'char * restrict' but argument is of type 'unsigned char *'
extern char *strcat (char *__restrict __dest, const char *__restrict __src)
^~~~~~
b2d.c:2076:14: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign]
fp = fopen(outfile,"wb");
^~~~~~~
In file included from b2d.c:281:0:
/usr/include/stdio.h:272:14: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
extern FILE *fopen (const char *__restrict __filename,
^~~~~
b2d.c: In function 'ShrinkLines640x480':
b2d.c:3649:27: warning: unused variable 'i' [-Wunused-variable]
uint16_t pixel1,pixel2,x,i;
^
b2d.c: In function 'Convert':
b2d.c:4495:21: warning: unused variable 'yoff' [-Wunused-variable]
uint16_t x,x1,x2,y,yoff,i,packet, outpacket, width, dwidth, red, green, blue;
^~~~
b2d.c:4493:16: warning: unused variable 'fpdib' [-Wunused-variable]
FILE *fp, *fpdib, *fpreview;
^~~~~
b2d.c: In function 'ReadPaletteLine':
b2d.c:5172:14: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
red = atoi(ptr);
^~~
In file included from /usr/include/features.h:365:0,
from /usr/include/stdint.h:25,
from /usr/lib/gcc/i486-slitaz-linux/6.3.0/include/stdint.h:9,
from b2d.c:280:
/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *'
__NTH (atoi (const char *__nptr))
^
b2d.c:5181:25: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
green = atoi(&ptr[idx+1]);
^
In file included from /usr/include/features.h:365:0,
from /usr/include/stdint.h:25,
from /usr/lib/gcc/i486-slitaz-linux/6.3.0/include/stdint.h:9,
from b2d.c:280:
/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *'
__NTH (atoi (const char *__nptr))
^
b2d.c:5185:24: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
blue = atoi(&ptr[idx+1]);
^
In file included from /usr/include/features.h:365:0,
from /usr/include/stdint.h:25,
from /usr/lib/gcc/i486-slitaz-linux/6.3.0/include/stdint.h:9,
from b2d.c:280:
/usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *'
__NTH (atoi (const char *__nptr))
^
b2d.c: In function 'GetUserPalette':
b2d.c:5296:38: warning: pointer targets in passing argument 1 of 'ReadPaletteLine' differ in signedness [-Wpointer-sign]
if (INVALID == ReadPaletteLine(buf,(uint8_t *)&rgbUser[cnt][0],colordepth)) continue;
^~~
b2d.c:5168:5: note: expected 'unsigned char *' but argument is of type 'char *'
int ReadPaletteLine(unsigned char *ptr, unsigned char *palptr, unsigned int colordepth)
^~~~~~~~~~~~~~~
b2d.c: In function 'main':
b2d.c:5589:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"debug") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5596:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"GIMP") == SUCCESS) jdx = 411;
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5597:20: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
else if (cmpstr(wordptr,"MAGICK") == SUCCESS) jdx = 709;
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5598:20: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
else if (cmpstr(wordptr,"HDMI") == SUCCESS) jdx = 240;
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5607:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"photo") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5611:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"art") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5616:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"both") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5622:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"sprite") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5627:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"BIN") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5632:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"sum") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5637:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"mono") == SUCCESS || cmpstr(wordptr,"reverse") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5637:52: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"mono") == SUCCESS || cmpstr(wordptr,"reverse") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5640:16: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"reverse") == SUCCESS) reverse = 1;
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5645:15: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"dos") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5780:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
if (jdx == 8) ptr = (char *)&wordptr[3];
^
b2d.c:5781:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
else ptr = (char *)&wordptr[4];
^
b2d.c:5793:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
if (jdx == 7) ptr = (char *)&wordptr[3];
^
b2d.c:5794:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
else ptr = (char *)&wordptr[4];
^
b2d.c:5806:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
if (jdx == 6) ptr = (char *)&wordptr[3];
^
b2d.c:5807:21: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
else ptr = (char *)&wordptr[4];
^
b2d.c:5850:12: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else if (cmpstr("hgro", (char *)&wordptr[0]) == SUCCESS) {
^~~~
b2d.c:5879:10: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
break;
^~~~~
b2d.c:5921:8: warning: "/*" within comment [-Wcomment]
/* disable the unused colors in the default palette */
b2d.c:5935:64: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (wordptr[1] == (char) 0 || cmpstr(wordptr,"lgr") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c:5979:26: warning: pointer targets in passing argument 1 of 'cmpstr' differ in signedness [-Wpointer-sign]
if (cmpstr(wordptr,"vbmp") == SUCCESS) {
^~~~~~~
b2d.c:355:5: note: expected 'char *' but argument is of type 'uint8_t * {aka unsigned char *}'
int cmpstr(char *str, char *cmp)
^~~~~~
b2d.c: In function 'InitCustomLine':
b2d.c:2604:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
b2d.c: In function 'ShrinkLoResData':
b2d.c:3728:32: warning: 'srcwidth' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint16_t x, x1, x2, y, lines, srcwidth, packet = (bmpwidth * 3), pixel;
^~~~~~~~
b2d.c:3728:25: warning: 'lines' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint16_t x, x1, x2, y, lines, srcwidth, packet = (bmpwidth * 3), pixel;
^~~~~
b2d.c: In function 'ResizeBMP':
b2d.c:3944:4: warning: 'chunks' may be used uninitialized in this function [-Wmaybe-uninitialized]
for (y=0;y<chunks;y++) {
^~~
b2d.c: In function 'ReadPaletteLine':
b2d.c:5198:18: warning: 'blue' may be used uninitialized in this function [-Wmaybe-uninitialized]
palptr[2] = (uint8_t)blue << 2;
^~~~~~~~~~~~~
b2d.c:5197:18: warning: 'green' may be used uninitialized in this function [-Wmaybe-uninitialized]
palptr[1] = (uint8_t)green << 2;
^~~~~~~~~~~~~~
b2d.c: In function 'WriteVBMPFile':
b2d.c:1673:21: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
bmpscanline[x1] = ch | (uint8_t)j; x1++;
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
b2d.c: In function 'saverag':
b2d.c:2297:5: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (c!=width) {
^
b2d.c: In function 'savesprite':
b2d.c:2451:5: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (c!=packet) {
^
b2d.c: In function 'Convert':
b2d.c:4859:11: warning: 'prepos' may be used uninitialized in this function [-Wmaybe-uninitialized]
prepos -= outpacket;
~~~~~~~^~~~~~~~~~~~
b2d.c:4858:4: warning: 'outpacket' may be used uninitialized in this function [-Wmaybe-uninitialized]
fwrite((char *)&previewline[0],1,outpacket,fpreview);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
b2d.c:4867:3: warning: 'fpreview' may be used uninitialized in this function [-Wmaybe-uninitialized]
fclose(fpreview);
^~~~~~~~~~~~~~~~
b2d.c:4832:6: warning: 'dwidth' may be used uninitialized in this function [-Wmaybe-uninitialized]
FloydSteinberg(y,dwidth);
^~~~~~~~~~~~~~~~~~~~~~~~
b2d.c:4646:16: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
outpacket = WriteDIBHeader(fpreview,width,bmpheight);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
b2d.c: In function 'ConvertMono':
b2d.c:5067:4: warning: 'prepos' may be used uninitialized in this function [-Wmaybe-uninitialized]
fseek(fpreview,prepos,SEEK_SET);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
b2d.c:5068:4: warning: 'outpacket' may be used uninitialized in this function [-Wmaybe-uninitialized]
fwrite((char *)&previewline[0],1,outpacket,fpreview);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
b2d.c:5072:5: warning: 'fpreview' may be used uninitialized in this function [-Wmaybe-uninitialized]
fseek(fpreview,prepos,SEEK_SET);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o b2d b2d.o
make[1]: Leaving directory '${src}/bmp2dhr'
cd dos33fs-utils && make
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/dos33fs-utils'
gcc -O2 -Wall -g -c dos33.c
gcc -o dos33 dos33.o
gcc -O2 -Wall -c mkdos33fs.c
gcc -o mkdos33fs mkdos33fs.o
gcc -O2 -Wall -c make_b.c
gcc -o make_b make_b.o
gcc -O2 -Wall -c dos33_text2ascii.c
gcc -o dos33_text2ascii dos33_text2ascii.o
gcc -O2 -Wall -c char2hex.c
gcc -o char2hex char2hex.o
make[1]: Leaving directory '${src}/dos33fs-utils'
cd hgr-utils && make
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/hgr-utils'
gcc -O2 -Wall -g -c pcx2hgr.c
gcc -o pcx2hgr pcx2hgr.o
gcc -O2 -Wall -g -c png2hgr.c
gcc -o png2hgr png2hgr.o -lpng
gcc -O2 -Wall -g -c png2dhgr.c
png2dhgr.c:250:13: warning: 'main2_colors' defined but not used [-Wunused-variable]
static char main2_colors[16]={
^~~~~~~~~~~~
png2dhgr.c:247:13: warning: 'aux2_colors' defined but not used [-Wunused-variable]
static char aux2_colors[16]={
^~~~~~~~~~~
png2dhgr.c:244:13: warning: 'main1_colors' defined but not used [-Wunused-variable]
static char main1_colors[16]={
^~~~~~~~~~~~
png2dhgr.c:241:13: warning: 'aux1_colors' defined but not used [-Wunused-variable]
static char aux1_colors[16]={
^~~~~~~~~~~
gcc -o png2dhgr png2dhgr.o -lpng
gcc -O2 -Wall -g -c shape_table.c
gcc -o shape_table shape_table.o
gcc -O2 -Wall -g -c dump_table.c
gcc -o dump_table dump_table.o
make[1]: Leaving directory '${src}/hgr-utils'
cd asoft_basic-utils && make install
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/asoft_basic-utils'
cp asoft_detoken tokenize_asoft integer_detoken ${install}/usr/bin
make[1]: Leaving directory '${src}/asoft_basic-utils'
cd asoft_presenter && make install
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/asoft_presenter'
cp asoft_presenter ${install}/usr/bin
make[1]: Leaving directory '${src}/asoft_presenter'
cd dos33fs-utils && make install
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/dos33fs-utils'
cp dos33 mkdos33fs make_b dos33_text2ascii char2hex ${install}/usr/bin
make[1]: Leaving directory '${src}/dos33fs-utils'
cd hgr-utils && make install
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '${src}/hgr-utils'
cp pcx2hgr shape_table png2hgr ${install}/usr/bin
make[1]: Leaving directory '${src}/hgr-utils'
================================================================================
Executing strip on all files... Done
Time: 1.64s. Size: 302828 B -> 194332 B. Save: 106 KB.
================================================================================
Pack: dos33fsprogs ootw-v2.8
================================================================================
Executing: genpkg_rules
Copying "receipt"... Done
Determining package architecture... i486
Creating the list of files... Done
Creating md5sum of files... Done
Compressing the FS... Done
Creating full cpio archive... Done
QA: checking for empty package... Done
Removing old package "dos33fsprogs-ootw-v2.8.tazpkg" Done
The release checksum has changed.
================================================================================
Package "dos33fsprogs-ootw-v2.8.tazpkg" created
Post-check
================================================================================
Checking build... Done
Checking 'any' arch... Done
Checking libtool in source/dos33fsprogs-ootw-v2.8... Done
Checking site script in source/dos33fsprogs-ootw-v2.8... Done
Checking ownership in install... Done
Checking permissions in install... Done
Checking broken symlinks in install... Done
Updating activity log... Done
================================================================================
Summary for: dos33fsprogs ootw-v2.8
================================================================================
Src file : dos33fsprogs-ootw-v2.8.tar.gz
Src size : 6.6M
Source dir : 26.4M
Produced : 228.0K
Cook time : 5s
Cook date : 2026-07-13 04:05
Target arch : i486
--------------------------------------------------------------------------------
# : Packed : Compressed : Files : Package name
--------------------------------------------------------------------------------
1 : 244.0K : 30.0K : 12 : dos33fsprogs-ootw-v2.8.tazpkg
================================================================================