Hello all.

I am tringing to install baruwa2 on FreeBSD 9.1 - Prerelease.

I get an error with cracklib

all goes fine till i hit the following error
  Running setup.py install for cracklib
    building '_cracklibmodule' extension
cc -fno-strict-aliasing -O2 -pipe -march=core2 -fno-strict-aliasing -DNDEBUG -O2 -pipe -march=core2 -fno-strict-aliasing -fPIC -I../lib -I/usr/local/include/python2.7 -c _cracklibmodule.c -o build/temp.freebsd-9.1-PRERELEASE-amd64-2.7/_cracklibmodule.o
    _cracklibmodule.c:40:19: error: crack.h: No such file or directory
    _cracklibmodule.c: In function '_cracklib_FascistCheck':
_cracklibmodule.c:122: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast _cracklibmodule.c:151: warning: assignment makes pointer from integer without a cast
    error: command 'cc' failed with exit status 1
Complete output from command /usr/home/baruwa/px/bin/python2.7 -c "import setuptools;__file__='/usr/home/baruwa/px/build/cracklib/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Cj7brZ-record/install-record.txt --single-version-externally-managed --install-headers /usr/home/baruwa/px/include/site/python2.7:
    running install

running build

running build_py

creating build

creating build/lib.freebsd-9.1-PRERELEASE-amd64-2.7

copying cracklib.py -> build/lib.freebsd-9.1-PRERELEASE-amd64-2.7

running build_ext

building '_cracklibmodule' extension

creating build/temp.freebsd-9.1-PRERELEASE-amd64-2.7

cc -fno-strict-aliasing -O2 -pipe -march=core2 -fno-strict-aliasing -DNDEBUG -O2 -pipe -march=core2 -fno-strict-aliasing -fPIC -I../lib -I/usr/local/include/python2.7 -c _cracklibmodule.c -o build/temp.freebsd-9.1-PRERELEASE-amd64-2.7/_cracklibmodule.o

_cracklibmodule.c:40:19: error: crack.h: No such file or directory

_cracklibmodule.c: In function '_cracklib_FascistCheck':

_cracklibmodule.c:122: warning: passing argument 1 of 'strdup' makes pointer from integer without a cast

_cracklibmodule.c:151: warning: assignment makes pointer from integer without a cast

error: command 'cc' failed with exit status 1

----------------------------------------
Command /usr/home/baruwa/px/bin/python2.7 -c "import setuptools;__file__='/usr/home/baruwa/px/build/cracklib/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Cj7brZ-record/install-record.txt --single-version-externally-managed --install-headers /usr/home/baruwa/px/include/site/python2.7 failed with error code 1 in /usr/home/baruwa/px/build/cracklib
Storing complete log in /root/.pip/pip.log

Does somebody have any clue what is going on.

packages installed are :
apr-1.4.6.1.4.1_3   Apache Portability Library
autoconf-2.69 Automatically configure source code on many Un*x platforms
autoconf-wrapper-20101119 Wrapper script for GNU autoconf
automake-1.12.6     GNU Standards-compliant Makefile generator
automake-wrapper-20101119 Wrapper script for GNU automake
bash-4.2.37         The GNU Project's Bourne Again SHell
bison-2.5.1,1 A parser generator from FSF, (mostly) compatible with Yacc
ca_root_nss-3.14.1  The root certificate bundle from the Mozilla Project
cracklib-2.8.22     Password-checking library
curl-7.24.0_1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S)
cvsps-2.1_1         Create patchset information from CVS
db42-4.2.52_5       The Berkeley DB package, revision 4.2
expat-2.0.1_2       XML 1.0 parser written in C
gdbm-1.9.1          The GNU database manager
gettext-0.18.1.1    GNU gettext package
git-1.8.1           Distributed source code management tool
gmake-3.82_1        GNU version of 'make' utility
help2man-1.40.13 Automatically generating simple manual pages from program o
libiconv-1.14       A character set conversion library
libsigsegv-2.10     Handling page faults in user mode
libtool-2.4.2       Generic shared library support script
libxml2-2.7.8_5     XML parser library for GNOME
m4-1.4.16_1,1       GNU m4
mysql-client-5.1.67 Multithreaded SQL database (client)
mysql-scripts-5.1.67 Multithreaded SQL database (scripts)
mysql-server-5.1.67 Multithreaded SQL database (server)
neon29-0.29.6_4     An HTTP and WebDAV client library for Unix systems
p5-DBD-mysql51-4.021 MySQL 5.1 driver for the Perl5 Database Interface (DBI)
p5-DBI-1.623 The perl5 Database Interface. Required for DBD::* modules p5-Error-0.17019 Perl module to provide Error/exception support for perl: Er p5-IO-Socket-IP-0.18 A drop-in replacement for IO::Socket::INET supporting IPv4
p5-IO-Socket-SSL-1.81 Perl5 interface to SSL sockets
p5-Locale-gettext-1.05_3 Message handling functions
p5-Net-SMTP-SSL-1.01_1 An SMTP client supporting SSL
p5-Net-SSLeay-1.52  Perl5 interface to SSL
p5-Socket-2.007     Networking constants and support functions
perl-5.14.2_2       Practical Extraction and Report Language
pkgconf-0.8.9       Utility to help to configure compiler and linker flags
portmaster-3.14_8 Manage your ports without external databases or languages
postgresql-client-9.2.2_1 PostgreSQL database (client)
postgresql-server-9.2.2_1 The most advanced open-source database available anywhere py27-Babel-0.9.6 A collection of tools for internationalizing Python applica
py27-Jinja2-2.6_1   Fast and easy to use stand-alone template engine
py27-MarkupSafe-0.15 Implements a XML/HTML/XHTML Markup safe string for Python
py27-docutils-0.10  Python Documentation Utilities
py27-pygments-1.5   A syntax highlighter written in Python
py27-setuptools-0.6c11_3 Download, build, install, upgrade, and uninstall Python pac
py27-sphinx-1.1.3_1 Python documentation generator
py27-virtualenv-1.8.2 Virtual Python Environment builder
python27-2.7.3_5    An interpreted object-oriented programming language
sqlite3-3.7.14.1    An SQL database engine in a C library
subversion-1.7.8    Version control system
swig-1.3.40         Simplified Wrapper and Interface Generator

Thanks all

gr
Johan Hendriks




_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to