The following packages will be installed: fig2sxd Fetching README... 0%100%100%100%100%100%Done Fetching fig2sxd.SlackBuild... 0%100%100%100%100%100%Done Fetching fig2sxd.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fig2sxd-0.22.1/ fig2sxd-0.22.1/xfig_text.cpp fig2sxd-0.22.1/zipwrite.cpp fig2sxd-0.22.1/xmlwrite.h fig2sxd-0.22.1/xfig_spline.cpp fig2sxd-0.22.1/style_text.cpp fig2sxd-0.22.1/style_line.cpp fig2sxd-0.22.1/xfig_arc.cpp fig2sxd-0.22.1/colors.h fig2sxd-0.22.1/misc.h fig2sxd-0.22.1/xfig_compound.cpp fig2sxd-0.22.1/check.cpp fig2sxd-0.22.1/check.h fig2sxd-0.22.1/vector2.h fig2sxd-0.22.1/xmlwrite.cpp fig2sxd-0.22.1/style_arrow.cpp fig2sxd-0.22.1/xfig_poly.cpp fig2sxd-0.22.1/zipwrite.h fig2sxd-0.22.1/xfigobjects.h fig2sxd-0.22.1/changelog fig2sxd-0.22.1/xfig_ellipse.cpp fig2sxd-0.22.1/misc.cpp fig2sxd-0.22.1/colors.cpp fig2sxd-0.22.1/fig2sxd.1 fig2sxd-0.22.1/styles.h fig2sxd-0.22.1/Makefile fig2sxd-0.22.1/fig2sxd.cpp g++ -M check.cpp > .depend-check.dep g++ -M zipwrite.cpp > .depend-zipwrite.dep g++ -M xmlwrite.cpp > .depend-xmlwrite.dep g++ -M misc.cpp > .depend-misc.dep g++ -M colors.cpp > .depend-colors.dep g++ -M style_text.cpp > .depend-style_text.dep g++ -M style_line.cpp > .depend-style_line.dep g++ -M style_arrow.cpp > .depend-style_arrow.dep g++ -M xfig_text.cpp > .depend-xfig_text.dep g++ -M xfig_spline.cpp > .depend-xfig_spline.dep g++ -M xfig_poly.cpp > .depend-xfig_poly.dep g++ -M xfig_ellipse.cpp > .depend-xfig_ellipse.dep g++ -M xfig_compound.cpp > .depend-xfig_compound.dep g++ -M xfig_arc.cpp > .depend-xfig_arc.dep g++ -M fig2sxd.cpp > .depend-fig2sxd.dep g++ -Wall -W -g -O2 -fPIC -o fig2sxd.o -c fig2sxd.cpp fig2sxd.cpp: In function ‘void read_file(std::istream&)’: fig2sxd.cpp:294:32: warning: variable ‘justification’ set but not used [-Wunused-but-set-variable] 294 | enum { Center, FlushLeft } justification = Center; | ^~~~~~~~~~~~~ fig2sxd.cpp:304:29: warning: variable ‘units’ set but not used [-Wunused-but-set-variable] 304 | enum { Metric, Inches } units = Metric; | ^~~~~ fig2sxd.cpp:332:31: warning: variable ‘multipage’ set but not used [-Wunused-but-set-variable] 332 | enum { Single, Multiple } multipage = Single; | ^~~~~~~~~ g++ -Wall -W -g -O2 -fPIC -o xfig_arc.o -c xfig_arc.cpp g++ -Wall -W -g -O2 -fPIC -o xfig_compound.o -c xfig_compound.cpp g++ -Wall -W -g -O2 -fPIC -o xfig_ellipse.o -c xfig_ellipse.cpp g++ -Wall -W -g -O2 -fPIC -o xfig_poly.o -c xfig_poly.cpp g++ -Wall -W -g -O2 -fPIC -o xfig_spline.o -c xfig_spline.cpp g++ -Wall -W -g -O2 -fPIC -o xfig_text.o -c xfig_text.cpp g++ -Wall -W -g -O2 -fPIC -o style_arrow.o -c style_arrow.cpp g++ -Wall -W -g -O2 -fPIC -o style_line.o -c style_line.cpp g++ -Wall -W -g -O2 -fPIC -o style_text.o -c style_text.cpp g++ -Wall -W -g -O2 -fPIC -o colors.o -c colors.cpp g++ -Wall -W -g -O2 -fPIC -o misc.o -c misc.cpp g++ -Wall -W -g -O2 -fPIC -o xmlwrite.o -c xmlwrite.cpp g++ -Wall -W -g -O2 -fPIC -o zipwrite.o -c zipwrite.cpp zipwrite.cpp: In function ‘std::ostream& write2(std::ostream&, short unsigned int)’: zipwrite.cpp:92:34: warning: narrowing conversion of ‘(int)(((short unsigned int)((int)s)) & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing] 92 | unsigned char bytes[2] = { (s&0xff), ((s>>8)&0xff) }; | ~~^~~~~~ zipwrite.cpp:92:49: warning: narrowing conversion of ‘(int)(((short unsigned int)((int)(s >> 8))) & 255)’ from ‘int’ to ‘unsigned char’ [-Wnarrowing] 92 | unsigned char bytes[2] = { (s&0xff), ((s>>8)&0xff) }; | ~~~~~~~^~~~~~ zipwrite.cpp: In function ‘std::ostream& write4(std::ostream&, unsigned int)’: zipwrite.cpp:100:11: warning: narrowing conversion of ‘(i & 255)’ from ‘unsigned int’ to ‘unsigned char’ [-Wnarrowing] 100 | (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) | ~~^~~~~~ zipwrite.cpp:100:26: warning: narrowing conversion of ‘((i >> 8) & 255)’ from ‘unsigned int’ to ‘unsigned char’ [-Wnarrowing] 100 | (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) | ~~~~~~~^~~~~~ zipwrite.cpp:100:42: warning: narrowing conversion of ‘((i >> 16) & 255)’ from ‘unsigned int’ to ‘unsigned char’ [-Wnarrowing] 100 | (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) | ~~~~~~~~^~~~~~ zipwrite.cpp:100:58: warning: narrowing conversion of ‘((i >> 24) & 255)’ from ‘unsigned int’ to ‘unsigned char’ [-Wnarrowing] 100 | (i&0xff), ((i>>8)&0xff), ((i>>16)&0xff), ((i>>24)&0xff) | ~~~~~~~~^~~~~~ g++ -Wall -W -g -O2 -fPIC -o check.o -c check.cpp g++ -o fig2sxd fig2sxd.o xfig_arc.o xfig_compound.o xfig_ellipse.o xfig_poly.o xfig_spline.o xfig_text.o style_arrow.o style_line.o style_text.o colors.o misc.o xmlwrite.o zipwrite.o check.o -lz install -d /usr/src/slapt-src/graphics/fig2sxd/package-fig2sxd/usr/bin /usr/src/slapt-src/graphics/fig2sxd/package-fig2sxd/usr/share/man/man1 install -m755 fig2sxd /usr/src/slapt-src/graphics/fig2sxd/package-fig2sxd/usr/bin install -m644 fig2sxd.1 /usr/src/slapt-src/graphics/fig2sxd/package-fig2sxd/usr/share/man/man1 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/graphics/fig2sxd/fig2sxd-0.22.1-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/fig2sxd usr/doc/ usr/doc/fig2sxd-0.22.1/ usr/doc/fig2sxd-0.22.1/changelog usr/doc/fig2sxd-0.22.1/fig2sxd.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/fig2sxd.1.gz Slackware package /usr/src/slapt-src/graphics/fig2sxd/fig2sxd-0.22.1-x86_64-1salix15.0.txz created. Installing package fig2sxd-0.22.1-x86_64-1salix15.0... | fig2sxd (Fig to SXD image converter) | | fig2sxd converts images in fig format (used by XFig) | to OpenOffice.org Draw format. | | | | | | | | |