cpan2port -v -t LaTeX::Table error

2011-11-23 Thread Peng Yu
Hi, I get the following error, when I run the following command. But I get no error when I tried a different package. Does anybody how to fix the error? ~/Downloads/macports/test$ cpan2port -v -t Latex::Table Going to read '/Users/pengy/.cpan/Metadata' Database was generated on Wed, 23 Nov 2011

Re: Error: Target org.macports.build returned: shell command failed (see log for details)

2011-11-23 Thread Ryan Schmidt
On Nov 23, 2011, at 14:55, barry holland wrote: > Error: Target org.macports.build returned: shell command failed (see log for > details) That means "something failed during the build phase", so not very useful. > The contents of your log shows it's the same problem everybody else is experi

Re: Error: Target org.macports.build returned: shell command failed (see log for details)

2011-11-23 Thread Ryan Schmidt
On Nov 23, 2011, at 15:19, Ryan Schmidt wrote: > The contents of your log shows it's the same problem everybody else is > experiencing building the latest glib2: > > https://trac.macports.org/ticket/32204 Sorry, pasted wrong link; should have been: https://trac.macports.org/ticket/32185 __

Re: gcc46 and Boost

2011-11-23 Thread Ryan Schmidt
On Nov 23, 2011, at 06:06, Freddie Witherden wrote: > how can I either a) get gcc46 to use the legacy STL (like clang does) or I have no idea; I'm not a developer of compiled software. > b) get macports to recompile boost with gcc46. It is not supported to do so, but if you would like to try i

Re: installer does not found sed / uname

2011-11-23 Thread Ryan Schmidt
On Nov 23, 2011, at 07:06, Kraus Philipp wrote: > Am 23.11.2011 um 11:39 schrieb Ryan Schmidt: > >> On Nov 23, 2011, at 03:51, Kraus Philipp wrote: >> >>> I would like to reinstall my macports from the pkg file on Snow Leopard. If >>> I run the installer package, I get the error message that se

Re: Reinstall all ports after Xcode 4.1 -> 4.2 upgrade?

2011-11-23 Thread Christoph Deil
On Nov 23, 2011, at 6:45 PM, Brandon Allbery wrote: > On Wed, Nov 23, 2011 at 08:36, Christoph Deil > wrote: > I just updated XCode from 4.1 to 4.2 on Lion. > Do I have to reinstall all ports because the XCode compilers changed? > > No; the APIs and ABIs are still the same. It's when Apple ch

Re: Reinstall all ports after Xcode 4.1 -> 4.2 upgrade?

2011-11-23 Thread Scott Webster
On Wed, Nov 23, 2011 at 5:36 AM, Christoph Deil wrote: > I'd also be interested to understand why exactly this is / isn't necessary, > given that ports are built with the Macports compilers, but these themselves > are build with the XCode compilers. > Note that most ports are built with the XCo

Re: Reinstall all ports after Xcode 4.1 -> 4.2 upgrade?

2011-11-23 Thread Brandon Allbery
On Wed, Nov 23, 2011 at 08:36, Christoph Deil wrote: > I just updated XCode from 4.1 to 4.2 on Lion. > Do I have to reinstall all ports because the XCode compilers changed? > No; the APIs and ABIs are still the same. It's when Apple changes those (as with a new OS release) that you need to forc

Reinstall all ports after Xcode 4.1 -> 4.2 upgrade?

2011-11-23 Thread Christoph Deil
Hi, I just updated XCode from 4.1 to 4.2 on Lion. Do I have to reinstall all ports because the XCode compilers changed? ( I did follow the migration guide and reinstalled everything when I switched to Lion. ) I'd also be interested to understand why exactly this is / isn't necessary, given that

`hg' (mercurial) does not find `hgsubversion' extension in default search path

2011-11-23 Thread j. van den hoff
hi, this seems either a problem of the `hg' or the `hgsubversion' package (probably the latter): after upgrading to hg 2.0, `hg' does no longer find the `hgsubversion' extension in its search path, i.e. the entry `hgsubversion=' (without explicit path) does no longer work in `.hgrc'. the

Re: installer does not found sed / uname

2011-11-23 Thread Kraus Philipp
Am 23.11.2011 um 11:39 schrieb Ryan Schmidt: > > On Nov 23, 2011, at 03:51, Kraus Philipp wrote: > >> I would like to reinstall my macports from the pkg file on Snow Leopard. If >> I run the installer package, I get the error message that sed and uname >> can't be found. If I run the command

gcc46 and Boost

2011-11-23 Thread Freddie Witherden
Hello, I have installed boost and gcc46 from MacPorts. However, the following application errors out when compiled through gcc46 (but not gcc45 or clang or the Apple gcc). #include #include #include int main(int argc, char *argv[]) { boost::archive::text_oarchive oa(std::cout);

Re: installer does not found sed / uname

2011-11-23 Thread Ryan Schmidt
On Nov 23, 2011, at 03:51, Kraus Philipp wrote: > I would like to reinstall my macports from the pkg file on Snow Leopard. If I > run the installer package, I get the error message that sed and uname can't > be found. If I run the command in a terminal window everything works fine and > the PA

installer does not found sed / uname

2011-11-23 Thread Kraus Philipp
Hello, I would like to reinstall my macports from the pkg file on Snow Leopard. If I run the installer package, I get the error message that sed and uname can't be found. If I run the command in a terminal window everything works fine and the PATH environmant is set to /bin, /usr/bin ... How c