On Jul 11, 2019, at 19:42, Richard L. Hamilton wrote:
> I've hit some ports yesterday on Snow Leopard (only have one that old) that
> require clang-3.9...but clang-3.9 is deemed superseded by clang-8.0, except
> the ones with clang-3.9 dependencies won't use that, so it's a no-win
> upgradin
On Jul 12, 2019, at 01:58, Michael Newman wrote:
> This on a 2010 MBA that I only visit once a month. This visit I finally bit
> the bullet and upgraded from Mavericks to High Sierra. That upgrade wasn’t
> flawless, but it’s working. I also installed a compatible version of Xcode
> from the
On Jul 13, 2019, at 11:22, dan d. wrote:
> I have recently started geting these error messages when attempting upgrades,
> what do they mean and how can I fix the problem?
> Error: Unable to determine location of a macOS SDK.
> Error: Unable to open port: can't read "configure.sdkroot": Unable to
On Jul 26, 2019, at 17:09, Michael Newmang> wrote:
> On Jul 26, 2019, at 19:00, Christopher Chavez wrote:
>
>> Not sure about your other issues, but the `port select` problem was
>> reported a while ago:
>>
>> https://trac.macports.org/ticket/58197
>
> Yes, I’m aware of that. But, I don’t un
On Jul 27, 2019, at 00:57, Michael Newman wrote:
> Oddly, the symlink seems to have been created in spite of the port select
> failure:
>
> lrwxr-xr-x 1 root wheel38 Jul 25 08:59 mysqld_safe ->
> /opt/local/lib/mysql57/bin/mysqld_safe
Looking at the port select code, it just tr
On Jul 31, 2019, at 09:55, Dmitri Zaitsev wrote:
> On Sunday, July 28, 2019, Richard L. Hamilton wrote:
>
>> sh-3.2$ port contents findutils
>
> The `contents` (also works as `content`) is really useful!
All MacPorts commands can be shortened as much as you like, as long as the
shortened com
On Jul 27, 2019, at 22:06, Michael Newman wrote:
> I trust it will get fixed. I’m not that guy to do that. I’m just a user.
I've at least filed a ticket, so hopefully we won't forget about the problem:
https://trac.macports.org/ticket/58785#ticket
On Aug 5, 2019, at 02:54, Mojca Miklavec wrote:
> But there's
>
> rsync://rsync.macports.org/macports/trunk/dports/PortIndex_darwin_18_i386/PortIndex.json
> if you want more instantanous information.
> (There is a high probability that there's also some http(s) equivalent
> of the rsync lin
Welcome to MacPorts!
On Aug 10, 2019, at 09:12, Gerben Wierda wrote:
> I am building a new Mac Mii Server, replacement for one running High Sierra
> with Server.app that still includes Mail & Web. I want the new server still
> to run Server.app for DNS, device management, profile management, O
On Aug 10, 2019, at 07:22, Carlo Tambuatco wrote:
> My HB is installed in /usr/local and MP is installed in /opt/local, and they
> seem to live peacefully side by side. I've experienced zero compatibility
> issues as of yet.
Do not have things in /usr/local while using MacPorts.
https://tra
On Aug 9, 2019, at 18:50, Andrew Udvare wrote:
> I can see one way: alias port or the Homebrew command to fix PATH to remove
> either because this is the main point of conflict. And you have to make sure
> you don't install other conflicting commands. So something that is installed
> with Ma
On Aug 9, 2019, at 06:32, Riccardo Mottola wrote:
> I am re-building current GIMP on 10.5 (I have a couple of local patches to
> adapt it, last time they gave me a nice working app).
>
> Buld fails for me with:
>
>
> .0 -lintl -Wl,-framework -Wl,CoreFoundation -lbabl-0.1 -ljpeg
> libtool:
On Aug 9, 2019, at 02:52, Al Varnell wrote:
> Can someone check out the Autin, TX, USA mirror? Received these results two
> days in a row:
>
>> % port -N -v selfupdate
>> ---> Updating MacPorts base sources using rsync
>> rsync: failed to connect to aus.us.rsync.macports.org: Operation timed
On Aug 11, 2019, at 09:05, Gerben Wierda wrote:
> I’ve been playing around with MacPorts and I have installed nsd as an
> authoritative DNS server. (unbound doesn’t handle CNAME, so it is either use
> BIND or have both nsd and unbound)
>
> unbound comes with a LaunchDaemon plist, nsd doesn’t
On Aug 11, 2019, at 09:19, Gerben Wierda wrote:
> In addition, just editing the Portfile and running another port install is
> apparently not enough. How do I get MacPorts to just do the LaunchDaemon
> install after I have edited the Portfile?
When you ask MacPorts to install a port, it will
On Aug 10, 2019, at 17:18, Riccardo Mottola wrote:
> Ken proposed this:
>
> if {${os.platform} eq "darwin" && ${os.major} < 10} {
>depends_build-append port:cctools
>configure.env-append NM=${prefix}/bin/nm
>configure.args-append lt_cv_path_NM=${prefix}/bin/nm
> }
>
>
> and it wo
On Aug 11, 2019, at 14:37, Andrew Udvare wrote:
> On Aug 11, 2019, at 14:52, Gerben Wierda wrote:
>>
>> The manual says:
>>
>> diff -uR $(port dir $portname) . > change-$portname-maintainer.diff
>>
>> However, macOS Mojave’s diff doesn’t understand that. -R is an invalid
>> option. I’m not
On Aug 14, 2019, at 02:14, Riccardo Mottola wrote:
> as a dependency, harfbuzz is being installed on my 10.5 64bit system.
>
> The default picked up compiler is gcc6 and I get the following errors. I ask,
> because I have seen this errors in other builds and even some of my own code,
> it is
On Aug 12, 2019, at 20:22, Mojca Miklavec wrote:
> If not, "sudo port install" or "sudo port upgrade" (without port name)
`port upgrade` will always find the port in the default tree. It will not find
the port in the local directory. So you don't want to use `port upgrade` in
this case. We'v
On Aug 13, 2019, at 03:25, Gerben Wierda wrote:
> Now, the only thing I have to do is to find a way to get my local revision
> back to 1, before I submit the patch. I have installed
>
> Albus:nsd sysbh$ port installed
> The following ports are currently installed:
> expat @2.2.7_0 (active)
>
On Aug 13, 2019, at 08:24, Gerben Wierda wrote:
> That was it. It was on the manual page for local repositories, but this
> directory tree was created using git via
> https://trac.macports.org/wiki/WorkingWithGit where portindex is not
> mentioned and I was following instructions there when
On Aug 13, 2019, at 08:41, Gerben Wierda wrote:
> And the two ways this directory tree is going to be updated, git and port,
> they do not conflict? What if I do some git work in the nsd directory and
> then port updates it, aren’t my changes overwritten?
No, there is no conflict. No, your c
On Aug 14, 2019, at 13:19, Gerben Wierda wrote:
> Will installing the port remove my existing configuration in
> /opt/local/etc/{nsd,unbound}?
That depends on whether the port "owns" those files. Ports should not own
configuration files that the user is expected to edit, however it is up to
On Aug 14, 2019, at 16:36, Gerben Wierda wrote:
> If you create local userson macOS, it starts with uid 501 and then goes up.
> (for network users it always (still?) started with 1025 and then goes up.
>
> MacPorts, when it creates users, starts with 500 and then goes up.
I noticed that too.
On Aug 15, 2019, at 12:36, Bill Stackhouse wrote:
>
> :info:build /opt/local/bin/ranlib: object: .libs/libapr-1.a(apr_encode.o)
> malformed object (unknown load command 1)
This means your cctools port is too old to understand what's coming out of the
compiler. Try reinstalling the cctools po
On Aug 15, 2019, at 14:05, Chris Jones wrote:
> On 15 Aug 2019, at 6:44 pm, Ryan Schmidt wrote:
>
>>> On Aug 15, 2019, at 12:36, Bill Stackhouse wrote:
>>>
>>> :info:build /opt/local/bin/ranlib: object: .libs/libapr-1.a(apr_encode.o)
>>> malformed o
On Aug 15, 2019, at 07:49, Dmitri Zaitsev wrote:
> Please let me know if anyone has an idea how to fix this problem.
>
> https://trac.macports.org/ticket/58840
>
> Cheers,
> Dmitri.
>
> sudo port install libuv
> ---> Computing dependencies for libuv
> ---> Fetching distfiles for libuv
> -
On Aug 14, 2019, at 17:49, Gerben Wierda wrote:
> If this is a bug, I suggest using 600, not 500 for the fix.100 local users on
> a mac seems adequate (like 640kB…) and server starts at 1025, so ample room
> for services.
As I said, I believe our intention was to use the same range of UIDs a
On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
> Unfortunately it got worse, I can't install any port at all now. :(
Sorry to hear that... can you provide any more details?
On Aug 16, 2019, at 01:31, Gerben Wierda wrote:
> So, what I need is build macports from source if I want to change this
> behaviour?
Yes... the MIN_USABLE_UID / MIN_USABLE_GID configure script variables are
referenced in src/pextlib1.0/Pextlib.c, which gets compiled into a library,
which
On Aug 18, 2019, at 04:44, Andrew Udvare wrote:
> I have a fairly large port collection I maintain for anything not in the
> main tree (or René's) and not in the Mac App Store.
>
> https://github.com/Tatsh/ports
Anything other users might be interested in, that you might want to share with
u
On Aug 19, 2019, at 23:13, Andrew Udvare wrote:
> I also don't know if proprietary software Portfiles (like the one I have for
> Bartender 3 https://www.macbartender.com ) would be accepted.
Usually not, though we do have some ports for closed-source software. Usually
these are libraries tha
On Aug 23, 2019, at 10:25, Noam Bernstein wrote:
> On Aug 23, 2019, at 11:20 AM, Chris Jones wrote:
>
>> port sync is what fetches in updates from the main repository. If you don't
>> run this you will never get any port updates, so you should get into the
>> habit of doing it periodically,
On Aug 23, 2019, at 11:58, Bill Cole wrote:
> I'm having apparently initial success from doing a 'port -n upgrade outdated'
> but that makes me a bit nervous...
It should make you nervous. You probably shouldn't run that unless you know
exactly why each port is outdated and what rebuilding i
On Aug 24, 2019, at 07:55, Gerben Wierda wrote:
> I have been trying to follow instructions but I am trying to prevent to have
> to become a git expert (there is insufficient time for that available, such
> as studying a whole git book). Just knowing some basic recipes for
> actions/steps le
On Sep 2, 2019, at 15:10, Bjarne D Mathiesen wrote:
>
> I've got this :
>
> file:///Volumes/Bjarne/WebServer/MacPorts/newPorts
> rsync://rsync.macports.org/release/tarballs/ports.tar [default]
>
> in my sources.conf
Please change the rsync line to:
rsync://rsync.macports.org/macports/release
On Sep 1, 2019, at 22:38, Kastus Shchuka wrote:
>
> I ran “port upgrade outdated” today and it installed a new version of boost:
>
> ---> Computing dependencies for boost
> ---> Fetching archive for boost
> ---> Attempting to fetch
> boost-1.71.0_0+no_single+no_static+python27.darwin_17.x86_6
On Sep 4, 2019, at 11:06, Mark Brethen wrote:
> I get this error message when attempting to run an application in wine:
>
> 0031:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
>
> Will macports mono suffice? Any setup involved inside of wine?
The wine ports have include
On Aug 29, 2019, at 18:54, Bjarne D Mathiesen wrote:
> Whenever I do something like this
>
> #=> port installed name:^clang name:^llvm name:*gcc* name:libcxx
>
> I get this :
>
> Warning: It looks like your PortIndex file for
> rsync://rsync.macports.org/release/tarballs/ports.tar may be cor
On Sep 9, 2019, at 02:32, Horst Simon wrote:
>
> I installed rspamd on macOS High Sierra Version 10.13.6, it build and
> installed oh, but when starting rspamd it fails with illegal instruction 4:,
> the same for rspamadm command. Anyone hs this successful running?
>
I noticed a couple rece
On Aug 31, 2019, at 14:32, Richard L. Hamilton wrote:
> Also, for Snow Leopard, the OS license requires that OS and client both be OS
> X Server, and virtualization software will probably enforce that regarding
> the client (although by creating the right file in the image, it might be
> pos
On Aug 31, 2019, at 14:13, Bjarne D Mathiesen wrote:
> Q : Will this scenario work ?!?
>
> If i create a VM of 10.6.8 in VirtualBox on my 2012 MacPro w/ Xeon CPUs,
> can I then rsync my macports installation to a Core 2 Duo based Mac Mini
> without any problems ?!?
Some ports may detect optio
On Sep 6, 2019, at 02:51, Bjarne D Mathiesen wrote:
>> After adding these sub-ports to the certbot Portfile, disabling the old
>> certbot-apache and certbot-nginx, and running portindex I get an error
>> that the Portfile for certbot-apache cannot be found. port is still
>> looking for the old
On Sep 12, 2019, at 14:10, Chris Jones wrote:
> It might be interesting to see exactly what cpu capabilities are support on
> the build bots. Could you run
>
> sysctl -a | grep machdep.cpu.features
> On them, and post what it gives ?
Sure.
Snow Leopard i386
FPU VME DE PSE TSC MSR PAE MCE
On Aug 26, 2019, at 04:25, Christopher Jones wrote:
> On 26 Aug 2019, at 8:49 am, Riccardo Mottola wrote:
>
>> Hi,
>>
>> since yesterday I am trying to update... but...
>>
>> Is something wrong with our mirrors?
>
> The mirrors themselves seem fine. Just looks like the 0.19.5 update dist fi
On Sep 15, 2019, at 23:36, Dave Horsfall wrote:
> Trying to install the GQ LDAP browser I traced the failure to the Perl module
> "XML::Parser" being required.
Often, an error message seen when running a ./configure script saying that
XML::Parser is required is erroneous, and actually means
> On Sep 17, 2019, at 13:47, João Batista Sousa Jr. wrote:
>
> I just installed macports and when I first try to run selfupdate I get the
> following:
>
> MacBook-Pro-de-Joao:~ joaobatista$ sudo port -d selfupdate
> Password:
> DEBUG: Copying
> /Users/joaobatista/Library/Preferences/com.apple
On Sep 20, 2019, at 15:42, Gerben Wierda wrote:
> On 20 Sep 2019, at 18:29, Dr M J Carter wrote:
>
>> On Fri, Sep 20, 2019 at 05:33:02PM +0200, Gerben Wierda wrote:
>>> I’m new to tcl, so maybe this is simple, but I haven’t been able to solve
>>> it.
>>>
>>> startupitem.start "[vari
On Sep 20, 2019, at 10:37, Gerben Wierda wrote:
> The mail-server Portfile has this in it:
>
> # Network configuration
> # hard-coded examples
> set host host
> set domaindomain
> set tld tld
> set fullhost ${host}.${domain}.${tld}
> set
On Sep 20, 2019, at 22:30, Joshua Root wrote:
> Of special note for users of 10.6-10.8: The default C++ stdlib has
> changed from libstdc++ to libc++. This will enable building ports that
> require C++11 and beyond much more easily. All C++-based ports using the
> old stdlib will need to be reb
On Sep 23, 2019, at 17:37, Richard L. Hamilton wrote:
> You might want to install it as something other than Xcode.app, like
> Xcode.10.3.app
If the problem is that some ports have a baked-in path to the 10.14 SDK, then
you'll need to install it as Xcode.app to match that baked-in path.
On Sep 24, 2019, at 11:19, Gijs Vermeulen wrote:
> The dependency on gstreamer plugins has recently grown in Wine.
I haven't updated the wine ports in months, so I don't think anything has
happened there recently...
> When installing -good I noticed it has pulseaudio as a default variant.
>
On Sep 26, 2019, at 18:12, Riccardo Mottola wrote:
> Chris Jones wrote:
>> https://github.com/macports/macports-ports/commit/2e46a05404462e04930b612ed29d9f08ece64603
>>
>> I have no way though to test the logic on an OS as ancient as 10.5
>
> I patched the file locally in my macports
On Sep 26, 2019, at 18:28, Riccardo Mottola wrote:
> Hi,
>
> Ryan Schmidt wrote:
>>> I suppose this is an important fix for 10.5 user, we soon need a 2.6.1
>> The list of compiler dependencies is kept in 2 places: in the ports tree,
>> and also in MacPorts b
On Sep 27, 2019, at 05:42, Vahid Askarpour wrote:
> Error: Failed to install libgcc9: no destroot found at:
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gcc9/libgcc9/work/destroot
Please see:
https://trac.macports.org
On Sep 27, 2019, at 13:58, Chris Jones wrote:
> Sounds like your ports database is corrupted in some way, it is is
> complaining about a file and port that is not actually installed
I don't think I've ever heard of corruption like that happening before. I'm not
sure that's possible. I wo
On Sep 27, 2019, at 06:04, Carlo Tambuatco wrote:
> I filed a ticket on this issue already and included a logfile for it, but I
> thought there's no harm in asking the mailing list for a quick solution...
>
> I upgraded to macports 2.6.0 today. During a routine upgrade of my
> ports, the py3
On Sep 27, 2019, at 06:15, Chris Jones wrote:
> Odd. On my 10.13 machine it returns the versioned SDK. e.g.
On my 10.13 machine it also returns the versioned SDK. But on the buildbot
machines, it returns the unversioned SDK, so apparently it's not that odd and
doesn't indicate a problem.
On Sep 29, 2019, at 08:57, Werner LEMBERG wrote:
> Let me reformulate my question: Does the way how I have installed
> MacPorts packages on my computer influence how `port mpkg' works for a
> given package? Given that `port mpkg' rebuilds all packages, I would
> expect no. Instead, I would ex
On Oct 2, 2019, at 00:57, Dave Horsfall wrote:
> (Sorry for the delay)
>
> On Sat, 18 Apr 2015, Ryan Schmidt wrote:
>
>> I've fixed this problem now. If you "sudo port selfupdate" and try again it
>> should work.
>
> No, but installing XML::P
On Oct 4, 2019, at 21:41, Richard L. Hamilton wrote:
> I see that kdelibs4 and xmms2 are ok now; thanks to whoever did that (esp.
> kdelibs4, which is probably nasty to maintain).
>
> The one I have left that means I can't just "port upgrade outdated" on my
> system with the most packages in
ch06.html#network_vde
>>> I see "At the moment this option requires compilation of Oracle VM
>>> VirtualBox from sources, as the Oracle packages do not include it." So I
>>> guess the folks with commercial resources also just avoided that.
>>>
&g
On Oct 5, 2019, at 21:53, Jeffrey Walton wrote:
>
> Hi Everyone,
>
> Syntax-Highlight results on an old PowerMac.
>
> $ cat
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_source-highlight/source-highlight/main.log
> ...
>
> :in
On Oct 5, 2019, at 11:36, Werner LEMBERG wrote:
>>> Let me reformulate my question: Does the way how I have installed
>>> MacPorts packages on my computer influence how `port mpkg' works
>>> for a given package? Given that `port mpkg' rebuilds all packages,
>>> I would expect no. Instead, I w
On Oct 6, 2019, at 07:55, Werner LEMBERG wrote:
I believe you can just specify the variants that you want (for the
port and all of its dependencies) at the command line when you run
`port mpkg`, can't you? As in:
sudo port mpkg lilypond-devel +mactex +perl5_28
>>>
>>
Apple has announced they will ship macOS Catalina this month. Apple has removed
all support for running 32-bit software from Catalina. If you rely on 32-bit
Windows software that runs via Wine, do not upgrade to Catalina because if you
do, you won't be able to run that software anymore.
CodeWea
On Oct 6, 2019, at 17:24, Dominic Reich wrote:
> I think I saw kind of message already. Do you have XQuartz [1]
> installed already? If so, try starting it before you start putty.
Instead of installing XQuartz outside of MacPorts, it is recommended to install
the xorg-server port. It is the s
On Oct 10, 2019, at 18:05, Carlo Tambuatco wrote:
> After some difficulties caused by upgrading to XCode 11, I'm sure a lot of
> people are weary of upgrading to Catalina just yet, so could someone give a
> timeframe for when it should be >95% safe for most macports users to upgrade
> to Cat
On Oct 11, 2019, at 10:49, Steven Esser wrote:
> On a fresh Catalina (10.15) install with Xcode 11.1 and the latest CLI tools
> I cannot seem to activate any ports. Most seem to configure and build
> correctly, but fail when they reach the activation step. Attached is the log
> for an attemp
On Oct 11, 2019, at 09:57, Joshua Root wrote:
> Xcode itself only contains a 10.15 SDK, but the Command Line Tools have
> a 10.14 one. You should be mostly fine with them installed, though there
> are some exceptions. Our installation instructions have always said to
> install both Xcode and the C
On Oct 10, 2019, at 22:58, Andrew Hartung wrote:
> What does this mean?
>
> Warning: All compilers are either blacklisted or unavailable; defaulting to
> first fallback option
>
> 10.14.6 with xcode 10.
>
> Showed up after the latest port update I ran after here:
>
> Adding subport libomp-
On Oct 11, 2019, at 21:39, Steven Esser wrote:
> The bsdtar command seems to work fine outside of the scripts. This is a fresh
> installation of Catalina and MacPorts, so there are extraneous installs of
> bsdtar or libarchive etc
I assume you are the only person experiencing this problem, s
On Oct 12, 2019, at 03:36, Chris Jones wrote:
> On 12 Oct 2019, at 3:28 am, Ryan Schmidt wrote:
>
>> On Oct 11, 2019, at 09:57, Joshua Root wrote:
>>
>>> Xcode itself only contains a 10.15 SDK, but the Command Line Tools have
>>> a 10.14 one. You shoul
Remember to Reply All so the conversation stays on the list.
On Oct 11, 2019, at 23:11, Andrew Hartung wrote:
> On Oct 11, 2019, at 9:39 PM, Ryan Schmidt wrote:
>> On Oct 10, 2019, at 22:58, Andrew Hartung wrote:
>>
>>>
>>> Warning: All compilers are
On Oct 12, 2019, at 12:30, Andrew Hartung wrote:
> I found the problem. Somehow xcode got updated to 11 automatically two days
> ago. I just upgraded to Mojave a couple of weeks ago and missed a setting in
> the app store to turn off automatic upgrades. Downgrading now, sorry to waste
> ever
On Oct 15, 2019, at 12:36, Chris Jones wrote:
> On 15 Oct 2019, at 8:43 am, Guillaume Houzeaux @ BSC wrote:
>
>> there is no way I can update to xcode11.1 (I always get an error from apple
>> store at the end: could not be installed).
>
> Thats very fishy definitely you should be abl
On Oct 20, 2019, at 05:42, Henning Hraban Ramm wrote:
> Hi, I’m using MacPorts for many years, but I’m new on this list.
>
> A few days ago I was building SCM Workbench[1] on MacPorts Python 3.7
> (because the binary package was expecting python.org Frameworks to be
> installed). The project
On Oct 20, 2019, at 19:42, Christopher Burns wrote:
> It may be coming, but I was trying to install osxfuse on 10.15, and it is
> failing. When I dig into the logs it appears it just doesn’t have the 10.15
> SDK in the /lib/defaults.sh - so if I add
> DEFAULT_SDK_10_15_ARCHITECURES/COMPILE de
On Oct 20, 2019, at 17:41, Al Varnell wrote:
> I got 2.6.1 just now. Guess I need to wait for all the mirrors to be fully
> updated and try again later.
You can safely run `sudo port selfupdate` anytime. If the mirror you're using
has already received the 2.6.2 update, you'll get it. If not
On Oct 22, 2019, at 00:50, Michael Newman wrote:
>> On Oct 22, 2019, at 12:26, Wahlstedt Jyrki wrote:
>>
>>> Michael Newman kirjoitti 22.10.2019 kello 7.19:
>>>
>>> I have no idea. I don’t even know what it is. It must have been installed
>>> by some other port that I requested.
>>
>> Hi,
>
On Oct 22, 2019, at 01:48, Michael Newman wrote:
>> PostgreSQL is a database server. If you don't think you need it (or any
>> port), try uninstalling it. ("sudo port uninstall postgresql83"). MacPorts
>> will either let you uninstall it, or it will tell that uninstalling it will
>> break so
Remember to Reply All so the conversation stays on the list.
On Oct 22, 2019, at 02:39, Michael Newman wrote:
> On Oct 22, 2019, at 13:51, Ryan Schmidt wrote:
>
>> Ok, so there were two versions of postgresql83 installed. You told MacPorts
>> to uninstall them both, MacP
On Oct 22, 2019, at 12:38, Riccardo Mottola wrote:
> my MacPorts
> broke in a very strange way. I was upgrading selectively some ports (because
> certain are hard failures currently on 10.7) ehen upgrade of python36 broke
> (strangely, it worked on 10.6!).
>
> I cannot even list outdated pac
On Oct 22, 2019, at 10:30, Christoph Kukulies wrote:
> My macOS wants to update (Mojave->Catalina 10.15).
>
> I’ve heard wine emulator based programs will cease working.
>
> Has anyone heard there will be an escape for this situation?
This is the latest information I have:
https://lists.mac
On Oct 26, 2019, at 18:28, Darwin O'Connor wrote:
> I'm trying to install p5.26-dbd-mysql which is needed to update mythtv.28,
> which needs to use mariadb.
>
> It is generating this error:
>
> :info:configure 'perldoc DBD::mysql::INSTALL'.
> :info:configure Checking if libs are available fo
On Oct 12, 2019, at 21:50, Al Varnell wrote:
> I feel certain that could be configured to be the default setting for this
> list. It is the only one of over a dozen that I subscribe to where it’s not.
>
> Could that be checked into?
No. Munging the Reply-To header would contravene the releva
On Oct 12, 2019, at 12:14, Andrew Hartung wrote:
> On Oct 12, 2019, at 10:10 AM, Ryan Schmidt wrote:
>> Clang 11 goes with Xcode 11 but you said you have Xcode 10. You should
>> either upgrade to Xcode 11 to match your clang version (I don't recommend
>> this due
On Oct 28, 2019, at 22:28, Al Varnell wrote:
> Maybe I’m missing something obvious here, but why isn’t the list configured
> IAW RFC 2369 instead?
What specifically are you proposing we change?
On Nov 2, 2019, at 01:31, raf wrote:
> at first, i changed my macports.conf to put i386 back into the universal_archs
> variable but later found out that xcode (i guess) no longer supports compiling
> for i386 so i changed it back to the default.
>
> restore_ports.tcl had trouble processing my
On Nov 3, 2019, at 02:10, Michael Newman wrote:
> Periodically DetectX generates the following message:
>
> =
> Items: org.macports.postgresql83-server.plist
> Some background launch items have just been changed on your mac which can
> affect its security
> =
>
> I had previously un
On Nov 3, 2019, at 04:19, Michael Newman wrote:
> Locate did not find this plist on the boot volume. It did find it in a Carbon
> Copy Cloner SafetyNet directory on a backup drive.
>
> MrMuscle:home mnewman$ locate org.macports.postgresql83-server.plist
> /Volumes/Clorox2/_CCC SafetyNet/2019-
On Nov 4, 2019, at 10:12, Hans Goedbloed wrote:
> [/Users/hansgoedbloed]$sudo port install gcc9
> Password:
> ---> Computing dependencies for gcc9
> ---> Cleaning gcc9
First things first: this shows that gcc9 was already successfully installed
before you ran this command.
> ---> Updating d
On Nov 4, 2019, at 14:25, Michael A. Leonetti wrote:
> My qt5 installation keeps complaining about missing linking files so I am
> trying to reinstall and qt5-q3d complains about missing system-assimp.
>
> Is there a variant I'm missing that I can disable?
>
>> :debug:configure
>> SDKROOT='/Li
Please write to our list addresses at lists.macports.org, not the old hostname
you used which was deprecated in 2016.
On Nov 5, 2019, at 10:20, joerg van den hoff wrote:
> this is on OSX 10.14.6 and with current macports 2.6.2.
>
> it does not find it seems. I don't find anything related to
On Nov 5, 2019, at 19:39, Michael Newman wrote:
> Maybe I’m just not smart enough to play with MacPorts….
Normally things work pretty well. Sometimes you'll encounter errors.
Unfortunately we'll have to deal with them on a case by case basis!
> This on an iMac still running Mojave.
>
> Thi
On Nov 5, 2019, at 19:10, raf wrote:
> I only tried "port clean ncurses" like it suggested but that didn't help.
> Then I remembered that I had an environment variable:
>
> ARCHFLAGS='-arch i386 -arch x86_64'
>
> Which probably stopped it working. I got rid of that, and port cleaned
> instal
On Nov 6, 2019, at 02:34, Michael Newman wrote:
> I have no idea why I have postgreSQL:
>
> MrMuscle:~ mnewman$ sudo port dependents postgresql84
> postgresql84-server depends on postgresql84
> MrMuscle:~ mnewman$ sudo port dependents postgresql84-server
> postgresql84-server has no dependents
On Nov 7, 2019, at 09:42, posita wrote:
> I have been wracking my brains trying to understand this, but have come up
> short.
>
> Every time I do a `sudo port -c -u selfupdate`, many files in
> `/var/macports/sources/rsync.macports.org/macports/release/tarballs`
> end up with GID 505. E.G.:
On Nov 7, 2019, at 03:16, Werner LEMBERG wrote:
> I've noticed that in `main.log` files there is no information what
> version and variants have been requested – for example,
>
> ImageMagick @6.9.9-40_7+x11
>
> Wouldn't it make sense to make `port` add this information to the very
> top of `
On Nov 7, 2019, at 21:23, Stan Sanderson wrote:
> OS X 10.14, all installed ports up-to-date.
> Re: kmymoney4-devel
>
> Since the recent problem with kdepimlibs4 was solved (thanks!), port upgrade
> outdated consistently ends with
> ---> Scanning binaries for linking errors
> ---> Found 2
301 - 400 of 1642 matches
Mail list logo