Fork in MacPorts Users list?

2017-05-28 Thread Fielding, Eric J (329A)
am sending this to both lists, so I apologize to those who get two copies if they are subscribed to both. I remember there was some transition last year, but I don’t remember the details of what was supposed to happen to the lists. Thanks, ++Eric

Re: Servers down?

2016-10-22 Thread Fielding, Eric J (329A)
MacPorts rsync mostly worked for me on Friday and still works today. As they say, your mileage may vary. ++Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: HDF5 Problem

2016-10-13 Thread Eric A. Borisch
to handle this rather than rev-bumping each dependent port, but that is where we are currently at. Is it possible to have an hdf5 PortGroup where we could centrally bump an epoch? - Eric On Thu, Oct 13, 2016 at 10:32 AM, Ryan Schmidt wrote: > > > > On Oct 13, 2016, at 10:14 AM, Adam Ders

Re: Getting rid of port binaries in /software

2016-05-19 Thread Eric A. Borisch
On Thu, May 19, 2016 at 5:43 AM, Ryan Schmidt wrote: > >> On May 18, 2016, at 6:05 PM, Mojca Miklavec wrote: >> >> On 19 May 2016 at 00:25, Eric A. Borisch wrote: >>> If you are just looking to save some space at the expense of time, you could >>> set: >

Getting rid of port binaries in /software

2016-05-18 Thread Eric A. Borisch
If you are just looking to save some space at the expense of time, you could set: portarchivetype txz in macports.conf; on some of the big clang/llvm archives this is ~2x improvement... On Wed, May 18, 2016 at 12:16 PM, Ryan Schmidt > wrote: > >> On May 17, 2016, at 5:38 PM, Nicolas Martin

Re: lost terminal after quitting python3

2016-03-21 Thread Eric A. Borisch
so few users run into this issue) until this is worked out. See the ticket for discussion or to chime in! - Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: lost terminal after quitting python3

2016-03-20 Thread Eric A. Borisch
Either install the py33-readline port or python33 +readline. Python 27 has been switched over to use readline by default due to this problem and POLA. - Eric On Sunday, March 20, 2016, Jason Swails wrote: > > > On Mar 20, 2016, at 3:31 PM, Brandon Allbery > wrote: > > On

xemacs 21.4.22_11 load path shadows

2016-02-26 Thread Eric Smith
that this problem is created locally by this port. Sorry if this is a dumb question. There must be vast numbers of users of this port, so I don't know why I haven't seen it mentioned anywhere. Thanks for help, Eric ___ macports-use

Re: Questions for installing openmpi on Os X 10.9.5

2016-02-25 Thread Eric A. Borisch
udo port selfupdate' (like the tool suggested) and then 'sudo port upgrade outdated'. Unfortunately many of the ports that were installed will have new versions. Luckily, most of them should download pre-compiled binaries now rather than locally compile. Thanks, and good luck!

Re: Port Zabbix2 php53 dependency

2016-02-16 Thread Eric A. Borisch
php56/php.ini files? Glad to see it is being used ;) - Eric On Tue, Feb 16, 2016 at 12:56 AM, Mike Savory wrote: > Hi, the upcoming Zabbix 3 (at RC3 now) requires 5.4.0 and above, so this > would be a good chance to upgrade it all. > maybe we need a Zabbix-devel with Zabbix3 and php 5

Re: serial and parallel hdf5

2016-01-20 Thread Eric A. Borisch
el support, one without) libraries. Good luck! - Eric On Wed, Jan 20, 2016 at 11:39 AM, Francesco Miniati wrote: > thanks. > the first problem i see (after trying) is that the parallel libraries need > the mpi headers, > which I don’t necessarily specify when I compile in serial. &g

Re: serial and parallel hdf5

2016-01-20 Thread Eric A. Borisch
rallel' version -- otherwise you get the standard serial methods. Said differently: install the parallel version of HDF5; if you run into something you feel you can't do with it that you could with the 'non-parallel' version, let me know. Thanks, - Eric On Wed, Jan 20, 2016 at 11:0

Re: IPython 4.0 and Jupyter in MacPorts

2016-01-03 Thread Fielding, Eric J (329A)
Sean, Thanks! The jupyter-notebook-3.4 command works for me and starts the kernel and notebook browser client. > >> I only use IPython occasionally, so I just now found out that the new >>version of IPython 4.0 has major changes, and MacPorts has installed the >>new version in one of my port upg

IPython 4.0 and Jupyter in MacPorts

2016-01-03 Thread Fielding, Eric J (329A)
, ++Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: Variant conflicts

2015-11-20 Thread Eric A. Borisch
On Friday, November 20, 2015, Bachsau wrote: > > > Am 19.11.2015 um 00:09 schrieb Eric A. Borisch >: > > > > port echo active and variant:quartz and variant:x11 \ > > | sed -n -e '/\+quartz/d;s/@[^+-]*//;s/\+x11/-x11+quartz/p' \ > > | xargs -n

Variant conflicts

2015-11-19 Thread Eric A. Borisch
On Thu, Nov 19, 2015 at 11:07 AM, Gustavo Seabra > wrote: > I apologize for my ignorance… What rest was just for fun? Will the command work even in the presence of the ports that don’t have a +quartz? and, in this case, what would happen to those? > > The complex command Eric presente

Re: Variant conflicts

2015-11-19 Thread Eric A. Borisch
And there are many +x11 ports that do not have a +quartz, so I would stick with the port echo command I listed. The rest was for fun. On Thursday, November 19, 2015, Eric A. Borisch wrote: > He specifically asked for a way to find and reinstall, not just find. I > provided one. ;)

Re: Variant conflicts

2015-11-19 Thread Eric A. Borisch
He specifically asked for a way to find and reinstall, not just find. I provided one. ;) On Thursday, November 19, 2015, Mojca Miklavec wrote: > 2015-11-19 0:09 GMT+01:00 Eric A. Borisch wrote: > > On Wed, Nov 18, 2015 at 3:29 PM, Bachsau wrote: > > > >> Is there a way

Variant conflicts

2015-11-18 Thread Eric A. Borisch
a version includes a dash or plus), then running this (below) should do it. (Otherwise, just do it manually; likely not too many.) port echo active and variant:quartz and variant:x11 \ | sed -n -e '/\+quartz/d;s/@[^+-]*//;s/\+x11/-x11+quartz/p' \ | sudo xargs -n 2 port install Goo

Re: Variant conflicts

2015-11-18 Thread Eric A. Borisch
ersion of the port, and finally the global variants specified in variants.conf, if any. (Try adding -x11 to your upgrade line if the port active command above shows +x11.) - Eric On Wed, Nov 18, 2015 at 1:45 AM, Bachsau wrote: > Hi there! > Today I ran a port upgrade outdated and got th

Re: Darwin Version

2015-10-03 Thread Eric A. Borisch
tially requested, and a change such as > this would make things even worse. > Is there something clever that could be done with mounts or hard (directory) links here? - Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: gtk-osx-application-gtk2 problem

2015-08-19 Thread Eric Le Lay
-application-gtk2 will do the same for you. Cheers, Eric Le Wed, 19 Aug 2015 10:36:58 +0200, Dominik Reichardt a écrit : > Hi all, > > when I upgraded my ports yesterday, I ran into this and am fearing > that when I go the force way it will lead to the dark side, e.g. > suffe

Re: gtk-mac-integration

2015-07-26 Thread Eric Le Lay
one does not?) > > CC'ing someone who might be able to help better. > > > > Mihai > > It needs the gtk-osx-application-gtk2 port. The configure script looks for a pkgconfig package named gtk-mac-integration, but there are now gtk-mac-integ

Re: [MacPorts] #47755: Broken symlink left by select code when selected port is deactivated causes poppler and other ports using aclocal to fail during configuration.

2015-06-25 Thread Eric A. Borisch
shell script: #!/bin/sh for x in /opt/local/var/macports/software/*/*.tbz2; do echo "Checking `basename $x`" gnutar --warning=no-unknown-keyword --exclude='./+*' -C / --compare -jf "$x" done You can run under sudo to check files set with access r

Re: port migration

2015-03-03 Thread Fielding, Eric J (329A)
stick, and do the reinstallation without problems (except for virtualbox that does not yet run on Yosemite) late yesterday. ++Eric From: Brandon Allbery mailto:allber...@gmail.com>> Date: Tuesday, March 3, 2015 at 8:59 AM To: Bradley Giesbrecht mailto:pixi...@macports.org>> Cc: E

Re: port migration

2015-03-02 Thread Fielding, Eric J (329A)
if I want to get the list of ports that I had installed before. Thanks, ++Eric From: Brandon Allbery mailto:allber...@gmail.com>> Date: Monday, March 2, 2015 at 3:09 PM To: Eric Fielding mailto:eric.j.field...@jpl.nasa.gov>> Subject: Re: port migration On Mon, Mar 2, 2015 at 5:45

port migration

2015-03-02 Thread Fielding, Eric J (329A)
step for reinstalling all the ports is "port -qv installed > myports.txt”. Do I need to copy over the whole /opt/local directory tree from my old machine to be able to use this command to get the list of ports that I had before? Thanks

Re: /opt/local/macports/software

2015-01-19 Thread Eric A. Borisch
ist of "shipped with" items." Thankfully, it only takes about 20s to configure and build (on my machine) and the resulting files are only about 1M. Just putting some actual numbers out there for what xz brings to the table. - Eric ___ macports-

Re: Cannot get gimp app running

2014-11-02 Thread Eric A. Borisch
On Sat, Nov 1, 2014 at 8:07 PM, Gregory Seidman < gsslist+macpo...@anthropohedron.net> wrote: > This is a known, upstream bug: https://trac.macports.org/ticket/45309 > > --Greg > > On Sat, Nov 01, 2014 at 06:45:55PM -0500, Eric A. Borisch wrote: > > Are you able to

Re: Cannot get gimp app running

2014-11-01 Thread Eric A. Borisch
Are you able to open something that uses a plugin, like a png? My gimp starts up, but none of the plugins (required for most file types) are working. - Eric On Sat, Nov 1, 2014 at 3:00 PM, David Rowe wrote: > On 01/11/2014 16:35, Dave Horsfall wrote: > > . . . . > > Don

Re: anti-shellshock suggestions

2014-09-29 Thread Eric A. Borisch
links against the system libs, so you won't have a borked system if you ever decide to uninstall macports. - Eric On Mon, Sep 29, 2014 at 8:35 AM, Lee Bast wrote: > New exploit variants (CVE-2014-6278), this looks like the vuln > that'll keep on giving until bash has a

Re: Questions about MediWiki port

2014-07-31 Thread Eric Gallager
On Thu, Jul 31, 2014 at 5:30 PM, Bradley Giesbrecht wrote: > > On Jul 31, 2014, at 12:25 PM, William H. Magill wrote: > > 3- The port listed in the portfiles web-page was version 1.17.0 last > updated "7 months ago" > > The current version of MediaWiki (just released 7/30) is either 1.23.2 > o

Re: port-whatsnew broken after upgrade to 2.3.0

2014-07-30 Thread Eric Gallager
I have updated my submitted Portfile for port-whatsnew to pull from this fixed revision now: https://trac.macports.org/ticket/38110#comment:2 On Thu, May 29, 2014 at 3:22 PM, Clemens Lang wrote: > Hi, > > > Here’s the error I get trying to use it: > > couldn't read file "/Library/Tcl/macports1

open-cobol update and destroot sandbox violations (was Re: Package open-cobol not working for me)

2014-07-29 Thread Eric Gallager
nymore. But clang is the new gcc. > > To clarify: > > --- on the command line --- > $ gcc > clang: error: no input files > --- end of command line --- > > (my system: OSX 10.8.5) > > Regards, > Michael > > Am 04.06.2014 um 18:38 schrieb Eric Gallager : > &

Re: kwallet and the OS X keychain

2014-07-29 Thread Eric Gallager
This reminds me, the configure script for subversion checks for both kwallet support and for OSX KeyChain support... is there any point in configuring it with both if kwallet is just using the system keychain as a backend in the first place? On Tue, Jul 29, 2014 at 6:06 AM, "René J.V. Bertin" w

Re: virtualbox still broken

2014-07-25 Thread Eric Gallager
Pretty sure we already have an issue for this: https://trac.macports.org/ticket/41392 You can cc yourself on it to keep up with it. On Fri, Jul 25, 2014 at 11:29 AM, David Evans wrote: > On 7/25/14 7:55 AM, Raoul wrote: > > What to do with this one? > > > > Thanks and regards. > Looks like it d

Re: Boost.Python and g++

2014-07-24 Thread Eric Gallager
On Wed, Jun 4, 2014 at 4:18 PM, "René J.V. Bertin" wrote: > > On Jun 04, 2014, at 20:21, Eric Gallager wrote: > > > Wow, that looks a lot simpler than I thought that it would be... I was > expecting something like this would have to be fixed upstream by gcc, > beca

Re: cmake universal?

2014-07-08 Thread Eric Gallager
Wine has to be 32-bit on OS X because of some ABI differences regarding register reservation in 64-bit. See the following discussion thread on wine-devel explaining why: http://www.winehq.org/pipermail/wine-devel/2014-February/103074.html On Thu, Jul 3, 2014 at 8:04 AM, "René J.V. Bertin" wrote

Re: icon generation on OS X 10.6

2014-07-05 Thread Eric Le Lay
Hi, if you try to create an application from a port, use the app portgroup: http://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/app-1.0.tcl See for instance the quodlibet port using app.icon: http://trac.macports.org/browser/trunk/dports/python/quodlibet/Portfile Cheers, Eric

Re: ld64 regressed?

2014-06-04 Thread Eric Gallager
On Wed, Jun 4, 2014 at 4:07 PM, "René J.V. Bertin" wrote: > On Jun 04, 2014, at 20:51, Eric Gallager wrote: > > > Isn't 236.3_1 the broken one that failed to build? How did you manage to > get it installed in the first place? > > I had an exchange (on here

Re: ld64 regressed?

2014-06-04 Thread Eric Gallager
Isn't 236.3_1 the broken one that failed to build? How did you manage to get it installed in the first place? On Tue, Jun 3, 2014 at 4:48 PM, "René J.V. Bertin" wrote: > On OS X 10.6.8: > {{{ > $ port installed ld64 > The following ports are currently installed: > ld64 @236.3_1+llvm34 (activ

Re: Boost.Python and g++

2014-06-04 Thread Eric Gallager
Wow, that looks a lot simpler than I thought that it would be... I was expecting something like this would have to be fixed upstream by gcc, because that is how they handle the GNU vs. NeXT Objective C runtime issues, but if all it takes in this case is this script, it seems like just using this sc

Re: Package open-cobol not working for me

2014-06-04 Thread Eric Gallager
emove the flag from cobc-config, so I will attach a patch once I am done... On Wed, Jun 4, 2014 at 2:44 AM, Ryan Schmidt wrote: > > On Jun 3, 2014, at 8:24 PM, Eric Gallager wrote: > > > open-cobol is actually a source-to-source compiler (or "transpiler") > that comp

Re: Package open-cobol not working for me

2014-06-03 Thread Eric Gallager
ooks like > the project's name may have changed (or may be in the process of changing) > to gnu-cobol; the 2.0 update may be an opportunity for us to rename the > port. I'm Cc'ing Eric who maintains this port. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: lldb

2014-06-03 Thread Eric Gallager
Yeah, I was wondering about that, too... you should open a ticket requesting a port for it On Tue, May 27, 2014 at 1:44 PM, "René J.V. Bertin" wrote: > Hello, > > From what I see, there is no lldb port in MacPorts. I've tried to build it > (on OS X 10.6.8) following the instructions at > http:

Re: Problem with libsbml matlab bindings

2014-05-11 Thread Eric Gallager
nversation stays on the mailing list(s). I am also cc-ing the macports-dev list because once changes to Portfiles start coming into play, it becomes more of a development topic. Eric On 5/8/14, Nag, Ambarish wrote: > Hi Eric, > thanks very much. After I make the suggested changes to the Portf

Re: xmgrace on mavericks

2014-05-08 Thread Eric Gallager
Do you have the full crash report available? If so, could you attach it to the ticket that you mentioned? (for reference, ~/Library/Logs/DiagnosticReports is where crash reports are usually kept, so try looking there) On 5/8/14, Pamela Lloyd wrote: > Hello, > I installed grace@5.1.23 on a Mave

Re: Problem with libsbml matlab bindings

2014-05-08 Thread Eric Gallager
Right now it looks like libsbml does not have any matlab variants yet, so try submitting a ticket on Trac requesting a matlab variant for libsbml. Looking at the libsbml configure script, it has a `--with-matlab` flag that could probably be added to `configure.args` in its Portfile... On 5/8/14,

Re: Macports tasks not launching at boot. policy?

2014-05-05 Thread Eric Gallager
If you want to try modifying the launchd sources, you might want to have a look at the openlaunchd fork of it, as it seems to be more up-to-date than the version on opensource.apple.com at least: https://github.com/rtyler/openlaunchd On 5/5/14, Brandon Allbery wrote: > On Mon, May 5, 2014 at 9:0

Re: pbzip2 isn't faster

2014-04-24 Thread Eric A. Borisch
t even link to -lbz2.) - Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: gcc 4.8 on MacOS fails depending on -arch order

2014-04-11 Thread Eric Gallager
I am surprised that it even worked at all in the first case; last I heard, FSF GCC did not support multiple `-arch` flags at all... See gcc docs here: http://gcc.gnu.org/onlinedocs/gcc/Darwin-Options.html The code that the Apple version of gcc uses to support multiple arch flags can be found here:

Re: building a (gcc) cross-compiler

2014-04-06 Thread Eric Gallager
You can try looking at the cross-gcc PortGroup: https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl (There is a cross-binutils PortGroup as well) As far as your specific build error goes, it looks like it is due to texinfo. Have you tried using texinfo4 instea

Re: pbzip2 isn't faster

2014-04-05 Thread Eric Gallager
I whipped up a Portfile for it: https://trac.macports.org/ticket/43247 On Sat, Apr 5, 2014 at 1:02 PM, Rainer Müller wrote: > On Fri, 04 Apr 2014 20:39:26 -0500, Ryan Schmidt wrote: > > Since the MacPorts build system now accommodates adding third-party > > software into the build, if pbzip2 w

Re: pbzip2 isn't faster

2014-04-05 Thread Eric A. Borisch
nly reservation I have is inexperience with lbzip2, and at least one comparison I saw cited high memory requirements and out of memory crashes with lbzip2. I will have to find the page when I'm back at a computer, and it may very well have been addressed by now. Not being update

Re: pbzip2 isn't faster

2014-04-05 Thread Eric A. Borisch
On Saturday, April 5, 2014, René J.V. wrote: > On Friday April 04 2014 22:33:31 Eric A. Borisch wrote: > > > > > > > > I'm all for it. To reiterate - pbzip2 outputs are fully compatible with > > > bzip2. > > > > Isn't there a similar in

Re: pbzip2 isn't faster

2014-04-04 Thread Eric A. Borisch
On Friday, April 4, 2014, Ryan Schmidt wrote: > On Apr 4, 2014, at 10:26, Eric A. Borisch > > > wrote: > > I have a (manually installed, linked against system libs) pbzip2 in > /usr/local/bin/pbzip2. I configure macports (on install) with './configure > BZIP2=/usr/

Re: pbzip2 isn't faster

2014-04-04 Thread Eric A. Borisch
On Fri, Apr 4, 2014 at 9:13 AM, René J.V. wrote: > On Friday April 04 2014 08:35:19 Eric A. Borisch wrote: > > > > > Here's an example with a locally compiled (and therefore run through > pbzip2 > > > as that is how I have MP set) MacPorts archive. > >

Re: pbzip2 isn't faster

2014-04-04 Thread Eric A. Borisch
ault, but you can set with -pN. Do you see all cores being used during compression? -- Eric [re-sent to list with correct address] On Fri, Apr 4, 2014 at 4:49 AM, Ryan Schmidt wrote: > > On Apr 4, 2014, at 03:33, René J.V. Bertin wrote: > > > On Apr 04, 2014, at 10:19, Ryan Schm

Re: usage numbers for macports vs. homebrew?

2014-03-28 Thread Eric Gallager
Looking at all those different languages they had that message localized in reminds me, how many languages is the MacPorts website available in? Is it just English so far? Anyways, good to see that Homebrew seems to have stopped the negative advertising against MacPorts at least on their main webpa

Re: Macports basics

2014-03-27 Thread Eric Gallager
tively simple script that actually comes from the "contrib" folder in the MacPorts repo: https://trac.macports.org/browser/contrib/port_cutleaves/port_cutleaves.in On 3/27/14, Eric A. Borisch wrote: > On Thu, Mar 27, 2014 at 5:15 AM, Gio Bacareza wrote: > >> 4. If I deci

Re: Macports basics

2014-03-27 Thread Eric A. Borisch
ut to uninstall to make sure you really don't want any of the items. (Or just deactivate them for now if you're not low on disk space -- they can be reactivated very quickly.) See "man port" for more information. - Eric ___

Re: Macports basics

2014-03-27 Thread Eric Gallager
On 3/27/14, Gio Bacareza wrote: > Just installed Macports with the intention of using it to install Octave. > Obviously I'm very new as I'm a first timer. > > When attempting to install Octave with command: sudo port install octave > +atlas+docs, I get the Error: Processing of port octave failed.

Re: Is missing "python.default_version" bug?

2014-03-22 Thread Eric Gallager
This was a leftover of the old behavior from when `py-*` ports were actually `py24-*` ports in disguise, instead of stub ports like they are now. jmr seems to have fixed it in r118101 On Sat, Mar 22, 2014 at 9:38 AM, Mathias Laurin wrote: > Dear MacPo

Re: advice for wipe and reinstall

2014-03-21 Thread Eric Gallager
See the "Migration" page on the wiki: https://trac.macports.org/wiki/Migration On Fri, Mar 21, 2014 at 4:32 PM, Terry Barnum wrote: > I've got a MacPro3,1 that after updating from 10.6 to 10.7 has > intermittently been having its builtin Gb network interface go deaf. > Nothing short of a reboo

Re: MacPorts Statistics (was Re: usage numbers for macports vs. homebrew?)

2014-03-19 Thread Eric Gallager
On Wed, Mar 19, 2014 at 4:16 PM, Clemens Lang wrote: > Hi Craig, > > > As I understand it, the statistics process arose > > in GSOC 11, right? Is it pretty much as > > described at: > > > > [...] > > > > Is the above accurate? I understand that Popcon > > tracks the last access time (atime) for

Re: usage numbers for macports vs. homebrew?

2014-03-19 Thread Eric Gallager
On Tue, Mar 18, 2014 at 7:48 PM, Clemens Lang wrote: > Hi, > > > No! Homebrew's search "functionality" is my biggest problem with it. The > > columns you mentioned make it hard to read because it makes it harder to > > see how they are sorted. The alphabetization seems to be in order by > column

Re: usage numbers for macports vs. homebrew?

2014-03-18 Thread Eric A. Borisch
hen starting an operation... - Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: usage numbers for macports vs. homebrew?

2014-03-18 Thread Eric Gallager
On Tue, Mar 18, 2014 at 5:35 PM, Clemens Lang wrote: > > > * More use of ANSI colors in the log messages (used to distinguish the > start > > of each port, etc., and maybe with different colors for different > phases)... > > all tunable, of course, for those who don't like color. > > We should al

Re: usage numbers for macports vs. homebrew?

2014-03-18 Thread Eric A. Borisch
I don't imagine anyone is looking to take on that amount of work. I also don't think we've done enough to publicize the phenomenal impact the build bots have on a "typical install scenario" -- and to emphasize the "you need to use th

Re: usage numbers for macports vs. homebrew?

2014-03-18 Thread Eric Gallager
On Tue, Mar 18, 2014 at 8:28 AM, Ryan Schmidt wrote: > > On Mar 17, 2014, at 22:42, Davor Cubranic wrote: > > > I've given Homebrew a quick try in a VM and it doesn't seem that > different in functionality. (Except that I do wish we had something like > Homebrew-cask.) > > For those of us not fami

Re: taskgated: no signature

2014-03-16 Thread Eric Gallager
d anything to do with gdb-apple before. >> > I did a "port selfupdate" about 14 hours ago. Followed by a >> > "port upgrade outdated". After that I tried to find the notes, but >> > failed. As I said, I am on Lion. Eric said he is on Mountain Lion. >

Re: taskgated: no signature

2014-03-15 Thread Eric Gallager
The only thing I know about taskgated is that you have to modify its launchd plist (by adding the '-p' option) to allow gdb to control other processes (on Mountain Lion and higher you can see this with `port notes gdb-apple`)... Have you done this at all? I have no clue whether that might be releva

Re: Vim upgrade in latest MacPorts lost gvim

2014-03-12 Thread Eric Gallager
I thought that vim-app was the version of MacVim for 10.5 and older, and that gvim was something else... On Wed, Mar 12, 2014 at 3:53 PM, Ludwig wrote: > On Wed, 12 Mar 2014, Jim Graham wrote: > > > What build option for the latest vim adds back gvim? I don't remember > > ever having to speci

Re: Dependency issue with toluapp

2014-03-12 Thread Eric Gallager
Hm, maybe that is what I was running into in #42294 ? On Wed, Mar 12, 2014 at 9:19 AM, John Ruschmeyer wrote: > Sorry to post this here, but I can't seem to get to the website. > > I am trying to install toluapp which as ha dependency of lua. Lua is at >

Re: IconServiceAgent

2014-03-05 Thread Eric Gallager
What system are you running on? I do not have that daemon on my system... Anyway, to deal with unkillable daemons, you usually have to mess with launchd via launchctl, but I am not sure how you would do that for the macports user, seeing as it is a "no login" user as you mentioned... On Wed, Mar

Re: gdb issue on 10.9.2?

2014-03-04 Thread Eric Gallager
Can you provide some sample output to show what you mean by it "not work[ing] properly"? On Tue, Mar 4, 2014 at 5:02 PM, John Spicer wrote: > I upgraded to Macosx 10.9.2 and now gdb does not seem to work properly. > I first installed it, and it worked properly on 10.9.1. > > The stack trace an

Re: libjpeg-devel?

2014-02-25 Thread Eric Gallager
The jpeg port comes with headers, at least on my computer: Local-Admins-MacBook-Pro:/ ericgallager$ port contents jpeg Port jpeg contains: /opt/local/bin/cjpeg /opt/local/bin/djpeg /opt/local/bin/jpegtran /opt/local/bin/rdjpgcom /opt/local/bin/wrjpgcom /opt/local/include/jconfig.h /o

Re: Bison 3

2014-02-04 Thread Eric Gallager
You might want to add yourself on CC on http://trac.macports.org/ticket/39910 as I added some patches that allow all 3 versions of bison to be installed in parallel to that ticket On Mon, Feb 3, 2014 at 11:37 AM, Akim Demaille wrote: > > Le 26 janv. 2014 à 16:24, Akim Demaille a écrit > : > >

Re: Troubles installing rc

2014-01-19 Thread Eric Gallager
On Sun, Jan 19, 2014 at 3:51 AM, Harald Hanche-Olsen wrote: > [Joshua Root (2014-01-19 06:47:31 UTC)] > > > > destroot fails for rc: > > > > > > /usr/bin/install -c history /opt/local/bin/- ;\ > > > rm -f /opt/local/bin/--; ln /opt/local/bin/- > /opt/local/bin/-- ;\ > > > rm -f /

Re: Any objections to removal of the carbon variant in py-wxpython-2.8?

2014-01-17 Thread Eric Gallager
It just feels more Mac-native. Also it has a shorter dependency chain in that it does not drag in gtk, nor does it require that gtk be installed with the `+x11` variant. On Thu, Jan 16, 2014 at 9:14 PM, Ryan Schmidt wrote: > > On Jan 15, 2014, at 19:57, Eric Gallager wrote: > > On

Fwd: Any objections to removal of the carbon variant in py-wxpython-2.8?

2014-01-15 Thread Eric Gallager
On Wed, Jan 15, 2014 at 6:13 PM, Ryan Schmidt wrote: > On Jan 15, 2014, at 10:27, Eric Gallager wrote: > > > I am still on 10.6 and still use the `+carbon` variant for > py-wxpython-2.8… > > Yes but would it be a problem for you to use the +gtk variant instead? If > so

Re: Any objections to removal of the carbon variant in py-wxpython-2.8?

2014-01-15 Thread Eric Gallager
I am still on 10.6 and still use the `+carbon` variant for py-wxpython-2.8... On Wed, Jan 15, 2014 at 11:11 AM, Mojca Miklavec wrote: > Hi, > > The port py-wxpython-2.8 currently supports two conflicting variants: >+carbon (32-bit Carbon-based wxWidgets) >+gtk (GTK-based wxWidgets) > >

Re:

2013-12-30 Thread Eric Gallager
What's the context here? Was the tcl script a specific portfile whose port you were trying to install with MacPorts? On Mon, Dec 30, 2013 at 3:49 AM, Rinku Thakare wrote: > > i got the error while running tcl script > gcc -DHAVE_CONFIG_H -I, -I ,-I.-g-c dialog.c > dialog.c:In funct

Re: macports-users Digest, Vol 77, Issue 1: Re: phinze/homebrew-cask on the same system like MacPorts

2013-12-18 Thread Eric Gallager
Sorry for the necro-bump, but the other day I decided to check up on what was new in Homebrew-land, and it turns out that `brew cask` actually lets you install MacPorts itself as of https://github.com/phinze/homebrew-cask/commit/9ab24161369f1652604f780df0e58733c11889c0 This was the pull request fo

Re: Any wxMSW users out there?

2013-12-12 Thread Eric Gallager
I think I tried installing it once but was never able to do so successfully: Local-Admins-MacBook-Pro:~ root# port installed wxmsw None of the specified ports are installed. I forget what the exact build failure was... Anyway I would like to keep it around and get it to work because there was some

Re: Help with tutorial for ettercap-ng

2013-12-07 Thread Eric Gallager
sudo > ettercap -C -i en1. > Both of them didn't work for me. > Thanks for ur help again > > > 2013/11/22 Eric Gallager > >> So I'm still unclear... which tutorial is this again? I don't think you >> ever provided a link to it... It's kind of

Re: Links - Graphics not enabled when compiling

2013-11-23 Thread Eric Gallager
I came across some SIMBL hack on Github once that enabled xterm mouse support in Apple's Terminal.app: https://github.com/brodie/mouseterm I haven't actually tried it myself though, so I don't know if it does exactly what you're looking for though... On Fri, Nov 22, 2013 at 2:17 PM, Jeff Friedma

Re: gdb-apple Error

2013-11-22 Thread Eric Gallager
Two things: 1. If they are just warnings and not errors, they can safely be ignored. 2. Are you sure the warning is coming from apple-gdb and not from the inferior program being debugged? On Fri, Nov 22, 2013 at 9:56 AM, James Furness wrote: > Hi, > > I have just installed gdb-apple using macpo

Re: Help with tutorial for ettercap-ng

2013-11-21 Thread Eric Gallager
, Alia Jemmali wrote: > ettercap-ng @0.7.3_5 (active) > > > > 2013/11/21 Eric Gallager > >> Which of the ettercap ports are you using? MacPorts has 2 different >> versions: ettercap and ettercap-ng. You can find this out with `port >> installed ettercap*`, whi

Re: HELP!! With tuto

2013-11-21 Thread Eric Gallager
Which of the ettercap ports are you using? MacPorts has 2 different versions: ettercap and ettercap-ng. You can find this out with `port installed ettercap*`, which will also show which variants you have them installed with. I'm adding the maintainer of ettercap-ng on cc for this in case he has any

Re: OS upgrade

2013-11-20 Thread Eric Gallager
Reinstall per the migration instructions: http://trac.macports.org/wiki/Migration On Wed, Nov 20, 2013 at 2:09 PM, McEnerney, James F. wrote: > Recently mac was upgraded from 10.6 to 10.8.5. > Should I uninstall macports & reinstall or is a self update ok? > Thanks > Jim > > __

Re: error on installing cmake

2013-11-13 Thread Eric Gallager
By gdl do you mean the "GNOME Docking Library" or the "GNU Data Language"? (The ports should really make this distinction clearer in their respective descriptions...) On Wed, Nov 13, 2013 at 9:18 PM, Gmail wrote: > I have installed GDL and GDL3 using macports. However I can not find their > bi

Re: Scribus

2013-11-12 Thread Eric A. Borisch
This looks like an issue with python and Tk 8.6, similar to what is seen here: https://trac.macports.org/ticket/39114 Perhaps install tk +x11? - Eric ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org

Re: Scribus

2013-11-11 Thread Eric Gallager
What variants do you have Scribus installed with? You can do `port installed scribus` to find out. `port variants scribus` shows which python variants it has available. On Mon, Nov 11, 2013 at 4:06 PM, Stan Sanderson wrote: > I have installed Scribus and the application itself works as expecte

Re: select a gcc sompiler

2013-10-21 Thread Eric Gallager
Seeing as this seems to come up often, perhaps we could at least have MacPorts print a note about it or something after running `port select --set`... On Mon, Oct 21, 2013 at 3:07 PM, Brandon Allbery wrote: > On Mon, Oct 21, 2013 at 2:57 PM, chamm wrote: > >> I think that I am turning on the c

Re: Alarming entries in System Log on a MacOS 10.8.5 system

2013-10-20 Thread Eric Gallager
I think this might be related to http://trac.macports.org/ticket/34954 On Sun, Oct 20, 2013 at 1:48 AM, Kok-Yong Tan wrote: > I'm seeing a lot of entries like this after a "sudo port -v upgrade > outdated" on a MacOS 10.8.5 system with Xcode 5 (build 5A1413): > > 01:38:40 sandboxd: ([6445]) xco

Re: are macports servers down ? ? ?

2013-10-19 Thread Eric Gallager
could be your firewall or other network settings. Try running `selfupdate` with the `-v` flag as the message suggests, or, if you want even more information, try doing it with the `-d` flag. On Sat, Oct 19, 2013 at 2:09 PM, Arturo Rinaldi wrote: > Hi folks, > > I'm experiencing some issues wi

Re: groff configure hanging

2013-10-17 Thread Eric Gallager
Yes, that's http://trac.macports.org/ticket/40793 and http://trac.macports.org/ticket/40797 On Thu, Oct 17, 2013 at 2:15 PM, Adam Mercer wrote: > Hi > > I'm having a strange problem installing groff, it just seems to hang > after looking for awk: > > ---> Configuring groff > > checking separ

Re: macports instal pkg - alert msg

2013-10-11 Thread Eric Gallager
If there were a `depends_pkg` type of dependency, we could use the dylibbundler port to do the dylib-rewriting: http://trac.macports.org/ticket/38112 On Fri, Oct 11, 2013 at 9:59 AM, Brandon Allbery wrote: > On Fri, Oct 11, 2013 at 9:46 AM, wrote: > >> I don't want to distribute, but there is

Re: Upgrade outdated in Mavericks

2013-10-09 Thread Eric Gallager
Well, it was hard to distinguish between Leopard and Snow Leopard, too, for the same reasons of the limited Trac query language, and yet there's still a page for Snow Leopard despite that... On Wed, Oct 9, 2013 at 2:25 PM, Rainer Müller wrote: > On 2013-10-09 19:48, Ryan Schmidt wrote: > > > >

  1   2   3   >