pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: tme and ./MY-SUN4C:8: tme/machine/sun4: No such file or directory



"Jeremy C. Reed" writes:
> I am using tme-0.6 from pkgsrc on NetBSD/amd64 4.99.55.
> 
> I followed instructions (hopefully) from 
> http://people.csail.mit.edu/fredette/tme/sun4-75-nbsd.html
> 
> I never edited ./MY-SUN4C.
> 
> When I run it, I get:
> 
> tx:tme$ tmesh ./MY-SUN4C                                     
> ./MY-SUN4C:8: tme/machine/sun4: No such file or directory
> ./MY-SUN4C:9: board0: No such file or directory
> ./MY-SUN4C:10: tme/generic/bus: No such file or directory
> ./MY-SUN4C:11: board0: No such file or directory
> ./MY-SUN4C:20: sbus0: No such file or directory
> ./MY-SUN4C:21: mainbus0: No such file or directory
> ./MY-SUN4C:24: mainbus0: No such file or directory
> ./MY-SUN4C:25: mainbus0: No such file or directory
> ...
> ./MY-SUN4C:106: st0: No such file or directory
> ./MY-SUN4C:115: cpu0: No such file or directory
> tmesh> ls
> tmesh>
> 
> The executable has RPATH correct:
> tx:tme$ objdump -x /usr/pkg/bin/tmesh  | grep RPATH          
>   RPATH       /usr/pkg/lib
> 
> 
> What am I missing? I tried ktracing but didn't show what it couldn't find.

Somewhere in the notes it says you need to set LTDL_LIBRARY path too...
Something like:

 setenv LTDL_LIBRARY_PATH /usr/pkg/lib

(I ran into this exactly problem a while back...)

Later...

Greg Oster




Home | Main Index | Thread Index | Old Index