Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ==> Downloading pvm PKGBUILD from AUR...
  2. x .SRCINFO
  3. x PKGBUILD
  4. x pvm.install
  5. x pvm.profile
  6. Anonymous comment on 2010-11-11 08:54
  7. Arch variable added, package updated, folders added. The previous maintainer probably removed them to make for a considerably lighter package. I left the "rm" command in comment in case someone prefers the previous behaviour. I just took over the package, feel free to comment for anything else that is missing (be gentle, it is one of my first adoptions).
  8.  
  9. Anonymous comment on 2011-11-15 15:06
  10. pvm.install is not in the sources.
  11.  
  12. It would be nice to link to the right executables on x64
  13.  
  14. if test "$CARCH" == x86_64; then
  15. ln stuff
  16. fi
  17.  
  18. alucryd commented on 2011-12-29 14:46
  19. Could you remove the parentheses around the install file? Current pacman version will throw an error otherwise. Thanks in advance.
  20.  
  21. Yamakaky commented on 2016-05-04 08:03
  22. PVM_ARCH should be "LINUX64" on x86_64
  23.  
  24. travnick commented on 2016-05-05 20:32
  25. I see that PVM_ARCH is not set but unset
  26. If you have suggestions (or better working PKGBUILD please send it as merge request or any other way that I'm able to use quickly)
  27.  
  28. pvm 3.4.6-5 (2015-06-27 13:26)
  29. ( Unsupported package: Potentially dangerous ! )
  30. ==> pvm dependencies:
  31. - glibc (already installed)
  32.  
  33.  
  34. ==> Continue building pvm ? [Y/n]
  35. ==> -----------------------------
  36. ==>
  37. ==> Building and installing package
  38. ==> Making package: pvm 3.4.6-5 (2019. febr. 17., vasárnap, 21:55:32 CET)
  39. ==> Checking runtime dependencies...
  40. ==> Checking buildtime dependencies...
  41. ==> Retrieving sources...
  42. -> Downloading pvm3.4.6.tgz...
  43. % Total % Received % Xferd Average Speed Time Time Time Current
  44. Dload Upload Total Spent Left Speed
  45. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 8 990k 8 84725 0 0 96497 0 0:00:10 --:--:-- 0:00:10 9638100 990k 100 990k 0 0 709k 0 0:00:01 0:00:01 --:--:-- 709k
  46. -> Found pvm.profile
  47. ==> Validating source files with sha512sums...
  48. pvm3.4.6.tgz ... Passed
  49. pvm.profile ... Passed
  50. ==> Extracting sources...
  51. -> Extracting pvm3.4.6.tgz with bsdtar
  52. ==> Starting build()...
  53. ./lib/aimk -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk default
  54. making in . for LINUX64
  55. make[1]: Entering directory '/tmp/yaourt-tmp-anorche/aur-pvm/src/pvm3'
  56. building in src
  57. cd src; ../lib/aimk CC="cc" F77="f77" install
  58. making in LINUX64/ for LINUX64
  59. make[2]: Entering directory '/tmp/yaourt-tmp-anorche/aur-pvm/src/pvm3/src/LINUX64'
  60. mkdir ../../lib/LINUX64
  61. cc -O -DCLUMP_ALLOC -DSTATISTICS -DTIMESTAMPLOG -DSANITY -I../../include -DARCHCLASS=\"LINUX64\" -DIMA_LINUX64 -DSYSVSIGNAL -DNOWAIT3 -DRSHCOMMAND=\"/usr/bin/ssh\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -DNEEDENDIAN -DFDSETNOTSTRUCT -DHASERRORVARS -DHASSTDLIB -DCTIMEISTIMET -DSYSERRISCONST -DNOTMPNAM -DSYSVSTR -DUSESTRERROR -c ../../src/ddpro.c
  62. ../../src/ddpro.c:398:10: fatal error: rpc/types.h: No such file or directory
  63. #include <rpc/types.h>
  64. ^~~~~~~~~~~~~
  65. compilation terminated.
  66. make[2]: *** [/tmp/yaourt-tmp-anorche/aur-pvm/src/pvm3/src/Makefile.aimk:384: ddpro.o] Error 1
  67. make[2]: Leaving directory '/tmp/yaourt-tmp-anorche/aur-pvm/src/pvm3/src/LINUX64'
  68. make[1]: *** [Makefile.aimk:82: s] Error 2
  69. make[1]: Leaving directory '/tmp/yaourt-tmp-anorche/aur-pvm/src/pvm3'
  70. make: *** [Makefile:12: default] Error 2
  71. ==> ERROR: A failure occurred in build().
  72. Aborting...
  73. ==> ERROR: Makepkg was unable to build pvm.
  74. ==> Restart building pvm ? [y/N]
  75. ==> ----------------------------
  76. ==>
  77. Press any key to continue...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement