Re: question about qt5-creator-examples

2015-12-01 Thread Marcus Calhoun-Lopez
Almost all of the qt5-* ports have an +examples variant, which, as you might expect, installs examples. They then should show up in Qt Creator. Qbs also installs some examples. -Marcus > On Dec 1, 2015, at 7:36 AM, Gill Bates wrote: > > > > > > Thanks for the clarification. > My situatio

Re: question about qt5-creator-examples

2015-12-01 Thread Marcus Calhoun-Lopez
It was intentional to have the examples not be replaced by another port. During installation, Qt Creator builds a local copy of the build system Qbs to build itself. The examples that Qt Creator was installing were from the Qbs build system and not from Qt Creator. It seemed that if these exampl

Re: complains about launchd not providing socket path

2009-06-04 Thread Marcus Calhoun-Lopez
scherom yahoo.de> writes: > I included in my file .profile in the directory > eval `dbus-launch --auto-syntax` Since dbus now uses launchd, dbus-launch should not be called directly. Please remove it from you .profile. > > I had also tried putting the following in my .profil > #export > D

Re: dbus @1.2.12_5 - EOF Address Error Message

2009-05-30 Thread Marcus Calhoun-Lopez
Charles A. Templeton III gmail.com> writes: > I am running Tiger 10.4.11 and I am getting the following error message: > $ dbus-launch > EOF in dbus-launch reading address from bus daemon > There are a few tickets for dbus on the tracker. > But I can't totaly figure out which one is the appropria

Re: dbus @1.2.12_5 apparent regression, can't "launchctl load"

2009-05-26 Thread Marcus Calhoun-Lopez
Jim DeLaHunt jdlh.com> writes: > > I'm not sure what to make of this. Does dbus > @1.2.12_5 fail because its > /opt/local/Library/LaunchAgents/org.freedesktop.dbus-session.plist > file never got installed? > It is possible that something went haywire at some point. Is org.freedesktop.dbus-

Re: Meld fails to start; complains about launchd not providing socket path

2009-05-26 Thread Marcus Calhoun-Lopez
Rainer Müller macports.org> writes: > > You are right, the org.freedesktop.dbus-session.plist is intended to be > loaded by a user, not system-wide by root. > > The message has been changed by mcalhoun in r49300. > The old message was: > > ##

Re: dbus and launchd spinning out of control

2009-03-28 Thread Marcus Calhoun-Lopez
Darren Weber macports.org> writes: >Can this be resolved automatically?  >/opt/local/var/run/dbus/pidGiven the date of this pid file (Sep 2008), >I can only assume that this entire >process has been repeated every 10 seconds for months, >whenever my laptop system is running.  I've now >removed

Re: kdelibs4 upgrade error -- files exists

2009-03-28 Thread Marcus Calhoun-Lopez
Chris Jones cern.ch> writes: > I experienced the same problem (I had to stop the build the first time > I tried to install since I need to shutdown my machine). A clean > helps, but U still get an error during the destroot staging ? > > > Chris-Jones-Macbook-Pro ~ > sudo port clean qt4-kde

Re: kdelibs4 upgrade error -- files exists

2009-03-28 Thread Marcus Calhoun-Lopez
William Davis bellsouth.net> writes: > > The kdelibs4 upgrade fails for me with a "files exists" error while it > is trying to install one of its dependencies qt4-kde: > > This is likely because I have : > > macintosh:~ frstan$ port installed *qt4* > The following ports are currently install

Re: qt4-mac and OpenGL

2009-03-17 Thread Marcus Calhoun-Lopez
Alexy Khrabrov gmail.com> writes: > I've got a package for graph layout visualization, called Pigale, > which uses qt4 and GL via GLUT. It turns out the latter wants X11, > while I was able to get a qt4-mac port to build nicely. Pigale builds > fine under qt4-x11. Now I started poking ar

Re: qt4-mac

2009-03-11 Thread Marcus Calhoun-Lopez
Alexy Khrabrov gmail.com> writes: > > Anybody built qt4-mac? I get a horrible, horrible mess when trying to > build it -- it pulls MySQL and other databases, then doesn't find > them, dying on SQLite, tries to use a command 'c' which is then > undefined, etc. Is it supposed to build or j

Re: aquaterm fails

2009-02-25 Thread Marcus Calhoun-Lopez
Alejandro Aragon gmail.com> writes: > > Hi all, > > I recently upgraded gnuplot, and since then I have problems with > aquaterm. I checked and I have 3 versions of aquaterm in the system. > Then I activating the oldest and it worked when none of the newest > did. Does anyone know why is t

Re: qt4-mac dependencies - 2 RDBMS?

2009-02-17 Thread Marcus Calhoun-Lopez
Rainer Müller macports.org> writes: > It makes sense to exclude heavy-weight dependencies from the default > install and provide them as variants. It's not easy to define > heavy-weight, this is a decision the maintainer has to make. > > For example, requiring texlive as a build dependency only

Re: qt4-mac dependencies - 2 RDBMS?

2009-02-16 Thread Marcus Calhoun-Lopez
Joshua Root macports.org> writes: > > I don't see an explanation for why postgresql and mysql are needed in > that revision or the linked tickets, though. Is it documented somewhere? > As far as I know, no port relies on either the postgresql or mysql functionality. Some users might want it h

Re: How to specify (default) compiler options and choose which compiler

2009-02-16 Thread Marcus Calhoun-Lopez
Ceriel Jacobs gmail.com> writes: > > My goal is to build speed optimised binaries for 10.5 Core2Duo: -fast - > march=nocona (-m64). > > The -march=nocona requires gcc 4.2 or higher. > The default on MacOS is still gcc 4.0. > I know I can use ./port ... configure.compiler=gcc-4.2 > > Questions

Re: qt4-mac dependencies - 2 RDBMS?

2009-02-16 Thread Marcus Calhoun-Lopez
Adam Mercer macports.org> writes: > > Hi > > I'm wanting to write a port for some QT based software and looking at > the dependencies for qt4-mac I see that it depends on both mysql5 and > postgresql83, in addition to sqlite: > > Does this really need to depend on two different RDBMS, isn't SQ

Re: installing boost-python

2009-01-12 Thread Marcus Calhoun-Lopez
Evert Rol gmail.com> writes: > it looks like the libboost_python* > libraries don't pick up the macport python headers/libraries, but the > system ones. Did you install boost with any of the python variants (python24, python25, or python26)? If yes, then this is a boost bug you should report. I

Re: gd2 fails on perl5

2009-01-11 Thread Marcus Calhoun-Lopez
Bradley Giesbrecht pixilla.com> writes: > > I understood, possibly incorrectly, that I should be able to remove / > opt and everything related to macports would be gone. Not quite. Some ports install startup items (and even new users). By default, MacPorts may also have installed stuff in /Libr

Re: Image error: /opt/local/bin/a2p is being used by the active perl5.8 port

2008-12-07 Thread Marcus Calhoun-Lopez
Admin enabled.com> writes: > > > Hi there, > > I am getting an image error: "Image error: /opt/local/bin/a2p is being > used by the active perl5.8 port" This was a bug in the perl5 Portfile, but hopefully it is fixed now. See http://trac.macports.org/ticket/16830 for the gory details. After

Re: py26- modules install problem

2008-12-06 Thread Marcus Calhoun-Lopez
David Trem gmail.com> writes: > Trying to start playing with python 2.6 that compiled smoothly, I > encounter a problem installing py26-* modules: > py26-setuptools install fail returning this message: > """ > ---> Staging py26-setuptools into destroot > Error: Target org.macports.destroot retu

Re: building doxygen with wizard variant fails

2008-04-08 Thread Marcus Calhoun-Lopez
going to be updated? Something I don't really understand is that when you run port sync or port selfupdate, the doxygen port will be replaced by the one in the server, which is the old one, right? So how to get around this? aa On Apr 8, 2008, at 8:21 PM, Marcus Calhoun-Lopez

Re: building doxygen with wizard variant fails

2008-04-08 Thread Marcus Calhoun-Lopez
/local/bin/doxygen is provided by: doxygen so I guess everything is fine. I would like to ask you also what is the difference between wizard and wizard-app? and why the wizard-app does not work? aa On Apr 8, 2008, at 7:52 PM, Marcus Calhoun-Lopez wrote: There may be a bug in the Portfile,

Re: building doxygen with wizard variant fails

2008-04-08 Thread Marcus Calhoun-Lopez
oxygen already exists and does not belong to a registered port. Unable to activate port doxygen. Error: Status 1 encountered during processing. I made sure that doxygen was not installed before this. Is this something that needs to be fixed? aa On Apr 8, 2008, at 1:48 AM, Marcus Cal

Re: building doxygen with wizard variant fails

2008-04-07 Thread Marcus Calhoun-Lopez
all Error: Status 1 encountered during processing. and the same with the wizardapp variant. I went to that location in the repository and doxygen does not exist. Am I doing something wrong here or the patch is not good? aa On Apr 7, 2008, at 11:21 PM, Marcus Calhoun-Lopez wrote: There is s

Re: building doxygen with wizard variant fails

2008-04-07 Thread Marcus Calhoun-Lopez
There is some discussion about this issue (as well as a patch) on the ticket: http://trac.macports.org/projects/macports/ticket/14603 -Marcus On Apr 7, 2008, at 9:15 PM, Alejandro Aragon wrote: Hello everyone, I tried to build doxygen with the doxywizard variant, which depends on qt and I

Re: fftw-3, no .dylib?

2008-04-03 Thread Marcus Calhoun-Lopez
Chris Waterson maubi.net> writes: > > Was "--enabled-shared" left off on purpose in the Portfile for fftw-3? > > thanks! > chris > > I was able to successfully build fftw-3 with the "--enabled-shared" option. I submitted a ticket and patch to this effect: http://trac.macports.org/projects/ma

Re: Unable to build/install mono

2008-03-16 Thread Marcus Calhoun-Lopez
Sorry about that. With my setup, I am no long asked for my password. If you're interested, registering is easy. Is this link better? http://trac.macosforge.org/projects/macports/ticket/14454 On Mar 16, 2008, at 2:43 PM, [EMAIL PROTECTED] wrote: Marcus> There is an open ticket concerning thi

Re: Unable to build/install mono

2008-03-16 Thread Marcus Calhoun-Lopez
pobox.com> writes: > > I'm sitting there at PyCon listening to Mark Hammond's PyXPCOM talk. It > crossed paths with IronPython and mono, so I decided to try installing it > and getting IronPython running. > > Any idea how to move past this point? > There is an open ticket concerning this iss