<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/index.php?action=history&amp;feed=atom&amp;title=Checkinstall_on_Maemo</id>
	<title>Checkinstall on Maemo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/index.php?action=history&amp;feed=atom&amp;title=Checkinstall_on_Maemo"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Checkinstall_on_Maemo&amp;action=history"/>
	<updated>2026-04-22T05:59:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Checkinstall_on_Maemo&amp;diff=2738&amp;oldid=prev</id>
		<title>imported_&gt;amigadave: categorize, wikify slightly</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Checkinstall_on_Maemo&amp;diff=2738&amp;oldid=prev"/>
		<updated>2011-02-11T10:17:17Z</updated>

		<summary type="html">&lt;p&gt;categorize, wikify slightly&lt;/p&gt;
&lt;a href=&quot;https://maemo.octonezd.me/index.php?title=Checkinstall_on_Maemo&amp;amp;diff=2738&amp;amp;oldid=2739&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>imported_&gt;amigadave</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Checkinstall_on_Maemo&amp;diff=2739&amp;oldid=prev</id>
		<title>imported_&gt;norayr: New page: [http://www.asic-linux.com.mx/~izto/checkinstall/index.php checkinstall] is a tool which helps to create Debian packages. (It also could help to create RedHat&#039;s and Slackware&#039;s packages). ...</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Checkinstall_on_Maemo&amp;diff=2739&amp;oldid=prev"/>
		<updated>2011-02-03T21:53:42Z</updated>

		<summary type="html">&lt;p&gt;New page: [http://www.asic-linux.com.mx/~izto/checkinstall/index.php checkinstall] is a tool which helps to create Debian packages. (It also could help to create RedHat&amp;#039;s and Slackware&amp;#039;s packages). ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://www.asic-linux.com.mx/~izto/checkinstall/index.php checkinstall] is a tool which helps to create Debian packages. (It also could help to create RedHat&amp;#039;s and Slackware&amp;#039;s packages). Instead of typing &amp;quot;make install&amp;quot; user can just write &amp;quot;checkinstall&amp;quot; and build .deb package for a software.&lt;br /&gt;
Building Debian package, instead of just installing software to prefix has several advantages: &lt;br /&gt;
* you may put the package into your own package repository and share with other people.&lt;br /&gt;
* you have advantages of package management, like ability to list package files, check which package installed a particular file, and, package manager won&amp;#039;t allow to overwrite existing files, while &amp;quot;make install&amp;quot; does not care about this.&lt;br /&gt;
&lt;br /&gt;
As far as I know, you cannot commit packages generated like that into official Maemo repositories.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ATTENTION! ACHTUNG!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Doing things described in this manual is dangerous. Don&amp;#039;t follow these instructions unless you are confident GNU/Linux user, have a backup of a running system and know how to reflash bricked phone.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
First, let&amp;#039;s get the source:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://www.asic-linux.com.mx/~izto/checkinstall/files/source/checkinstall-1.6.2.tar.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Untar it:&lt;br /&gt;
&amp;lt;pre&amp;gt;tar -jxvf checkinstall-1.6.2.tar.gz&amp;lt;/pre&amp;gt;&lt;br /&gt;
cd to the directory and modify Makefile:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#PREFIX=/usr/local&lt;br /&gt;
PREFIX=/opt/checkinstall&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, change makefile in the installwatch directory&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#PREFIX=/usr/local&lt;br /&gt;
PREFIX=/opt/checkinstall&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you also need to install gettext. For that, add temporarily sdk repository to the custom apt list:&amp;lt;pre&amp;gt;vi /etc/apt/sources.list.d/dev.list&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;deb http://repository.maemo.org fremantle/sdk free non-free&amp;lt;/pre&amp;gt;&lt;br /&gt;
DO NOT UPGRADE YOUR SYSTEM WITH THIS CONFIG LINE ENABLED!&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install gettext&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You also need to install sed-gnu. It&amp;#039;s in fremantle/free repository&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install sed-gnu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Right sed binary now located in /usr/bin/gnu, so we need to have that directory in the path first, otherwise /bin/sed from busybox will be executed&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
export PATH=/usr/bin/gnu:$PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
At the moment of successful compilation I also have in the system following packages with the gnu ending:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dpkg -l | grep gnu&lt;br /&gt;
ii  coreutils-gnu                                       8.4-2maemo1                      GNU core utilities&lt;br /&gt;
ii  diffutils-gnu                                       1:2.8.1-18maemo3                 File comparison utilities&lt;br /&gt;
ii  sed-gnu                                             4.2.1-6maemo5                    The GNU sed stream editor&lt;br /&gt;
ii  tar-gnu                                             1.22-2maemo5                     GNU version of the tar archiving utility&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I also have gcc and gnu make installed&lt;br /&gt;
We will need bash, I always have it as my defailt shell:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install bash3&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
So, now it&amp;#039;s time to type &amp;quot;make&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make&lt;br /&gt;
for file in locale/checkinstall-*.po ; do \&lt;br /&gt;
	case ${file} in \&lt;br /&gt;
		locale/checkinstall-template.po)  ;; \&lt;br /&gt;
		*) \&lt;br /&gt;
			out=`echo $file | sed -s &amp;#039;s/po/mo/&amp;#039;` ; \&lt;br /&gt;
			msgfmt -o ${out} ${file} ; \&lt;br /&gt;
			if [ $? != 0 ] ; then \&lt;br /&gt;
				exit 1 ; \&lt;br /&gt;
			fi ; \&lt;br /&gt;
		;; \&lt;br /&gt;
	esac ; \&lt;br /&gt;
done	&lt;br /&gt;
make -C installwatch&lt;br /&gt;
make[1]: Entering directory `/media/mmc1/noch/src0/checkinstall-1.6.2/installwatch&amp;#039;&lt;br /&gt;
./create-localdecls&lt;br /&gt;
Checking truncate argument type... off_t&lt;br /&gt;
Checking readlinkat result type... ssize_t&lt;br /&gt;
Checking libc version... libc.so.6&lt;br /&gt;
Checking glibc subversion... gcc -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -DVERSION=\&amp;quot;0.7.0beta7\&amp;quot; installwatch.c&lt;br /&gt;
ld -shared -o installwatch.so installwatch.o -ldl -lc&lt;br /&gt;
make[1]: Leaving directory `/media/mmc1/noch/src0/checkinstall-1.6.2/installwatch&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now we can use checkinstall which we installed in the prefix:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
export PATH=/opt/checkinstall/bin:/opt/checkinstall/sbin:$PATH&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We need findutils-gnu for checkinstall to work.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install findutils-gnu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to build package well, you also need to install debianutils.&lt;br /&gt;
However, you cannot install debianutils, because it conflicts with busybox.&lt;br /&gt;
This is a dirty hack I suggest to use&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /var/lib/dpkg/status /var/lib/dpkg/status.bak&lt;br /&gt;
vi /var/lib/dpkg/status&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Find in this file &amp;quot;busybox&amp;quot; section.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Package: busybox                                             &lt;br /&gt;
Status: install ok installed                                          &lt;br /&gt;
Priority: optional                                                  &lt;br /&gt;
Section: utils                                                       &lt;br /&gt;
Installed-Size: 500                                                      &lt;br /&gt;
Maintainer: Yauheni Kaliuta &amp;lt;yauheni.kaliuta@nokia.com&amp;gt;              &lt;br /&gt;
Architecture: armel                                             &lt;br /&gt;
Version: 3:1.10.2.legal-1osso30+0m5     &lt;br /&gt;
Replaces: ash, bsdutils, coreutils, debianutils, diff, findutils, grep, gzip, hostname, login, mktemp, mount, ncurses-bin, sed, sysvinit-utils, tar,&lt;br /&gt;
Provides: ash, awk, bsdutils, coreutils, debianutils, diff, editor, findutils, grep, gzip, hostname, login, mktemp, mount, ncurses-bin, sed, sysvini&lt;br /&gt;
Depends: libc6 (&amp;gt;= 2.5.0-1), libgcc1 (&amp;gt;= 1:4.2.1), busybox-symlinks-busybox (= 3:1.10.2.legal-1osso30+0m5)                             &lt;br /&gt;
Conflicts: ash, bsdutils, coreutils, debianutils, diff, findutils, grep, gzip, hostname, login, mktemp, mount, ncurses-bin, sed, sysvinit-utils, tar&lt;br /&gt;
Description: Tiny utilities for small and embedded systems&lt;br /&gt;
 BusyBox combines tiny versions of many common UNIX utilities into a single&lt;br /&gt;
 small executable. It provides minimalist replacements for the most common&lt;br /&gt;
 utilities you would usually find on your desktop system (i.e., ls, cp, mv,&lt;br /&gt;
 mount, tar, etc.). The utilities in BusyBox generally have fewer options than&lt;br /&gt;
 their full-featured GNU cousins; however, the options that are included&lt;br /&gt;
 provide the expected functionality and behave very much like their GNU&lt;br /&gt;
 counterparts.                                               &lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Remove &amp;quot;debianutils&amp;quot; from the Replaces and Conflicts sections.&lt;br /&gt;
&lt;br /&gt;
Now let&amp;#039;s change apt configuration in order to allow to overwrite busybox links:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vi /etc/apt/apt.conf.d/23overwrite&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This file did not exist.&lt;br /&gt;
&lt;br /&gt;
Paste there following lines:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
APT {&lt;br /&gt;
             Get {&lt;br /&gt;
               Fix-Broken &amp;quot;true&amp;quot;;&lt;br /&gt;
             };&lt;br /&gt;
};&lt;br /&gt;
DPkg&lt;br /&gt;
{&lt;br /&gt;
  Options {&amp;quot;--force-overwrite&amp;quot;;}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Otherwise you will need to download package yourself, and install it with dpkg --force-overwrite.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
]apt-get install debianutils&lt;br /&gt;
Reading package lists... Done&lt;br /&gt;
Building dependency tree       &lt;br /&gt;
Reading state information... Done&lt;br /&gt;
The following NEW packages will be installed:&lt;br /&gt;
  debianutils&lt;br /&gt;
0 upgraded, 1 newly installed, 0 to remove and 21 not upgraded.&lt;br /&gt;
Need to get 55,3kB of archives.&lt;br /&gt;
After this operation, 279kB of additional disk space will be used.&lt;br /&gt;
Get:1 http://repository.maemo.org fremantle/free debianutils 2.30 [55,3kB]&lt;br /&gt;
Fetched 55,3kB in 0s (94,7kB/s)&lt;br /&gt;
Selecting previously deselected package debianutils.&lt;br /&gt;
(Reading database ... 44101 files and directories currently installed.)&lt;br /&gt;
Unpacking debianutils (from .../debianutils_2.30_armel.deb) ...&lt;br /&gt;
dpkg - warning, overriding problem because --force enabled:&lt;br /&gt;
 trying to overwrite `/bin/tempfile&amp;#039;, which is also in package busybox&lt;br /&gt;
dpkg - warning, overriding problem because --force enabled:&lt;br /&gt;
 trying to overwrite `/bin/which&amp;#039;, which is also in package busybox&lt;br /&gt;
dpkg - warning, overriding problem because --force enabled:&lt;br /&gt;
 trying to overwrite `/bin/run-parts&amp;#039;, which is also in package busybox&lt;br /&gt;
dpkg - warning, overriding problem because --force enabled:&lt;br /&gt;
 trying to overwrite `/usr/bin/which&amp;#039;, which is also in package busybox&lt;br /&gt;
Setting up debianutils (2.30) ...&lt;br /&gt;
/usr/bin/which: line 22: getopts: not found&lt;br /&gt;
/usr/bin/which: shift: line 23: Illegal number: -1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As you see, /usr/bin/which does not work, because it cannot find getopts. However, getopts is a bash command, so we can fix it by changing interpreter in the /usr/bin/which script from #!/bin/sh (which is a symlink to busybox) to #!/bin/bash. Then, also change the interpreter in the following scripts&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/bin/sensible-pager&lt;br /&gt;
/usr/bin/savelog&lt;br /&gt;
/usr/bin/sensible-browser&lt;br /&gt;
/usr/bin/sensible-editor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, type checkinstall&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran&lt;br /&gt;
           This software is released under the GNU GPL.&lt;br /&gt;
&lt;br /&gt;
The checkinstallrc file was not found at:&lt;br /&gt;
/opt/checkinstall/sbin/../checkinstallrc&lt;br /&gt;
&lt;br /&gt;
Assuming default values.&lt;br /&gt;
&lt;br /&gt;
The package documentation directory ./doc-pak does not exist. &lt;br /&gt;
Should I create a default set of package docs?  [y]: &lt;br /&gt;
&lt;br /&gt;
Preparing package documentation...OK&lt;br /&gt;
&lt;br /&gt;
Please choose the packaging method you want to use.&lt;br /&gt;
Slackware [S], RPM [R] or Debian [D]? D&lt;br /&gt;
&lt;br /&gt;
****************************************&lt;br /&gt;
**** Debian package creation selected ***&lt;br /&gt;
*****************************************&lt;br /&gt;
/opt/checkinstall/sbin/checkinstall: line 1272: rev: command not found&lt;br /&gt;
/opt/checkinstall/sbin/checkinstall: line 1272: rev: command not found&lt;br /&gt;
/opt/checkinstall/sbin/checkinstall: line 1299: rev: command not found&lt;br /&gt;
/opt/checkinstall/sbin/checkinstall: line 1299: rev: command not found&lt;br /&gt;
&lt;br /&gt;
This package will be built according to these values: &lt;br /&gt;
&lt;br /&gt;
0 -  Maintainer: [ root@Nokia-N900 ]&lt;br /&gt;
1 -  Summary: [ CheckInstall installations tracker, version 1.6.2 ]&lt;br /&gt;
2 -  Name:    [  ]&lt;br /&gt;
3 -  Version: [  ]&lt;br /&gt;
4 -  Release: [ 1 ]&lt;br /&gt;
5 -  License: [ GPL ]&lt;br /&gt;
6 -  Group:   [ checkinstall ]&lt;br /&gt;
7 -  Architecture: [ armel ]&lt;br /&gt;
8 -  Source location: [ checkinstall-1.6.2 ]&lt;br /&gt;
9 -  Alternate source location: [  ]&lt;br /&gt;
10 - Requires: [  ]&lt;br /&gt;
11 - Provides: [  ]&lt;br /&gt;
12 - Conflicts: [  ]&lt;br /&gt;
13 - Replaces: [  ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;rev&amp;quot; utility is a part of util-linux. We can safely ignore the warning.&lt;br /&gt;
However, checkinstall won&amp;#039;t build a package unless we explicitly specify Name and Version of the package.&lt;br /&gt;
&lt;br /&gt;
This is it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Enter a number to change any of them or press ENTER to continue: 2&lt;br /&gt;
Enter new name: &lt;br /&gt;
&amp;gt;&amp;gt; checkinstall&lt;br /&gt;
/opt/checkinstall/sbin/checkinstall: line 1299: rev: command not found&lt;br /&gt;
/opt/checkinstall/sbin/checkinstall: line 1299: rev: command not found&lt;br /&gt;
&lt;br /&gt;
This package will be built according to these values: &lt;br /&gt;
&lt;br /&gt;
0 -  Maintainer: [ root@Nokia-N900 ]&lt;br /&gt;
1 -  Summary: [ CheckInstall installations tracker, version 1.6.2 ]&lt;br /&gt;
2 -  Name:    [ checkinstall ]&lt;br /&gt;
3 -  Version: [  ]&lt;br /&gt;
4 -  Release: [ 1 ]&lt;br /&gt;
5 -  License: [ GPL ]&lt;br /&gt;
6 -  Group:   [ checkinstall ]&lt;br /&gt;
7 -  Architecture: [ armel ]&lt;br /&gt;
8 -  Source location: [ checkinstall-1.6.2 ]&lt;br /&gt;
9 -  Alternate source location: [  ]&lt;br /&gt;
10 - Requires: [  ]&lt;br /&gt;
11 - Provides: [ checkinstall ]&lt;br /&gt;
12 - Conflicts: [  ]&lt;br /&gt;
13 - Replaces: [  ]&lt;br /&gt;
&lt;br /&gt;
Enter a number to change any of them or press ENTER to continue: 3&lt;br /&gt;
Enter new version: &lt;br /&gt;
&amp;gt;&amp;gt; 1.6.2&lt;br /&gt;
&lt;br /&gt;
This package will be built according to these values: &lt;br /&gt;
&lt;br /&gt;
0 -  Maintainer: [ root@Nokia-N900 ]&lt;br /&gt;
1 -  Summary: [ CheckInstall installations tracker, version 1.6.2 ]&lt;br /&gt;
2 -  Name:    [ checkinstall ]&lt;br /&gt;
3 -  Version: [ 1.6.2 ]&lt;br /&gt;
4 -  Release: [ 1 ]&lt;br /&gt;
5 -  License: [ GPL ]&lt;br /&gt;
6 -  Group:   [ checkinstall ]&lt;br /&gt;
7 -  Architecture: [ armel ]&lt;br /&gt;
8 -  Source location: [ checkinstall-1.6.2 ]&lt;br /&gt;
9 -  Alternate source location: [  ]&lt;br /&gt;
10 - Requires: [  ]&lt;br /&gt;
11 - Provides: [ checkinstall ]&lt;br /&gt;
12 - Conflicts: [  ]&lt;br /&gt;
13 - Replaces: [  ]&lt;br /&gt;
&lt;br /&gt;
Enter a number to change any of them or press ENTER to continue: &lt;br /&gt;
&lt;br /&gt;
Installing with make install...&lt;br /&gt;
&lt;br /&gt;
========================= Installation results ===========================&lt;br /&gt;
for file in locale/checkinstall-*.po ; do \&lt;br /&gt;
	case ${file} in \&lt;br /&gt;
		locale/checkinstall-template.po)  ;; \&lt;br /&gt;
		*) \&lt;br /&gt;
			out=`echo $file | sed -s &amp;#039;s/po/mo/&amp;#039;` ; \&lt;br /&gt;
			msgfmt -o ${out} ${file} ; \&lt;br /&gt;
			if [ $? != 0 ] ; then \&lt;br /&gt;
				exit 1 ; \&lt;br /&gt;
			fi ; \&lt;br /&gt;
		;; \&lt;br /&gt;
	esac ; \&lt;br /&gt;
done	&lt;br /&gt;
make -C installwatch&lt;br /&gt;
make[1]: Entering directory `/media/mmc1/noch/src0/checkinstall-1.6.2/installwatch&amp;#039;&lt;br /&gt;
make[1]: Nothing to be done for `all&amp;#039;.&lt;br /&gt;
make[1]: Leaving directory `/media/mmc1/noch/src0/checkinstall-1.6.2/installwatch&amp;#039;&lt;br /&gt;
export&lt;br /&gt;
export AF_DEFINES_SOURCED=&amp;#039;1&amp;#039;&lt;br /&gt;
export AF_INIT_DIR=&amp;#039;/etc/osso-af-init&amp;#039;&lt;br /&gt;
export AF_PIDDIR=&amp;#039;/tmp/af-piddir&amp;#039;&lt;br /&gt;
export DBUS_SESSION_BUS_ADDRESS=&amp;#039;unix:abstract=/tmp/dbus-eWtibmqbgo,guid=8e2b2d5d9dbd2e469e4db2720000000f&amp;#039;&lt;br /&gt;
export DISABLE_GATEWAY=&amp;#039;1&amp;#039;&lt;br /&gt;
export DISPLAY=&amp;#039;:0.0&amp;#039;&lt;br /&gt;
export GTK2_RC_FILES=&amp;#039;/etc/hildon/theme/gtk-2.0/gtkrc&amp;#039;&lt;br /&gt;
export HILDON_FM_OBEX_ROOT=&amp;#039;obex://&amp;#039;&lt;br /&gt;
export HOME=&amp;#039;/root&amp;#039;&lt;br /&gt;
export ILLEGAL_FAT_CHARS=&amp;#039;\/:*?&amp;lt;&amp;gt;|&amp;#039;&lt;br /&gt;
export INSTW_BACKUP=&amp;#039;1&amp;#039;&lt;br /&gt;
export INSTW_DBGFILE=&amp;#039;/var/tmp/tmp.wti2T1hGGv/dbgfile&amp;#039;&lt;br /&gt;
export INSTW_DBGLVL=&amp;#039;0&amp;#039;&lt;br /&gt;
export INSTW_EXCLUDE=&amp;#039;/dev,/media/mmc1/noch/src0/checkinstall-1.6.2,/proc,/tmp,/var/tmp,&amp;#039;&lt;br /&gt;
export INSTW_LOGFILE=&amp;#039;/var/tmp/tmp.wti2T1hGGv/newfiles.tmp&amp;#039;&lt;br /&gt;
export INSTW_ROOTPATH=&amp;#039;/var/tmp/tmp.wti2T1hGGv&amp;#039;&lt;br /&gt;
export INSTW_TRANSL=&amp;#039;1&amp;#039;&lt;br /&gt;
export INTERNAL_MMC_MOUNTPOINT=&amp;#039;/home/user/MyDocs&amp;#039;&lt;br /&gt;
export INTERNAL_MMC_SWAP_LOCATION=&amp;#039;/home/user/MyDocs&amp;#039;&lt;br /&gt;
export LANG=&amp;#039;en_US&amp;#039;&lt;br /&gt;
export LAUNCHWRAPPER=&amp;#039;/etc/osso-af-init/launch-wrapper.sh&amp;#039;&lt;br /&gt;
export LAUNCHWRAPPER_NICE=&amp;#039;/etc/osso-af-init/nice-launch-wrapper.sh&amp;#039;&lt;br /&gt;
export LAUNCHWRAPPER_NICE_KILL=&amp;#039;/etc/osso-af-init/nice-kill-launch-wrapper.sh&amp;#039;&lt;br /&gt;
export LAUNCHWRAPPER_NICE_TRYRESTART=&amp;#039;/etc/osso-af-init/nice-launch-wrapper-tryrestart.sh&amp;#039;&lt;br /&gt;
export LAUNCHWRAPPER_TRYRESTART=&amp;#039;/etc/osso-af-init/launch-wrapper-tryrestart.sh&amp;#039;&lt;br /&gt;
export LC_ADDRESS=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_IDENTIFICATION=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_MEASUREMENT=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_MESSAGES=&amp;#039;en_US&amp;#039;&lt;br /&gt;
export LC_MONETARY=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_NAME=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_NUMERIC=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_PAPER=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_TELEPHONE=&amp;#039;de_DE&amp;#039;&lt;br /&gt;
export LC_TIME=&amp;#039;en_US&amp;#039;&lt;br /&gt;
export LD_PRELOAD=&amp;#039;/opt/checkinstall/lib/installwatch.so&amp;#039;&lt;br /&gt;
export LOGNAME=&amp;#039;root&amp;#039;&lt;br /&gt;
export MAIL=&amp;#039;/var/mail/root&amp;#039;&lt;br /&gt;
export MAKEFLAGS=&amp;#039;&amp;#039;&lt;br /&gt;
export MAKELEVEL=&amp;#039;1&amp;#039;&lt;br /&gt;
export MAX_FILENAME_LENGTH=&amp;#039;255&amp;#039;&lt;br /&gt;
export MFLAGS=&amp;#039;&amp;#039;&lt;br /&gt;
export MMC_DEVICE_FILE=&amp;#039;/dev/mmcblk0p1&amp;#039;&lt;br /&gt;
export MMC_MOUNTPOINT=&amp;#039;/media/mmc1&amp;#039;&lt;br /&gt;
export MMC_SWAP_LOCATION=&amp;#039;/media/mmc1&amp;#039;&lt;br /&gt;
export MYDOCSDIR=&amp;#039;/home/user/MyDocs&amp;#039;&lt;br /&gt;
export OLDPWD=&amp;#039;/media/mmc1/noch/src0/checkinstall-1.6.2&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_FULL_NAME=&amp;#039;Nokia N900&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_HARDWARE=&amp;#039;RX-51&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_KEYBOARD=&amp;#039;English, Dutch&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_NAME=&amp;#039;N900&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_REGION=&amp;#039;English America&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_RELEASE_FULL_NAME=&amp;#039;Maemo 5&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_RELEASE_NAME=&amp;#039;Maemo 5&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_RELEASE_VERSION=&amp;#039;20.2010.36-2.003&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_SHORT_NAME=&amp;#039;Nokia N900&amp;#039;&lt;br /&gt;
export OSSO_PRODUCT_WLAN_CHANNEL=&amp;#039;fcc/us&amp;#039;&lt;br /&gt;
export OSSO_SWAP=&amp;#039;/home/user/MyDocs&amp;#039;&lt;br /&gt;
export OSSO_VERSION=&amp;#039;RX-51_2009SE_20.2010.36-2.003_PR_003&amp;#039;&lt;br /&gt;
export PATH=&amp;#039;/opt/checkinstall/bin:/opt/checkinstall/sbin:/usr/bin/gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11&amp;#039;&lt;br /&gt;
export PWD=&amp;#039;/media/mmc1/noch/src0/checkinstall-1.6.2&amp;#039;&lt;br /&gt;
export SDL_AUDIODRIVER=&amp;#039;pulse&amp;#039;&lt;br /&gt;
export SESSION_BUS_ADDRESS_FILE=&amp;#039;/tmp/session_bus_address.user&amp;#039;&lt;br /&gt;
export SESSION_BUS_PID_FILE=&amp;#039;/tmp/dbus_session_bus.pid.user&amp;#039;&lt;br /&gt;
export SHELL=&amp;#039;/bin/sh&amp;#039;&lt;br /&gt;
export SHLVL=&amp;#039;3&amp;#039;&lt;br /&gt;
export SSH_CLIENT=&amp;#039;10.0.0.1 56492 22&amp;#039;&lt;br /&gt;
export SSH_CONNECTION=&amp;#039;10.0.0.1 56492 10.0.0.3 22&amp;#039;&lt;br /&gt;
export SSH_TTY=&amp;#039;/dev/pts/1&amp;#039;&lt;br /&gt;
export STATESAVEDIR=&amp;#039;/tmp/osso-appl-states&amp;#039;&lt;br /&gt;
export TERM=&amp;#039;xterm&amp;#039;&lt;br /&gt;
export TEXTDOMAIN=&amp;#039;checkinstall&amp;#039;&lt;br /&gt;
export TEXTDOMAINDIR=&amp;#039;/opt/checkinstall/sbin/../lib/checkinstall/locale&amp;#039;&lt;br /&gt;
export TMPDIR=&amp;#039;/var/tmp&amp;#039;&lt;br /&gt;
export UPNP_ROOT=&amp;#039;upnpav://&amp;#039;&lt;br /&gt;
export USER=&amp;#039;root&amp;#039;&lt;br /&gt;
export _=&amp;#039;/var/tmp/tmp.wti2T1hGGv/installscript.sh&amp;#039;&lt;br /&gt;
make -C installwatch install&lt;br /&gt;
make[1]: Entering directory `/media/mmc1/noch/src0/checkinstall-1.6.2/installwatch&amp;#039;&lt;br /&gt;
mkdir -p /opt/checkinstall/lib&lt;br /&gt;
mkdir -p /opt/checkinstall/bin&lt;br /&gt;
if [ -r /opt/checkinstall/lib/installwatch.so ]; then \&lt;br /&gt;
	rm -f  /opt/checkinstall/lib/installwatch.so; \&lt;br /&gt;
fi&lt;br /&gt;
install installwatch.so /opt/checkinstall/lib&lt;br /&gt;
sed -e &amp;quot;s|#PREFIX#|/opt/checkinstall|&amp;quot; &amp;lt; installwatch &amp;gt; /opt/checkinstall/bin/installwatch&lt;br /&gt;
chmod 755 /opt/checkinstall/bin/installwatch&lt;br /&gt;
make[1]: Leaving directory `/media/mmc1/noch/src0/checkinstall-1.6.2/installwatch&amp;#039;&lt;br /&gt;
mkdir -p /opt/checkinstall/sbin&lt;br /&gt;
install checkinstall makepak /opt/checkinstall/sbin&lt;br /&gt;
for file in locale/*.mo ; do \&lt;br /&gt;
	LANG=`echo $file | sed -e &amp;#039;s|locale/checkinstall-||&amp;#039; \&lt;br /&gt;
		-e &amp;#039;s|\.mo||&amp;#039;` &amp;amp;&amp;amp; \&lt;br /&gt;
	mkdir -p /opt/checkinstall/lib/checkinstall/locale/${LANG}/LC_MESSAGES &amp;amp;&amp;amp; \&lt;br /&gt;
	cp $file /opt/checkinstall/lib/checkinstall/locale/${LANG}/LC_MESSAGES/checkinstall.mo || \&lt;br /&gt;
	exit 1 ; \&lt;br /&gt;
done&lt;br /&gt;
mkdir -p /opt/checkinstall/lib/checkinstall&lt;br /&gt;
install -m644  checkinstallrc-dist /opt/checkinstall/lib/checkinstall&lt;br /&gt;
if ! [ -f /opt/checkinstall/lib/checkinstall/checkinstallrc ]; then \&lt;br /&gt;
	cp /opt/checkinstall/lib/checkinstall/checkinstallrc-dist /opt/checkinstall/lib/checkinstall/checkinstallrc; \&lt;br /&gt;
else \&lt;br /&gt;
	echo; \&lt;br /&gt;
	echo; \&lt;br /&gt;
	echo ======================================================== ;\&lt;br /&gt;
	echo; \&lt;br /&gt;
	echo An existing checkinstallrc file has been found. ;\&lt;br /&gt;
	echo The one from this distribution can be found at: ; \&lt;br /&gt;
	echo; \&lt;br /&gt;
	echo -e \\t/opt/checkinstall/lib/checkinstall/checkinstallrc-dist ; \&lt;br /&gt;
	echo; \&lt;br /&gt;
	echo; \&lt;br /&gt;
	echo ======================================================== ;\&lt;br /&gt;
	echo; \&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
========================================================&lt;br /&gt;
&lt;br /&gt;
An existing checkinstallrc file has been found.&lt;br /&gt;
The one from this distribution can be found at:&lt;br /&gt;
&lt;br /&gt;
	/opt/checkinstall/lib/checkinstall/checkinstallrc-dist&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
========================================================&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
======================== Installation successful ==========================&lt;br /&gt;
&lt;br /&gt;
Copying documentation directory...&lt;br /&gt;
./&lt;br /&gt;
./TODO&lt;br /&gt;
./INSTALL&lt;br /&gt;
./README&lt;br /&gt;
./COPYING&lt;br /&gt;
./RELNOTES&lt;br /&gt;
./BUGS&lt;br /&gt;
./Changelog&lt;br /&gt;
./FAQ&lt;br /&gt;
./CREDITS&lt;br /&gt;
&lt;br /&gt;
Copying files to the temporary directory...OK&lt;br /&gt;
&lt;br /&gt;
Stripping ELF binaries...OK&lt;br /&gt;
&lt;br /&gt;
Compressing man pages...OK&lt;br /&gt;
&lt;br /&gt;
Building file list...OK&lt;br /&gt;
&lt;br /&gt;
Building Debian package...OK&lt;br /&gt;
&lt;br /&gt;
NOTE: The package will not be installed&lt;br /&gt;
&lt;br /&gt;
Erasing temporary files...OK&lt;br /&gt;
&lt;br /&gt;
Deleting doc-pak directory...OK&lt;br /&gt;
&lt;br /&gt;
Writing backup package...OK&lt;br /&gt;
OK&lt;br /&gt;
&lt;br /&gt;
Deleting temp dir...OK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**********************************************************************&lt;br /&gt;
&lt;br /&gt;
 Done. The new package has been saved to&lt;br /&gt;
&lt;br /&gt;
 /media/mmc1/noch/src0/checkinstall-1.6.2/checkinstall_1.6.2-1_armel.deb&lt;br /&gt;
 You can install it in your system anytime using: &lt;br /&gt;
&lt;br /&gt;
      dpkg -i checkinstall_1.6.2-1_armel.deb&lt;br /&gt;
&lt;br /&gt;
**********************************************************************&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you can use checkinstall in order to create debian packages for Maemo.&lt;/div&gt;</summary>
		<author><name>imported_&gt;norayr</name></author>
	</entry>
</feed>