Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- patching file Makefile
- **********************
- Building package
- **********************
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c blocksort.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c huffman.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c crctable.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c randtable.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c compress.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c decompress.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c bzlib.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c bzip2.c
- bzip2.c: In function ‘applySavedFileAttrToOutputFile’:
- bzip2.c:1073:4: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result [-Wunused-result]
- (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid );
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -c bzip2recover.c
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -o bzip2recover bzip2recover.o
- rm -f libbz2.a
- ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
- ranlib libbz2.a
- gcc -Wall -Winline -D_FILE_OFFSET_BITS=64 -g2 -O2 -march=armv8-a -fPIC -pthread -I. -o bzip2 bzip2.o -L. -lbz2
- ./bzip2 -1 < sample1.ref > sample1.rb2
- ./bzip2 -2 < sample2.ref > sample2.rb2
- ./bzip2 -3 < sample3.ref > sample3.rb2
- ./bzip2 -d < sample1.bz2 > sample1.tst
- ./bzip2 -d < sample2.bz2 > sample2.tst
- ./bzip2 -ds < sample3.bz2 > sample3.tst
- cmp sample1.bz2 sample1.rb2
- cmp sample2.bz2 sample2.rb2
- cmp sample3.bz2 sample3.rb2
- cmp sample1.tst sample1.ref
- cmp sample2.tst sample2.ref
- cmp sample3.tst sample3.ref
- **********************
- Testing package
- **********************
- ./bzip2 -1 < sample1.ref > sample1.rb2
- ./bzip2 -2 < sample2.ref > sample2.rb2
- ./bzip2 -3 < sample3.ref > sample3.rb2
- ./bzip2 -d < sample1.bz2 > sample1.tst
- ./bzip2 -d < sample2.bz2 > sample2.tst
- ./bzip2 -ds < sample3.bz2 > sample3.tst
- cmp sample1.bz2 sample1.rb2
- cmp sample2.bz2 sample2.rb2
- cmp sample3.bz2 sample3.rb2
- cmp sample1.tst sample1.ref
- cmp sample2.tst sample2.ref
- cmp sample3.tst sample3.ref
- Searching for errors hidden in log files
- **********************
- Installing package
- **********************
- [sudo] password for jwalton: if ( test ! -d /usr/local/bin ) ; then mkdir -p /usr/local/bin ; fi
- if ( test ! -d /usr/local/lib ) ; then mkdir -p /usr/local/lib ; fi
- if ( test ! -d /usr/local/man ) ; then mkdir -p /usr/local/man ; fi
- if ( test ! -d /usr/local/man/man1 ) ; then mkdir -p /usr/local/man/man1 ; fi
- if ( test ! -d /usr/local/include ) ; then mkdir -p /usr/local/include ; fi
- cp -f bzip2 /usr/local/bin/bzip2
- cp -f bzip2 /usr/local/bin/bunzip2
- cp -f bzip2 /usr/local/bin/bzcat
- cp -f bzip2recover /usr/local/bin/bzip2recover
- chmod a+x /usr/local/bin/bzip2
- chmod a+x /usr/local/bin/bunzip2
- chmod a+x /usr/local/bin/bzcat
- chmod a+x /usr/local/bin/bzip2recover
- cp -f bzip2.1 /usr/local/man/man1
- chmod a+r /usr/local/man/man1/bzip2.1
- cp -f bzlib.h /usr/local/include
- chmod a+r /usr/local/include/bzlib.h
- cp -f libbz2.a /usr/local/lib
- chmod a+r /usr/local/lib/libbz2.a
- cp -f bzgrep /usr/local/bin/bzgrep
- ln -s -f /usr/local/bin/bzgrep /usr/local/bin/bzegrep
- ln -s -f /usr/local/bin/bzgrep /usr/local/bin/bzfgrep
- chmod a+x /usr/local/bin/bzgrep
- cp -f bzmore /usr/local/bin/bzmore
- ln -s -f /usr/local/bin/bzmore /usr/local/bin/bzless
- chmod a+x /usr/local/bin/bzmore
- cp -f bzdiff /usr/local/bin/bzdiff
- ln -s -f /usr/local/bin/bzdiff /usr/local/bin/bzcmp
- chmod a+x /usr/local/bin/bzdiff
- cp -f bzgrep.1 bzmore.1 bzdiff.1 /usr/local/man/man1
- chmod a+r /usr/local/man/man1/bzgrep.1
- chmod a+r /usr/local/man/man1/bzmore.1
- chmod a+r /usr/local/man/man1/bzdiff.1
- echo ".so man1/bzgrep.1" > /usr/local/man/man1/bzegrep.1
- echo ".so man1/bzgrep.1" > /usr/local/man/man1/bzfgrep.1
- echo ".so man1/bzmore.1" > /usr/local/man/man1/bzless.1
- echo ".so man1/bzdiff.1" > /usr/local/man/man1/bzcmp.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement