<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Times New Roman;color: #000000;font-size: 12pt;">
Hi Dr. Brown,
<div><br>
</div>
<div>I've been recently using Khmer for digital normalization, and successfully installed it once (the master version) two months ago and it works great. Then today, python kept unexpectedly failing, and while using khmer. So I reinstalled, this time the bleeding-edge
 version. However, now this is what it says.</div>
<div><br>
</div>
<div>Screed installed perfectly with easy_install screed within the virtualenv, following the instructions of the website khmer.readthedocs.</div>
<div><br>
</div>
<div>The screen:</div>
<div><br>
</div>
<div>
<div>khmer USER$ make clean all</div>
<div>cd lib &amp;&amp; make clean</div>
<div>rm -f *.o zlib-1.2.3/*.o zlib-1.2.3/libz.a</div>
<div>cd python &amp;&amp; rm -fr build khmer/*.so</div>
<div>cd lib &amp;&amp; make</div>
<div>cd zlib-1.2.3; ./configure --shared; make libz.a</div>
<div>Checking for gcc...</div>
<div>Checking for shared library support...</div>
<div>Building shared library libz.1.2.3.dylib with gcc.</div>
<div>Checking for unistd.h... Yes.</div>
<div>Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()</div>
<div>Checking for vsnprintf() in stdio.h... Yes.</div>
<div>Checking for return value of vsnprintf()... Yes.</div>
<div>Checking for errno.h... Yes.</div>
<div>Checking for mmap support... Yes.</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o adler32.o adler32.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o compress.o compress.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o crc32.o crc32.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o gzio.o gzio.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o uncompr.o uncompr.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o deflate.o deflate.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o trees.o trees.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o zutil.o zutil.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o inflate.o inflate.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o infback.o infback.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o inftrees.o inftrees.c</div>
<div>gcc -O3 -fPIC -DUSE_MMAP &nbsp; -c -o inffast.o inffast.c</div>
<div>ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o&nbsp;</div>
<div>c&#43;&#43; -g -fPIC -Wall -O2 -DNO_UNIQUE_RC=0 &nbsp; -c -o parsers.o parsers.cc</div>
<div>c&#43;&#43; -g -fPIC -Wall -O2 -DNO_UNIQUE_RC=0 &nbsp; -c -o ktable.o ktable.cc</div>
<div>c&#43;&#43; -g -fPIC -Wall -O2 -DNO_UNIQUE_RC=0 &nbsp; -c -o hashtable.o hashtable.cc</div>
<div>c&#43;&#43; -g -fPIC -Wall -O2 -DNO_UNIQUE_RC=0 &nbsp; -c -o hashbits.o hashbits.cc</div>
<div>hashbits.cc: In member function ‘unsigned int khmer::Hashbits::traverse_from_kmer(khmer::HashIntoType, unsigned int, khmer::SeenSet&amp;) const’:</div>
<div>hashbits.cc:1278:16: warning: variable ‘kmer’ set but not used [-Wunused-but-set-variable]</div>
<div>&nbsp; &nbsp;HashIntoType kmer, kmer_f, kmer_r;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</div>
<div>c&#43;&#43; -g -fPIC -Wall -O2 -DNO_UNIQUE_RC=0 &nbsp; -c -o subset.o subset.cc</div>
<div>c&#43;&#43; -g -fPIC -Wall -O2 -DNO_UNIQUE_RC=0 &nbsp; -c -o counting.o counting.cc</div>
<div>cd python &amp;&amp; python setup.py build_ext -i</div>
<div>running build_ext</div>
<div>building 'khmer._khmermodule' extension</div>
<div>creating build</div>
<div>creating build/temp.macosx-10.6-intel-2.7</div>
<div>/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -I../lib -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _khmermodule.cc -o build/temp.macosx-10.6-intel-2.7/_khmermodule.o
 -g</div>
<div>/usr/bin/clang&#43;&#43; -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-2.7/_khmermodule.o ../lib/ktable.o ../lib/hashtable.o ../lib/parsers.o ../lib/hashbits.o ../lib/counting.o ../lib/subset.o ../lib/zlib-1.2.3/adler32.o
 ../lib/zlib-1.2.3/compress.o ../lib/zlib-1.2.3/crc32.o ../lib/zlib-1.2.3/deflate.o ../lib/zlib-1.2.3/gzio.o ../lib/zlib-1.2.3/infback.o ../lib/zlib-1.2.3/inffast.o ../lib/zlib-1.2.3/inflate.o ../lib/zlib-1.2.3/inftrees.o ../lib/zlib-1.2.3/trees.o ../lib/zlib-1.2.3/uncompr.o
 ../lib/zlib-1.2.3/zutil.o -L../lib -o /Users/amycallaghan/programs/khmer/python/khmer/_khmermodule.so</div>
<div>ld: warning: ignoring file ../lib/ktable.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/ktable.o</div>
<div>ld: warning: ignoring file ../lib/hashtable.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/hashtable.o</div>
<div>ld: warning: ignoring file ../lib/parsers.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/parsers.o</div>
<div>ld: warning: ignoring file ../lib/hashbits.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/hashbits.o</div>
<div>ld: warning: ignoring file ../lib/counting.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/counting.o</div>
<div>ld: warning: ignoring file ../lib/subset.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/subset.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/adler32.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/adler32.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/compress.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/compress.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/crc32.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/crc32.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/deflate.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/deflate.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/gzio.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/gzio.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/infback.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/infback.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/inffast.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/inffast.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/inflate.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/inflate.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/inftrees.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/inftrees.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/trees.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/trees.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/uncompr.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/uncompr.o</div>
<div>ld: warning: ignoring file ../lib/zlib-1.2.3/zutil.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): ../lib/zlib-1.2.3/zutil.o</div>
</div>
<div><br>
</div>
<div>I'm not sure what changed, between when I installed it the first time, and now can't seem to install it at all. I'm running a Intel iMac with Lion 10.7.5. and using Python 2.7.5.</div>
<div><br>
</div>
<div>Thank you for any help, advice or recommendations!</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Josh</div>
</div>
</body>
</html>