Bugs item #2463988, was opened at 2008-12-24 09:10 Message generated for change (Comment added) made by brlcad You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=640802&aid=2463988&group_id=105292
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compilation Group: other bug / workaround >Status: Pending Resolution: Works For Me >Priority: 3 Private: No Submitted By: Andrea Florio (anubisg1) Assigned to: Sean Morrison (brlcad) Summary: compilation errors Initial Comment: Making all in tkhtml3 make[3]: Entering directory `/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tkhtml3' TCL_LIBRARY=`echo /Users/morrison/brlcad.rel-7-14-0/src/other/tcl/library` LD_LIBRARY_PATH=".:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tk/unix:" PATH=".:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix:/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tk/unix:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:." TCLLIBPATH="." /usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix/tclsh src/cssprop.tcl /bin/sh: /usr/src/packages/BUILD/brlcad-7.14.0/src/other/tcl/unix/tclsh: No such file or directory make[3]: *** [cssprop.h] Error 127 make[3]: Leaving directory `/usr/src/packages/BUILD/brlcad-7.14.0/src/other/tkhtml3' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/packages/BUILD/brlcad-7.14.0/src/other' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/packages/BUILD/brlcad-7.14.0/src' make: *** [all-recursive] Error 1 this complain about: brlcad-7.14.0/src/other/tcl/unix/tclsh: No such file or directory that means something missing on your tarball... ---------------------------------------------------------------------- >Comment By: Sean Morrison (brlcad) Date: 2009-01-11 02:37 Message: My inclination is that the latter issue was something that was fixed shortly after the 7.14.0 release. It's not reproducible on the current sources so it should be resolved with the next release. The good news is that to get to that point, the compilation and install of the binaries completed successfully. The last phase in the build is to generate and install documentation. That error means is for one of the docs. ---------------------------------------------------------------------- Comment By: Sean Morrison (brlcad) Date: 2009-01-11 02:37 Message: This issue has been resolved in the latest (unreleased) version of the source code. Thank you for bringing the issue to our attention! You're welcome and encouraged to test and make sure this issue is resolved after the next source release of BRL-CAD. ---------------------------------------------------------------------- Comment By: Giuseppe Iuculano (derevko) Date: 2009-01-08 19:31 Message: I can confirm that after using autogen make install fail: /usr/bin/install: cannot stat `./build_pattern.html': No such file or directory ---------------------------------------------------------------------- Comment By: Andrea Florio (anubisg1) Date: 2008-12-27 12:40 Message: using autogen it works now, but make install still fail: XML_CATALOG_FILES=../../../../../doc/docbook/catalog.xml : -nonet -xinclude -o build_pattern.html ../../../../../doc/docbook/resources/standard/xsl/xhtml-1_1/docbook.xsl build_pattern.xml test -z "/usr/brlcad/share/brlcad/7.14.0/html/articles/build_pattern/en" || mkdir -p -- "/var/tmp/brlcad-7.14.0-build/usr/brlcad/share/brlcad/7.14.0/html/articles/build_pattern/en" /usr/bin/install -c -m 644 './build_pattern.html' '/var/tmp/brlcad-7.14.0-build/usr/brlcad/share/brlcad/7.14.0/html/articles/build_pattern/en/build_pattern.html' /usr/bin/install: cannot stat `./build_pattern.html': No such file or directory ---------------------------------------------------------------------- Comment By: Andrea Florio (anubisg1) Date: 2008-12-26 14:46 Message: ok, i'll try autogen thanks.. any way i'm using system tcl/tk here my configure: ./configure \ %ifarch x86_64 --enable-64bit \ %endif --with-tcl=/usr/%{_lib} \ --with-tk=/usr/%{_lib} \ --enable-adrt-build \ --enable-optimized tclsh infact is installed and available here: anu...@hp-linux:~> whereis tclsh tclsh: /usr/bin/tclsh /usr/bin/tclsh8.5 /usr/bin/X11/tclsh /usr/bin/X11/tclsh8.5 /usr/share/man/man1/tclsh.1.gz if possible i would like to _NOT_ build libraries that yet exist in my system also to provide a smaller an as shared as possible rpm ---------------------------------------------------------------------- Comment By: Sean Morrison (brlcad) Date: 2008-12-24 15:10 Message: Actually it doesn't mean that. It's trying to run tclsh, which should be generated during compilation. It looks like there are paths getting embedded that shouldn't be there. Try running "./autogen.sh" before running configure and see if that fixes the problem. You can also try using the --enable-all option on configure to make sure it turns on compilation of Tcl. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=640802&aid=2463988&group_id=105292 ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ BRL-CAD Tracker mailing list brlcad-tracker@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-tracker