1. jon@sun ~/Downloads/abs/python-py-notify $ makepkg -s
  2. ==> Making package: python-py-notify 0.2.1-1 (Thu Feb 24 02:30:08 EST 2011)
  3. ==> Checking Runtime Dependencies...
  4. ==> Checking Buildtime Dependencies...
  5. ==> Retrieving Sources...
  6. -> Downloading py-notify-0.2.1.tar.gz...
  7. --2011-02-24 02:30:08-- http://download.gna.org/py-notify/py-notify-0.2.1.tar.gz
  8. Resolving download.gna.org... 78.40.125.79
  9. Connecting to download.gna.org|78.40.125.79|:80... connected.
  10. HTTP request sent, awaiting response... 200 OK
  11. Length: 143167 (140K) [application/x-gzip]
  12. Saving to: “py-notify-0.2.1.tar.gz.part”
  13.  
  14. 100%[======================================>] 143,167 256K/s in 0.5s
  15.  
  16. 2011-02-24 02:30:08 (256 KB/s) - “py-notify-0.2.1.tar.gz.part” saved [143167/143167]
  17.  
  18. ==> Validating source files with md5sums...
  19. py-notify-0.2.1.tar.gz ... Passed
  20. ==> Extracting Sources...
  21. -> Extracting py-notify-0.2.1.tar.gz with bsdtar
  22. ==> Entering fakeroot environment...
  23. ==> Starting build()...
  24. running install
  25. running build
  26. running build_py
  27. creating build
  28. creating build/lib.linux-i686-3.1
  29. creating build/lib.linux-i686-3.1/notify
  30. copying notify/base.py -> build/lib.linux-i686-3.1/notify
  31. copying notify/variable.py -> build/lib.linux-i686-3.1/notify
  32. copying notify/mediator.py -> build/lib.linux-i686-3.1/notify
  33. copying notify/condition.py -> build/lib.linux-i686-3.1/notify
  34. copying notify/__init__.py -> build/lib.linux-i686-3.1/notify
  35. copying notify/_2_x.py -> build/lib.linux-i686-3.1/notify
  36. copying notify/bind.py -> build/lib.linux-i686-3.1/notify
  37. copying notify/signal.py -> build/lib.linux-i686-3.1/notify
  38. copying notify/all.py -> build/lib.linux-i686-3.1/notify
  39. copying notify/utils.py -> build/lib.linux-i686-3.1/notify
  40. creating build/lib.linux-i686-3.1/notify/_2_5
  41. copying notify/_2_5/base.py -> build/lib.linux-i686-3.1/notify/_2_5
  42. copying notify/_2_5/__init__.py -> build/lib.linux-i686-3.1/notify/_2_5
  43. copying notify/_2_5/signal.py -> build/lib.linux-i686-3.1/notify/_2_5
  44. running build_ext
  45. building 'notify.gc' extension
  46. creating build/temp.linux-i686-3.1
  47. creating build/temp.linux-i686-3.1/notify
  48. gcc -pthread -DNDEBUG -march=i686 -mtune=generic -O2 -pipe -march=i686 -mtune=generic -O2 -pipe -fPIC -I/usr/include/python3.1 -c notify/gc.c -o build/temp.linux-i686-3.1/notify/gc.o
  49. notify/gc.c:423:8: error: ‘cmpfunc’ undeclared here (not in a function)
  50. notify/gc.c:423:24: error: expected ‘}’ before numeric constant
  51. notify/gc.c:478:24: error: expected ‘}’ before numeric constant
  52. notify/gc.c:536:24: error: expected ‘}’ before numeric constant
  53. notify/gc.c:598:24: error: expected ‘}’ before numeric constant
  54. notify/gc.c:649:24: error: expected ‘}’ before numeric constant
  55. error: command 'gcc' failed with exit status 1
  56. Aborting...