Re: help2man checksum error

2015-10-25 Thread Brandon Allbery
On Sun, Oct 25, 2015 at 9:14 PM, Horst Simon wrote: > I still have the same issue, I re-installed macports rebooted my ADSL > router. I installed several ports with port install port name and it worked > fine , when I used sudo port installed help2man it downloaded the > dependencies and installe

Re: graphite2 build error

2015-10-26 Thread Brandon Allbery
On Mon, Oct 26, 2015 at 1:35 PM, rmgls wrote: > gcc (or clang) -o toto toto.c > > Funny thing, compils without any error!. > That's using /usr/include/unistd.h. If you look closely, cmake has forced the build to use the "hidden" xcode toolchain includes, *not* /usr/include! I don't have 10.

Re: Does MacPorts provides its Test/QA results online?

2015-10-28 Thread Brandon Allbery
On Wed, Oct 28, 2015 at 9:28 PM, Jeffrey Walton wrote: > So I'm clear: MacPorts does not test compiling under the compiler it > provides? Is that correct? > MacPorts only uses those compilers when clang will not work. It uses the system compiler whenever possible, to avoid possible compatibility

Re: Does MacPorts provides its Test/QA results online?

2015-10-28 Thread Brandon Allbery
On Wed, Oct 28, 2015 at 9:50 PM, Jeffrey Walton wrote: > This issue is causing us a fair amount of grief because a few of our > users use MacPorts. We don't want to blow them off or dismiss them > just because they are in a minority. We feel they deserve the "it just > works out of the box" that

Re: Does MacPorts provides its Test/QA results online?

2015-10-28 Thread Brandon Allbery
On Wed, Oct 28, 2015 at 10:15 PM, Jeffrey Walton wrote: > The immediate problem here is GCC supplies an option, documents the > option, and then the compiler rejects it. Also, if its is an LD issue, > then I believe LD should reject it. The compiler should not reject it > by proxy. > Then you ne

Re: gcc49 vs gcc48

2015-10-29 Thread Brandon Allbery
On Thu, Oct 29, 2015 at 9:15 PM, David Strubbe wrote: > The problem that was being mentioned here is that gcc48 doesn't build. > That should not imply that ports already built with gcc48 have any problem. > So there is no need to recompile anything. Just when building new ports use > a different

Re: Command Line Tools warning

2015-10-30 Thread Brandon Allbery
On Fri, Oct 30, 2015 at 6:40 PM, Ryan Schmidt wrote: > >>> This shouldn't be a problem much of the time, but there are some ports > >>> that will fail to build (e.g. wireshark), as they'll be looking for a > >>> SDK matching your system version and will fail to find it. > > Wireshark might be an

Re: Cannot licence Xcodebuild

2015-11-01 Thread Brandon Allbery
On Sun, Nov 1, 2015 at 3:29 PM, Dave Horsfall wrote: > Huh? Xcode 3.2.6? I've been steadily upgrading it for ages; my notes > show: > You have (parts of?) an old Xcode that lived under /Developer still around; later app bundle-based versions of Xcode (4.1 and later) don't clean up after the ol

Re: Updating php56-apache2handler gives configure error

2015-11-01 Thread Brandon Allbery
On Sun, Nov 1, 2015 at 3:29 PM, Murray Eisenberg wrote: > perl5 @5.16.3_0+perl5_16 > perl5 @5.16.3_0+perl5_20 > Neither of these shows "(active)" and that's where the un-versioned "perl" comes from. (The others install perl-5.16, perl-5.18, etc.) sudo port install perl5 +perl5_22 (

Re: Updating php56-apache2handler gives configure error

2015-11-01 Thread Brandon Allbery
On Sun, Nov 1, 2015 at 5:07 PM, Murray Eisenberg wrote: > My misunderstanding: I didn't realize that just because "which perl5" > showed "/opt/local/bin/perl5" and I had an active perl5.xx installed, I > still had to do the step you showed. Hm. Sounds like a dangling link to a no longer install

Re: error upgrading gcc48 port

2015-11-01 Thread Brandon Allbery
On Sun, Nov 1, 2015 at 7:31 PM, Fabrizio Salvatore < p.fabrizio.salvat...@googlemail.com> wrote: > I do indeed use ROOT as analysis package: is there a version for gcc49 or > gcc5? "port variants root5" Which, here, shows (among many others) the following variants gcc43: Build with gfortran

Re: Updating php56-apache2handler gives configure error

2015-11-02 Thread Brandon Allbery
On Mon, Nov 2, 2015 at 10:26 AM, Murray Eisenberg wrote: > > > > Hm. Sounds like a dangling link to a no longer installed perl --- but > that's something that "port select" can cause but the perl5 port shouldn't. > Confusing. > > Unless I'm misunderstanding something, "port select" does not work

Re: ncurses5 vs. ncurses6

2015-11-05 Thread Brandon Allbery
On Thu, Nov 5, 2015 at 6:25 AM, René J.V. wrote: > Out of pure curiosity, does anyone know what happens when an application > links to ncurses6 and one of its dependencies to a (runtime) library from > ncurses5? If it's using terminfo level stuff only and doesn't share it around (e.g. most uses

Re: texlive-bin

2015-11-07 Thread Brandon Allbery
On Sat, Nov 7, 2015 at 7:40 PM, Mark Brethen wrote: > I get a trac error when I try to browse the repository. Yes, that part of Trac has been messed up for a while; I gather you currently have to do a svn checkout of the MacPorts repository. -- brandon s allbery kf8nh

Re: openssl vs. libressl

2015-11-09 Thread Brandon Allbery
On Mon, Nov 9, 2015 at 3:39 PM, René J.V. wrote: > I understand that libressl aims to be API-compatible with openssl so that > it can act as a drop-in replacement. How far does that go, far enough that > one can symlink the libssl and libcrypto runtimes from the one port to the > shared libraries

Re: openssl vs. libressl

2015-11-09 Thread Brandon Allbery
On Mon, Nov 9, 2015 at 4:05 PM, Ryan Schmidt wrote: > In r139229 Jeremy made libressl a drop-in replacement for openssl. Interesting. I think it was FreeBSD that tried to do that (both API and ABI) and failed at both, and said rebuild stuff for one or the other. Apparently they were the ones wh

Re: openssl vs. libressl

2015-11-09 Thread Brandon Allbery
On Mon, Nov 9, 2015 at 8:31 PM, René J.V. wrote: > First quick tests (downloading a couple of release tarballs from github, > with /opt/local/bin/curl) suggests that it works. Which doesn't really > surprise me too much: both libraries are written in C. As long as dependent > software sticks to p

Re: openssl vs. libressl

2015-11-10 Thread Brandon Allbery
On Tue, Nov 10, 2015 at 7:11 AM, René J.V. wrote: > > See the Gentoo dev link given previously > Care to repeat it, I cannot seem to find it in this thread? As quoted from Rainer Müller: See both the official statement and a blog post from a Gentoo developer > explaining the problem: > > https

Re: opendkim and Trac error

2015-11-10 Thread Brandon Allbery
On Tue, Nov 10, 2015 at 1:41 PM, Terry Barnum wrote: > The next issue I'm running into is after a successful opendkim > installation, when I try port load it complains about a missing launch > plist: > There is nothing in the port to create a launchd plist. The documentation suggests to me that

Re: opendkim and Trac error

2015-11-10 Thread Brandon Allbery
On Tue, Nov 10, 2015 at 2:30 PM, Terry Barnum wrote: > Thanks Brandon. It does make sense that there isn't anything to load. I > haven't ever used opendkim so I'm unfamiliar with the setup and config. > Will continue pressing forward and trying to do my part to help prevent > spoofing spam. htt

Re: openssl vs. libressl

2015-11-11 Thread Brandon Allbery
On Wed, Nov 11, 2015 at 11:52 AM, wrote: > I don’t believe a “better license” should be the dictating factor, I > believe what should dictate what is included is what has better > functionality. This is politics, and TBH is not a technical reason for > inclusion or exclusion. TBH, I believe the o

Re: openssl vs. libressl

2015-11-11 Thread Brandon Allbery
On Wed, Nov 11, 2015 at 11:57 AM, René J.V. wrote: > On Wednesday November 11 2015 08:14:59 Bradley Giesbrecht wrote: > > > On Nov 11, 2015, at 4:15 AM, René J.V. Bertin > wrote: > > > I believe most openssl dependent ports are not binary distributable due > to the openssl license. > > There is

Re: openssl vs. libressl

2015-11-11 Thread Brandon Allbery
On Wed, Nov 11, 2015 at 12:00 PM, wrote: > I agree, but “better license” has nothing to do with that, does it ? It is the license that blocks binary distribution, with specific exemptions. Oddly enough, licenses are not merely political noise; they actually have practical ramifications that nee

Re: openssl vs. libressl

2015-11-11 Thread Brandon Allbery
On Wed, Nov 11, 2015 at 12:05 PM, wrote: > But in this case, I don’t see one, openssl has been fine being distributed > the way it is, its just that some people want a new-shiny here. So binary archives are a new-shiny with no practical significance. Got it. -- brandon s allbery kf8nh

Re: ROOT-CERN Installation

2015-11-12 Thread Brandon Allbery
On Thu, Nov 12, 2015 at 8:01 PM, Daniel Han wrote: > Naturally, I went to see the log file and I have attached it to the email. You seem to have lost the attachment when forwarding the message to the list. -- brandon s allbery kf8nh sine nomine associates allber

Re: ROOT-CERN Installation

2015-11-12 Thread Brandon Allbery
On Thu, Nov 12, 2015 at 8:14 PM, Daniel Han wrote: > Sorry about that. The file was too large and so my email was rejected if I > included the attachment. Here is the log file that I meant to attach. This would appear to be https://trac.macports.org/ticket/49594 and there is a patch attached to

Re: `man groff_char' misbehaving

2015-11-18 Thread Brandon Allbery
On Wed, Nov 18, 2015 at 4:07 PM, j. van den hoff wrote: > ah yes, never occured to me tht there might be a man port as well. thank > you for this solution. regarding "satisfactory": for my personal use, yes > it is. generally, I'd say no, since it seems osx's man does something > wrong/non-canoni

Re: `man groff_char' misbehaving

2015-11-18 Thread Brandon Allbery
On Wed, Nov 18, 2015 at 4:17 PM, j. van den hoff wrote: > well, groff_char is a manpage from the groff project itself and I would be > surprised if it has changed much (and in a backward incompatible way!) in > recent years (but did not check/verify this). actually it seems the problem > is with

Re: Portfile questions

2015-11-19 Thread Brandon Allbery
On Thu, Nov 19, 2015 at 2:06 PM, Terry Barnum wrote: > Also, what's the convention for when to name a port just py-* versus > py2?-* or py3?-* You create the port py-whatever and use the python portgroup; that will create subports for each supported python version (default, or if you need to yo

Re: Can't upgrade libtool, libedit, or install openssh

2015-11-19 Thread Brandon Allbery
On Thu, Nov 19, 2015 at 7:57 PM, wrote: > :info:configure dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib > :info:configure Referenced from: /opt/local/lib/libreadline.6.dylib > :info:configure Reason: no suitable image found. Did find: > :info:configure /usr/lib/libncurs

Re: Can't upgrade libtool, libedit, or install openssh

2015-11-20 Thread Brandon Allbery
On Fri, Nov 20, 2015 at 9:55 AM, wrote: > The end of the error log shows: > > :info:build make[1]: *** [stage3-bubble] Error 2 > :info:build make: *** [bootstrap] Error 2 > :error:build org.macports.build for port libgcc returned: command > execution failed > :debug:build Error code: CHILDSTATUS

Re: New Mac OS Forge administrator

2015-11-20 Thread Brandon Allbery
On Thu, Nov 19, 2015 at 9:49 PM, Ryan Schmidt wrote: > I apologize for the downtime we've experienced in the past months. My > priority right now is to resolve the existing issues, as I become familiar > with the systems. Congratulations! If that's appropriate (the Augean stables come to mind..

Re: Variant conflicts

2015-11-21 Thread Brandon Allbery
On Sat, Nov 21, 2015 at 3:03 AM, Bachsau wrote: > Would be very bad if I had to choose between Nautilus or gtk3 with quartz. I suggest you go take a close look at the Gnome 3 community, including its politics. My understanding is that Gnome 3 targets Wayland; there are shims to make X11 work,

Re: Can't upgrade libtool, libedit, or install openssh

2015-11-21 Thread Brandon Allbery
On Sat, Nov 21, 2015 at 9:40 AM, wrote: > How do I link to a 13.6MB log file? I think Pastebin wouldn't take it… Dropbox/Google Drive/Box.com/similar? -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com ballb...@

Re: Perl version

2015-11-29 Thread Brandon Allbery
On Sun, Nov 29, 2015 at 12:56 PM, Rob Stevens wrote: > But then how would I, say months down the road, > would I then be able to determine what variant of > perl5 I actually have installed on my system? > port installed perl5 and active -- brandon s allbery kf8nh

Re: Is it possible to have X11 and Quartz side-by-side?

2015-12-03 Thread Brandon Allbery
On Thu, Dec 3, 2015 at 12:43 PM, Gustavo Seabra wrote: > How about when I need to install a new port? wouldn’t I need to select one > installation over another? Just use the full path to the appropriate "port" command. -- brandon s allbery kf8nh sine nomine assoc

Re: port install of amavis-new failed because I have later version of mail-spf? and p5

2015-12-08 Thread Brandon Allbery
On Tue, Dec 8, 2015 at 9:48 AM, Robert Chalmers wrote: > Decided to install amaves-new and watched as it happily installed > everything to do with p5.16xxx and considering I am running p5.22 already I > watched as it happily installed just about everything in the port tree as a > dependency of am

Re: user macports problem after migration to new Mac

2015-12-10 Thread Brandon Allbery
On Thu, Dec 10, 2015 at 5:42 PM, Murray Eisenberg wrote: > $ echo -macports > -macports > > [NOTE: not pointing to anything] > > $ ls -al -macports > [ lists almost everything in _my_ home directory! ] > > I think you meant ~ (tilde) there, not - (hyphen). (ls has so many options that "-macpo

Re: user macports problem after migration to new Mac

2015-12-10 Thread Brandon Allbery
On Thu, Dec 10, 2015 at 6:10 PM, Murray Eisenberg wrote: > $ ls -al ~macports > total 0 > drwxr-xr-x 3 macports macports 102 Dec 10 16:01 . > drwxr-xr-x@ 12 root admin 408 Dec 10 16:01 .. > drwxr-xr-x 3 root admin 102 Dec 10 16:01 Library > > $ ls -al ~macports/Libra

Re: perl_select not recognizing macports installed Perls...?

2015-12-10 Thread Brandon Allbery
On Thu, Dec 10, 2015 at 8:34 PM, Carlo Tambuatco wrote: > From doing port select —list perl I get: > port select for perl is a work in progress and not really usable yet (and may never be; I think the current plan is to ditch all but the current upstream Perl version). You must instead install a

Re: Is amavisd-new with p5.22 out any time soon?

2015-12-11 Thread Brandon Allbery
On Fri, Dec 11, 2015 at 3:49 PM, Mojca Miklavec wrote: > The question is: should the other variants remain? At least until we get rid of the other Perl versions, probably yes. -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com

Re: perl_select not recognizing macports installed Perls...?

2015-12-11 Thread Brandon Allbery
On Fri, Dec 11, 2015 at 10:55 PM, Carlo Tambuatco wrote: > So, by doing this, does this mean I would effectively have 2 perl 5.22’s > installed? (I think perl5.22 is a dependency of some other ports so I don’t > want to uninstall it). No. It just installs the appropriate perl5.xx port as a depe

Re: on upgrade cannot link perl5 to perl5.22

2015-12-15 Thread Brandon Allbery
On Tue, Dec 15, 2015 at 8:46 PM, Murray Eisenberg wrote: > Just tried an upgrade of some outdated perl ports. Successfully upgraded > perl5.22, but upgrade of perl5 failed: This was just reported, a fix should be up and selfupdate-able within half an hour. -- brandon s allbery kf8nh

Re: MythTV .027 MacPorts install stalled

2015-12-16 Thread Brandon Allbery
On Wed, Dec 16, 2015 at 9:19 AM, Richard Gregory wrote: > [Richard-Gregorys-iMac:~] rich% echo "export > PATH=/opt/dvr/bin:/opt/dvr/sbin:/opt/dvr/lib/mariadb/bin:$PATH" >> > ~/.bash_profile > That prompt looks like either tcsh or zsh, so adding $PATH to .bash_profile would not accomplish much of

Re: Migration issue

2015-12-16 Thread Brandon Allbery
On Wed, Dec 16, 2015 at 12:23 PM, Adam Dershowitz wrote: > Sorry I wasn’t clear. I just meant that I perl5 shows this: > perl5 @5.22.1_0+perl5_16 (active) > > So, it is version 5.22 But, it ddid install 5_16. > That's confusing but expected; the version is the latest version it knows about (II

Re: Migration issue

2015-12-16 Thread Brandon Allbery
On Wed, Dec 16, 2015 at 3:50 PM, Ryan Schmidt wrote: > > However, that doesn't explain why, for me, the same is not happening in > the post-destroot phase. Seems like it might be for some people though? That would explain why some people are reporting that a -5.22 suffixed name is being used by

Re: Migration issue

2015-12-16 Thread Brandon Allbery
On Wed, Dec 16, 2015 at 4:03 PM, Adam Dershowitz wrote: > Does the restore_ports.tcl script handle things any differently then just > a standard install or upgrade? For example, does it handle the order of > installs differently? It remembers active variants, so if you had perl5 +perl5_16 inst

Re: Debugging a port; commands to rebuild

2015-12-16 Thread Brandon Allbery
On Wed, Dec 16, 2015 at 9:15 PM, Justin Vallon wrote: > Next, I would like to modify some source files, and rebuild. Is there a > "port" command that would force a re-build and re-destroot? > I think you can just "touch /path/to/Portfile". -- brandon s allbery kf8nh

Re: Cannot connect to X server

2015-12-16 Thread Brandon Allbery
On Wed, Dec 16, 2015 at 10:10 PM, David VandenHeuvel wrote: > Installed Xcode > > Installed the command line tools > > Installed Mac Ports 2.3.4 > > Installed to Port Apps (grads and abclock) > > Both apps when started from terminal report that following errors: (RED > Syntax highlighting is mine

Re: Cannot connect to X server

2015-12-17 Thread Brandon Allbery
On Thu, Dec 17, 2015 at 4:23 PM, Eneko Gotzon wrote: > As being just an humble user, do you think advisable to also install the > xinit port? (Responsible for configuring the initial environment when X11 > starts up) xinit also has the launchd configuration to autostart the server. This is gene

Re: port selfupdate not working Yosemite 10.10.5

2015-12-17 Thread Brandon Allbery
On Thu, Dec 17, 2015 at 7:08 PM, Mr. Michael Wilson wrote: > I also wasn’t able to uninstall via the cmd line so I pulled macports out > of the var folder and reinstalled with a dmg of the current version of > macports. When I went to run the code again, I got the same message. I have > checked a

Re: where is gdb executable installed?

2015-12-18 Thread Brandon Allbery
On Fri, Dec 18, 2015 at 6:43 PM, Murray Eisenberg wrote: > I installed gdb @7.9.1_3 , but “which gdb” doesn't return anything. > > Where is the gdb executable installed? > jinx:14839 Z$ port contents gdb Port gdb contains: /opt/local/bin/ggdb (...) -- brandon s allbery kf8nh

Re: "To use the rsyncd server you must copy /opt/local/etc/rsyncd.conf.example ..."?

2015-12-24 Thread Brandon Allbery
On Thu, Dec 24, 2015 at 7:09 AM, Jeffrey Walton wrote: > Is there an actionable item for me to perform? If so, what should I be > doing (is it just the copy that's been called out)? > The rsync port installs both a client and a server. If you wanted to use the server component, you'd follow thos

Re: problems downloading clang-34 on PPC MAC

2015-12-24 Thread Brandon Allbery
On Wed, Dec 23, 2015 at 11:59 PM, John T. Chung wrote: > However, I don't see a "clang" executable. I only see this in > /opt/local/bin > We support multiple clang versions that can be uinstalled concurrently. If you want to use this version as clang then you want "port select": sudo port s

Re: py-scikits-bvp_solver on el capitan

2016-01-02 Thread Brandon Allbery
On Sat, Jan 2, 2016 at 6:12 PM, Gideon Simpson wrote: > Is there a way to change the gcc dependency of py-scikits-bvp_solver form > gcc48 to something more recent? Since there’s a bug between gcc48 and el > capitan, it won’t install. jinx:14868 Z$ port variants py27-scikits-bvp_solver py27-sci

Re: Perl 6

2016-01-05 Thread Brandon Allbery
On Tue, Jan 5, 2016 at 2:24 PM, Ryan Schmidt wrote: > As far as I know, MacPorts does not contain anything called "perl_select". There is, actually, but it's a stub that doesn't do anything as yet (or probably ever since it was subsequently decided to just move to a single Perl release). -- b

Re: Need A Data Visualization/Graphing Program

2016-01-10 Thread Brandon Allbery
On Sun, Jan 10, 2016 at 9:57 PM, Charles Phillips < char...@spaceflightresearch.net> wrote: > looked in the "Math" category and have not managed to find anything. > MacPorts does not have a way to search for "graphing utilities" that I have > found?? > > I briefly tried to use a neat program calle

Re: port error

2016-01-15 Thread Brandon Allbery
On Sat, Jan 16, 2016 at 12:16 AM, Resendez, Shanna L. < shanna_resen...@med.unc.edu> wrote: > Please see the log file for port python27 for details: > > /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/main.log > You nee

Re: Octave 4.x?

2016-01-16 Thread Brandon Allbery
On Sat, Jan 16, 2016 at 6:38 PM, Jerry wrote: > Any idea when we can expect a port of Octave 4.x? I think its been > available from source since May 2015. left-ear Z$ port list octave-devel\* octave-devel @4.1.0+ math/octave-devel octave-devel-rc@4.0.1-

Re: question about /usr/lib/libpython2.7.dylib (ver 2.7.11) and opencv

2016-01-19 Thread Brandon Allbery
On Tue, Jan 19, 2016 at 11:50 AM, Ben Greenfield wrote: > python2.7 /opt/local/share/OpenCV/samples/python/opencv_version.py —build > Make sure you didn't get /usr/bin/python2.7? -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com

Re: Xcode installed before macports?

2016-01-20 Thread Brandon Allbery
On Wed, Jan 20, 2016 at 12:45 AM, Bachsau wrote: > Ryan Schmidt wrote on 20.01.2016 04:11: > >> Xcode 4.0, 4.1 and 4.2 for Snow Leopard are not recommended because they >> are not free so MacPorts is tested much less well on those versions and you >> are likely to run into more problems when usin

Re: Installing MacPorts from bash

2016-01-20 Thread Brandon Allbery
On Wed, Jan 20, 2016 at 10:44 PM, Mani Amoozadeh wrote: > But it seems that MacPorts does not install correctly since port version gives > me: port: command not found > Did you open a new Terminal? MacPorts adds a PATH change to your .profile but cannot inject it into running shells. I don't rec

Re: Installing MacPorts from bash

2016-01-21 Thread Brandon Allbery
On Thu, Jan 21, 2016 at 2:12 PM, Ryan Schmidt wrote: > > On Jan 20, 2016, at 9:50 PM, Brandon Allbery wrote: > > I don't recall how it deals with .profile vs. .bash_profile either. You > may need to copy the PATH setting to the right file. > > It tries to use the co

Re: Trying to run the "LibcxxOnOlderSystems"

2016-01-21 Thread Brandon Allbery
On Thu, Jan 21, 2016 at 4:24 PM, wrote: > Sorry if double-mail, it seems this message didn't get through… It got through, but most places are marking it as spam. (Yahoo's DKIM is messed up; since this has been going on for a while and Yahoo refuses to fix it, all I can recommend is find someone

Re: el capitan

2016-01-27 Thread Brandon Allbery
On Wed, Jan 27, 2016 at 2:32 PM, Mark Brethen wrote: > I'm migrating from Yosemite to a clean install of El Capitan. I'm seeing > several of these "deny" messages for various reasons besides Java. This is > affecting both file and directory creation. Should I post the list here? Anything that w

Re:

2016-02-01 Thread Brandon Allbery
On Mon, Feb 1, 2016 at 12:30 PM, Eneko Gotzon wrote: > > Trying to install vlc port fails because *BGHUDAppKit* (@0.7_1 [aqua, > devel], a small framework to assist GUI apps in designing HUD windows) > dependency port *fails to build*. > :info:build Could not find service "com.apple.CoreSimul

Re: Full Disk?

2016-02-01 Thread Brandon Allbery
On Mon, Feb 1, 2016 at 6:34 PM, Ryan Schmidt wrote: > Probably our recommendation at this time is: do not let your disk get more > than 90% full. OS X already has dialog boxes that warn you when your disk > is very full; don't ignore them. ...which you don't see over ssh -- brandon s allb

Re: installer doesn't modify root path

2016-02-02 Thread Brandon Allbery
On Tue, Feb 2, 2016 at 9:57 AM, Harald Hanche-Olsen wrote: > Well, you did not say in the bug report that you were using sudo, so no > wonder it got closed. > ? sudo is the recommended way to do this. > My own systems are too heavily modified at the moment for me to be sure, > but I have a fil

Re: installer doesn't modify root path

2016-02-02 Thread Brandon Allbery
On Tue, Feb 2, 2016 at 10:22 AM, Harald Hanche-Olsen wrote: > Okay, now I am curious. How does the macports installation manipulate the > path? As far as I know, the above method is standard, even though it may > not be what macports does. (If I installed that file there, I must have > done it be

Re: installer doesn't modify root path

2016-02-02 Thread Brandon Allbery
On Tue, Feb 2, 2016 at 10:33 AM, Harald Hanche-Olsen wrote: > An alternative would have been to modify /etc/paths instead? Or is that > too global, or something? Same problem, IIRC. -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com

Re: A screenshot/webpage capture app like Shutter?

2016-02-07 Thread Brandon Allbery
On Sun, Feb 7, 2016 at 3:48 PM, bunk3m wrote: > I don't like using non-opensource, but it looks like only OneNote and > Evernote allow capture of the text, links and pictures. Both allow the > links to continue to function and the ability to copy text. I only wish > they worked consistently. :

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-02-08 Thread Brandon Allbery
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

Re: dolfin on el capitan

2016-02-08 Thread Brandon Allbery
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

Re: dolfin on el capitan

2016-02-08 Thread Brandon Allbery
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

Re: Can't install webkit-gtk and gimp2 as xsane dependencies

2016-02-13 Thread Brandon Allbery
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

Re: libgstchromaprint is busted

2016-02-14 Thread Brandon Allbery
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

Re: Can't install webkit-gtk and gimp2 as xsane dependencies

2016-02-15 Thread Brandon Allbery
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

Re: Can't install webkit-gtk and gimp2 as xsane dependencies

2016-02-15 Thread Brandon Allbery
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

Re: Where are texlive-fonts-recommended stored?

2016-02-24 Thread Brandon Allbery
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

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Brandon Allbery
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

Re: jupyter-notebook failing today?

2016-03-01 Thread Brandon Allbery
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

Re: apache2 v openssl 1.0.2g

2016-03-01 Thread Brandon Allbery
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

Re: Creating the macports user

2016-03-03 Thread Brandon Allbery
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

Re: Creating the macports user

2016-03-03 Thread Brandon Allbery
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

Re: Time Machine restore

2016-03-05 Thread Brandon Allbery
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

Re: Time Machine restore

2016-03-05 Thread Brandon Allbery
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

Re: Why do so many builds fail?

2016-03-10 Thread Brandon Allbery
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

Re: Using gdk-pixbuf from mpkg

2016-03-12 Thread Brandon Allbery
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

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread Brandon Allbery
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

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread Brandon Allbery
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

Re: lost terminal after quitting python3

2016-03-20 Thread Brandon Allbery
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

Re: lost terminal after quitting python3

2016-03-20 Thread Brandon Allbery
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

Re: lost terminal after quitting python3

2016-03-20 Thread Brandon Allbery
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

Re: port terminates under OS X 10.11.4

2016-03-22 Thread Brandon Allbery
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

Re: ports install but not from source (no distfiles)

2016-03-24 Thread Brandon Allbery
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

Re: Unable to read CDs

2016-04-02 Thread Brandon Allbery
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

Re: Unable to read CDs

2016-04-02 Thread Brandon Allbery
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

Re: About mozjs24 being built

2016-04-03 Thread Brandon Allbery
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

Re: About mozjs24 being built

2016-04-03 Thread Brandon Allbery
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

Re: WebKit2-GTK: quartz VS XQuartz

2016-04-04 Thread Brandon Allbery
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

<    1   2   3   4   5   6   7   8   9   10   >