On Sun, 2007-07-15 at 18:41 +0200, Landry Breuil wrote: > 2007/7/15, Benoit Chesneau <[EMAIL PROTECTED]>: > > > > On 7/15/07, Landry Breuil <[EMAIL PROTECTED]> wrote: > > > > > With USE_SYSTRACE=yes, fails during make fake, it does nasty things in > > $HOME > > > apparently - maybe a @exec to add, and a makefile to patch. > > > > > > if test -x "/usr/bin/tic"; then if test -n "/usr/bin/tic"; then > > /usr/bin/tic > > > ./etc/rxvt-unicode.terminfo; fi; fi > > > systrace: deny user: root, prog: /usr/bin/tic, pid: 13110(0)[8898], > > policy: > > > /usr/bin/env, filters: 193, syscall: native-fswrite(136), filename: > > > /usr/share/terminfo > > > systrace: deny user: root, prog: /usr/bin/tic, pid: 13110(0)[8898], > > policy: > > > /usr/bin/env, filters: 193, syscall: native-fswrite(136), filename: > > /rxvt- > > > unicode-8.2_writes_to_HOME/.terminfo > > > "./etc/rxvt-unicode.terminfo", line 9, terminal 'rxvt-unicode': /rxvt- > > > unicode-8.2_writes_to_HOME/.terminfo: permission denied (errno 1) > > > *** Error code 1 > > > > > > Landry > > > > > > > Thanks. > > > > I change path of terminfo to /usr/local/share/terminfo. Here is the fixed > > port : > > > > http://babilu.metavers.net/openbsd/rxvt-unicode/obsd-rxvt_unicode_8.2_2.tar.gz > > > Builds, installs and seems to works fine here @i386 :) > > Landry
It works great for me on amd64. bmw