Page History

Turn Off History

Perform a Clipped Port

This log starts with some work for the general system port already having been done by another developer.

Preparation of a new glibc external

See the Debian 6 full port log for more details. Note that for Debian 9, apt-get source glibc applied the patches; debian/rules patch was probably a no-op.

Locate and see how glibc builds

apt-get source glibc
cd glibc-2.24
debian/rules patch
cd ..
mv glibc-2.24 glibc-2.24-11
tar -z -c -f glibc-2.24-11.tar.gz glibc-2.24-11

Create the glibc external

Follow the instructions. Note that parrot updates what it serves over HTTP from AFS every ten minutes.

Patch the glibc external

...

Check the glibc external

...

Build the Full Port

...