On Wed, Nov 2, 2016 at 11:49 PM, Al Varnell wrote:
> When I first heard about it, over a year ago, I tried to sign my wife up
> and the only thing offered for free was Safari Extension developement and
> that free program was dropped at the same time as they reorganized the
> entire Development p
On Wed, Nov 2, 2016 at 11:37 PM, Al Varnell wrote:
> Most users don't have access to Apple's developer download site and cannot
> be expected to pay $99 to be able to do so.
Um? $99 is only if you want signing certificates. The Mac Developer
subscription granting access to downloads is free.
-
On Wed, Nov 2, 2016 at 11:26 PM, Ken Cunningham <
ken.cunningham.web...@gmail.com> wrote:
> So I'd open that file and look at line 423 and see if you can figure out
> what is happening.
It showed what was happening, clang is good about that. What was happening
was an Apple-defined macro that som
On Wed, Nov 2, 2016 at 9:20 PM, Murray Eisenberg
wrote:
> I did install both Xcode 8.1 and the corresponding Xcode 8.1 tools for
> Sierra. (not sure how to verify the version of command-line tools there.)
Then I would want to look at config.log to determine why it doesn't think
you have a comp
On Wed, Nov 2, 2016 at 9:08 PM, Murray Eisenberg
wrote:
> So I started doing a reinstall of ports for migration, and at first got a
> “no C compiler available”
Sounds like missing command line tools to me.
--
brandon s allbery kf8nh sine nomine associates
allber
On Fri, Oct 28, 2016 at 3:34 PM, Murray Eisenberg wrote:
> Known Issues
>
>- There are no Command Line Tools (OS X 10.11) for Xcode 8.1. Xcode
>8.1 contains SDKs that are incompatible with earlier toolchains. Developers
>who want to make use of the Xcode 8 SDKs from the command line m
On Thu, Oct 27, 2016 at 4:11 PM, wrote:
> I recently did a fresh installation of MacPorts. I then installed
> octave-devel because the version given for it is 4.1.0+, more recent than
> that for octave the version of which is given as 4.0.3_1.
>
-devel ports are for testing; there is no guarante
On Thu, Oct 27, 2016 at 3:18 PM, Jasper van der Schors <
jasper.vandersch...@gmail.com> wrote:
> I can't find the following names:
>
> cxx_stdlib libc++
>
> delete_la_files yes
>
> default_compilers macports-clang-3.4 macports-clang-3.3 gcc-4.2
> apple-gcc-4.2 gcc-4.0
>
>
> Is there someone who ca
On Fri, Oct 21, 2016 at 5:30 PM, Carlo Tambuatco
wrote:
> I can't even get to the migration page on macports.org...
Reportedly, Apple horked their internal routing such that they are only
accessible from inside Apple. As if we needed another reason to ditch
MacOSForge.
Migration is currently in
On Sat, Oct 15, 2016 at 3:43 PM, Ken Cunningham <
ken.cunningham.web...@gmail.com> wrote:
> I'm a bit curious why the comparison is successful and the build proceeds
> when the checksum differs like that ... I'm actually not sure which build
> attempt is the more valid. Perhaps it is supposed to
On Wed, Oct 5, 2016 at 6:21 PM, Mick Jordan wrote:
> I have several libraries installed via MacPorts (that also exists in
> /usr/lib FWIW), e.g, libpcre and libz. I was rather surprised to see that
> these resolve to the MacPorts location,i.e., /opt/local/lib even though I
> am not passing -L/opt
On Mon, Oct 3, 2016 at 5:21 PM, Dave Horsfall wrote:
> Hmmm... Maybe I'd better remember how I actually upgraded to Sierra; it's
> possible that I skipped a step or something.
>
Oh, it occurs to me that you actually did one step too many for that
command. Instead, load up the script to reinstal
On Mon, Oct 3, 2016 at 4:59 PM, Dave Horsfall wrote:
>
> Is there a port option to tell me what uses +llvm35 variant?
port installed variants:'\+llvm35'
(quotes needed because it's a regex, so the + needs to be escaped to be
literal... then the \ escape needs to be quoted so the shell doesn't e
On Mon, Oct 3, 2016 at 3:49 PM, Dave Horsfall wrote:
> And something seems to want it; maybe I'd better re-install Macports or
> something, upgrade it, and see what wants it...
>
That seems like overkill. More likely something installed with a
then-default +llvm35 variant and needs to be reinsta
On Sun, Oct 2, 2016 at 10:01 PM, Craig Treleaven
wrote:
> The commands to create or mount the disk must be failing, no? Is there
> not some way to loop, with a ‘sleep 1’ until the command succeeds? (He
> says, without looking at any of the commands involved.)
There isn't a command to mount it
On Sun, Oct 2, 2016 at 9:52 PM, James Linder wrote:
> Craig I appologise for being a dork and not reading your mail.
> The launchd plist *is* running, just not mounting:
>
You definitely need to wait for diskarbitrationd then.
--
brandon s allbery kf8nh sine nomi
On Sun, Oct 2, 2016 at 9:30 PM, James Linder wrote:
>
> It still works, but not at boot time.
> Brandon you said that you had several boot launchd plists. May I see one
> please?
Probably won't help for this... if it works but not at boot time, you
probably need to wait for diskarbitrationd or
On Sun, Oct 2, 2016 at 12:10 AM, James Linder wrote:
>
> as the magistrate says “that has a ring of truth to it”
> It does not quite work for me (I ran launchctl not launchd) but it
> certainly will lead to the solution so thanks again
bleh. sorry, spending too much time on linux these days, it
On Sat, Oct 1, 2016 at 11:43 PM, James Linder wrote:
> I’m trying to run a rc.local at start up
> I created a launchdaemon
>
Did you load it? In 10.5 the keys in the launchd plist were sufficient, but
this made per-user launchd config difficult; later versions store the
"enabled" bit in per-uid
On Sun, Sep 25, 2016 at 10:14 AM, Lawrence Velázquez
wrote:
> > (I encountered this kind of problems on Windows, which was even
> > worse, as each new release of MSVC brought in a different C/C++
> > runtime, which can also be either static or dynamic.)
>
> LOL that sounds terrible. Maybe we shou
On Sun, Sep 25, 2016 at 8:29 AM, Ken Cunningham <
ken.cunningham.web...@gmail.com> wrote:
> What is happening exactly on my MacPros running 10.11, I wonder? Software
> installed by macports on 10.11 is using clang++ (mostly) and g++
> (sometimes). clang++ is linking against libc++, and g++ is pres
On Sat, Sep 24, 2016 at 9:35 PM, David Liontooth
wrote:
> There are lots of other advantages to MacPorts than the ease of finding
> the software -- for instance, we have a unified framework for uninstalling
> and upgrading
I had intended to mention the "and keeping it up to date" aspect; if it
On Sat, Sep 24, 2016 at 9:18 PM, Al Varnell wrote:
> Sorry for my ignorance here, but why do we need MacPorts to maintain a
> port when there is are perfectly good installers available on GitHub <
> https://osxfuse.github.io
>
> > including a developer release of version 3.5.1 posted close to a w
On Fri, Sep 23, 2016 at 3:57 PM, Raoul MEGELAS wrote:
> :info:build OSXFUSEBuildTool(): supported platforms: 10.11
If there is an upstream update for Sierra then you can file a ticket to
update to it. If not, MacPorts cannot port the kernel module to the new
kernel for you.
--
bra
On Wed, Sep 21, 2016 at 3:15 PM, Lawrence Velázquez
wrote:
> > I recall Ryan mentioning that he was doing so.
>
> I think that was just for Python modules.
No, the one I recall was yesterday immediately after Apple released Sierra,
and specifically said he was kicking the buildbots to get Sierr
On Wed, Sep 21, 2016 at 3:09 PM, Lawrence Velázquez
wrote:
> I don't believe anyone has set off a build for the express purpose of
> creating Sierra archives, but the Sierra worker is nonetheless quite busy.
I recall Ryan mentioning that he was doing so.
--
brandon s allbery kf8nh
On Tue, Sep 20, 2016 at 7:45 PM, Arno Hautala wrote:
> Is an installer coming soon?
/topic on IRC:
https://sourceforge.net/projects/macports/files/MacPorts/2.3.4/MacPorts-2.3.4-10.12-Sierra.pkg/download
- Read: https://trac.macports.org/wiki/Migration
Sounds like they're updating the website no
On Wed, Sep 14, 2016 at 3:21 PM, Michael wrote:
> So there are 5 different versions of gitflow in macports:
>
> git-flow @0.4.1_2 (devel)
> Git extensions for Vincent Driessen branching. (nvie)
>
> git-flow-avh @1.9.1_2 (devel)
> Git extensions for Vincent Driessen branching. (avh Edition
On Tue, Sep 13, 2016 at 3:06 AM, David Epstein
wrote:
> One thing that seems to be brought out (by the erroneous answer by “port
> provides ligpng.la
>
> ") is that I made a mistake when updating the OS, to have updated my
> MacPorts installation,
>
Um, a bunch of us have reported the same erran
On Mon, Sep 12, 2016 at 11:02 PM, Al Varnell wrote:
> In all the years I've been using MacPorts I have never needed to reinstall
> the MacPorts base for a minor upgrade.
I think that's stated, although maybe not clearly enough. Needing to do
that on a minor upgrade would be a failure of Apple r
On Mon, Sep 12, 2016 at 10:24 PM, Dave Horsfall wrote:
> Hmmm... I've been following this thread, and I get:
>
> /opt/local/lib/libpng.la
>
And... just checked my 10.11 as well. Indeed:
skkukkuk «crawl*master» Z$ sudo find -L /opt/local -type l
>
> /opt/local/lib/libpng.la
>>
> (and some
On Mon, Sep 12, 2016 at 9:59 PM, Ryan Schmidt
wrote:
> What do you get when you run:
> port provides /opt/local/lib/libpng.la
They actually provided that earlier:
> /opt/local/lib/libpng.la
>
> is provided by: libpng
>
--
brandon s allbery kf8nh sine nomine ass
On Sun, Sep 11, 2016 at 6:22 PM, Ryan Schmidt
wrote:
> On my system I see the contents of that directory are provided by the
> following ports:
I think they're complaining that the directory itself should have been
cleaned up. We don't have the concept of files/directories shared between
ports,
On Sun, Sep 11, 2016 at 5:57 PM, David Epstein
wrote:
> and you have told me that “mp-llvm-3.5” is not the name of a port. I do
> not understand the issues involved and their ramifications, so I may be
> saying something stupid, but it seems to me, as a naive user, that this
> reveals a rather ba
On Sat, Sep 10, 2016 at 5:51 PM, David Epstein
wrote:
> What would happen if I gave one of your commands below, with argument a
> port that was still installed?
"port select --summary" reports as "none" in that case because the file
describing the previously selected option was removed and ther
On Thu, Sep 8, 2016 at 1:55 PM, Roberto wrote:
> Do i need to uninstall MacPorts first, before installing the CLDT and
> then reinstall MacPorts, or can I just install the missing CLDT?
Just install the command line tools.
--
brandon s allbery kf8nh sine nomine a
On Fri, Aug 26, 2016 at 12:09 PM, Ken Cunningham <
ken.cunningham.web...@gmail.com> wrote:
> There must be a more elegant answer / way to do this, though. And there
> must be some explanation for what happens to cause this -- but I don't know
> what it is at present.
Possibly some port somewhere
On Fri, Aug 26, 2016 at 12:01 PM, [ftp83plus] wrote:
> This log is truncated because Pastebin doesn't accept its large size for
> free users. How would I post that?
>
Dropbox?
If you really can't do anything else, can you at least include some 20 or
so lines from *before* the segfault so there'
On Fri, Aug 26, 2016 at 11:51 AM, [ftp83plus] wrote:
> Knowing that a Segmentation fault doesn't mean much, I cleaned gtk3 at
> attempted a rebuild, but it still segfaults for some reason.
> http://pastebin.com/TK81EYnZ
>
>
> What is the source of the problem?
>
You chopped off everything that w
On Wed, Aug 24, 2016 at 10:33 PM, Ryan Schmidt
wrote:
>
> That change came in Xcode 4.
hrr, right, I did end up getting xcode 4 on there (still don't understand
how unless there was a brief window before they made it pay only...)
--
brandon s allbery kf8nh sine
On Wed, Aug 24, 2016 at 10:03 PM, Ryan Schmidt
wrote:
>
> ...which, back in the Snow Leopard days, were not separate from Xcode.
> Rerun the Xcode installer.
>
Hm, I recall them being installable via the download pane in Preferences
back then (I stayed with SL quite a while).
--
brandon s allbe
On Wed, Aug 24, 2016 at 9:55 PM, [ftp83plus] wrote:
> Unable to open port: can't read "build.cmd": Failed to locate 'make' in
> path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or
> at its MacPorts configuration time location, did you move it?
You forgot to install the comma
On Sun, Aug 21, 2016 at 9:37 AM, Giovanni Grieco
wrote:
> Unable to execute port: Could not open file: /Users/…/Documents/macports/…
> /Portfile
Remember that this will be executed as the system user "macports". All
directories in the path need to have "x" access for other users, and the
Portfi
On Mon, Aug 8, 2016 at 1:49 PM, Daniel J. Luke wrote:
> Ryan said: "it's possible for a server to respond quickly to pings but
> slowly to actual file transfers"
>
> I'm interested in what prompted that.
>
Routers may be (sometimes configurable, sometimes not) configured to
fast-path (or, altern
On Mon, Aug 8, 2016 at 1:24 PM, Daniel J. Luke wrote:
> I'm interested in what unique network situation causes the rtt test to be
> an unreliable indicator of which mirror to choose.
I have a feeling you misunderstood that. Everyone has a unique situation
which can include broken local stuff (I
On Fri, Aug 5, 2016 at 5:25 AM, Ignatios Athanasiadis
wrote:
> then I tried to make a shortcut for mysql that I installed using macports
> making a file .bash_profile in my root that in includes a piece of code
>
> PATH="/usr/local/mysql/bin:$PATH”
>
> as suggested in https://coolestguidesonthepl
On Thu, Jul 14, 2016 at 4:48 PM, Asra Hassan wrote:
> I'm trying to download demeter on m Mac OS X 10.11 El Capitan and to do
> so, I followed the steps as listed on the website by downloading xcode and
> xcode command line, I agreed to the license and I downloaded macport of my
> version of OSx.
On Sat, Jul 9, 2016 at 2:21 PM, Daniel R. Marlow
wrote:
> appeared to go just fine, but when I run python and try to import pyaudio,
> I get an “ImportError: No module name pyaudio” message.
>
>
>
> Is there a PYTHONPATH setting that I am missing?
>
If it happens to be pure Python and not
On Fri, Jun 10, 2016 at 1:17 PM, Michael McGahan wrote:
> I am unable to run any port commands from the terminal window. I've
> restarted terminal, I've verified I have the firewall is off (based on
> prior post) and have installed; xcode,accepted the eula, installed Xcode
> command line and mac
On Fri, May 27, 2016 at 6:05 AM, Bjarne D Mathiesen <
macint...@mathiesen.info> wrote:
> On the other hand, my Xcode 4.0.1 on my 64bit 10.6.8 hasn't given me any
> problems at all !?! but I chose to downgrade anyway ;-)
>
I ran with that configuration for several years and never saw a problem. I
On Wed, May 25, 2016 at 5:22 PM, Christopher Jones wrote:
>
> you don’t. Its automatic for the ports that allow it.
And this is also true, if that was not clear. Using multiple cores is *on
by default*. You are already getting it, unless you at some point in the
past overrode buildmakejobs in ma
On Wed, May 25, 2016 at 5:06 PM, Comer Duncan
wrote:
> So, where to I set 'make -j 4' so I get ports to try with 4 cores?
"buildmakejobs" in /opt/local/etc/macports/macports.conf
--
brandon s allbery kf8nh sine nomine associates
allber...@gmail.com
On Wed, May 25, 2016 at 5:00 PM, Comer Duncan
wrote:
> I am wondering whether the macports build system automatically uses as
> many cpus as are installed? I have a macbook pro with 4 cores and would
> hope I can help speed up builds by making all four cores be used. Am I
> dreaming?
MacPorts
On Fri, May 20, 2016 at 5:17 PM, Murray Eisenberg wrote:
> sudo port upgrade octave +gfortran
sudo port upgrade octave -gcc48 +gfortran
--
brandon s allbery kf8nh sine nomine associates
allber...@gmail.com ballb...@sinenomine.net
On Tue, May 17, 2016 at 6:38 PM, Nicolas Martin wrote:
> Would it be safe then to have some of /opt/local/var/macports symlink-ed
> on an external hard drive ?
I used to do this on my MacBook Air. One trick was to have .../sources
symlinked as well as .../software and .../build; this meant port
Ideally the code in there would also handle the case where a requested
Python variant isn't known to it, instead of crapping out with an undefined
variable error in Tcl.
On Thu, May 5, 2016 at 9:31 AM, Macports wrote:
> Issues like this bug me too. I have filed a ticket [1] requesting a
> python
On Tue, May 3, 2016 at 11:16 AM, Richard L. Hamilton
wrote:
> I don't know if you have a /usr/bin/gcc-4.2 that's different from
> /usr/bin/llvm-gcc-4.2, but I did. That might vary according to the history
> of Xcode versions installed, or some such.
>
There are gcc packages in MacPorts, and onc
On Sat, Apr 30, 2016 at 7:10 PM, Brandon Allbery
wrote:
> it's prone to tell you what a *new* shell will see --- not what your
> *current* shell is doing, because shells cache what they've already seen
I should mention that it is possible to make the shell forget what it'
On Sat, Apr 30, 2016 at 7:05 PM, Neil Voss wrote:
> # which python
> /opt/local/bin/python
>
(a) what does "port select --show python" return?
(b) what does "type python" return? ("which" can lie. Specifically, it's
prone to tell you what a *new* shell will see --- not what your *current*
shell
On Tue, Apr 26, 2016 at 1:26 PM, René J.V. wrote:
> >I think you can rely on that for maybe 95% of things, but the remaining
> >5%... I've had to help people fix things afterward.
>
> Do you remember what kind of issue? I'm curious to know under what
> conditions "base" cares whether supposedly i
On Tue, Apr 26, 2016 at 1:02 PM, René J.V. wrote:
> Is that really a problem? IIRC I've already had restored files that had
> "mysteriously" gone missing by (force) deactivating the corresponding port
> and then activating it again
I think you can rely on that for maybe 95% of things, but the r
On Tue, Apr 26, 2016 at 7:19 AM, René J.V. wrote:
> Is there a good way to exclude most of MacPorts from being backed up while
> retaining the possibility to reinstall without rebuilding? I'm thinking of
> backing up selected bits from var/macports (notably the registry and
> software directory),
On Sat, Apr 23, 2016 at 4:50 AM, wrote:
> A search for 'DISPATCH_QUEUE_SERIAL' brought me to
>
> <
> http://stackoverflow.com/questions/10075083/restkit-undeclared-identifier-dispatch-queue-serial-inside-rkobjectmanager
> >
>
> which offered a potential solution.
>
> I am not experienced with the
On Fri, Apr 22, 2016 at 4:18 PM, Jim Hu wrote:
> From what I can find online, __() is a shortcut for a translation function
> used in internationalization.
What I am seeing is that in phpMyAdmin 4.6 this is not part of gettext but
is defined in sql-parser/src/common.php.
--
brandon s allbery
On Wed, Apr 20, 2016 at 2:40 PM, Patty J Bragger-Wilkinson <
bragger_patt...@lilly.com> wrote:
> What am I doing wrong here? Or is this something that I need to report to
> the maintainers of iso-codes?
The latter. Each port exists at a defined version; you can't use the
@version syntax to spec
On Mon, Apr 11, 2016 at 12:01 AM, Carlo Tambuatco
wrote:
> This is standard git, not some exotic variant?
Yes. Debian splits it into 'git' (the whole thing including those scripts)
and 'git-core' (the absolute minimum), but most people install the full
package and I gather maintaining the separ
On Sun, Apr 10, 2016 at 9:21 PM, Michael wrote:
> Why does git need perl? Yes, my perl was outdated -- why does git need it?
left-ear Z$ file /opt/local/libexec/git-core/* | grep perl
/opt/local/libexec/git-core/git-add--interactive: a
/opt/local/bin/perl5.22 script text executable
/opt
On Wed, Apr 6, 2016 at 4:17 AM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:
> Error: org.macports.archivefetch for port zlib returned: archivefetch
> failed for zlib @1.2.8_0
>
> Error: Failed to install zlib
>
E, how did port end up in archive-only (port -b) mode?
--
brandon s
On Tue, Apr 5, 2016 at 1:42 PM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:
> every single module was erroring when it was trying to fetch it.
That sounds like you tried it while the MacOSForge infrastructure was down
yesterday, then. (
https://lists.macosforge.org/pipermail/macports
On Tue, Apr 5, 2016 at 1:31 PM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:
> `sudo port install epiphany` doesn't actually work. It stops installing
> any module as soon as it starts, probably because the amount of
> dependencies is too big.
I've never had it *stop* because of many
On Tue, Apr 5, 2016 at 3:08 AM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:
> Ryan it's like this: `sudo port install xorg-server` didn't install
> XQuartz, I had to manually download XQuartz and install it or no display
> was ever found.
Did you log out and back in to activate the l
On Mon, Apr 4, 2016 at 4:21 AM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:
> wouldn't be better if MacPorts GTK3 was using by default quartz
Wouldn't it be better if gtk3 actually worked correctly? Which currently
means +x11.
--
brandon s allbery kf8nh
On Sun, Apr 3, 2016 at 10:53 AM, Brandon Allbery
wrote:
> Install XQuartz
I should mention that MacPorts defaults to building gtk with +x11 because
many gtk-using programs either do not build or do not work properly with
gtk +quartz. If you want to try it anyway, you would remove the gtk po
On Sun, Apr 3, 2016 at 10:49 AM, Andrea Giammarchi <
andrea.giammar...@gmail.com> wrote:
> I've also noticed, after successfully installing `gjs`, that it doesn't
> work anyway.
>
> ```
> gjs -c 'imports.gi.Gtk.init(null);'
>
> (gjs 999): Gtk-WARNING **: cannot open display:
> ```
>
Install XQuar
On Sat, Apr 2, 2016 at 12:52 PM, Michael wrote:
>
> On 2016-04-02, at 6:15 AM, Brandon Allbery wrote:
> > On Sat, Apr 2, 2016 at 3:55 AM, Paul Rands wrote:
> > > It is a music cataloging program called Tellico, and is a KDE app.
> Apart from not being > able to o
On Sat, Apr 2, 2016 at 3:55 AM, Paul Rands wrote:
> It is a music cataloging program called Tellico, and is a KDE app. Apart
> from not being able to open up a CD / DVD drive, it works flawlessly.
The Finder "owns" the CD/DVD drive; you would have to disable Finder
support for the drive to be a
On Thu, Mar 24, 2016 at 11:26 AM, Tabitha McNerney
wrote:
> I have a Mac running OS X Yosemite 10.10.5. I made and installed MacPorts
> 2.3.3 from source on this machine (with Xcode 7.2.1). All seems well (I've
> been using MacPorts for many years).
>
> After sudo port selfupdate runs successfull
On Tue, Mar 22, 2016 at 10:50 PM, Merton Campbell Crockett <
m.c.crock...@roadrunner.com> wrote:
> I upgraded to OS X 10.11.4 this afternoon. Also, I upgraded Xcode to
> Xcode 7.3. I thought that I should check for any MacPorts updates and
> encountered the following error.
>
> Error: Current pl
On Sun, Mar 20, 2016 at 7:29 PM, Jason Swails
wrote:
> Type "reset". I think that's the answer you're looking for here based on
> my understanding of the question.
"reset" does a bit more, like losing scrollback. "stty sane" is sufficient
and doesn't make the terminal emulator itself reset, jus
On Sun, Mar 20, 2016 at 3:13 PM, wrote:
> Still lost keyboard. When I start new terminal I see what I have typed
> into the dead one in command history.
> I will try to reinstall python33 with +readline.
Sorry, I meant that's what to type into the "dead" terminal to make it
behave again. When p
On Sun, Mar 20, 2016 at 1:47 PM, wrote:
> I found a problem in my installation. When I use python3 in terminal I am
> loosing keyboard input in the terminal after leaving the python. I have to
> quit the terminal and open another one. Python27 works OK.
I think that's known? Try typing "stty sa
On Sun, Mar 13, 2016 at 10:10 PM, Chris Jones
wrote:
> Unordered_set is only available in C++11, which the ancient gcc 4.2
> compiler being used will not support...
Then something has gone wrong because, per subject line, it's supposed to
be using a newer clang built with libc++ (aka C++11) sup
On Sun, Mar 13, 2016 at 5:18 AM, [ftp83plus] wrote:
> Now it's getting even more confusing for me: why would a commented out
> line still be run?
The comment is showing you what the default action is if you don't say
anything.
--
brandon s allbery kf8nh sine nomi
On Sat, Mar 12, 2016 at 6:52 PM, Ben Letham wrote:
> I'm trying to run a simple Gtk3 PyGObject app which includes an image (and
> so uses gdk-pixbuf). When I install py35-gobject3 and gtk3 through port I
> can run the app just fine using macports python.
>
> I want to be able to distribute this t
On Wed, Mar 9, 2016 at 11:24 PM, Bachsau wrote:
> It is just somewhat frustrating when you're coding and get in need for
> some librarys, then do a port install or port upgrade outdated and it
> breaks the whole thing.
OS X is probably not the platform you want to use if you're doing this
often
On Sat, Mar 5, 2016 at 8:47 PM, Mark Brethen wrote:
>
> > On Mar 5, 2016, at 7:38 PM, Brandon Allbery wrote:
> >
> > On Sat, Mar 5, 2016 at 8:35 PM, Mark Brethen
> wrote:
> > I had my hard drive wiped with a clean install of El Capitan. I noticed
> in the Time
On Sat, Mar 5, 2016 at 8:35 PM, Mark Brethen wrote:
> I had my hard drive wiped with a clean install of El Capitan. I noticed in
> the Time Machine checklist a MacPorts item with a message that MacPorts
> Home would moved to my user (size was zero kb). What is this and do I need
> to re-install m
On Thu, Mar 3, 2016 at 4:16 PM, Kendall Shaw
wrote:
> Actually, I would still like to know what information is needed to create
> the macports user since I have to wait until an appropriate time to go
> through the migration steps.
Just installing macports via the installer dmg will do it, with
On Thu, Mar 3, 2016 at 3:56 PM, Kendall Shaw
wrote:
> I copied macports files from a hard drive onto a new mac. It’s been a
> while but I think I just copied /opt/local.
That's far from sufficient. Other things you would be missing include
startupitems for installed ports, native apps (which ar
On Tue, Mar 1, 2016 at 6:23 PM, Mark Napier wrote:
> I did a port selfupdate/port upgrade outdated today.
> Trying to restart apache2, I get
>
> httpd: Syntax error on line 101 of /opt/local/apache2/conf/httpd.conf:
> Cannot load /opt/local/apache2/modules/mod_ssl.so into server:
> dlopen(/opt/lo
On Tue, Mar 1, 2016 at 2:16 PM, Joseph C Slater, PhD, PE <
joseph.sla...@wright.edu> wrote:
> ImportError:
> dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_
> ssl.cpython-35m-darwin.so
>
> , 2): Symbol not found: _SSLv2_method
>
Sounds like a revbump
On Fri, Feb 26, 2016 at 8:10 AM, Rainer Müller wrote:
> In particular, do you have a /opt/local/bin/grep which fails to execute?
I don't think this matters much since it tries the fetch anyway and that
also fails to resolve the hostname.
--
brandon s allbery kf8nh
On Wed, Feb 24, 2016 at 7:36 PM, Jerry wrote:
> When installing texlive-fonts-recommended, are the indicated fonts stored
> in /opt/local/ or in the usual system font place(s).
port contents texlive-fonts-recommended
?
--
brandon s allbery kf8nh sine nomine asso
On Mon, Feb 15, 2016 at 4:38 PM, [ftp83plus] wrote:
> This is on OS X 10.6.8. Should I manually install the required Python
> version first?
Don't replace Apple's python. Installing a MacPorts Python won't help; the
port was changed to specifically use Apple's. Presumably this should be
reporte
On Sun, Feb 14, 2016 at 11:35 PM, [ftp83plus] wrote:
> The Python version being run doesn't look explicit to me. Any idea if it
> attempts to run a version that is not installed?
>
:info:build /usr/bin/python ./Tools/gtk/generate-
inspector-gresource-manifest.py --output
DerivedSources/WebInspec
On Sun, Feb 14, 2016 at 9:00 PM, Dave Horsfall wrote:
> ---> Updating database of binaries
> ---> Scanning binaries for linking errors
> ---> Found 1 broken file(s), matching files to ports
> ---> Found 1 broken port(s):
> gstreamer1-gst-plugins-bad @1.6.2
> /opt/local/lib/gstre
On Sat, Feb 13, 2016 at 3:37 PM, [ftp83plus] wrote:
> Hello to all,
>
> I am trying to install xsane to access a shared scanner. However, it fails
> when trying to install gimp2 and webkit-gtk as dependencies.
>
> In the webkit-gtk log, the last lines show:
> :info:build Traceback (most recent ca
On Mon, Feb 8, 2016 at 7:31 PM, Gideon Simpson
wrote:
> The log file is 5 megs, should I open a new ticket and post it to the
> site? Or send it to the list serve?
Ticket, upload to something like Dropbox --- or:
sudo port clean vtk5; sudo port install vtk5 +python +tcltk build.jobs=1
which
On Mon, Feb 8, 2016 at 7:27 PM, Gideon Simpson
wrote:
> :info:build [ 14%] Built target vtkCommon
> :info:build make[1]: Leaving directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_vtk5/vtk5/work/VTK5.10.1'
> :info:build ma
On Mon, Feb 8, 2016 at 1:07 AM, [ftp83plus] wrote:
>
> I assumed that because it is extremely rare not to get an answer from
> either Brandon, Ryan or Adam. I see them having an answer to practically
> every single request on the list…
>
I don't know much about this one, unfortunately.
--
bran
1 - 100 of 1169 matches
Mail list logo