Advertisement
marcello

gcc-3.3 build failure on pkgsrc

Jul 16th, 2012
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.67 KB | None | 0 0
  1. In file included from /usr/include/fcntl.h:252:0,
  2.                  from ./system.h:208,
  3.                  from ./collect2.c:30:
  4. In function 'open',
  5.     inlined from 'collect_execute' at ./collect2.c:1575:20:
  6. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:51:24: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments
  7. insn-attrtab.c: In function 'get_attr_pent_prefix':
  8. insn-attrtab.c:22674:24: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare]
  9. insn-attrtab.c: In function 'get_attr_prefix_0f':
  10. insn-attrtab.c:23519:27: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare]
  11. make[1]: *** [collect2.o] Error 1
  12. make[1]: *** Waiting for unfinished jobs....
  13. make[1]: Leaving directory `/home/emmanuel.kasper/Projects/netbsd/pkgsrc/lang/gcc3-c/work/gcc-3.3.6/gcc'
  14.  
  15. pkgsrc.conf:
  16.  
  17. cat netbsd/pkg/etc/mk.conf
  18. # Example /home/emmanuel.kasper/Projects/netbsd/pkg/etc/mk.conf file produced by bootstrap-pkgsrc
  19. # Mit Jul 11 13:12:07 CEST 2012
  20.  
  21. .ifdef BSD_PKG_MK       # begin pkgsrc settings
  22.  
  23.  
  24. UNPRIVILEGED=           yes
  25. PKG_DBDIR=              /home/emmanuel.kasper/Projects/netbsd/pkg/var/db/pkg
  26. LOCALBASE=              /home/emmanuel.kasper/Projects/netbsd/pkg
  27. VARBASE=                /home/emmanuel.kasper/Projects/netbsd/pkg/var
  28. PKG_TOOLS_BIN=          /home/emmanuel.kasper/Projects/netbsd/pkg/sbin
  29. PKGMANDIR=              man
  30.  
  31. TOOLS_PLATFORM.sh?=             /bin/bash
  32.  
  33. #BEGIN sergio.sh generated settings
  34. MAKE_JOBS=3
  35. X11_TYPE=modular
  36. #END sergio.sh generated settings
  37.  
  38. .endif                  # end pkgsrc settings
  39. PKG_OPTIONS.ffmpeg= faac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement