Alex Honeywell wrote: > I'm trying to install a couple packages, and when it comes to install > SQLite I get the following error: > > /usr/bin/install -c -m 0644 sqlite3.pc > /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/lib/pkgconfig > #perl -i -pe 's,%i,%p,g' %i/lib/tcl8.4/sqlite3/pkgIndex.tcl > cp -r sqlite3_analyzer /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/bin > > cd /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/lib/tcl8.4/sqlite3/ > /var/tmp/tmp.8.EY4Ddw: line 6: cd: > /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/lib/tcl8.4/sqlite3/: No > such file or directory
In my output, I see several other lines above the ones you are showing that talk about that same directory /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/lib/tcl8.4/sqlite3, for example 8 lines above: /usr/bin/install -c -m 0644 pkgIndex.tcl /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/lib/tcl8.4/sqlite3 and a couple of lines before that, the line that creates that directory: /usr/bin/install -c -d /sw/src/fink.build/root-sqlite3-3.6.13-3/sw/lib/tcl8.4/sqlite3 Could you show the 20 lines before the ones you are showing? -- Martin ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
