Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. LD_RUN_PATH="/test/pkg1/lib" cc -shared -O2 -D_FORTIFY_SOURCE=2 -pthread -I/usr/include -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/test/pkg1/lib -L/usr/local/lib gettext_xs.o -L/usr/lib64 -Wl,-R/usr/lib64 -L/test/pkg1/lib -Wl,-R/test/pkg1/lib/perl5/5.34.0/x86_64-linux-thread-multi/CORE -Wl,-R/test/pkg1/lib -o ../blib/arch/auto/Locale/gettext_xs/gettext_xs.so -L/usr/lib64 -Wl,-R/usr/lib64 -L/test/pkg1/lib -Wl,-R/test/pkg1/lib/perl5/5.34.0/x86_64-linux-thread-multi/CORE -Wl,-R/test/pkg1/lib -lintl
  2. /usr/bin/ld: cannot find -lintl
  3. collect2: error: ld returned 1 exit status
  4. *** [../blib/arch/auto/Locale/gettext_xs/gettext_xs.so] Error code 1
  5.  
  6. make[1]: stopped in /test/pkgsrc/misc/p5-Locale-libintl/work/libintl-perl-1.32/gettext_xs
  7. 1 error
  8.  
  9. make[1]: stopped in /test/pkgsrc/misc/p5-Locale-libintl/work/libintl-perl-1.32/gettext_xs
  10. *** [subdirs] Error code 2
  11.  
  12. bmake: stopped in /test/pkgsrc/misc/p5-Locale-libintl/work/libintl-perl-1.32
  13. 1 error
  14.  
  15. bmake: stopped in /test/pkgsrc/misc/p5-Locale-libintl/work/libintl-perl-1.32
  16. *** Error code 2
  17.  
  18. Stop.
  19. bmake[4]: stopped in /test/pkgsrc/misc/p5-Locale-libintl
  20. *** Error code 1
  21.  
  22. Stop.
  23. bmake[3]: stopped in /test/pkgsrc/misc/p5-Locale-libintl
  24. *** Error code 1
  25.  
  26. Stop.
  27. bmake[2]: stopped in /test/pkgsrc/devel/gtexinfo
  28. *** Error code 1
  29.  
  30. Stop.
  31. bmake[1]: stopped in /test/pkgsrc/devel/flex
  32. *** Error code 1
  33.  
  34. Stop.
  35. bmake: stopped in /test/pkgsrc/lang/php80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement