Added test script for library checking

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-04-11 03:04:18 +07:00
parent 4c199c5b50
commit afaa87a6bf

12
README
View file

@ -21,10 +21,14 @@ How to build and install the CINNAMON packages using these scripts:
3. Install bash-completion from /extra before building the packages. 3. Install bash-completion from /extra before building the packages.
4. Reinstall startup-notifications and NetworkManager to avoid broken build on 4. Run libtest.sh script in test-script directory as root to make sure your
cinnamon-control-center and muffin. I know it's strange things to do, but libraries are not corrupted. These errors are safe and can be ignored:
this problem did happen on a clean installation of Slackware64-14.1 and lddlibc4: cannot read header from `/usr/bin/htmlview': No such file or directory
reinstalling it before building solved the problems for me. lddlibc4: cannot read header from `/usr/bin/krdb': No such file or directory
lddlibc4: cannot read header from `/usr/bin/pnmnoraw': No such file or directory
lddlibc4: cannot read header from `/usr/bin/pnmtoplainpnm': No such file or directory
If you get a result of Invalid ELF header, that means one of your libraries
are corrupted and must be fixed first before building this packages.
5. Run the 'build-cinnamon.sh' in the root directory which will build 5. Run the 'build-cinnamon.sh' in the root directory which will build
and install all the cinnamon packages including the necessary dependencies. and install all the cinnamon packages including the necessary dependencies.