Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1.  
  2. root@bsd92:/usr/ports/databases/py-MySQLdb # cd /usr/ports/databases/py-MySQLdb/ && make install clean
  3. /!\ WARNING /!\
  4. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  5. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  6. If you do not want to see this message again set NO_WARNING_PKG_INSTALL_EOL=yes in your make.conf
  7.  
  8. ===> Found saved configuration for py27-MySQLdb-1.2.3_4
  9. ===> Fetching all distfiles required by py27-MySQLdb-1.2.3_4 for building
  10. ===> Extracting for py27-MySQLdb-1.2.3_4
  11. => SHA256 Checksum OK for MySQL-python-1.2.3.tar.gz.
  12. ===> Patching for py27-MySQLdb-1.2.3_4
  13. ===> Applying FreeBSD patches for py27-MySQLdb-1.2.3_4
  14. ===> py27-MySQLdb-1.2.3_4 depends on package: py27-setuptools27>0 - found
  15. ===> py27-MySQLdb-1.2.3_4 depends on file: /usr/local/bin/python2.7 - found
  16. ===> py27-MySQLdb-1.2.3_4 depends on executable: python2 - found
  17. ===> py27-MySQLdb-1.2.3_4 depends on shared library: libmysqlclient.so.18 - found (/usr/local/lib/mysql/libmysqlclient.so.18)
  18. ===> Configuring for py27-MySQLdb-1.2.3_4
  19. running config
  20. ===> Building for py27-MySQLdb-1.2.3_4
  21. running build
  22. running build_py
  23. creating build
  24. creating build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7
  25. copying _mysql_exceptions.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7
  26. creating build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  27. copying MySQLdb/__init__.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  28. copying MySQLdb/converters.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  29. copying MySQLdb/connections.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  30. copying MySQLdb/cursors.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  31. copying MySQLdb/release.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  32. copying MySQLdb/times.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  33. creating build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  34. copying MySQLdb/constants/__init__.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  35. copying MySQLdb/constants/CR.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  36. copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  37. copying MySQLdb/constants/ER.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  38. copying MySQLdb/constants/FLAG.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  39. copying MySQLdb/constants/REFRESH.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  40. copying MySQLdb/constants/CLIENT.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants
  41. running build_ext
  42. building '_mysql' extension
  43. creating build/temp.freebsd-9.2-RELEASE-p10-amd64-2.7
  44. cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -Dversion_info=(1,2,3,'final',0) -D__version__=1.2.3 -I/usr/local/include/mysql -I/usr/local/include/python2.7 -c _mysql.c -o build/temp.freebsd-9.2-RELEASE-p10-amd64-2.7/_mysql.o -pipe -fno-strict-aliasing -g -DNDEBUG
  45. In file included from _mysql.c:36:
  46. /usr/local/include/mysql/my_config.h:422:1: warning: "HAVE_WCSCOLL" redefined
  47. In file included from /usr/local/include/python2.7/Python.h:8,
  48. from pymemcompat.h:10,
  49. from _mysql.c:29:
  50. /usr/local/include/python2.7/pyconfig.h:911:1: warning: this is the location of the previous definition
  51. cc -shared -O2 -pipe -fno-strict-aliasing build/temp.freebsd-9.2-RELEASE-p10-amd64-2.7/_mysql.o -L/usr/local/lib/mysql -lmysqlclient -lz -lm -o build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/_mysql.so
  52. ===> Staging for py27-MySQLdb-1.2.3_4
  53. ===> py27-MySQLdb-1.2.3_4 depends on package: py27-setuptools27>0 - found
  54. ===> py27-MySQLdb-1.2.3_4 depends on file: /usr/local/bin/python2.7 - found
  55. ===> py27-MySQLdb-1.2.3_4 depends on executable: python2 - found
  56. ===> Generating temporary packing list
  57. running install
  58. running build
  59. running build_py
  60. copying MySQLdb/release.py -> build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb
  61. running build_ext
  62. running install_lib
  63. creating /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7
  64. creating /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages
  65. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/_mysql_exceptions.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages
  66. creating /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  67. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/__init__.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  68. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/converters.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  69. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/connections.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  70. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/cursors.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  71. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/release.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  72. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/times.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb
  73. creating /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  74. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/__init__.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  75. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/CR.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  76. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/FIELD_TYPE.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  77. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/ER.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  78. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/FLAG.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  79. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/REFRESH.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  80. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/MySQLdb/constants/CLIENT.py -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants
  81. copying build/lib.freebsd-9.2-RELEASE-p10-amd64-2.7/_mysql.so -> /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages
  82. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/_mysql_exceptions.py to _mysql_exceptions.pyc
  83. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/__init__.py to __init__.pyc
  84. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/converters.py to converters.pyc
  85. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/connections.py to connections.pyc
  86. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/cursors.py to cursors.pyc
  87. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/release.py to release.pyc
  88. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/times.py to times.pyc
  89. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/__init__.py to __init__.pyc
  90. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/CR.py to CR.pyc
  91. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/FIELD_TYPE.py to FIELD_TYPE.pyc
  92. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/ER.py to ER.pyc
  93. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/FLAG.py to FLAG.pyc
  94. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/REFRESH.py to REFRESH.pyc
  95. byte-compiling /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQLdb/constants/CLIENT.py to CLIENT.pyc
  96. writing byte-compilation script '/tmp/tmpo1x6O5.py'
  97. /usr/local/bin/python2.7 -O /tmp/tmpo1x6O5.py
  98. removing /tmp/tmpo1x6O5.py
  99. running install_egg_info
  100. running egg_info
  101. writing MySQL_python.egg-info/PKG-INFO
  102. writing top-level names to MySQL_python.egg-info/top_level.txt
  103. writing dependency_links to MySQL_python.egg-info/dependency_links.txt
  104. reading manifest file 'MySQL_python.egg-info/SOURCES.txt'
  105. reading manifest template 'MANIFEST.in'
  106. warning: no files found matching 'MANIFEST'
  107. warning: no files found matching 'ChangeLog'
  108. warning: no files found matching 'GPL'
  109. writing manifest file 'MySQL_python.egg-info/SOURCES.txt'
  110. Copying MySQL_python.egg-info to /usr/ports/databases/py-MySQLdb/work/stage/usr/local/lib/python2.7/site-packages/MySQL_python-1.2.3-py2.7.egg-info
  111. running install_scripts
  112. writing list of installed files to '/usr/ports/databases/py-MySQLdb/work/.PLIST.pymodtmp'
  113. install -o root -g wheel -m 444 /usr/ports/databases/py-MySQLdb/work/MySQL-python-1.2.3/README /usr/ports/databases/py-MySQLdb/work/stage/usr/local/share/doc/py-MySQLdb
  114. install -o root -g wheel -m 444 /usr/ports/databases/py-MySQLdb/work/MySQL-python-1.2.3/doc/* /usr/ports/databases/py-MySQLdb/work/stage/usr/local/share/doc/py-MySQLdb
  115. ====> Compressing man pages (compress-man)
  116. ===> Building package for py27-MySQLdb-1.2.3_4
  117. Creating package /usr/ports/databases/py-MySQLdb/work/pkg/py27-MySQLdb-1.2.3_4.tbz
  118. Registering depends: python2-2_2 py27-setuptools27-5.4.1 python27-2.7.8 gettext-0.18.3.1_1 libiconv-1.14_3 mysql55-client-5.5.38 indexinfo-0.2.
  119. Registering conflicts: py*-MySQLdb-[0-9]* py*-MySQLdb5[0-9]-[0-9]*.
  120. Creating bzip'd tar ball in '/usr/ports/databases/py-MySQLdb/work/pkg/py27-MySQLdb-1.2.3_4.tbz'
  121. ===> Installing for py27-MySQLdb-1.2.3_4
  122. ===> Checking if databases/py-MySQLdb already installed
  123. pkg_install EOL is scheduled for 2014-09-01. Please migrate to pkgng
  124. http://blogs.freebsdish.org/portmgr/2014/02/03/time-to-bid-farewell-to-the-old-pkg_-tools/
  125. ===> Cleaning for py27-MySQLdb-1.2.3_4
  126. root@bsd92:/usr/ports/databases/py-MySQLdb # cd /usr/home/mt2/db
  127. root@bsd92:/usr/home/mt2/db # python Generacja.py
  128. python: Command not found.
  129. root@bsd92:/usr/home/mt2/db # python
  130. python: Command not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement