LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-17-2013, 09:50 PM   #61
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546

Quote:
@Woodsman I hope you did consider that if a SlackBuild is stable and builds the way it is for a specific release, changing the CPU type flag (march/mtune) for it is unlikely to give troubling difference when rebuilding. Unless the binary could really be only built manually. I find that unlikely, but again we could make use of a customized SlackBuild.
Sure, I get that. My point is, who has the time? The person who wants a highly customized operating system is the exception and not the norm. Way, way out there at the end of the bell curve. Distro maintainers do not make distros for the exception, they make them for the norm. Basic economics, basic return on investment, best bang for the buck.
 
1 members found this post helpful.
Old 04-17-2013, 10:13 PM   #62
konsolebox
Senior Member
 
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248

Original Poster
Blog Entries: 8

Rep: Reputation: 235Reputation: 235Reputation: 235
Ok I guess I won't be able to prove that it's possible unless I check it myself. I'll try to see if a script could be made that would adopt to every type of SlackBuild that's there. Yet again if it's really wanted the SlackBuilds could simply just be revised to make them adoptable to cpu-type-specific build and it's only done once. We could even create a script that would change multiple SlackBuilds if their signatures are similar.
 
Old 04-17-2013, 11:09 PM   #63
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by konsolebox View Post
And you're not adding a major architecture. The targets would still be x86_64 and ix86.
This is TOTALLY irrelevant and shows that you have either not read my posts at all or do not understand the words I am typing. NOT ALL PACKAGES WILL COMPILE, EVEN FOR THE SAME ARCHITECTURE WITH THE SAME OPTIMIZATIONS THAT WERE USED TO BUILD THEM ORIGINALLY. Read that and re-read it until you understand it. If you still don't understand it, then you are not at a sufficient level to discuss this further.
Quote:
Originally Posted by konsolebox View Post
@ruario Once I had attempted to use packages of Slackware for Gentoo and it worked. Yes they could be identical, at least signifcantly.
Gentoo and Slackware have architectural differences at their very core. Gentoo builds exactly what you tell it to, while Slackware ships the kitchen sink and links against almost everything it can. Comparing the two distros will tell you very little about whether or not the optimizations were the causal factor in any perceived difference.

[edit]
Quote:
Originally Posted by konsolebox View Post
Ok I guess I won't be able to prove that it's possible unless I check it myself. I'll try to see if a script could be made that would adopt to every type of SlackBuild that's there. Yet again if it's really wanted the SlackBuilds could simply just be revised to make them adoptable to cpu-type-specific build and it's only done once. We could even create a script that would change multiple SlackBuilds if their signatures are similar.
Again, see Alien Bob's ARM port. He has already started modifying some SlackBuilds to support centralized ARCH and SLKCFLAGS values. This may or may not find its way into official Slackware, but if I had to choose a starting point, that would be it.

Last edited by T3slider; 04-17-2013 at 11:16 PM.
 
3 members found this post helpful.
Old 04-18-2013, 12:20 AM   #64
konsolebox
Senior Member
 
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248

Original Poster
Blog Entries: 8

Rep: Reputation: 235Reputation: 235Reputation: 235
Quote:
Originally Posted by T3slider View Post
This is TOTALLY irrelevant and shows that you have either not read my posts at all or do not understand the words I am typing. NOT ALL PACKAGES WILL COMPILE, EVEN FOR THE SAME ARCHITECTURE WITH THE SAME OPTIMIZATIONS THAT WERE USED TO BUILD THEM ORIGINALLY. Read that and re-read it until you understand it. If you still don't understand it, then you are not at a sufficient level to discuss this further.
Oh sorry. Being able to compile packages in Gentoo and even vanilla packages with cpu-specific optimizations didn't give trouble so far so I have my doubts about that.

And perhaps there would be exemptions alright - with old packages probably, or perhaps on older gcc versions. But if that is the case you could just pick which packages could have their unoptimized versions. It's rare for one package to not build just by changing the target cpu type. And again about that gcc thing, I don't think it would be applicable since we won't be using other gcc's anyway but the one in that specific release.
Quote:
Gentoo and Slackware have architectural differences at their very core. Gentoo builds exactly what you tell it to, while Slackware ships the kitchen sink and links against almost everything it can. Comparing the two distros will tell you very little about whether or not the optimizations were the causal factor in any perceived difference.
I'm not sure how an executable being able to link up to many libraries and having more code affect the hot spots of it. An increase in memory perhaps.
Quote:
Again, see Alien Bob's ARM port. He has already started modifying some SlackBuilds to support centralized ARCH and SLKCFLAGS values. This may or may not find its way into official Slackware, but if I had to choose a starting point, that would be it.
Thanks but I already studied some of the SlackBuilds. I think one signature block could be modified to allow accepting an exported variable like CPU in which decisions about which CFLAGS to be used could be based upon. This would apply if the SlackBuild has it. If it doesn't apply to the SlackBuild I guess a custom SlackBuild should be made for it. I'm estimating at least 90% of packages would apply to it but I haven't tried it yet. Perhaps I'll be doing the scripting and assessment later.

The modified version could be used on the fly through a pipe or process substition or stored as another file.

Last edited by konsolebox; 04-18-2013 at 12:21 AM.
 
Old 04-18-2013, 12:35 AM   #65
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Sigh. People never search the forums for things that might be relevant.
 
Old 04-18-2013, 12:37 AM   #66
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
@konsolebox: reading your answers, I think that the only way you can begin to convince others is exhibiting at least a small but working example of what you magical scripts could look like, successfully applied to a significant set of packages. Only then that discussion can become practical, not theoretical. Theory is only interesting if you can probe it.
 
Old 04-18-2013, 12:38 AM   #67
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,068

Rep: Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144
konsolebox, honestly, it seems to me that you make a lot of assumptions and take those for granted but you really have no idea of the work needed to do what you want to do and the maintenability of it.
Quote:
Oh sorry. Being able to compile packages in Gentoo and even vanilla packages with cpu-specific optimizations didn't give trouble so far so I have my doubts about that.
ebuilds and slackbuilds are very different: in Gentoo (I used it for some time) one day, if you're very lucky, you can build everything you need on a specific ARCH and with specific CFLAGS, the next day not, and they have lots of maintainers. On Funtoo (I used it for some time) the situation is worse as they have less maintainers. On Slackware there's just one maintainer.
upgrading an already installed Gentoo system very rarely works, you have to start from scratch: can you think how is painful and time/resources consuming is to rebuild everything from scratch when you have to upgrade some components (assumed all goes well, and usually it's not)? Then you should also test everything you have rebuilt on every platform, as you can't offer untested packages and guarantee they will work.
that's why I suggested you to try, to verify your assumptions: as long as you guess only you can't have an idea on how you are wrong.
and when you eventually are successful in doing it (but I strongly doubt that you will be) in multiple archs, upgrade glibc and gcc (just to name 2 software) and try again.
I suppose by then you will understand.

Last edited by ponce; 04-18-2013 at 01:08 AM.
 
1 members found this post helpful.
Old 04-18-2013, 12:50 AM   #68
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by konsolebox View Post
Yet again if it's really wanted the SlackBuilds could simply just be revised to make them adoptable to cpu-type-specific build and it's only done once. We could even create a script that would change multiple SlackBuilds if their signatures are similar.

My old doctor in my native Austria had a nice saying for that:
If my grandmother had wheels, she would be a bus, and I could go for a ride with her.

Or as Linus Torvalds himself stated in another context, namely the SCO lawsuit:
Talk is cheap. Show me the code.

Cheers,

Niki
 
Old 04-18-2013, 12:53 AM   #69
red_fire
Member
 
Registered: Jan 2007
Location: Indonesia
Distribution: Slackware Linux
Posts: 67

Rep: Reputation: 11
Quit the chatter and just do it man..

Talk doesn't cook rice.

Whether you're doing it for your own machine or for your target population, who can stop you? Think of it this way, build it for your own machine, if you like it then it's all good and you can stick with it. If you feel like sharing, then you can come back here for some feedback or perhaps ask politely if someone wants to try your build.

But then again I think someone mentioned before that computers these days are already fast enough. You have to remember that in the end computer is just a tool. No matter how fast your computer is, things will still depend on your attitude. I bet the time saved from your fast processing power is already used up for arguing too much here (but healthy argument is fine)

Talk less, do more, isn't that Slackware community's culture?
 
2 members found this post helpful.
Old 04-18-2013, 01:14 AM   #70
konsolebox
Senior Member
 
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248

Original Poster
Blog Entries: 8

Rep: Reputation: 235Reputation: 235Reputation: 235
Yeah I've been planning to already since post #40. Just making a reply when someone does.
 
Old 04-18-2013, 01:49 AM   #71
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,068

Rep: Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144Reputation: 4144
good luck
 
Old 04-18-2013, 09:43 AM   #72
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,198

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
Quote:
Originally Posted by konsolebox View Post
@Woodsman I hope you did consider that if a SlackBuild is stable and builds the way it is for a specific release,
Most of the SlackBuilds in /source have not been confirmed to work in the current Slackware release. This is exactly where I expect you to stumble.
 
Old 04-21-2013, 07:17 AM   #73
konsolebox
Senior Member
 
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248

Original Poster
Blog Entries: 8

Rep: Reputation: 235Reputation: 235Reputation: 235
So this time I finally had enough time to try materializing the concept. And so I was able to create this script that would try to walk on all SlackBuilds available in the source directory.

Code:
#!/bin/bash


#TEMPDIR=/tmp
DESTDIR=.
DRY_RUN=false
OVERWRITE_MODE=false
VERBOSE_MODE=false



[[ BASH_VERSINFO -ge 3 ]] || {
	echo "You need Bash version 3.0 or newer to run this script."
	exit 1
}

shopt -s extglob


function getabspath {
	local -a T1 T2
	local -i I=0
	local IFS=/ A

	case "$1" in
	/*)
		read -r -a T1 <<< "$1"
		;;
	*)
		read -r -a T1 <<< "/$PWD/$1"
		;;
	esac

	T2=()

	for A in "${T1[@]}"; do
		case "$A" in
		..)
			[[ I -ne 0 ]] && unset T2\[--I\]
			continue
			;;
		.|'')
			continue
			;;
		esac

		T2[I++]=$A
	done

	case "$1" in
	*/)
		[[ I -ne 0 ]] && __="/${T2[*]}/" || __=/
		;;
	*)
		[[ I -ne 0 ]] && __="/${T2[*]}" || __=/.
		;;
	esac
}


function verbose {
	[[ $VERBOSE_MODE == true ]] && echo "$1"
}


function save_lines {
	local IFS=$'\n'
	echo "${LINES[*]}" > "$1"
}


function parse_args {
	while [[ $# -gt 0 ]]; do
		case "$1" in
		-d|--dest-dir)
			if [[ -z $2 ]]; then
				echo "Option $1 needs an argument."
				return 1
			fi
			DEST_DIR=$2
			shift
			;;
		--dry-run)
			DRY_RUN=true
			;;
		-o|--overwrite)
			OVERWRITE_MODE=true
			;;
		-v|--verbose)
			VERBOSE_MODE=true
		esac
		shift
	done
}


function main {
	getabspath "$PWD/"
	CURRENTDIRNODE=$__

	getabspath "$DESTDIR/"
	DESTDIRPREFIX=$__

	if [[ $DESTDIRPREFIX == "$CURRENTDIRNODE" ]]; then
		DESTDIRPREFIX=''
	elif [[ $DRY_RUN = false && ! -d $DESTDIR ]]; then
		mkdir -p "$DESTDIR" || {
			echo "Unable to create destination directory: $DESTDIR"
			return 1
		}
	fi

#	if [[ ! -r $TEMPDIR || ! -w $TEMPDIR || ! -x $TEMPDIR ]]; then
#		echo "Temporary directory is not accessible or writeable: $TEMPDIR"
#		return 1
#	fi

#	getabspath "$TEMPDIR/"

#	if [[ $__ == "$CURRENTDIRNODE" ]]; then
#		TEMPDIRPREFIX=''
#	else
#		TEMPDIRPREFIX=$__
#	fi

	local DIRBASE FILE LINE IFS=''
	local FILES_COUNTER=0

	while read -u 3 FILE; do
		echo "Processing file $FILE."

		DIRBASE=${FILE%%/+([^/])}
		FILEBASE=${FILE##*/}

		FINALDESTDIR=${DESTDIRPREFIX}${DIRBASE}

		if [[ $DRY_RUN == false && ! -d $FINALDESTDIR ]]; then
			mkdir -p "$FINALDESTDIR" || {
				echo "Unable to create destination directory: $FINALDESTDIR"
				return 1
			}
		fi

		TARGET=${DESTDIRPREFIX}${FILE}.custom

		if [[ $OVERWRITE_MODE == false && -e $TARGET ]]; then
			echo "Skipping file $FILE: $TARGET already exists."
			FILES_SKIPPED_EXISTING[FILES_COUNTER++]=$FILE
			continue
		fi

#		TEMPFILE=${TEMPDIRPREFIX}${FILEBASE}.custom.temp

#		: > "$TEMPFILE" || {
#			echo "Unable to create or truncate temporary file $TEMPFILE."
#			return 1
#		}

		CONVERT_SLKCFLAGS_COUNT=0
		CONVERT_MAKEPKG_COUNT=0
		CONVERT_CFLAGS=0

		LINES=()
		LINES_COUNT=0

		while read -u 4 LINE; do
			case "$LINE" in
			*([[:blank:]])'elif [ "'@('$ARCH'|'${ARCH}')'" = "x86_64" ]; then'*([[:blank:]]))
				verbose "Detected $LINE."
				LINES[LINES_COUNT++]=$LINE
				read -u 4 LINE || break
				case "$LINE" in
				*([[:blank:]])'SLKCFLAGS="-O'?([[:digit:]])' -fPIC"'*([[:blank:]]))
					verbose "Detected $LINE."
					LINES[LINES_COUNT++]=${LINE/'-O'/'-march=core2 -O'}
					(( ++CONVERT_SLKCFLAGS_COUNT ))
					;;
				*)
					LINES[LINES_COUNT++]=$LINE
					;;
				esac
				;;
			*([[:blank:]])?(/sbin/)makepkg\ *@('$ARCH'|'${ARCH}')-@('$BUILD'|'${BUILD}').@(txz|tgz|tbz2)*([[:blank:]]))
				verbose "Detected $LINE."
				LINES[LINES_COUNT++]=${LINE/@('$ARCH'|'${ARCH}')-@('$BUILD'|'${BUILD}')/'${ARCH}_core2-${BUILD}'}
				(( ++CONVERT_MAKEPKG_COUNT ))
				;;
			*CFLAGS*|*CXXFLAGS*)
				verbose "Detected $LINE."
				(( ++CONVERT_CFLAGS ))
				LINES[LINES_COUNT++]=$LINE
				;;
			*)
				LINES[LINES_COUNT++]=$LINE
				;;
			esac
		done 4< "$FILE"

		if (( CONVERT_SLKCFLAGS_COUNT == 1 && CONVERT_MAKEPKG_COUNT == 1 )); then
			if [[ $DRY_RUN = true ]] || save_lines "$TARGET"; then
				echo "Converted file $FILE as $TARGET."
				FILES_CONVERTED[FILES_COUNTER++]=$FILE
			else
				echo "Unable to create file or write data to file $TARGET."
				FILES_UNCONVERTED_GENERAL_FAILURE[FILES_COUNTER++]=$FILE
			fi
		elif (( CONVERT_SLKCFLAGS_COUNT == 0 && CONVERT_CFLAGS == 0 && CONVERT_MAKEPKG_COUNT >= 1 )); then
			echo "Not converting file $FILE: Probably doesn't compile or is meant to be not optimized."
			FILES_UNCONVERTED_NO_COMPILE[FILES_COUNTER++]=$FILE
		elif (( (CONVERT_SLKCFLAGS_COUNT >= 1 || CONVERT_CFLAGS >=1 ) && CONVERT_MAKEPKG_COUNT == 0 )); then
			echo "Not converting $FILE: Probably compiles its packages but needs to be converted manually."
			FILES_UNCONVERTED_COMPILES[FILES_COUNTER++]=$FILE
		else
			echo "Not converting file $FILE: Type is generally unrecognized and needs to be checked and/or converted manually."
			FILES_UNCONVERTED_UNSUAL_TYPE[FILES_COUNTER++]=$FILE
		fi

		echo
	done 3< <(exec find -maxdepth 3 -mindepth 3 -type f -readable -iname '*.SlackBuild' | sort -t / -k 2,2)

	IFS=$'\n'

	echo
	echo "# Files Converted"
	echo
	if [[ ${#FILES_CONVERTED[@]} -gt 0 ]]; then
		echo "${FILES_CONVERTED[*]}"
		echo
	fi
	echo "# Files not converted in which packages are probably not compiled or is meant to be not optimized."
	echo
	if [[ ${#FILES_UNCONVERTED_NO_COMPILE[@]} -gt 0 ]]; then
		echo "${FILES_UNCONVERTED_NO_COMPILE[*]}"
		echo
	fi
	echo "# Files not converted in which packages are probably compiled but needs to be converted manually."
	echo
	if [[ ${#FILES_UNCONVERTED_COMPILES[@]} -gt 0 ]]; then
		echo "${FILES_UNCONVERTED_COMPILES[*]}"
		echo
	fi
	echo "# File not converted due to general failure."
	echo
	if [[ ${#FILES_UNCONVERTED_GENERAL_FAILURE[@]} -gt 0 ]]; then
		echo "${FILES_UNCONVERTED_GENERAL_FAILURE[*]}"
		echo
	fi
	echo "# Files skipped as they already exists."
	echo
	if [[ ${#FILES_SKIPPED_EXISTING[@]} -gt 0 ]]; then
		echo "${FILES_SKIPPED_EXISTING[*]}"
		echo
	fi
}


parse_args "$@" && main "$@"
So the purpose of the script is to create custom SlackBuild files along the same directories or on a custom directory.

And on my last attempt to run the script this is what I got:
Code:
# Files Converted

./a/acpid/acpid.SlackBuild
./a/apmd/apmd.SlackBuild
./a/bash/bash.SlackBuild
./a/coreutils/coreutils.SlackBuild
./a/cpio/cpio.SlackBuild
./a/cpufrequtils/cpufrequtils.SlackBuild
./a/cryptsetup/cryptsetup.SlackBuild
./a/dbus/dbus.SlackBuild
./a/dcron/dcron.SlackBuild
./a/dialog/dialog.SlackBuild
./a/dosfstools/dosfstools.SlackBuild
./a/e2fsprogs/e2fsprogs.SlackBuild
./a/eject/eject.SlackBuild
./a/file/file.SlackBuild
./a/findutils/findutils.SlackBuild
./a/gawk/gawk.SlackBuild
./a/gettext/gettext.SlackBuild
./a/gettext/gettext-tools.SlackBuild
./a/gpm/gpm.SlackBuild
./a/gptfdisk/gptfdisk.SlackBuild
./a/grep/grep.SlackBuild
./a/gzip/gzip.SlackBuild
./a/inotify-tools/inotify-tools.SlackBuild
./a/jfsutils/jfsutils.SlackBuild
./a/kmod/kmod.SlackBuild
./a/less/less.SlackBuild
./a/libcgroup/libcgroup.SlackBuild
./a/logrotate/logrotate.SlackBuild
./a/lrzip/lrzip.SlackBuild
./a/lvm2/lvm2.SlackBuild
./a/mdadm/mdadm.SlackBuild
./a/minicom/minicom.SlackBuild
./a/ntfs-3g/ntfs-3g.SlackBuild
./a/patch/patch.SlackBuild
./a/pciutils/pciutils.SlackBuild
./a/procps/procps.SlackBuild
./a/reiserfsprogs/reiserfsprogs.SlackBuild
./a/sed/sed.SlackBuild
./a/shadow/shadow.SlackBuild
./a/slocate/slocate.SlackBuild
./a/tar/tar.SlackBuild
./a/time/time.SlackBuild
./a/udisks2/udisks2.SlackBuild
./a/udisks/udisks.SlackBuild
./a/upower/upower.SlackBuild
./a/usb_modeswitch/usb_modeswitch.SlackBuild
./a/usbutils/usbutils.SlackBuild
./a/util-linux/util-linux.SlackBuild
./a/xfsprogs/xfsprogs.SlackBuild
./ap/a2ps/a2ps.SlackBuild
./ap/acct/acct.SlackBuild
./ap/alsa-utils/alsa-utils.SlackBuild
./ap/at/at.SlackBuild
./ap/bc/bc.SlackBuild
./ap/bpe/bpe.SlackBuild
./ap/cdparanoia/cdparanoia.SlackBuild
./ap/cdrdao/cdrdao.SlackBuild
./ap/dc3dd/dc3dd.SlackBuild
./ap/ddrescue/ddrescue.SlackBuild
./ap/diffstat/diffstat.SlackBuild
./ap/diffutils/diffutils.SlackBuild
./ap/dmidecode/dmidecode.SlackBuild
./ap/enscript/enscript.SlackBuild
./ap/flac/flac.SlackBuild
./ap/foomatic-filters/foomatic-filters.SlackBuild
./ap/ghostscript/ghostscript.SlackBuild
./ap/gphoto2/gphoto2.SlackBuild
./ap/groff/groff.SlackBuild
./ap/gutenprint/gutenprint.SlackBuild
./ap/hplip/hplip.SlackBuild
./ap/htop/htop.SlackBuild
./ap/jed/jed.SlackBuild
./ap/jove/jove.SlackBuild
./ap/libx86/libx86.SlackBuild
./ap/lsscsi/lsscsi.SlackBuild
./ap/lxc/lxc.SlackBuild
./ap/madplay/madplay.SlackBuild
./ap/man/man.SlackBuild
./ap/mc/mc.SlackBuild
./ap/moc/moc.SlackBuild
./ap/most/most.SlackBuild
./ap/mpg123/mpg123.SlackBuild
./ap/mysql/mysql.SlackBuild
./ap/nano/nano.SlackBuild
./ap/normalize/normalize.SlackBuild
./ap/pm-utils/pm-utils.SlackBuild
./ap/powertop/powertop.SlackBuild
./ap/radeontool/radeontool.SlackBuild
./ap/rpm/rpm.SlackBuild
./ap/rzip/rzip.SlackBuild
./ap/screen/screen.SlackBuild
./ap/sox/sox.SlackBuild
./ap/sqlite/sqlite.SlackBuild
./ap/sudo/sudo.SlackBuild
./ap/sysstat/sysstat.SlackBuild
./ap/texinfo/texinfo.SlackBuild
./ap/vbetool/vbetool.SlackBuild
./ap/zsh/zsh.SlackBuild
./d/binutils/binutils.SlackBuild
./d/bison/bison.SlackBuild
./d/clisp/clisp.SlackBuild
./d/cmake/cmake.SlackBuild
./d/cvs/cvs.SlackBuild
./d/dev86/dev86.SlackBuild
./d/doxygen/doxygen.SlackBuild
./d/flex/flex.SlackBuild
./d/git/git.SlackBuild
./d/gperf/gperf.SlackBuild
./d/guile/guile.SlackBuild
./d/indent/indent.SlackBuild
./d/intltool/intltool.SlackBuild
./d/libtool/libtool.SlackBuild
./d/llvm/llvm.SlackBuild
./d/m4/m4.SlackBuild
./d/make/make.SlackBuild
./d/oprofile/oprofile.SlackBuild
./d/p2c/p2c.SlackBuild
./d/perl/perl.SlackBuild
./d/pkg-config/pkg-config.SlackBuild
./d/rcs/rcs.SlackBuild
./d/strace/strace.SlackBuild
./d/subversion/subversion.SlackBuild
./d/swig/swig.SlackBuild
./e/emacs/emacs.SlackBuild
./l/aalib/aalib.SlackBuild
./l/akonadi/akonadi.SlackBuild
./l/alsa-lib/alsa-lib.SlackBuild
./l/alsa-oss/alsa-oss.SlackBuild
./l/apr/apr.SlackBuild
./l/apr-util/apr-util.SlackBuild
./l/aspell/aspell.SlackBuild
./l/atk/atk.SlackBuild
./l/attica/attica.SlackBuild
./l/audiofile/audiofile.SlackBuild
./l/automoc4/automoc4.SlackBuild
./l/babl/babl.SlackBuild
./l/boost/boost.SlackBuild
./l/cairo/cairo.SlackBuild
./l/chmlib/chmlib.SlackBuild
./l/clucene/clucene.SlackBuild
./l/ConsoleKit/ConsoleKit.SlackBuild
./l/db42/db42.SlackBuild
./l/db44/db44.SlackBuild
./l/db48/db48.SlackBuild
./l/dbus-glib/dbus-glib.SlackBuild
./l/dbus-python/dbus-python.SlackBuild
./l/desktop-file-utils/desktop-file-utils.SlackBuild
./l/djvulibre/djvulibre.SlackBuild
./l/ebook-tools/ebook-tools.SlackBuild
./l/eigen2/eigen2.SlackBuild
./l/enchant/enchant.SlackBuild
./l/esound/esound.SlackBuild
./l/exiv2/exiv2.SlackBuild
./l/expat/expat.SlackBuild
./l/fftw/fftw.SlackBuild
./l/freetype/freetype.SlackBuild
./l/fribidi/fribidi.SlackBuild
./l/fuse/fuse.SlackBuild
./l/gamin/gamin.SlackBuild
./l/GConf/GConf.SlackBuild
./l/gcr/gcr.SlackBuild
./l/gdbm/gdbm.SlackBuild
./l/gd/gd.SlackBuild
./l/gdk-pixbuf2/gdk-pixbuf2.SlackBuild
./l/gegl/gegl.SlackBuild
./l/giflib/giflib.SlackBuild
./l/glade3/glade3.SlackBuild
./l/glib2/glib2.SlackBuild
./l/glib/glib.SlackBuild
./l/glib-networking/glib-networking.SlackBuild
./l/gmime/gmime.SlackBuild
./l/gmp/gmp.SlackBuild
./l/gnome-keyring/gnome-keyring.SlackBuild
./l/gobject-introspection/gobject-introspection.SlackBuild
./l/grantlee/grantlee.SlackBuild
./l/gsettings-desktop-schemas/gsettings-desktop-schemas.SlackBuild
./l/gst-plugins-base/gst-plugins-base.SlackBuild
./l/gst-plugins-good/gst-plugins-good.SlackBuild
./l/gstreamer/gstreamer.SlackBuild
./l/gtk+2/gtk+2.SlackBuild
./l/gtk+3/gtk+3.SlackBuild
./l/gtk+/gtk+.SlackBuild
./l/gtkspell/gtkspell.SlackBuild
./l/gvfs/gvfs.SlackBuild
./l/herqq/herqq.SlackBuild
./l/hunspell/hunspell.SlackBuild
./l/icu4c/icu4c.SlackBuild
./l/ilmbase/ilmbase.SlackBuild
./l/imlib/imlib.SlackBuild
./l/js185/js185.SlackBuild
./l/keybinder/keybinder.SlackBuild
./l/keyutils/keyutils.SlackBuild
./l/lcms2/lcms2.SlackBuild
./l/lcms/lcms.SlackBuild
./l/lesstif/lesstif.SlackBuild
./l/libarchive/libarchive.SlackBuild
./l/libart_lgpl/libart_lgpl.SlackBuild
./l/libatasmart/libatasmart.SlackBuild
./l/libbluedevil/libbluedevil.SlackBuild
./l/libcaca/libcaca.SlackBuild
./l/libcanberra/libcanberra.SlackBuild
./l/libcap/libcap.SlackBuild
./l/libcddb/libcddb.SlackBuild
./l/libcdio/libcdio.SlackBuild
./l/libcroco/libcroco.SlackBuild
./l/libdbusmenu-qt/libdbusmenu-qt.SlackBuild
./l/libdiscid/libdiscid.SlackBuild
./l/libdvdread/libdvdread.SlackBuild
./l/libelf/libelf.SlackBuild
./l/libexif/libexif.SlackBuild
./l/libffi/libffi.SlackBuild
./l/libglade/libglade.SlackBuild
./l/libgnome-keyring/libgnome-keyring.SlackBuild
./l/libgphoto2/libgphoto2.SlackBuild
./l/libgpod/libgpod.SlackBuild
./l/libgsf/libgsf.SlackBuild
./l/libical/libical.SlackBuild
./l/libid3tag/libid3tag.SlackBuild
./l/libidl/libidl.SlackBuild
./l/libidn/libidn.SlackBuild
./l/libieee1284/libieee1284.SlackBuild
./l/libiodbc/libiodbc.SlackBuild
./l/libjpeg/libjpeg.SlackBuild
./l/libkarma/libkarma.SlackBuild
./l/libmad/libmad.SlackBuild
./l/libmcrypt/libmcrypt.SlackBuild
./l/libmcs/libmcs.SlackBuild
./l/libmng/libmng.SlackBuild
./l/libmpc/libmpc.SlackBuild
./l/libmsn/libmsn.SlackBuild
./l/libmtp/libmtp.SlackBuild
./l/libnjb/libnjb.SlackBuild
./l/libnl3/libnl3.SlackBuild
./l/libnl/libnl.SlackBuild
./l/libnotify/libnotify.SlackBuild
./l/libogg/libogg.SlackBuild
./l/liboggz/liboggz.SlackBuild
./l/liboil/liboil.SlackBuild
./l/libplist/libplist.SlackBuild
./l/libproxy/libproxy.SlackBuild
./l/libraw1394/libraw1394.SlackBuild
./l/librsvg/librsvg.SlackBuild
./l/libsamplerate/libsamplerate.SlackBuild
./l/libsndfile/libsndfile.SlackBuild
./l/libsoup/libsoup.SlackBuild
./l/libspectre/libspectre.SlackBuild
./l/libssh/libssh.SlackBuild
./l/libtasn1/libtasn1.SlackBuild
./l/libtheora/libtheora.SlackBuild
./l/libtiff/libtiff.SlackBuild
./l/libusb-compat/libusb-compat.SlackBuild
./l/libusb/libusb.SlackBuild
./l/libvisual/libvisual.SlackBuild
./l/libvisual-plugins/libvisual-plugins.SlackBuild
./l/libvncserver/libvncserver.SlackBuild
./l/libvorbis/libvorbis.SlackBuild
./l/libwmf/libwmf.SlackBuild
./l/libwnck/libwnck.SlackBuild
./l/libwpd/libwpd.SlackBuild
./l/libxklavier/libxklavier.SlackBuild
./l/libxml2/libxml2.SlackBuild
./l/libxslt/libxslt.SlackBuild
./l/libyaml/libyaml.SlackBuild
./l/libzip/libzip.SlackBuild
./l/loudmouth/loudmouth.SlackBuild
./l/lzo/lzo.SlackBuild
./l/M2Crypto/M2Crypto.SlackBuild
./l/mhash/mhash.SlackBuild
./l/mm/mm.SlackBuild
./l/mozilla-nss/mozilla-nss.SlackBuild
./l/mpfr/mpfr.SlackBuild
./l/ncurses/ncurses.SlackBuild
./l/neon/neon.SlackBuild
./l/netpbm/netpbm.SlackBuild
./l/notify-python/notify-python.SlackBuild
./l/openexr/openexr.SlackBuild
./l/pango/pango.SlackBuild
./l/pcre/pcre.SlackBuild
./l/phonon-gstreamer/phonon-gstreamer.SlackBuild
./l/phonon-mplayer/phonon-mplayer.SlackBuild
./l/phonon/phonon.SlackBuild
./l/phonon-xine/phonon-xine.SlackBuild
./l/pilot-link/pilot-link.SlackBuild
./l/pil/pil.SlackBuild
./l/polkit-gnome/polkit-gnome.SlackBuild
./l/polkit/polkit.SlackBuild
./l/polkit-qt-1/polkit-qt-1.SlackBuild
./l/poppler/poppler.SlackBuild
./l/popt/popt.SlackBuild
./l/pycairo/pycairo.SlackBuild
./l/pygobject/pygobject.SlackBuild
./l/pygtk/pygtk.SlackBuild
./l/PyQt/PyQt.SlackBuild
./l/pyrex/pyrex.SlackBuild
./l/qca-cyrus-sasl/qca-cyrus-sasl.SlackBuild
./l/qca-gnupg/qca-gnupg.SlackBuild
./l/qca-ossl/qca-ossl.SlackBuild
./l/qca/qca.SlackBuild
./l/qimageblitz/qimageblitz.SlackBuild
./l/QScintilla/QScintilla.SlackBuild
./l/qt/qt.SlackBuild
./l/qtscriptgenerator/qtscriptgenerator.SlackBuild
./l/raptor2/raptor2.SlackBuild
./l/rasqal/rasqal.SlackBuild
./l/readline/readline.SlackBuild
./l/redland/redland.SlackBuild
./l/sdl/sdl.SlackBuild
./l/sg3_utils/sg3_utils.SlackBuild
./l/shared-desktop-ontologies/shared-desktop-ontologies.SlackBuild
./l/shared-mime-info/shared-mime-info.SlackBuild
./l/sip/sip.SlackBuild
./l/slang1/slang1.SlackBuild
./l/slang/slang.SlackBuild
./l/soprano/soprano.SlackBuild
./l/startup-notification/startup-notification.SlackBuild
./l/strigi/strigi.SlackBuild
./l/svgalib/svgalib.SlackBuild
./l/system-config-printer/system-config-printer.SlackBuild
./l/t1lib/t1lib.SlackBuild
./l/taglib-extras/taglib-extras.SlackBuild
./l/taglib/taglib.SlackBuild
./l/tango-icon-theme-extras/tango-icon-theme-extras.SlackBuild
./l/v4l-utils/v4l-utils.SlackBuild
./l/virtuoso-ose/virtuoso-ose.SlackBuild
./l/vte/vte.SlackBuild
./l/wavpack/wavpack.SlackBuild
./l/zlib/zlib.SlackBuild
./n/autofs/autofs.SlackBuild
./n/bind/bind.SlackBuild
./n/bluez/bluez.SlackBuild
./n/bluez-firmware/bluez-firmware.SlackBuild
./n/bluez-hcidump/bluez-hcidump.SlackBuild
./n/bridge-utils/bridge-utils.SlackBuild
./n/cifs-utils/cifs-utils.SlackBuild
./n/crda/crda.SlackBuild
./n/curl/curl.SlackBuild
./n/cyrus-sasl/cyrus-sasl.SlackBuild
./n/dhcpcd/dhcpcd.SlackBuild
./n/dhcp/dhcp.SlackBuild
./n/dirmngr/dirmngr.SlackBuild
./n/epic5/epic5.SlackBuild
./n/fetchmail/fetchmail.SlackBuild
./n/gnupg2/gnupg2.SlackBuild
./n/gnupg/gnupg.SlackBuild
./n/gnutls/gnutls.SlackBuild
./n/gpa/gpa.SlackBuild
./n/gpgme/gpgme.SlackBuild
./n/htdig/htdig.SlackBuild
./n/httpd/httpd.SlackBuild
./n/idnkit/idnkit.SlackBuild
./n/iftop/iftop.SlackBuild
./n/iproute2/iproute2.SlackBuild
./n/iptables/iptables.SlackBuild
./n/iptraf-ng/iptraf-ng.SlackBuild
./n/irssi/irssi.SlackBuild
./n/iw/iw.SlackBuild
./n/lftp/lftp.SlackBuild
./n/libassuan/libassuan.SlackBuild
./n/libgcrypt/libgcrypt.SlackBuild
./n/libgpg-error/libgpg-error.SlackBuild
./n/libksba/libksba.SlackBuild
./n/links/links.SlackBuild
./n/lynx/lynx.SlackBuild
./n/mailx/mailx.SlackBuild
./n/mcabber/mcabber.SlackBuild
./n/metamail/metamail.SlackBuild
./n/mtr/mtr.SlackBuild
./n/mutt/mutt.SlackBuild
./n/ncftp/ncftp.SlackBuild
./n/nc/nc.SlackBuild
./n/netatalk/netatalk.SlackBuild
./n/net-snmp/net-snmp.SlackBuild
./n/nettle/nettle.SlackBuild
./n/net-tools/net-tools.SlackBuild
./n/netwatch/netwatch.SlackBuild
./n/nfs-utils/nfs-utils.SlackBuild
./n/nmap/nmap.SlackBuild
./n/nn/nn.SlackBuild
./n/ntp/ntp.SlackBuild
./n/obex-data-server/obex-data-server.SlackBuild
./n/obexfs/obexfs.SlackBuild
./n/obexftp/obexftp.SlackBuild
./n/openldap-client/openldap-client.SlackBuild
./n/openobex/openobex.SlackBuild
./n/openssh/openssh.SlackBuild
./n/openvpn/openvpn.SlackBuild
./n/p11-kit/p11-kit.SlackBuild
./n/php/php.SlackBuild
./n/pinentry/pinentry.SlackBuild
./n/proftpd/proftpd.SlackBuild
./n/pth/pth.SlackBuild
./n/rfkill/rfkill.SlackBuild
./n/rp-pppoe/rp-pppoe.SlackBuild
./n/rsync/rsync.SlackBuild
./n/samba/samba.SlackBuild
./n/slrn/slrn.SlackBuild
./n/snownews/snownews.SlackBuild
./n/stunnel/stunnel.SlackBuild
./n/uucp/uucp.SlackBuild
./n/wget/wget.SlackBuild
./n/wpa_supplicant/wpa_supplicant.SlackBuild
./n/yptools/yptools.SlackBuild
./n/ytalk/ytalk.SlackBuild
./t/transfig/transfig.SlackBuild
./tcl/expect/expect.SlackBuild
./tcl/hfsutils/hfsutils.SlackBuild
./tcl/tcl/tcl.SlackBuild
./tcl/tix/tix.SlackBuild
./tcl/tk/tk.SlackBuild
./x/anthy/anthy.SlackBuild
./x/fontconfig/fontconfig.SlackBuild
./x/freeglut/freeglut.SlackBuild
./x/glew/glew.SlackBuild
./x/libdrm/libdrm.SlackBuild
./x/libhangul/libhangul.SlackBuild
./x/m17n-lib/m17n-lib.SlackBuild
./x/mesa/mesa.SlackBuild
./x/mtdev/mtdev.SlackBuild
./x/scim-anthy/scim-anthy.SlackBuild
./x/scim-bridge/scim-bridge.SlackBuild
./x/scim-hangul/scim-hangul.SlackBuild
./x/scim-input-pad/scim-input-pad.SlackBuild
./x/scim-m17n/scim-m17n.SlackBuild
./x/scim-pinyin/scim-pinyin.SlackBuild
./x/scim/scim.SlackBuild
./x/scim-tables/scim-tables.SlackBuild
./x/xdg-user-dirs/xdg-user-dirs.SlackBuild
./x/xterm/xterm.SlackBuild
./xap/audacious/audacious.SlackBuild
./xap/blueman/blueman.SlackBuild
./xap/fluxbox/fluxbox.SlackBuild
./xap/fvwm/fvwm.SlackBuild
./xap/gftp/gftp.SlackBuild
./xap/gimp/gimp.SlackBuild
./xap/gnuchess/gnuchess.SlackBuild
./xap/gnuplot/gnuplot.SlackBuild
./xap/gucharmap/gucharmap.SlackBuild
./xap/gv/gv.SlackBuild
./xap/imagemagick/imagemagick.SlackBuild
./xap/mozilla-firefox/mozilla-firefox.SlackBuild
./xap/mozilla-thunderbird/mozilla-thunderbird.SlackBuild
./xap/network-manager-applet/network-manager-applet.SlackBuild
./xap/pan/pan.SlackBuild
./xap/pidgin/pidgin.SlackBuild
./xap/rdesktop/rdesktop.SlackBuild
./xap/rxvt/rxvt.SlackBuild
./xap/sane/sane.SlackBuild
./xap/seyon/seyon.SlackBuild
./xap/windowmaker/windowmaker.SlackBuild
./xap/x11-ssh-askpass/x11-ssh-askpass.SlackBuild
./xap/x3270/x3270.SlackBuild
./xap/xchat/xchat.SlackBuild
./xap/xfractint/xfractint.SlackBuild
./xap/xmms/xmms.SlackBuild
./xap/xpaint/xpaint.SlackBuild
./xap/xpdf/xpdf.SlackBuild
./xap/xsane/xsane.SlackBuild
./xap/xscreensaver/xscreensaver.SlackBuild
./xap/xxgdb/xxgdb.SlackBuild
./xfce/exo/exo.SlackBuild
./xfce/garcon/garcon.SlackBuild
./xfce/gtk-xfce-engine/gtk-xfce-engine.SlackBuild
./xfce/libxfce4ui/libxfce4ui.SlackBuild
./xfce/libxfce4util/libxfce4util.SlackBuild
./xfce/libxfcegui4/libxfcegui4.SlackBuild
./xfce/orage/orage.SlackBuild
./xfce/Terminal/Terminal.SlackBuild
./xfce/Thunar/Thunar.SlackBuild
./xfce/thunar-volman/thunar-volman.SlackBuild
./xfce/tumbler/tumbler.SlackBuild
./xfce/xfce4-appfinder/xfce4-appfinder.SlackBuild
./xfce/xfce4-clipman-plugin/xfce4-clipman-plugin.SlackBuild
./xfce/xfce4-dev-tools/xfce4-dev-tools.SlackBuild
./xfce/xfce4-mixer/xfce4-mixer.SlackBuild
./xfce/xfce4-notifyd/xfce4-notifyd.SlackBuild
./xfce/xfce4-panel/xfce4-panel.SlackBuild
./xfce/xfce4-power-manager/xfce4-power-manager.SlackBuild
./xfce/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
./xfce/xfce4-session/xfce4-session.SlackBuild
./xfce/xfce4-settings/xfce4-settings.SlackBuild
./xfce/xfce4-systemload-plugin/xfce4-systemload-plugin.SlackBuild
./xfce/xfce4-taskmanager/xfce4-taskmanager.SlackBuild
./xfce/xfce4-volumed/xfce4-volumed.SlackBuild
./xfce/xfce4-weather-plugin/xfce4-weather-plugin.SlackBuild
./xfce/xfconf/xfconf.SlackBuild
./xfce/xfdesktop/xfdesktop.SlackBuild
./xfce/xfwm4-themes/xfwm4-themes.SlackBuild
./xfce/xfwm4/xfwm4.SlackBuild

# Files not converted in which packages are probably not compiled or is meant to be not optimized.

./a/aaa_base/aaa_base.SlackBuild
./a/aaa_elflibs/aaa_elflibs.SlackBuild
./a/aaa_terminfo/aaa_terminfo.SlackBuild
./a/acl/acl.SlackBuild
./a/attr/attr.SlackBuild
./a/bin/bin.SlackBuild
./a/btrfs-progs/btrfs-progs.SlackBuild
./a/bzip2/bzip2.SlackBuild
./a/cups/cups.SlackBuild
./a/cxxlibs/cxxlibs.SlackBuild
./a/devs/devs.SlackBuild
./a/elvis/elvis.SlackBuild
./a/etc/etc.SlackBuild
./a/genpower/genpower.SlackBuild
./a/getty-ps/getty-ps.SlackBuild
./a/hdparm/hdparm.SlackBuild
./a/infozip/infozip.SlackBuild
./a/isapnptools/isapnptools.SlackBuild
./a/kbd/kbd.SlackBuild
./a/kernel-firmware/kernel-firmware.SlackBuild
./a/lha/lha.SlackBuild
./a/lilo/lilo.SlackBuild
./a/mcelog/mcelog.SlackBuild
./a/mkinitrd/mkinitrd.SlackBuild
./a/mt-st/mt-st.SlackBuild
./a/mtx/mtx.SlackBuild
./a/ncompress/ncompress.SlackBuild
./a/pcmciautils/pcmciautils.SlackBuild
./a/pkgtools/pkgtools.SlackBuild
./a/quota/quota.SlackBuild
./a/rpm2tgz/rpm2tgz.SlackBuild
./a/smartmontools/smartmontools.SlackBuild
./a/splitvt/splitvt.SlackBuild
./a/sysfsutils/sysfsutils.SlackBuild
./a/sysklogd/sysklogd.SlackBuild
./a/syslinux/syslinux.SlackBuild
./a/sysvinit-functions/sysvinit-functions.SlackBuild
./a/sysvinit-scripts/sysvinit-scripts.SlackBuild
./a/sysvinit/sysvinit.SlackBuild
./a/tree/tree.SlackBuild
./a/udev/udev.SlackBuild
./a/unarj/unarj.SlackBuild
./a/utempter/utempter.SlackBuild
./a/zoo/zoo.SlackBuild
./ap/amp/amp.SlackBuild
./ap/ash/ash.SlackBuild
./ap/dmapi/dmapi.SlackBuild
./ap/dvd+rw-tools/dvd+rw-tools.SlackBuild
./ap/ghostscript-fonts-std/ghostscript-fonts-std.SlackBuild
./ap/ispell/ispell.SlackBuild
./ap/joe/joe.SlackBuild
./ap/ksh93/ksh93.SlackBuild
./ap/lm_sensors/lm_sensors.SlackBuild
./ap/lsof/lsof.SlackBuild
./ap/man-pages/man-pages.SlackBuild
./ap/rexima/rexima.SlackBuild
./ap/sc/sc.SlackBuild
./ap/seejpeg/seejpeg.SlackBuild
./ap/vorbis-tools/vorbis-tools.SlackBuild
./ap/workbone/workbone.SlackBuild
./ap/xfsdump/xfsdump.SlackBuild
./d/ccache/ccache.SlackBuild
./d/cscope/cscope.SlackBuild
./d/distcc/distcc.SlackBuild
./d/gdb/gdb.SlackBuild
./d/mercurial/mercurial.SlackBuild
./l/gmm/gmm.SlackBuild
./l/gnome-icon-theme/gnome-icon-theme.SlackBuild
./l/hicolor-icon-theme/hicolor-icon-theme.SlackBuild
./l/icon-naming-utils/icon-naming-utils.SlackBuild
./l/libaio/libaio.SlackBuild
./l/libao/libao.SlackBuild
./l/libpng/libpng.SlackBuild
./l/libtermcap/libtermcap.SlackBuild
./l/poppler-data/poppler-data.SlackBuild
./l/pycups/pycups.SlackBuild
./l/pycurl/pycurl.SlackBuild
./l/sound-theme-freedesktop/sound-theme-freedesktop.SlackBuild
./l/tango-icon-theme/tango-icon-theme.SlackBuild
./l/urwid/urwid.SlackBuild
./n/biff+comsat/biff+comsat.SlackBuild
./n/bootp/bootp.SlackBuild
./n/bsd-finger/bsd-finger.SlackBuild
./n/ca-certificates/ca-certificates.SlackBuild
./n/elm/elm.SlackBuild
./n/ethtool/ethtool.SlackBuild
./n/getmail/getmail.SlackBuild
./n/icmpinfo/icmpinfo.SlackBuild
./n/inetd/inetd.SlackBuild
./n/iputils/iputils.SlackBuild
./n/ipw2100-fw/ipw2100-fw.SlackBuild
./n/ipw2200-fw/ipw2200-fw.SlackBuild
./n/netdate/netdate.SlackBuild
./n/netkit-bootparamd/netkit-bootparamd.SlackBuild
./n/netkit-ftp/netkit-ftp.SlackBuild
./n/netkit-ntalk/netkit-ntalk.SlackBuild
./n/netkit-routed/netkit-routed.SlackBuild
./n/netkit-rsh/netkit-rsh.SlackBuild
./n/netkit-rusers/netkit-rusers.SlackBuild
./n/netkit-rwall/netkit-rwall.SlackBuild
./n/netkit-rwho/netkit-rwho.SlackBuild
./n/netpipes/netpipes.SlackBuild
./n/network-scripts/network-scripts.SlackBuild
./n/netwrite/netwrite.SlackBuild
./n/newspost/newspost.SlackBuild
./n/popa3d/popa3d.SlackBuild
./n/portmap/portmap.SlackBuild
./n/ppp/ppp.SlackBuild
./n/procmail/procmail.SlackBuild
./n/pssh/pssh.SlackBuild
./n/tcpdump/tcpdump.SlackBuild
./n/tcp_wrappers/tcp_wrappers.SlackBuild
./n/telnet/telnet.SlackBuild
./n/tftp-hpa/tftp-hpa.SlackBuild
./n/tin/tin.SlackBuild
./n/traceroute/traceroute.SlackBuild
./n/trn/trn.SlackBuild
./n/vlan/vlan.SlackBuild
./n/vsftpd/vsftpd.SlackBuild
./n/whois/whois.SlackBuild
./n/wireless-tools/wireless_tools.SlackBuild
./n/zd1211-firmware/zd1211-firmware.SlackBuild
./t/xfig/xfig.SlackBuild
./x/dejavu-fonts-ttf/dejavu-fonts-ttf.SlackBuild
./x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild
./x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
./x/sinhala_lklug-font-ttf/sinhala_lklug-font-ttf.SlackBuild
./x/tibmachuni-font-ttf/tibmachuni-font-ttf.SlackBuild
./x/ttf-indic-fonts/ttf-indic-fonts.SlackBuild
./x/wqy-zenhei-font-ttf/wqy-zenhei-font-ttf.SlackBuild
./x/x11-skel/x11-skel.SlackBuild
./x/xdg-utils/xdg-utils.SlackBuild
./xap/gkrellm/gkrellm.SlackBuild
./xap/seamonkey/seamonkey.SlackBuild
./xap/xgames/xgames.SlackBuild
./xap/xine-lib/xine-lib.SlackBuild
./xap/xine-ui/xine-ui.SlackBuild
./xap/xv/xv.SlackBuild
./y/bsd-games/bsd-games.SlackBuild

# Files not converted in which packages are probably compiled but needs to be converted manually.

./ap/mysql/mysql-embedded.SlackBuild
./d/gcc/gcc.SlackBuild
./d/yasm/yasm.SlackBuild
./installer/dropbear/dropbear.Slackbuild
./l/glibc/glibc.SlackBuild
./n/alpine/alpine.SlackBuild
./n/mobile-broadband-provider-info/mobile-broadband-provider-info.SlackBuild
./n/ModemManager/ModemManager.SlackBuild
./n/NetworkManager/NetworkManager.SlackBuild
./xap/electricsheep/electricsheep.SlackBuild
./xap/MPlayer/MPlayer.SlackBuild

# File not converted due to general failure.

# Files skipped as they already exists.
So as a summary we have 638 SlackBuilds processed.

488 or 76.48% of those were converted automatically.

139 or 21.78% of those were not converted since files in the package it represents are probably not compiled, or are compilable but are meant to be not optimized, or were just chosen to be not optimized, and probably some other reasons as well.

And 11 of those or 1.72% has an unusual format and needs to be checked manually.

So that's were things have gone so far. I thought to make an update about it.

The next step is to create another script that would finally build the packages that could be rebuilt, then build it. The last would be putting everything together and making the ISO. I won't rush it and always take my easy time on it.

You might have noticed that the changes I made were basically only two lines, but it would improved when I finally decide to think about which CPUs are worth adding to those. But I think the concept of automatic conversion of the scripts is proven already.
 
Old 04-21-2013, 07:50 AM   #74
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Originally Posted by ponce View Post
konsolebox, do you know that slackware is maintained by just one person?
I think you are missing this very important detail related to what you're asking for (and that is the reason of my previous post).
yes Pat works hard and Ponce your work I have used so many times you also are top shelf. Thank you for all your wonderful Slack.
Quote:
So as a summary we have 638 SlackBuilds processed.

488 or 76.48% of those were converted automatically.

139 or 21.78% of those were not converted since files in the package it represents are probably not compiled, or are compilable but are meant to be not optimized, or were just chosen to be not optimized, and probably some other reasons as well.

And 11 of those or 1.72% has an unusual format and needs to be checked manually.

So that's were things have gone so far. I thought to make an update about it.

The next step is to create another script that would finally build the packages that could be rebuilt, then build it. The last would be putting everything together and making the ISO. I won't rush it and always take my easy time on it.

You might have noticed that the changes I made were basically only two lines, but it would improved when I finally decide to think about which CPUs are worth adding to those. But I think the concept of automatic conversion of the scripts is proven already.
wow get some slack back cool

Last edited by Drakeo; 04-21-2013 at 07:57 AM.
 
Old 04-21-2013, 10:49 AM   #75
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,198

Rep: Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307Reputation: 5307
Quote:
Originally Posted by Drakeo View Post
wow get some slack back cool
Agreed. Very cool indeed.

Looking forward to your report on which packages won't build.

Last edited by dugan; 04-21-2013 at 03:12 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimized distros for my particular computer setup? Rick069 Linux - Software 3 09-30-2007 11:39 AM
Custom slackware CD with optimized packs sl4ckw4re Slackware 5 07-13-2006 04:03 PM
Any Debian-based distros that are optimized for 686? lefty.crupps Debian 8 06-16-2005 08:43 AM
Is Slackware booting already optimized? dhave Slackware 1 11-21-2004 12:09 PM
Real-life speed diference between 386,586 and 686 optimized distros Embedded Linux - Distributions 4 06-19-2003 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration