Guest User

Untitled

a guest
Jun 22nd, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. Setting runtime build-lock...
  2. dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-pykqueue-py25-1.3-1 /sw/src/fink.build
  3. dpkg-deb: building package `fink-buildlock-pykqueue-py25-1.3-1' in `/sw/src/fink.build/fink-buildlock-pykqueue-py25-1.3-1_2009.06.30-05.16.39_darwin-i386.deb'.
  4. Installing build-lock package...
  5. /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-pykqueue-py25-1.3-1_2009.06.30-05.16.39_darwin-i386.deb
  6. Selecting previously deselected package fink-buildlock-pykqueue-py25-1.3-1.
  7. (Reading database ... 120251 files and directories currently installed.)
  8. Unpacking fink-buildlock-pykqueue-py25-1.3-1 (from .../fink-buildlock-pykqueue-py25-1.3-1_2009.06.30-05.16.39_darwin-i386.deb) ...
  9. Setting up fink-buildlock-pykqueue-py25-1.3-1 (2009.06.30-05.16.39) ...
  10. gzip -dc /sw/src/PyKQueue-1.3.tar.gz | /sw/bin/tar -xvf - --no-same-owner --no-same-permissions
  11. PyKQueue-1.3/
  12. PyKQueue-1.3/Makefile
  13. PyKQueue-1.3/Makefile.pre.in
  14. PyKQueue-1.3/Setup
  15. PyKQueue-1.3/kqsyscallmodule.c
  16. PyKQueue-1.3/test.py
  17. PyKQueue-1.3/README
  18. PyKQueue-1.3/kqsyscallmodule.c.orig
  19. PyKQueue-1.3/sedscript
  20. PyKQueue-1.3/Makefile.pre
  21. PyKQueue-1.3/config.c
  22. PyKQueue-1.3/KQueue.py
  23. [ -r /sw/fink/dists/unstable/main/finkinfo/libs/pythonmods/pykqueue-py.patch ]
  24. patch -p1 < /sw/fink/dists/unstable/main/finkinfo/libs/pythonmods/pykqueue-py.patch
  25. patching file Makefile.pre.in
  26. patching file kqsyscallmodule.c
  27. make -f Makefile.pre.in boot PYTHON=/sw/bin/python2.5
  28. rm -f *.o *~
  29. rm -f *.a tags TAGS config.c Makefile.pre python sedscript
  30. rm -f *.so *.sl so_locations
  31. VERSION=`/sw/bin/python2.5 -c "import sys; print sys.version[:3]"`; \
  32. installdir=`/sw/bin/python2.5 -c "import sys; print sys.prefix"`; \
  33. exec_installdir=`/sw/bin/python2.5 -c "import sys; print sys.exec_prefix"`; \
  34. make -f ./Makefile.pre.in VPATH=. srcdir=. \
  35. VERSION=$VERSION \
  36. installdir=$installdir \
  37. exec_installdir=$exec_installdir \
  38. Makefile
  39. sed -n \
  40. -e '1s/.*/1i\\/p' \
  41. -e '2s%.*%# Generated automatically from Makefile.pre.in by sedscript.%p' \
  42. -e '/^VERSION=/s/^VERSION=[ ]*\(.*\)/s%@VERSION[@]%\1%/p' \
  43. -e '/^CC=/s/^CC=[ ]*\(.*\)/s%@CC[@]%\1%/p' \
  44. -e '/^CCC=/s/^CCC=[ ]*\(.*\)/s%#@SET_CCC[@]%CCC=\1%/p' \
  45. -e '/^LINKCC=/s/^LINKCC=[ ]*\(.*\)/s%@LINKCC[@]%\1%/p' \
  46. -e '/^OPT=/s/^OPT=[ ]*\(.*\)/s%@OPT[@]%\1%/p' \
  47. -e '/^LDFLAGS=/s/^LDFLAGS=[ ]*\(.*\)/s%@LDFLAGS[@]%\1%/p' \
  48. -e '/^LDLAST=/s/^LDLAST=[ ]*\(.*\)/s%@LDLAST[@]%\1%/p' \
  49. -e '/^DEFS=/s/^DEFS=[ ]*\(.*\)/s%@DEFS[@]%\1%/p' \
  50. -e '/^LIBS=/s/^LIBS=[ ]*\(.*\)/s%@LIBS[@]%\1%/p' \
  51. -e '/^LIBM=/s/^LIBM=[ ]*\(.*\)/s%@LIBM[@]%\1%/p' \
  52. -e '/^LIBC=/s/^LIBC=[ ]*\(.*\)/s%@LIBC[@]%\1%/p' \
  53. -e '/^RANLIB=/s/^RANLIB=[ ]*\(.*\)/s%@RANLIB[@]%\1%/p' \
  54. -e '/^MACHDEP=/s/^MACHDEP=[ ]*\(.*\)/s%@MACHDEP[@]%\1%/p' \
  55. -e '/^SO=/s/^SO=[ ]*\(.*\)/s%@SO[@]%\1%/p' \
  56. -e '/^LDSHARED=/s/^LDSHARED=[ ]*\(.*\)/s%@LDSHARED[@]%\1%/p' \
  57. -e '/^CCSHARED=/s/^CCSHARED=[ ]*\(.*\)/s%@CCSHARED[@]%\1%/p' \
  58. -e '/^SGI_ABI=/s/^SGI_ABI=[ ]*\(.*\)/s%@SGI_ABI[@]%\1%/p' \
  59. -e '/^LINKFORSHARED=/s/^LINKFORSHARED=[ ]*\(.*\)/s%@LINKFORSHARED[@]%\1%/p' \
  60. -e '/^prefix=/s/^prefix=\(.*\)/s%^prefix=.*%prefix=\1%/p' \
  61. -e '/^exec_prefix=/s/^exec_prefix=\(.*\)/s%^exec_prefix=.*%exec_prefix=\1%/p' \
  62. /sw/lib/python2.5/config/Makefile >sedscript
  63. echo "/^#@SET_CCC@/d" >>sedscript
  64. echo "/^installdir=/s%=.*%= /sw%" >>sedscript
  65. echo "/^exec_installdir=/s%=.*%=/sw%" >>sedscript
  66. echo "/^srcdir=/s%=.*%= .%" >>sedscript
  67. echo "/^VPATH=/s%=.*%= .%" >>sedscript
  68. echo "/^LINKPATH=/s%=.*%= %" >>sedscript
  69. echo "/^BASELIB=/s%=.*%= %" >>sedscript
  70. echo "/^BASESETUP=/s%=.*%= %" >>sedscript
  71. sed -f sedscript ./Makefile.pre.in >Makefile.pre
  72. /sw/lib/python2.5/config/makesetup \
  73. -m Makefile.pre -c /sw/lib/python2.5/config/config.c.in Setup -n /sw/lib/python2.5/config/Setup.config /sw/lib/python2.5/config/Setup.local /sw/lib/python2.5/config/Setup
  74. make -f Makefile do-it-again
  75. /sw/lib/python2.5/config/makesetup \
  76. -m Makefile.pre -c /sw/lib/python2.5/config/config.c.in Setup -n /sw/lib/python2.5/config/Setup.config /sw/lib/python2.5/config/Setup.local /sw/lib/python2.5/config/Setup
  77. make
  78. gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/sw/include/python2.5 -I/sw/include/python2.5 -I/sw/include -c ././kqsyscallmodule.c -o ./kqsyscallmodule.o
  79. ././kqsyscallmodule.c: In function 'KQEvent_repr':
  80. ././kqsyscallmodule.c:135: warning: format '%d' expects type 'int', but argument 4 has type 'uintptr_t'
  81. ././kqsyscallmodule.c:135: warning: format '%x' expects type 'unsigned int', but argument 8 has type 'intptr_t'
  82. ./kqsyscallmodule.o -o ./kqsyscallmodule.so
  83. make: execvp: ./kqsyscallmodule.o: Permission denied
  84. make: *** [kqsyscallmodule.so] Error 127
  85. ### execution of make failed, exit code 2
  86. Removing runtime build-lock...
  87. Removing build-lock package...
  88. /sw/bin/dpkg-lockwait -r fink-buildlock-pykqueue-py25-1.3-1
  89. (Reading database ... 120252 files and directories currently installed.)
  90. Removing fink-buildlock-pykqueue-py25-1.3-1 ...
  91. Updating the list of locally available binary packages.
  92. Scanning dists/unstable/main/binary-darwin-i386
  93. New package: dists/unstable/main/binary-darwin-i386/libs/adns-1.4-dev_1.4-2_darwin-i386.deb
  94. New package: dists/unstable/main/binary-darwin-i386/libs/adns-1.4-shlibs_1.4-2_darwin-i386.deb
  95. New package: dists/unstable/main/binary-darwin-i386/libs/adns-dev_1.1-4_darwin-i386.deb
  96. New package: dists/unstable/main/binary-darwin-i386/libs/adns_1.1-4_darwin-i386.deb
  97. New package: dists/unstable/main/binary-darwin-i386/libs/adns_1.4-2_darwin-i386.deb
  98. Failed: phase compiling: pykqueue-py25-1.3-1 failed
  99.  
  100. Before reporting any errors, please run "fink selfupdate" and
  101. try again. If you continue to have issues, please check to see if the
  102. FAQ on fink's website solves the problem. If not, ask on the fink-users
  103. or fink-beginners mailing lists, with a carbon copy to the maintainer:
  104.  
  105. Brendan Cully <bcully@users.sourceforge.net>
  106.  
  107. Note that this is preferable to emailing the maintainer directly, since
  108. most fink package maintainers do not have access to all possible
  109. hardware and software configurations.
Add Comment
Please, Sign In to add comment