Document Home | Document Index
Installed versions from last time which still work and will be kept to start with:
Saturday, July 01, 2017
Wednesday, July 26, 2017
Wednesday, August 02, 2017
Wednesday, August 09, 2017
python ./setup.py install --prefix=/usr --catalogs=/etc/sgmlCompleted in 8.699s.
Thursday, August 10, 2017
Lexmark 250dn PPD
Friday, August 11, 2017
Saturday, August 12, 2017
python setup.py build
python setup.py install
Completed in 0.297s.
ledger-2.6.3
install -vd -m755 /usr/share/erwiz-0.9.0
cp -vR bin jar /usr/share/erwiz-0.9.0
install -vd -m755 /usr/share/doc/erwiz-0.9.0
cp -vR doc/{examples,htmldoc} /usr/share/doc/erwiz-0.9.0
ln -sv /usr/share/erwiz-0.9.0/bin/erwiz /usr/bin
--docdir=/usr/share/doc/xapian-omega-1.4.4and
--with-java --with-perl \
--with-ruby --with-tcl
to ensure that the languages are found by configure - no
python since it insiste on having sphinx - no
php since the tests fail and I should never need it .
Completed in 4m 11.862s.
patch src/custom.h <<EOF
25,31c25,31
< #define LAT_DEG 45
< #define LAT_MIN 24
< #define LAT_SEC 0
< #define LON_DEG 75
< #define LON_MIN 39
< #define LON_SEC 0
< #define LOCATION "Ottawa"
---
> #define LAT_DEG 48
> #define LAT_MIN 23
> #define LAT_SEC 39
> #define LON_DEG -3
> #define LON_MIN -17
> #define LON_SEC -50
> #define LOCATION "Mael-Pestivien"
38,39c38,39
< #define DEFAULT_PAGE {"Letter", 612, 792}
< /* #define DEFAULT_PAGE {"A4", 595, 842} */
---
> /*#define DEFAULT_PAGE {"Letter", 612, 792}*/
> #define DEFAULT_PAGE {"A4", 595, 842}
EOF
Completed in 17.143s.
Test errors due only to changed paper size!
Copy /usr/share/remind/common from host.
sed -e '/^PREFIX/s;/local;;' \
-e '/^INITDIR/s;init;init.d;' \
-e '/incron.conf[^.]/d' Makefile -i
(the last edit prevents installing a file which is useless on an LFS
system).
Completed in 17.474s.
Create bootscript (by copying and editing the fcron file and
setting up corresponding links).
Sunday, August 13, 2017
sed -e '/AM_CFLAGS/s/-Werror //' src/Makefile.am -i
install -v -m755 yakup /usr/bin
install -v -m755 -d /usr/share/doc/yakup-1.0.4
install -v -m644 doc/*.{html,txt} /usr/share/doc/yakup-1.0.4
install -v -m755 -d /usr/share/doc/yakup-1.0.4/examples
install -v -m644 examples/* /usr/share/doc/yakup-1.0.4/examples
install -v -m644 doc/*1.gz /usr/share/man/man1
install -v -m644 doc/*5.gz /usr/share/man/man5
install -v -m755 -d /etc/yakup
Copy /etc/yakup/yakup.conf from host.
sed -e '/^INSTALLPREFIX/s;/local;;' \
-e '/\/man\//s;;/share/man/;' Makefile -i
Completed in 6.412s.
Install docs with
install -d -m755 /usr/share/doc/pho-1.0pre1
cp doc/* /usr/share/doc/pho-1.0pre1
rm /usr/share/doc/pho-1.0pre1/pho.1
git clone --recursive git://git.tartarus.org/simon/halibut.gitwhich creates a directory halibut containing the Git repository embedded in a checkout. Use this to make a halibut release, and then use it. Add --docdir=/usr/share/doc/halibut-7ed66467ff to the arguments for ./configure . Completed in 34.719s
Monday, August 14, 2017
Tclkit
sed '/boot.tcl.h/s///' build/pre.sh -iand run it to set up the build (0m1.613s). Build the kit:
KITCREATOR_PKGS='tk itcl mk4tcl zlib tcllib tls tdom'
export KITCREATOR_PKGS
CC=gcc
export CC
./kitcreator 8.6.6 --enable-64bit --disable-threads
unset CC
(9m4.867s)
Install with:
install -Dv -m755 tclkit-8.6.6 /usr/libexec/tclkit/tclkit-8.6.6
ln -sv /usr/libexec/tclkit/tclkit-8.6.6 /usr/bin/tclkit
Run ./kitcreator clean and keep the directory.
install -vD -m755 sdx-20110317.kit /usr/bin/sdx
sed -e '/gqview_LDADD/s/$/ -lm/' src/Makefile.am -i
autoreconf -i
Completed in 1m 38.035s
Tuesday, August 15, 2017
cd unix
../configure --prefix=/usr
Completed in 43.270s.
This will report itself as version 0.8.3 even though it is from a later
point in the Fossil trunk. It is not possible to use the checkin id as a
version since the format of a package version is constrained and making up
another acceptable number would eventually cause confusion.
./installer.tcl -nroff-path /usr/share/man/mann \
-html-path /usr/share/doc/tklib-51a28014e5 \
-example-path /usr/share/doc/tklib-51a28014e5/examples \
-pkg-path /usr/lib/tklib-51a28014e5
perl install.me -prefix /usrand specify /usr/share/doc/MHonArc-2.6.19 for the Doc directory.
xvkbd
Thursday, August 17, 2017
install -v -m755 rip /usr/bin
Friday, August 18, 2017
install -v -dm755 /usr/share/awl
tar xvf awl-0.57.tar.bz2 -C /usr/share/awl \
--strip-components 1 --no-same-owner
install -v -dm755 /usr/share/davical
tar xvf davical-1.1.5.tar.bz2 -C /usr/share/davical \
--strip-components 1 --no-same-owner
Temporarily activate new postgresql installation and (as postgresql)
cd /usr/share/davical/dba/
./create-database.sh
The above needs Perl modules YAML and DBD:Pg.
The password for the 'admin' user has been set to
*****.
Set up /etc/davical/config.php (from example and from host).
Test page and admin login work.
Saturday, August 19, 2017
pip install sphinxSince it is so easy to install, get it just to have the notmuch manpages!
Sunday, August 20, 2017
And that appears to be the entire list. Of course, something else may turn up.