Re: Wireshark Capture support

2010-09-17 Thread Savory Michael
HI Ryan So the $ sudo port info wireshark-devel wireshark-devel @1.4.0 (net) Variants: adns, gnutls, ipv6, libgcrypt, libsmi, lua, no_gui, no_ssl, pcre, rtp Description: A network analyzer that lets you capture and interactively bro

Re: Wireshark Capture support

2010-09-17 Thread Ryan Schmidt
On Sep 17, 2010, at 19:08, Savory Michael wrote: > Maybe time for a wireshark-dev port? The wireshark-devel port already exists. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/mac

Re: What is state of Ada compiler?

2010-09-17 Thread Jerry
On Sep 17, 2010, at 11:46 AM, Martin Krischik wrote: Am 17.09.10 10:44, schrieb Jerry: What is the state of the Macports Ada compiler, GNAT? I recall a couple years ago there was a bootstrapping problem since the compiler is written in Ada. Is it possible to have a 64-bit compiler on OS X

Re: Wireshark Capture support

2010-09-17 Thread Savory Michael
Hi Jeff Maybe time for a wireshark-dev port? Any docs on the really cool plugins available? Mike On Sep 17, 2010, at 5:53 AM, Jeff Singleton wrote: > Oh ... if you wish to try building Wireshark from SVN, the v1.5.0 tree is > very stable and a lot of really cool plugins. Not to mention it com

Re: loss of pdflatex

2010-09-17 Thread Dan Ports
On Fri, Sep 17, 2010 at 07:17:10PM -0400, Emden R. Gansner wrote: > Second, pdflatex almost finishes except I get > > ! Package graphics Error: No driver specified. Does this happen during format generation (i.e. while installing texlive-latex) or when trying to run pdflatex after install? Can yo

Re: loss of pdflatex

2010-09-17 Thread Emden R. Gansner
Dan Ports wrote: Should I uninstall and re-install something? Not having any better ideas, I would uninstall texlive* and reinstall the texlive metaport. If it still doesn't work, please open a ticket, cc me, and attach the debug log from building. I have done this and things look ap

Re: loss of pdflatex

2010-09-17 Thread Dan Ports
To clarify some more, texlive-bin builds all the binaries for a texlive installation, but most will not be usable without their support files. texlive-latex installs the style files for LaTeX, precompiles some of them, and symlinks latex -> tex and pdflatex -> pdftex. When invoked via that name it

Re: loss of pdflatex

2010-09-17 Thread Dan Ports
On Fri, Sep 17, 2010 at 05:47:19PM -0400, Emden R. Gansner wrote: > However, there was still no pdflatex link, and no texmf.cnf. Something appears to have gone very wrong in your installation, but it's not something I've seen before. texmf.cnf should be installed by texlive-common into /opt/local

Re: loss of pdflatex

2010-09-17 Thread David Evans
On 9/17/10 2:12 PM, Emden R. Gansner wrote: > I recently updated the macports on my macbook. I now find that latex, > pdflatex and many tex packages have disappeared. > port reports that the various texlive packages are installed. I > thought these were the ones that supplied /opt/local/bin/pdfla

Re: loss of pdflatex

2010-09-17 Thread Emden R. Gansner
Ryan Schmidt wrote: To clarify: $ port provides /opt/local/bin/{pdftex,pdflatex} /opt/local/bin/pdftex is provided by: texlive-bin /opt/local/bin/pdflatex is provided by: texlive-latex The command port installed | grep texlive gives texlive @2009_3+doc+medium (active) texlive-basic @1

Re: loss of pdflatex

2010-09-17 Thread Ryan Schmidt
On Sep 17, 2010, at 16:39, Ryan Schmidt wrote: >> warning: kpathsea: configuration file texmf.cnf not found in these >> directories: >> /opt/local/bin:/opt/local:/opt:/opt/local/bin/share/texmf-local/web2c:/opt/local/share/texmf-local/web2c:/opt/share/texmf-local/web2c:/opt/local/bin/texmf-local/

Re: loss of pdflatex

2010-09-17 Thread Ryan Schmidt
On Sep 17, 2010, at 16:39, Emden R. Gansner wrote: > Ryan Schmidt wrote: >> On Sep 17, 2010, at 16:12, Emden R. Gansner wrote: >> >>> I recently updated the macports on my macbook. I now find that latex, >>> pdflatex and many tex packages have disappeared. >>> port reports that the various texli

Re: loss of pdflatex

2010-09-17 Thread Emden R. Gansner
Ryan Schmidt wrote: On Sep 17, 2010, at 16:12, Emden R. Gansner wrote: I recently updated the macports on my macbook. I now find that latex, pdflatex and many tex packages have disappeared. port reports that the various texlive packages are installed. I thought these were the ones that sup

Re: loss of pdflatex

2010-09-17 Thread Ryan Schmidt
On Sep 17, 2010, at 16:12, Emden R. Gansner wrote: > I recently updated the macports on my macbook. I now find that latex, > pdflatex and many tex packages have disappeared. > port reports that the various texlive packages are installed. I thought these > were the ones that supplied /opt/local/b

loss of pdflatex

2010-09-17 Thread Emden R. Gansner
I recently updated the macports on my macbook. I now find that latex, pdflatex and many tex packages have disappeared. port reports that the various texlive packages are installed. I thought these were the ones that supplied /opt/local/bin/pdflatex. I have tried reinstalling some of these to no

Re: numpy & non-Apple gcc?

2010-09-17 Thread Michael Dickens
On Sep 17, 2010, at 3:22 PM, Ryan Schmidt wrote: > AFAIK the differences do still exist and will always exist. The problem as I > understand it is if you try to compile library A with compiler X and compile > program B (which links with library A) with compiler Y, inexplicable problems > can sur

Re: numpy & non-Apple gcc?

2010-09-17 Thread Adam Mercer
On Fri, Sep 17, 2010 at 12:14, Michael Dickens wrote: > On Sep 17, 2010, at 12:48 PM, Adam Mercer wrote: >> Looking at the history, the use of macports gcc was added when atlas >> was added as a dependency [1]. I believe this was due to compiler ABI >> differences. > > Thanks Adam; seems like mayb

Re: numpy & non-Apple gcc?

2010-09-17 Thread Ryan Schmidt
On Sep 17, 2010, at 14:14, Michael Dickens wrote: > On Sep 17, 2010, at 12:48 PM, Adam Mercer wrote: >> Looking at the history, the use of macports gcc was added when atlas >> was added as a dependency [1]. I believe this was due to compiler ABI >> differences. > > Thanks Adam; seems like maybe

Re: numpy & non-Apple gcc?

2010-09-17 Thread Michael Dickens
On Sep 17, 2010, at 12:48 PM, Adam Mercer wrote: > Looking at the history, the use of macports gcc was added when atlas > was added as a dependency [1]. I believe this was due to compiler ABI > differences. Thanks Adam; seems like maybe MacPorts/GCC/whatever don't have those differences any longe

Re: What is state of Ada compiler?

2010-09-17 Thread Martin Krischik
Am 17.09.10 10:44, schrieb Jerry: > What is the state of the Macports Ada compiler, GNAT? I recall a couple > years ago there was a bootstrapping problem since the compiler is > written in Ada. Is it possible to have a 64-bit compiler on OS X 10.5? > 10.6? > > The 2010 GPL edition from Adacore fix

Re: numpy & non-Apple gcc?

2010-09-17 Thread Adam Mercer
On Fri, Sep 17, 2010 at 09:27, Michael Dickens wrote: > Does anyone know or remember why MP's version of numpy (I use py26-numpy) > requires non-Apple gcc?  Why -not- use Apple's GCC?  In playing around with > various installs (+gcc44, +universal), reading through debug outputs, and > testing b

numpy & non-Apple gcc?

2010-09-17 Thread Michael Dickens
Does anyone know or remember why MP's version of numpy (I use py26-numpy) requires non-Apple gcc? Why -not- use Apple's GCC? In playing around with various installs (+gcc44, +universal), reading through debug outputs, and testing builds, I do not find that fortran is required to compile (excep

problem to use gstreamer .dylib at my c++ software

2010-09-17 Thread Carles Gutierrez
Hey all , I'm working on c++ video project, I would like to use gstreamer (at least player) on the app, I've seen how use it at OpenFrameworks directly with the linux libraries, now my point is port full gstreamer to MAC. Where I got problems is using the .dylib libraries at my application, it say

Re: Wireshark Capture support

2010-09-17 Thread Jeff Singleton
Oh ... if you wish to try building Wireshark from SVN, the v1.5.0 tree is very stable and a lot of really cool plugins. Not to mention it comes with a 'make osx-app' command that will build the .app bundle for you...there is also 'make osx-package' that makes the .pkg bundle. Also, doing it this

What is state of Ada compiler?

2010-09-17 Thread Jerry
What is the state of the Macports Ada compiler, GNAT? I recall a couple years ago there was a bootstrapping problem since the compiler is written in Ada. Is it possible to have a 64-bit compiler on OS X 10.5? 10.6? The 2010 GPL edition from Adacore fixes the linking problem to BLAS and LA