Re: Trying to install ld64 port from source, but binaries installed instead?
> Right. We never really announced the availability of binaries, but they've > been available for Snow Leopard since last year and Lion since this year. > > Is there a reason why you want to build ld64 from source -- is there > something wrong with the binary on our server? If so, we need to know so we > can fix it. I can't speak for Tim, but I've pointed out that at the very least the gmp binary is wrong on the macport server: http://lists.macosforge.org/pipermail/macports-dev/2012-May/019098.html I'm not sure if ld64 is a root cause of this or not but this gmp issue is one major wrench for distributing gcc compilers (not to mention the missing .dSYM) files. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Re: Trying to install ld64 port from source, but binaries installed instead?
On May 9, 2012, at 19:52, Sean Farley wrote: >> I just tried to "port install ld64", and instead of compiling from source, >> it downloads a .tbz2 package from packages.macports.org which contains the >> binaries. I guess I thought macports always built from source unless you >> added "pkg" to the port command? Thanks for any help. > > This is a newer change; you'll need to add the '-s' option to signify > that you want to build from source. Right. We never really announced the availability of binaries, but they've been available for Snow Leopard since last year and Lion since this year. Is there a reason why you want to build ld64 from source -- is there something wrong with the binary on our server? If so, we need to know so we can fix it. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Re: Trying to install ld64 port from source, but binaries installed instead?
> I just tried to "port install ld64", and instead of compiling from source, > it downloads a .tbz2 package from packages.macports.org which contains the > binaries. I guess I thought macports always built from source unless you > added "pkg" to the port command? Thanks for any help. This is a newer change; you'll need to add the '-s' option to signify that you want to build from source. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Trying to install ld64 port from source, but binaries installed instead?
Hello, I just tried to "port install ld64", and instead of compiling from source, it downloads a .tbz2 package from packages.macports.org which contains the binaries. I guess I thought macports always built from source unless you added "pkg" to the port command? Thanks for any help. -Tim ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Re: FTP cd problems with MC
* Ryan Schmidt [120508 18:11]: > > On May 8, 2012, at 20:52, Bjarne D Mathiesen wrote: > > > Ryan Schmidt wrote: > >> > >> There is no maintainer for mc in MacPorts. If there's a problem, you > >> should contact the developers directly. > > > > According to my 'port info mc' there is a maintainer > > What I meant to say was that the maintainer that's listed has not been active > in MacPorts for four years: > > http://cia.vc/stats/author/wa...@macports.org FYI : I "rolled back" to sudo port activate mc @4.8.0_0+slang2 and all is good again. Ryan, thanks for the tip. Come on by for a homebrew whenever you are in town, I owe you. -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Re: FTP cd problems with MC
* Ryan Schmidt [120508 17:56]: > > You could downgrade to a previous version of mc that worked correctly for you. > > https://trac.macports.org/wiki/howto/InstallingOlderPort Ah! That's what I am looking for. Thank you. > There is no maintainer for mc in MacPorts. If there's a problem, you should > contact the developers directly. I sent a message to the MC list. No response yet. No surprise there. thanks again -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
git-stitch-repo & troubles using cpan2port (missing path in @INC)
Hello, I wanted to use git-stitch-repo (https://metacpan.org/module/git-stitch-repo, http://stackoverflow.com/questions/277029/combining-multiple-git-repositories), but I realized that it is just a CPAN module that is currently not in MacPorts yet. It has been a long time since I last used CPAN and it seemed that having a tiny port would be a more appropriate way to install the module. Following the instructions on https://trac.macports.org/wiki/howto/cpan2port I fetched the cpan2port script, realized that I had a few dependencies missing and installed them, but now the script still fails with > ./cpan2port -t Git::FastExport::Stitch Can't locate List/MoreUtils.pm in @INC (@INC contains: /opt/local/lib/perl5/site_perl/5.12.4/darwin-thread-multi-2level /opt/local/lib/perl5/site_perl/5.12.4 /opt/local/lib/perl5/vendor_perl/5.12.4/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.12.4 /opt/local/lib/perl5/5.12.4/darwin-thread-multi-2level /opt/local/lib/perl5/5.12.4 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-thread-multi-2level /opt/local/lib/perl5/vendor_perl/5.12.3 /opt/local/lib/perl5/vendor_perl) at ./cpan2port line 68. BEGIN failed--compilation aborted at ./cpan2port line 68. I did install p5-list-moreutils, but: > port contents p5.12-list-moreutils Port p5.12-list-moreutils contains: /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/List/MoreUtils.pm /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/auto/List/MoreUtils/.packlist /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/auto/List/MoreUtils/MoreUtils.bs /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level/auto/List/MoreUtils/MoreUtils.bundle /opt/local/share/man/man3/List::MoreUtils.3pm.gz The INC only contains /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-thread-multi-2level but the necessary file is installed in /opt/local/lib/perl5/vendor_perl/5.12.3/darwin-multi-2level What am I missing? (I will probably manage to include the right path, but it seems as if some port is not initializing all the necessary variables in a proper way or I might have screwed up in some way.) Thank you, Mojca ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
Re: gdk-pixbuf2 should be updated
Giuseppe Di Matteo wrote: > Hello, > > Could someone update gdk-pixbuf2, for 2.26 is needed for gtk3. There's a > ticket filed by devans (#34051). > And if gtk3 could be updated too it would nice. > > https://trac.macports.org/ticket/34051 I've attached at patch to the ticket :-) If nothing happens within 72 hours, please pester the developer mailing list :-) -- Bjarne D Mathiesen København N ; Danmark ; Europa -- denne besked er skrevet i et totalt M$-frit miljø MacOS X 10.7.3 Lion ; 2.8GHz Intel Core i7 ; 16GB 1067MHz DDR3 ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
gdk-pixbuf2 should be updated
Hello, Could someone update gdk-pixbuf2, for 2.26 is needed for gtk3. There's a ticket filed by devans (#34051). And if gtk3 could be updated too it would nice. https://trac.macports.org/ticket/34051 Giuseppe Di Matteo gdimat...@base.be ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users