Advertisement
ponce

generic paste

Jul 14th, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. $ cat /usr/lib64/gcc/x86_64-slackware-linux/5.4.0/libasan.la
  2. # libasan.la - a libtool library file
  3. # Generated by libtool (GNU libtool 1.3134 2009-11-29) 2.2.7a
  4. #
  5. # Please DO NOT delete this file!
  6. # It is necessary for linking the library.
  7.  
  8. # The name that we can dlopen(3).
  9. dlname='libasan.so.2'
  10.  
  11. # Names of this library.
  12. library_names='libasan.so.2.0.0 libasan.so.2 libasan.so'
  13.  
  14. # The name of the static archive.
  15. old_library='libasan.a'
  16.  
  17. # Linker flags that can not go in dependency_libs.
  18. inherited_linker_flags=''
  19.  
  20. # Libraries that this one depends upon.
  21. dependency_libs=' -lpthread -ldl '/usr/lib64/gcc/x86_64-slackware-linux/5.4.0'/libstdc++.la -lm'
  22.  
  23. # Names of additional weak libraries provided by this library
  24. weak_library_names=''
  25.  
  26. # Version information for libasan.
  27. current=2
  28. age=0
  29. revision=0
  30.  
  31. # Is this an already installed library?
  32. installed=yes
  33.  
  34. # Should we warn about portability when linking against -modules?
  35. shouldnotlink=no
  36.  
  37. # Files to dlopen/dlpreopen
  38. dlopen=''
  39. dlpreopen=''
  40.  
  41. # Directory that this library needs to be installed in:
  42. libdir='/usr/lib64/gcc/x86_64-slackware-linux/5.4.0'
  43.  
  44. --- ./gcc5.SlackBuild.orig 2017-07-13 18:36:03.000000000 +0200
  45. +++ ./gcc5.SlackBuild 2017-07-13 21:08:14.577548786 +0200
  46. @@ -520,7 +520,10 @@
  47. # Filter all .la files (thanks much to Mark Post for the sed script):
  48. ( cd $TMP
  49. for file in $(find $PKG -type f -name "*.la") ; do
  50. - cat $file | sed -e 's%-L'${TMP}'[[:graph:]]* % %g' > $TMP/tmp-la-file
  51. + cat $file | sed -e 's%-L'${TMP}'[[:graph:]]* % %g' \
  52. + -e "s%'/usr/lib${LIBDIRSUFFIX}'/%/usr/lib${LIBDIRSUFFIX}/%" \
  53. + -e "s%'/usr/lib${LIBDIRSUFFIX}/gcc/${ARCH}-slackware-linux/${VERSION}'/%/usr/lib${LIBDIRSUFFIX}/gcc/${ARCH}-slackware-linux/${VERSION}/%" \
  54. + > $TMP/tmp-la-file
  55. cat $TMP/tmp-la-file > $file
  56. done
  57. rm $TMP/tmp-la-file
  58.  
  59. pdftk.log
  60. - - - - -
  61. gcjh -force --classpath="/usr/share/java:/tmp/SBo/pdftk-2.02-dist/java:." pdftk/org/bouncycastle/crypto/engines/AESFastEngine
  62. gcjh -force --classpath="/usr/share/java:/tmp/SBo/pdftk-2.02-dist/java:." pdftk/org/bouncycastle/crypto/RuntimeCryptoException
  63. gcjh -force --classpath="/usr/share/java:/tmp/SBo/pdftk-2.02-dist/java:." pdftk/org/bouncycastle/crypto/InvalidCipherTextException
  64. gcjh -force --classpath="/usr/share/java:/tmp/SBo/pdftk-2.02-dist/java:." pdftk/org/bouncycastle/crypto/DataLengthException
  65. gjar -cf java_lib.jar pdftk/com/lowagie/*/*/*/*.class pdftk/com/lowagie/*/*/*.class pdftk/com/lowagie/*/*.class pdftk/org/bouncycastle/*/*.class pdftk/org/bouncycastle/*/*/*.c
  66. lass pdftk/com/lowagie/text/pdf/fonts/Helvetica-Oblique.afm pdftk/com/lowagie/text/pdf/fonts/Courier.afm pdftk/com/lowagie/text/pdf/fonts/Helvetica-BoldOblique.afm pdftk/com/l
  67. owagie/text/pdf/fonts/Courier-Bold.afm pdftk/com/lowagie/text/pdf/fonts/Times-Roman.afm pdftk/com/lowagie/text/pdf/fonts/Times-Bold.afm pdftk/com/lowagie/text/pdf/fonts/Courie
  68. r-Oblique.afm pdftk/com/lowagie/text/pdf/fonts/Symbol.afm pdftk/com/lowagie/text/pdf/fonts/Courier-BoldOblique.afm pdftk/com/lowagie/text/pdf/fonts/Helvetica.afm pdftk/com/low
  69. agie/text/pdf/fonts/Helvetica-Bold.afm pdftk/com/lowagie/text/pdf/fonts/Times-Italic.afm pdftk/com/lowagie/text/pdf/fonts/ZapfDingbats.afm pdftk/com/lowagie/text/pdf/fonts/Tim
  70. es-BoldItalic.afm
  71. gcj -O2 -fPIC -Wall -fsource=1.3 --encoding=UTF-8 --classpath="/usr/share/java:/tmp/SBo/pdftk-2.02-dist/java:." -c java_lib.jar
  72. make[1]: Leaving directory '/tmp/SBo/pdftk-2.02-dist/java'
  73. g++ -O2 -fPIC -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers -DPDFTK_VER=\"2.02\" -O2 -fPIC -Wall -Wextra -Weffc++ -I/tmp/SBo/pdftk-2.
  74. 02-dist/pdftk/../java pdftk.cc -c
  75. pdftk.cc:31:0: warning: ignoring #pragma GCC java_exceptions [-Wunknown-pragmas]
  76. #pragma GCC java_exceptions
  77.  
  78. pdftk.cc:33:10: fatal error: gcj/cni.h: No such file or directory
  79. #include <gcj/cni.h>
  80. ^~~~~~~~~~~
  81. compilation terminated.
  82. make: *** [Makefile.Base:46: pdftk.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement