Re: boost libstdc++ issue (was libvisio error)

2015-09-06 Thread echothevoid
Thank you su_v! I tried to read the guide and the 'howto' but still confused how to apply your solution. https://guide.macports.org/ https://trac.macports.org/wiki/howto/Upgrade Should I replace the original Portfile of libvisio-0.1 and libcdr-0.1 with the ones from [1] and then do an upgrade? How

libvisio error

2015-09-05 Thread echothevoid
Hello! I got an error after running regular sudo port upgrade outdated command. The log tells me that: :info:build /opt/local/include/boost/thread/detail/move.hpp:31:10: fatal error: 'type_traits' file not found I have found a similar issue on: http://stackoverflow.com/questions/14104298/clang-bo

Re: sed question

2014-01-25 Thread echothevoid
don’t maintain any system backups, you could retrieve it > from ;) > > Chris > > On 25 Jan 2014, at 12:04pm, echothevoid > wrote: > > Thanks a lot Brian! > I moved your sed to /usr/bin/, chmod 744 sed and tried to upgrade a port > which requires sed like popp

Re: sed question

2014-01-25 Thread echothevoid
t that surprised the sed version from OS X 10.8 doesn’t work on OSX > 10.6 > > You probably need to get the correct version for your OS. > > I presume you don’t maintain any system backups, you could retrieve it > from ;) > > Chris > > On 25 Jan 2014, at 12:04pm, echothev

Re: sed question

2014-01-25 Thread echothevoid
ls -l sed -rwxr-xr-x 1 root wheel 38080 Jan 25 13:39 sed but poppler still fails to upgrade. I am attaching a main.log What else could be wrong? Thanks! On Sat, Jan 25, 2014 at 2:12 PM, Brian wrote: > 'chmod 755' not 744 … > > 755 rwxr-xr-w (executable by owner, group and other) > 744 rwxr-

Re: sed question

2014-01-25 Thread echothevoid
Thanks a lot Brian! I moved your sed to /usr/bin/, chmod 744 sed and tried to upgrade a port which requires sed like poppler. Still I do get an error :error:patch reinplace: couldn't execute "/usr/bin/sed": permission denied. What else did I forget to do? Thanks again. On Sat, Jan 25, 2014 at 1:45

sed question

2014-01-25 Thread echothevoid
Dear all, it is a pretty stupid situation but seems like that somehow I have deleted Apple's sed. Typing 'which sed' in Terminal shows nothing but I do have a version of GNU sed: 'which gsed' /opt/local/bin/gsed. Some of my ports fail because macports 'couldn't execute "/usr/bin/sed": no such file