Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. >>> Emerging (2 of 4) sys-fs/submount-0.9-r2 to /
  2. * submount-2.4-0.9.tar.gz MD5 ;-) ... [ ok ]
  3. * submount-2.4-0.9.tar.gz RMD160 ;-) ... [ ok ]
  4. * submount-2.4-0.9.tar.gz SHA1 ;-) ... [ ok ]
  5. * submount-2.4-0.9.tar.gz SHA256 ;-) ... [ ok ]
  6. * submount-2.4-0.9.tar.gz size ;-) ... [ ok ]
  7. * submount-0.9.tar.gz MD5 ;-) ... [ ok ]
  8. * submount-0.9.tar.gz RMD160 ;-) ... [ ok ]
  9. * submount-0.9.tar.gz SHA1 ;-) ... [ ok ]
  10. * submount-0.9.tar.gz SHA256 ;-) ... [ ok ]
  11. * submount-0.9.tar.gz size ;-) ... [ ok ]
  12. * checking ebuild checksums ;-) ... [ ok ]
  13. * checking auxfile checksums ;-) ... [ ok ]
  14. * checking miscfile checksums ;-) ... [ ok ]
  15. * checking submount-2.4-0.9.tar.gz ;-) ... [ ok ]
  16. * checking submount-0.9.tar.gz ;-) ... [ ok ]
  17. * Determining the location of the kernel source code
  18. * Found kernel source directory:
  19. * /usr/src/linux
  20. * Found sources for kernel version:
  21. * 2.6.19-rc2basic
  22. >>> Unpacking source...
  23. >>> Unpacking submount-2.4-0.9.tar.gz to /var/tmp/portage/submount-0.9-r2/work
  24. >>> Unpacking submount-0.9.tar.gz to /var/tmp/portage/submount-0.9-r2/work
  25. * Converting submount-0.9/subfs-0.9/Makefile to use M= instead of SUBDI [ ok ]
  26. * Applying submount-0.9-sem2mutex.patch ... [ ok ]
  27. * Applying submount-0.9-2.6.18.patch ... [ ok ]
  28. >>> Source unpacked.
  29. >>> Compiling source in /var/tmp/portage/submount-0.9-r2/work/submount-0.9 ...
  30. ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --inf
  31. odir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var
  32. /lib --sbindir=/sbin --build=i686-pc-linux-gnu
  33. checking for a BSD-compatible install... /bin/install -c
  34. checking whether build environment is sane... yes
  35. checking whether make sets $(MAKE)... yes
  36. checking for working aclocal-1.4... found
  37. checking for working autoconf... found
  38. checking for working automake-1.4... found
  39. checking for working autoheader... found
  40. checking for working makeinfo... found
  41. checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
  42. checking for C compiler default output... a.out
  43. checking whether the C compiler works... yes
  44. checking whether we are cross compiling... no
  45. checking for suffix of executables...
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C compiler... yes
  48. checking whether i686-pc-linux-gnu-gcc accepts -g... yes
  49. checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
  50. checking for a BSD-compatible install... /bin/install -c
  51. configure: creating ./config.status
  52. config.status: creating Makefile
  53. i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"submountd\" -DPACKAGE_TARNAME=\"submountd
  54. \" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"submountd\ 0.9\" -DPACKAGE_BUGRE
  55. PORT=\"\<eweiss@sbcglobal.net\>\" -DPACKAGE=\"dist-bzip2\" -DVERSION=\"\" -D_GNU
  56. _SOURCE=1 -I. -I. -O2 -Wall -c submountd.c
  57. i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"submountd\" -DPACKAGE_TARNAME=\"submountd
  58. \" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"submountd\ 0.9\" -DPACKAGE_BUGRE
  59. PORT=\"\<eweiss@sbcglobal.net\>\" -DPACKAGE=\"dist-bzip2\" -DVERSION=\"\" -D_GNU
  60. _SOURCE=1 -I. -I. -O2 -Wall -c mount_guess_fstype.c
  61. i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"submountd\" -DPACKAGE_TARNAME=\"submountd
  62. checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
  63. checking for a BSD-compatible install... /bin/install -c
  64. configure: creating ./config.status
  65. config.status: creating Makefile
  66. i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"submountd\" -DPACKAGE_TARNAME=\"submountd\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"submountd\ 0.9\" -DPACKAGE_BUGREPORT=\"\<eweiss@sbcglobal.net\>\" -DPACKAGE=\"dist-bzip2\" -DVERSION=\"\" -D_GNU_SOURCE=1 -I. -I. -O2 -Wall -c submountd.c
  67. i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"submountd\" -DPACKAGE_TARNAME=\"submountd\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"submountd\ 0.9\" -DPACKAGE_BUGREPORT=\"\<eweiss@sbcglobal.net\>\" -DPACKAGE=\"dist-bzip2\" -DVERSION=\"\" -D_GNU_SOURCE=1 -I. -I. -O2 -Wall -c mount_guess_fstype.c
  68. i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"submountd\" -DPACKAGE_TARNAME=\"submountd\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"submountd\ 0.9\" -DPACKAGE_BUGREPORT=\"\<eweiss@sbcglobal.net\>\" -DPACKAGE=\"dist-bzip2\" -DVERSION=\"\" -D_GNU_SOURCE=1 -I. -I. -O2 -Wall -c net-submountd.c
  69. i686-pc-linux-gnu-gcc -O2 -Wall -o submountd submountd.o mount_guess_fstype.o
  70. i686-pc-linux-gnu-gcc -O2 -Wall -o net-submountd net-submountd.o
  71. * Preparing subfs module
  72. make -C /usr/src/linux M=/var/tmp/portage/submount-0.9-r2/work/submount-0.9/subfs-0.9 modules
  73. ACCESS DENIED unlink: /usr/src/linux-2.6.19-rc2/astest24333.out
  74. rm: cannot remove `astest24333.out': Permission denied
  75. ACCESS DENIED unlink: /usr/src/linux-2.6.19-rc2/astest24337.out
  76. rm: cannot remove `astest24337.out': Permission denied
  77. ACCESS DENIED unlink: /usr/src/linux-2.6.19-rc2/astest24344.out
  78. rm: cannot remove `astest24344.out': Permission denied
  79. ACCESS DENIED unlink: /usr/src/linux-2.6.19-rc2/astest24348.out
  80. rm: cannot remove `astest24348.out': Permission denied
  81. make[1]: Entering directory `/usr/src/linux-2.6.19-rc2'
  82. CC [M] /var/tmp/portage/submount-0.9-r2/work/submount-0.9/subfs-0.9/subfs.o
  83. /var/tmp/portage/submount-0.9-r2/work/submount-0.9/subfs-0.9/subfs.c: In function `subfs_make_inode':
  84. /var/tmp/portage/submount-0.9-r2/work/submount-0.9/subfs-0.9/subfs.c:313: error: structure has no member named `i_blksize'
  85. make[2]: *** [/var/tmp/portage/submount-0.9-r2/work/submount-0.9/subfs-0.9/subfs.o] Error 1
  86. make[1]: *** [_module_/var/tmp/portage/submount-0.9-r2/work/submount-0.9/subfs-0.9] Error 2
  87. make[1]: Leaving directory `/usr/src/linux-2.6.19-rc2'
  88. make: *** [default] Error 2
  89.  
  90. !!! ERROR: sys-fs/submount-0.9-r2 failed.
  91. Call stack:
  92. ebuild.sh, line 1546: Called dyn_compile
  93. ebuild.sh, line 937: Called src_compile
  94. submount-0.9-r2.ebuild, line 54: Called linux-mod_src_compile
  95. linux-mod.eclass, line 482: Called die
  96.  
  97. !!! Unable to make KDIR=/usr/src/linux .
  98. !!! If you need support, post the topmost build error, and the call stack if relevant.
  99.  
  100. --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
  101. LOG FILE = "/var/log/sandbox/sandbox-sys-fs_-_submount-0.9-r2-23644.log"
  102.  
  103. open_wr: /usr/src/linux-2.6.19-rc2/astest24333.out
  104. unlink: /usr/src/linux-2.6.19-rc2/astest24333.out
  105. open_wr: /usr/src/linux-2.6.19-rc2/astest24337.out
  106. unlink: /usr/src/linux-2.6.19-rc2/astest24337.out
  107. open_wr: /usr/src/linux-2.6.19-rc2/astest24344.out
  108. unlink: /usr/src/linux-2.6.19-rc2/astest24344.out
  109. open_wr: /usr/src/linux-2.6.19-rc2/astest24348.out
  110. unlink: /usr/src/linux-2.6.19-rc2/astest24348.out
  111. --------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement