GDB 7.3 problem on Mountain Lion

2012-08-04 Thread Abe Taha
I am seeing the following problem when I try to debug a program with macports gdb 7.3 on Mountain Lion: Starting program: /path/to/program Unable to find Mach task port for process-id 8105: (os/kern) failure (0x5). (please check gdb is codesigned - see taskgated(8)) The signing procedure at

some port was nice enough to remove TeX w/o my permission

2012-08-04 Thread Jim Graham
I just went to run TeX on a file I'll be needing Monday morning for a medical appointment, and much to my surprise, TeX is no longer installed on my system. I seem to recall, while installing Gimp, that it at least checked to see if TeX was installed. Could Gimp's install have been so evil as to

Mythtv-core.25

2012-08-04 Thread Nelson M Sanchez Nelson M. Sanchez
I am trying to install the MythTV backend on my OS-X Lion Server. I have been following the instructions in: http://www.mythtv.org/wiki/Building_Myth_for_Mac_with_MacPorts The first step to install qt4-mac executed perfectly. When I follow the second step: sudo install mythtv-core.25

RE: Mythtv-core.25

2012-08-04 Thread Russell Jones
That should be sudo port install, not just sudo install, no? If no-one here knows for sure, also check on the MythTV mailing list or ask on IRC http://www.mythtv.org/wiki/IRC . Russell From: macports-users-boun...@lists.macosforge.org

Re: Mythtv-core.25

2012-08-04 Thread Brandon Allbery
On Sat, Aug 4, 2012 at 10:40 AM, Russell Jones russell.jo...@physics.ox.ac.uk wrote: That should be sudo port install, not just sudo install, no? If no-one here knows for sure, also check on the MythTV mailing list or ask on IRC http://www.mythtv.org/wiki/IRC . There's more wrong than

Re: Mythtv-core.25

2012-08-04 Thread MK-MacPorts
sudo install mythtv-core.25 +mysql-server This should be sudo port install … the port command itself is missing above. Must be typo in the documentation.___ macports-users mailing list macports-users@lists.macosforge.org

Re: Mythtv-core.25

2012-08-04 Thread Lawrence Velázquez
On Aug 4, 2012, at 10:43 a.m., Brandon Allbery wrote: There's more wrong than that, I think: haral:9818 Z$ port echo mythtv\* haral:9819 Z$ Unless that port was added within the past day or so. I don't see it on the website, either. http://www.macports.org/ports.php?by=namesubstr=myth

Re: Mythtv-core.25

2012-08-04 Thread Craig Treleaven
At 10:46 AM -0400 8/4/12, Lawrence Velázquez wrote: On Aug 4, 2012, at 10:43 a.m., Brandon Allbery wrote: There's more wrong than that, I think: haral:9818 Z$ port echo mythtv\* haral:9819 Z$ Unless that port was added within the past day or so. I don't see it on the website, either.

Re: some port was nice enough to remove TeX w/o my permission

2012-08-04 Thread Ryan Schmidt
On Aug 4, 2012, at 07:24, Jim Graham spooky1...@gmail.com wrote: I just went to run TeX on a file I'll be needing Monday morning for a medical appointment, and much to my surprise, TeX is no longer installed on my system. I seem to recall, while installing Gimp, that it at least checked to

Re: Distributing apps built with mac port gcc

2012-08-04 Thread Ryan Schmidt
On Aug 4, 2012, at 13:32, Mike Krus mike.k...@gmail.com wrote: I suppose I need to copy the gcc/g++ libs into the bundle and do the install_name_tool dance, but is that the way to do it? Is there a tool that will do that for me? $ port info dylibbundler dylibbundler @0.4.1, Revision 1

suggestion: tweak error messages

2012-08-04 Thread Roger Pack
got this: Error: search for name ffmpeg failed: No index(es) found! Have you synced your source indexes? suggestion/feature request: change it to: Error: search for name ffmpeg failed: No index(es) found! Have you synced your source indexes ( $ port selfupdate might help)? Cheers! -roger

trouble with qt4-mac install

2012-08-04 Thread Comer Duncan
Hi, I have run against an apparent problem in trying to do an upgrade outdated for qt4-mac. Here is what I see homelap-3:~ comerduncan$ sudo port upgrade outdated --- Computing dependencies for qt4-mac --- Building qt4-mac The thing is that this just hangs (after 3 hours I cntrl-C'ed it). I

Re: suggestion: tweak error messages

2012-08-04 Thread Clemens Lang
Hi, On Sat, Aug 04, 2012 at 01:02:27PM -0600, Roger Pack wrote: Error: search for name ffmpeg failed: No index(es) found! Have you synced your source indexes ( $ port selfupdate might help)? http://trac.macports.org/changeset/96213 -- Clemens Lang

Re: some port was nice enough to remove TeX w/o my permission

2012-08-04 Thread Jim Graham
On Sat, Aug 04, 2012 at 01:45:27PM -0500, Ryan Schmidt wrote: On Aug 4, 2012, at 07:24, Jim Graham spooky1...@gmail.com wrote: I just went to run TeX on a file I'll be needing Monday morning for a medical appointment, and much to my surprise, TeX is no longer installed I really don't

Re: trouble with qt4-mac install

2012-08-04 Thread Michael Dickens
Hi Comer - It is quite possible that qt4-mac is still building. Depending on your specific Mac and OS, it can take 1 hour to 1 day. I truly doubt that the install was stalled; more likely is that it just takes a very long time to build. If you have the patience and resources, leave it going

A set of basic questions about mysql

2012-08-04 Thread Rodolfo Aramayo
Dear Ryan, MacPorts has nine mysql5-related ports: mysql5 @5.1.63 (databases) mysql5-devel @5.5.2-m2 (databases) mysql5-server @5.1.63 (databases) mysql5-server-devel @5.5.2-m2 (databases) mysql51 @5.1.63 (databases) mysql51-server @5.1.63 (databases) mysql55 @5.5.25 (databases)

Re: A set of basic questions about mysql

2012-08-04 Thread Clemens Lang
On Sat, Aug 04, 2012 at 03:32:30PM -0500, Rodolfo Aramayo wrote: mysql5 @5.1.63 (databases) mysql5-devel @5.5.2-m2 (databases) mysql5-server @5.1.63 (databases) mysql5-server-devel @5.5.2-m2 (databases) Those were before somebody created versioned ports (i.e. the other four). They are

Re: A set of basic questions about mysql

2012-08-04 Thread Rodolfo Aramayo
Thanks Clemens But when one does want to run a mysql server versus a non-server? And why do other MacPorts ports are installing MySQL ports that do not work with the port select mechanism? Why use those ports at all? Thanks --R On Sat, Aug 4, 2012 at 3:37 PM, Clemens Lang c...@macports.org

Re: A set of basic questions about mysql

2012-08-04 Thread Clemens Lang
On Sat, Aug 04, 2012 at 03:49:42PM -0500, Rodolfo Aramayo wrote: But when one does want to run a mysql server versus a non-server? Suppose you only need, e.g., mysqldump or libmysql. Those are in the mysql port, but to use those you don't need to install mysql-server (because the server you use

Re: some port was nice enough to remove TeX w/o my permission

2012-08-04 Thread Jeremy Lavergne
I really don't think so… *installing* a port should not *uninstall* any other ports. *Upgrading* a port *could* uninstall old versions of dependencies, *if* you used the -u flag when upgrading to indicate that you wanted that to happen. For most users, uninstall and deactivate are

Re: A set of basic questions about mysql

2012-08-04 Thread Brandon Allbery
On Sat, Aug 4, 2012 at 4:49 PM, Rodolfo Aramayo raram...@gmail.com wrote: But when one does want to run a mysql server versus a non-server? Many programs want the MySQL client libraries but don't actually require a running server on the local machine (or even at all for common usages), so you

gegl 0.2.0

2012-08-04 Thread M. Daniel Becque
I have tried to build gegl but it continues to fail. I've made sure that I've done a port clean --all. Looking at the log file I see this error show up part way through the process. :info:build In file included from ../../gegl/opencl/gegl-cl-types.h:6, :info:build from

Re: gegl 0.2.0

2012-08-04 Thread Jeremy Lavergne
https://trac.macports.org/ticket/35148#comment:11 It's been suggested that a find/replace should fix the build problems for the unsupported OSes. Someone with one of these needs to try it, however. I have tried to build gegl but it continues to fail. I've made sure that I've done a port

Re: suggestion: tweak error messages

2012-08-04 Thread Roger Pack
On Sat, Aug 04, 2012 at 01:02:27PM -0600, Roger Pack wrote: Error: search for name ffmpeg failed: No index(es) found! Have you synced your source indexes ( $ port selfupdate might help)? http://trac.macports.org/changeset/96213 Great! Thank you. -r

Mercurial

2012-08-04 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all. I've just run selfupdate got, amongst other things: `mercurial 2.2.3_0 2.3_0` so I ran upgrade outdated but now when I cd into my hg vim repo run `hg pull` it throws the error: `$ hg pull abort: No module named

Re: Mecurial

2012-08-04 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 just a traceback further to this problem. Hope it helps: `$ hg log --traceback Traceback (most recent call last): File /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mercurial/dispatch.py, line 88, in

Re: Mercurial

2012-08-04 Thread Ned Deily
In article 501df382.4060...@gmail.com, Phil Dobbin phildob...@gmail.com wrote: I've just run selfupdate got, amongst other things: `mercurial 2.2.3_0 2.3_0` so I ran upgrade outdated but now when I cd into my hg vim repo run `hg pull` it throws the error: `$ hg

Re: Mercurial

2012-08-04 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ned Deily wrote: In article 501df382.4060...@gmail.com, Phil Dobbin phildob...@gmail.com wrote: I've just run selfupdate got, amongst other things: `mercurial 2.2.3_0 2.3_0` so I ran upgrade outdated but now when I cd