#14185: teTeX 3.0_5 fails to build ---------------------------------+------------------------------------------ Reporter: dersh@alum.mit.edu | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: teTeX;gnuplot;link ---------------------------------+------------------------------------------ Comment (by cleonello@yahoo.com): Replying to [comment:9 dersh@alum.mit.edu]:
The work around that did the job for me was to rename, or move, those directories. For example just:
sudo mv "/usr/X11R6 1" /usr/X11R61 sudo mv "/usr/lib/ruby 1" /usr/lib/ruby1 did the job for me.
Thanks. Did that followed by a "port clean teTex" and "port install teTex" and it fixed the spurious search path entry. Found another problem with the link command, however. Notice the extra library "1" just before the first -L entry in the command: /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o search-internal.o special.o string-utils.o tfmload.o util.o vf.o xdvi.o xserver-info.o x_util.o 1 -L/opt/local/lib ./gui/libgui.a ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a -L/usr/lib/ruby -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp -lXext -liconv -lXpm -lX11 -lXau -lXdmcp ../kpathsea/.libs/libkpathsea.a -lm This was actually the problem reported in the mailing list post. I got around this by running the above command (w/o the "1" libraray entry) in the "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_teTeX/work /tetex-src-3.0/texk/xdvik" directory. Then ran "port install teTex" and it finished the install. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14185#comment:10> MacPorts </projects/macports> Ports system for Mac OS