Re: ImageMagick port outdated

2020-09-28 Thread Ryan Schmidt
On Sep 28, 2020, at 07:58, Christoph Kukulies wrote: > locate doing wildcards or not, * matches somthing and . also, anyway: > > $ locate heic.la > $ > > There is no > > $ ls /opt/local/lib/ImageMagick-6.9.11 > ls: /opt/local/lib/ImageMagick-6.9.11: No such file or directory > $ Then I g

Re: ImageMagick port outdated

2020-09-28 Thread Ryan Schmidt
On Sep 28, 2020, at 07:31, Uli Wienands wrote: >>> So, what could be amiss? >> Not sure! I tried converting some heic images now and it worked fine for me >> on macOS 10.13.6. >> >> What's the contents of >> /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.la? >> >> Does /opt/local

Re: ImageMagick port outdated

2020-09-29 Thread Ryan Schmidt
On Sep 28, 2020, at 10:52, Ryan Schmidt wrote: > > >> And I am on OS X 10.6.8 on this machine; forgot to say that upfront. > > Ok. I'll see if I can test on 10.6. Well it works for me on 10.6 too. You could try adding the -verbose flag when you invoke convert but I&#x

Re: ImageMagick port outdated

2020-09-29 Thread Ryan Schmidt
On Sep 29, 2020, at 12:04, Ryan Schmidt wrote: > On Sep 28, 2020, at 10:52, Ryan Schmidt wrote: >> >> >>> And I am on OS X 10.6.8 on this machine; forgot to say that upfront. >> >> Ok. I'll see if I can test on 10.6. > > Well it works for me on 1

Re: ImageMagick port outdated

2020-09-30 Thread Ryan Schmidt
On Sep 29, 2020, at 23:56, Uli Wienands wrote: > On 9/29/20 12:20 PM, Ryan Schmidt wrote: >> On Sep 29, 2020, at 12:04, Ryan Schmidt wrote: >> >>> On Sep 28, 2020, at 10:52, Ryan Schmidt wrote: >>>> >>>>> And I am on OS X 10.6.8 on this mac

Scheduled downtime for rsync.macports.org on October 2

2020-10-01 Thread Ryan Schmidt
Our partners at the Friedrich-Alexander University who run rsync.macports.org plan to do maintenance on the server on October 2, 2020. The server is expected to be offline for about 60 minutes sometime between 11:00 and 14:00 UTC. Running `sudo port selfupdate` or `sudo port sync` during the mai

Re: MySQL 8: datadir

2020-10-02 Thread Ryan Schmidt
On Oct 2, 2020, at 15:45, Murray Eisenberg wrote: > Step 6: Database upgrade as necessary You used to have to upgrade the database manually but according to Oracle's documentation mysql 8.0.16 and later do it for you automatically. https://dev.mysql.com/doc/refman/8.0/en/upgrading-what-is-u

Re: MySQL 8: datadir

2020-10-02 Thread Ryan Schmidt
On Oct 2, 2020, at 17:17, Murray Eisenberg wrote: > - move my.cnf to "appropriate location" <— not sure what this means! > Surely I want it to be in /opt/local/etc/mysql8 According to "port notes mysql8" I agree that's the appropriate location. > - start mysql8 > > BUT what abou

Re: MySQL 8: datadir

2020-10-02 Thread Ryan Schmidt
On Oct 2, 2020, at 19:36, Murray Eisenberg wrote: > Assuming I do _not_ want to initialize the database, given that I want to use > an existing (MySQL 5.7) database with the newly installed MySQL8, I loaded > mysql8-server, then tried to connect to it: > > mysql > ERROR 2

Re: mysql8 problems

2020-10-04 Thread Ryan Schmidt
On Oct 3, 2020, at 14:21, Murray Eisenberg wrote: > Something seems to be wrong: > > sudo port load mysql8-server > --> Loading startupitem 'mysql8-server' for mysql8-server > > ps -ax | grep mysql > 39298 ttys0010:00.00 grep mysql > > Is the mysql8 server actually running??

Re: MySQL 8: datadir

2020-10-04 Thread Ryan Schmidt
On Oct 3, 2020, at 12:05, Murray Eisenberg wrote: > On 3 Oct2020, at 8:00 AM,Andrew Udvare wrote: > >> Your client is trying to connect >> /opt/local/var/run/mysql57/mysqld.sock instead of >> /opt/local/var/run/mysql8/mysqld.sock . Your client is not finding the >> correct socket path in my.cnf.

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Ryan Schmidt
On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: > I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but > now my existing phymyadmin 5.0.2 no longer allows me to log in as root. > > One dragon slayed; another appeared! > > Errors: > > Cannot log in to the MySQL

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Ryan Schmidt
On Oct 4, 2020, at 16:22, Murray Eisenberg wrote: > On 4 Oct2020, at 4:29 PM, Ryan Schmidt wrote: > >> On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: >> >>> I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but >>> now my existing

Re: Scheduled downtime for rsync.macports.org on October 2

2020-10-05 Thread Ryan Schmidt
On Oct 4, 2020, at 21:32, Kastus Shchuka wrote: > Not sure if it is related to the mentioned maintenance, It's not. The previously mentioned maintenance was completed within the announced timeframe. > but I am getting timeout from https://packages.macports.org when trying to > upgrade libne

Re: convertlit fixes - thanks!

2020-10-07 Thread Ryan Schmidt
On Oct 7, 2020, at 20:55, Richard L. Hamiltonwrote: > Thanks, I appreciate the quick fixes! > > Did those get passed upstream? Seems to me that they should be quite > portable, insofar as one should always use the appropriate include files with > library routines, and the lzx.h header file s

Re: Failure to compile Poppler - 10.5

2020-10-07 Thread Ryan Schmidt
On Oct 6, 2020, at 15:00, Ken Cunningham wrote: > The issue you have here is that clang is trying to build c++14 software > against the standard headers for the old libstdc++ that comes with Leopard. > That can't work. > > Leopard Intel would usually default to gcc7, which will use it's newe

Re: Failure to compile Poppler - 10.5

2020-10-08 Thread Ryan Schmidt
On Oct 8, 2020, at 02:55, Ken Cunningham wrote: > on 10.10 and less, xcode's clang is blacklisted. > > probably something in the cmakelist.txt file then goes down some different > path... Agreed... In cmake/modules/PopplerMacros.cmake there is a block that takes effect only if ("${CMAKE_CX

Re: Failure to compile Poppler - 10.5

2020-10-08 Thread Ryan Schmidt
On Oct 8, 2020, at 10:04, Ken Cunningham wrote: > nb - fixed here Oct 6: > > That commit is a year old and was included back in version 0.82.0. We are way past that already.

Re: port select --set gcc not symlinking `cc` command

2020-10-14 Thread Ryan Schmidt
On Oct 13, 2020, at 08:38, Ruben Di Battista wrote: > I just passed a week to solve a compiler error > (https://github.com/mutationpp/Mutationpp/issues/143#issuecomment-707742157) > associated to the fact that when selecting GCC as compiler with > Macports, the `cc` command does not get symlinked.

Re: Failure to compile Poppler - 10.5

2020-10-14 Thread Ryan Schmidt
On Oct 9, 2020, at 13:50, Ken Cunningham wrote: > Punt to the maintainer -- Dave -- to put on his "someday" list. Filed: https://trac.macports.org/ticket/61316

Re: port select --set gcc not symlinking `cc` command

2020-10-15 Thread Ryan Schmidt
On Oct 14, 2020, at 11:25, Ruben Di Battista wrote: > Ok, thanks Ryan. Any specific show stoppers? Or the reason for not > fixing it is just lack of time and low priority? The only reason I know of why the bug has not been fixed is it requires revbumping all of the gcc ports that are a member

Re: GTK3 upgrade issue on Mojave

2020-10-15 Thread Ryan Schmidt
On Oct 14, 2020, at 10:50, Greg Earle wrote: > On 14 Oct 2020, at 7:58, Michael Dickens wrote: > >> Hi Greg - You need to reinstall the "at-spi2-atk" port. For example: >> {{{ >> sudo port -f uninstall at-spi2-atk >> sudo port install at-spi2-atk >> sudo port clean gtk3 >> sudo port upgrade gt

Re: I keep getting the warning about CLT

2020-10-17 Thread Ryan Schmidt
> On Oct 17, 2020, at 12:48, Ruben Di Battista wrote: > > I keep getting the error described here: > https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt. > > I reinstall the CLT, but it lasts until the next Xcode update. Is there a way > to fix it definitely? Report the bug to Apple

Re: Catalina xcode-select --install and MacPorts installation

2020-10-29 Thread Ryan Schmidt
On Oct 28, 2020, at 02:31, Fielding, Eric J (US 329A) wrote: > I just upgraded my MacBook to Catalina 10.15.7 from 10.14.6 and I installed > the latest Xcode 12.1. I started Xcode and agreed for it to install required > components. When I tried to run “xcode-select –install” it asked me to ag

Re: Issues with MacPorts migration from 10.12.6 Sierra to 10.14.6 Mojave

2020-11-07 Thread Ryan Schmidt
On Nov 7, 2020, at 03:02, Greg Earle wrote: > But I'm getting a ton of repeated errors like this one: > > -- > Error: Requested variants "" do not match those the build was started with: > "+universal". > Error: Please use the same variants again, or run 'port clean expat' first to > remove

Re: rebuild a package without an update

2020-11-07 Thread Ryan Schmidt
On Nov 7, 2020, at 12:46, Riccardo Mottola wrote: > I need to rebuild a package which is not working due to a dependency upgrde. > revdep "catches" it but revdep fails to build it because it uses the wrong > compiler and I need to force it (also because the compiler itself is broken > becaus

Re: Issues with MacPorts migration from 10.12.6 Sierra to 10.14.6 Mojave

2020-11-10 Thread Ryan Schmidt
On Nov 9, 2020, at 16:51, Greg Earle wrote: > On 7 Nov 2020, at 1:43 AM, Ryan Schmidt wrote: > >> Do what it says and clean the affected ports. >> >> sudo port clean expat >> >> sudo port clean db48 > > Thanks Ryan. That just pushed it down the

macOS 11 Big Sur and MacPorts

2020-11-11 Thread Ryan Schmidt
Apple has announced that macOS 11 Big Sur will be released tomorrow, November 12, 2020. In the coming days we will either release an installer for MacPorts 2.6.3 for macOS 11 or will release a new version of MacPorts with installers for all OS versions including macOS 11. It is likely that many

Re: macOS 11 Big Sur and MacPorts

2020-11-12 Thread Ryan Schmidt
On Nov 11, 2020, at 22:27, Dave Horsfall wrote: > On Wed, 11 Nov 2020, Ryan Schmidt wrote: > >> Apple has announced that macOS 11 Big Sur will be released tomorrow, >> November 12, 2020. In the coming days we will either release an installer >> for MacPorts 2.

Re: Any reason not to update to Xcode 12.2 on Catalina?

2020-11-13 Thread Ryan Schmidt
On Nov 12, 2020, at 23:08, Richard L. Hamilton wrote: > One or two times past, an Xcode version around the time of a new OS release > has been a problem on the older OS. > > I don't see anything likely to be that way with Xcode 12.2 (and MacPorts) on > Catalina, but I'm looking for alternati

Re: rebuild a package without an update

2020-11-14 Thread Ryan Schmidt
On Nov 13, 2020, at 17:45, Riccardo Mottola wrote: > On 2020-11-08 08:18:22 +0100 Ryan Schmidt wrote: > >> On Nov 7, 2020, at 12:46, Riccardo Mottola wrote: >>> I need to rebuild a package which is not working due to a dependency >>> upgrde. revdep "catch

Re: failure to link most programs on Leopard

2020-11-14 Thread Ryan Schmidt
On Nov 14, 2020, at 14:31, Ken Cunningham wrote: > I’m not positive, but I think at one point in time macports base added this > flag to most or all builds, but that went by the wayside when most builds > became 64bit intel. > I have no recollection of that being the case, and searching the m

Re: Port Application Issues (Launching Issues)

2020-11-14 Thread Ryan Schmidt
On Nov 14, 2020, at 17:53, Jonathan Allen wrote: > I fully installed the Mac Ports application successfully, and then once that > was finished I entered “sudo port install homebank” in the command line, no > errors were presented. I then went to the “MacPorts” folder in the > Application Fol

Re: macOS 11 Big Sur and MacPorts

2020-11-15 Thread Ryan Schmidt
On Nov 11, 2020, at 10:06, Ryan Schmidt wrote: > Apple has announced that macOS 11 Big Sur will be released tomorrow, November > 12, 2020. In the coming days we will either release an installer for MacPorts > 2.6.3 for macOS 11 or will release a new version of MacPorts with installe

Re: Any reason not to update to Xcode 12.2 on Catalina?

2020-11-15 Thread Ryan Schmidt
Please keep the discussion on the mailing list by using the Reply All button in your mail program. On Nov 15, 2020, at 11:18, Kevin Horton wrote: > Caution - It looks like some recent macOS update fiddled with the preferences > in Software Update. I found this morning that XCode on one Mac ha

Re: macOS 11 Big Sur and MacPorts

2020-11-15 Thread Ryan Schmidt
On Nov 15, 2020, at 16:53, John Chivian wrote: > For me, every time Xcode is updated, the first time I start it following its > update I am prompted to update components, Yes. > and the current version command line tools are installed. No. "Components" are not "command line tools". You must

Re: macOS 11 Big Sur and MacPorts

2020-11-15 Thread Ryan Schmidt
sonally experienced. Perhaps the action is remembered somewhere in Xcode? > > On 11/15/20 17:28, Ryan Schmidt wrote: >> >> On Nov 15, 2020, at 16:53, John Chivian wrote: >> >>> For me, every time Xcode is updated, the first time I start it following >>

Re: QLColorCode update and issue

2020-11-16 Thread Ryan Schmidt
On Nov 16, 2020, at 02:40, Andrew Udvare wrote: > I have a PR here to update the QLColorCode port > https://github.com/macports/macports-ports/pull/9138 and while everything > builds, the highlight functionality of this does not work. > > One observation: /opt/local/lib/liblua.dylib (port: l

Re: macOS 11 Big Sur and MacPorts

2020-11-16 Thread Ryan Schmidt
On Nov 16, 2020, at 02:55, Dominik Reichardt wrote: > Yes, everyone replying that you have the CLT installed, check if it’s > actually the correct one. Because apparently there is a bug that makes Xcode > report that the CLTs are installed *without* checking whether it is the > correct versi

Re: QLColorCode update and issue

2020-11-16 Thread Ryan Schmidt
On Nov 16, 2020, at 13:17, Andrew Udvare wrote: > On 16/11/2020 11:45, Ryan Schmidt wrote: >> You get this error when doing what? > > This happens when I try to load a preview. > > 1. Load Finder > 2. Pick a file that would load a preview with it like a shell script t

Re: rebuild a package without an update

2020-11-16 Thread Ryan Schmidt
On Nov 16, 2020, at 17:58, Riccardo Mottola wrote: > > Ryan Schmidt wrote: >>> So I have to force the "gcc-4.2" of xcode... that one works (and, luckily, >>> libxml2 still compiles with it) >> My point is that "sudo port upgrade outdated"

Re: Any reason not to update to Xcode 12.2 on Catalina?

2020-11-16 Thread Ryan Schmidt
On Nov 16, 2020, at 17:32, raf wrote: > On Sun, Nov 15, 2020 at 11:56:54AM -0600, Ryan Schmidt wrote: > >> You should definitely never run with a mismatched set of Xcode and its >> command line tools. Either update the command line tools to the Xcode >> 12.2 versi

Re: MacPorts 2.6.4 has been released

2020-11-17 Thread Ryan Schmidt
On Nov 14, 2020, at 06:05, Joshua Root wrote: > The MacPorts Project is pleased to announce the release of version > 2.6.4. This is a bugfix release with small changes only. See the > ChangeLog [1] for the list of changes. Thank you, Josh, for doing this release. I know it takes time to cherry

Re: What does "Warning: No port … found in index" mean?

2020-11-17 Thread Ryan Schmidt
On Nov 17, 2020, at 20:04, Jim DeLaHunt wrote: > Hi, folks: > > In doing my daily `sudo port selfupdate` on 16 November UTC, I encountered a > warning which is new to me: > > "Warning: No port […portname…] found in index" > > In redoing `sudo port selfupdate`, this warning did not reoccur.

Re: Any reason not to update to Xcode 12.2 on Catalina?

2020-11-18 Thread Ryan Schmidt
> On Nov 18, 2020, at 10:39, Peter Hancock wrote: > > On 13/11/2020 10:42, Ryan Schmidt wrote: >> On macOS 10.15, you can avoid even more problems by limiting yourself to >> Xcode 11.7 and the Xcode 11.5 version of the command line tools. Upgrading >> to Xcode 12

Re: p5.28-xml-entities-1.0.200_0.darwin_20.noarch.tbz2 does not seem to exist

2020-11-21 Thread Ryan Schmidt
On Nov 21, 2020, at 19:32, Vahid Askarpour wrote: > In attempting to install grace, my Mac crashes losing internet connection. > The stall occurs when trying to fetch the following package: > > Attempting to fetch p5.28-xml-entities-1.0.200_0.darwin_20.noarch.tbz2 from > https://packages.mac

Re: fpc

2020-11-21 Thread Ryan Schmidt
On Nov 21, 2020, at 15:42, Curtis Matz wrote: > I’m receiving this error on Big Sur. Does anyone have thoughts on how to fix > this? > > sudo port clean fpc > sudo port install fpc > > :info:build > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync. > macports.org_release

Re: p5.28-xml-entities-1.0.200_0.darwin_20.noarch.tbz2 does not seem to exist

2020-11-22 Thread Ryan Schmidt
On Nov 22, 2020, at 05:34, Vahid Askarpour wrote: > I have AMP for endpoints but disabling it did not change the outcome. I will > just wait until the .darwin_20.* package becomes available and then try again. I'm hoping the perl modules will be done in a couple days. You can also try building

Re: Problem installing php73-zip

2020-11-23 Thread Ryan Schmidt
On Nov 23, 2020, at 21:27, Jeff Greenberg wrote: > :debug:archivefetch openssl output: couldn't create error file for command: > permission denied This message has been seen a few times before and a common cause seems to be that your tmp directory does not have the right permissions. See: h

Re: MacPorts on Apple Silicon Macs (was: Re: info)

2020-11-27 Thread Ryan Schmidt
On Nov 27, 2020, at 09:15, Giovanni Cantele wrote: > is there any ongoing project for porting the whole macports staff on the new > Apple silicon architecture? > What happens to those who extensively make use of macports and have bought > the recent released MacBook Pro running on the new proces

Re: Port Application Issues (Launching Issues)

2020-11-27 Thread Ryan Schmidt
On Nov 27, 2020, at 18:25, Riccardo Mottola wrote: > However, only native Cocoa apps wil install an .app bundle inside the > MacPorts folder. E.g. emacs, gimp do that if they are compiled in the > "+quartz" variant. Other apps if not Mac native will have their own launch > method which will

Re: Migration doc suggestion - chsh

2020-11-27 Thread Ryan Schmidt
On Nov 27, 2020, at 15:50, Kevin Horton wrote: > I'm apparently a slow learner, but once again I forgot to change my login > shell back to one supplied by Apple before migrating to Big Sur (I had been > using. > > Suggestion - add a step to the Migration docs, before the step that removes >

Re: MacPorts on Apple Silicon Macs (was: Re: info)

2020-11-28 Thread Ryan Schmidt
On Nov 28, 2020, at 08:32, Joshua Root wrote: > Ryan Schmidt wrote: >> We have tens of thousands of ports in MacPorts and it's not always clear to >> us which ones people use. > > That at least can be easily remedied by installing the mpstats port. You >

Re: rebuild a package without an update

2020-11-29 Thread Ryan Schmidt
On Nov 29, 2020, at 06:24, Riccardo Mottola wrote: > On 2020-11-17 00:30:33 +0000 Ryan Schmidt wrote: > >> On Nov 16, 2020, at 17:58, Riccardo Mottola wrote: > >>> Here were are in the situation that if, for some upstream reason, libxml2 >>> stops compil

Re: Cannot install kmymoney4 due to gwenhywfar4 failure on Big Sur

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 19:52, Timothy Allison wrote: > I have been using kmymoney on my Macs for many years now. I stupidly > upgraded to Big Sur a month ago, and have been paying the price with > kmymoney4 for about a month. > Now that qt4 installs, kmymoney4 fails because gwenhywfar4 fails to

Re: Removing all non-requested ports?

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 08:58, Jonathan Stickel wrote: > I'm not sure why `reclaim` doesn't provide such an option. Because nobody has contributed the code to implement it. https://trac.macports.org/ticket/60754

Re: Libgcc: new version won't deactivate the old version

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 02:58, Christopher Jones wrote: > On 4 Dec 2020, at 2:36 am, Michael wrote: > >>> ---> Computing dependencies for libgcc >>> The following dependencies will be installed: libgcc10 >>> Continue? [Y/n]: y >>> ---> Activating libgcc10 @10.2.0_3 >>> Error: Failed to activate lib

Re: Cannot install kmymoney4 due to gwenhywfar4 failure on Big Sur

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 20:24, Jeffrey Walton wrote: > On Fri, Dec 4, 2020 at 8:53 PM Timothy Allison wrote: >> >> I have been using kmymoney on my Macs for many years now. I stupidly >> upgraded to Big Sur a month ago, and have been paying the price with >> kmymoney4 for about a month. >> Now t

Re: Compile ffmpeg static file from Macports?

2020-12-04 Thread Ryan Schmidt
On Dec 3, 2020, at 11:44, K Hindall wrote: > I have never been a coder, which is why I have Macports. > > Now I need a static ffmpeg file (to run ff·Works, thereby proving that I am > not a coder!). I know that Macports uses dynamic libraries rather than static > ones and somehow that compli

Re: Cannot install kmymoney4 due to gwenhywfar4 failure on Big Sur

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 20:27, Jeffrey Walton wrote: > On Fri, Dec 4, 2020 at 9:26 PM Ryan Schmidt wrote: > >> On Dec 4, 2020, at 20:24, Jeffrey Walton wrote: >> >>> On Fri, Dec 4, 2020 at 8:53 PM Timothy Allison wrote: >>>> >>>> I have be

Re: info

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 09:18, Alejandro Imass wrote: > quick question: is Apple using more or less the same stack and toolchain i.e. > Mach + FBSD backbone and LLVM, etc. ? or has something very important changed > for Apple silicon? The very important thing that has changed is that Apple Silico

Re: info

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 15:50, Mojca Miklavec wrote: > > You should be able to install MacPorts and many ports. But you should > not be surprised if you hit some that will refuse to build and you may > need to wait for upstream to fix the issue (or try to fix it yourself > and submit a patch or find

Re: Cannot install kmymoney4 due to gwenhywfar4 failure on Big Sur

2020-12-04 Thread Ryan Schmidt
> On Dec 4, 2020, at 20:51, Jeffrey Walton wrote: > > On Fri, Dec 4, 2020 at 9:38 PM Ryan Schmidt wrote: >> >> On Dec 4, 2020, at 20:27, Jeffrey Walton wrote: >> >>> On Fri, Dec 4, 2020 at 9:26 PM Ryan Schmidt wrote: >>> >>>> On De

Re: info

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 16:00, James Secan wrote: > I think a large number of us are very interested in the status of ports > vis-a-vis both Apple Silicon (M1) and Big Sur. Some sort of simple > red-yellow-green status board for ports that have been checked would be very > useful. Unfortunately th

Re: info

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 21:32, Ken Cunningham wrote: > On 2020-12-04 6:56 p.m., Ryan Schmidt wrote: >> The reason for this is that ports.macports.org only shows status for ports >> that were built directly. It does not show status for ports that were built >> indirectly &

Re: More old upgrade issues (was: Re: Libgcc: new version won't deactivate the old version)

2020-12-04 Thread Ryan Schmidt
> On Dec 4, 2020, at 21:19, Michael wrote: > >> Error: Can't install oniguruma6 because conflicting ports are active: >> oniguruma5 >> Error: Problem while installing oniguruma6 >> Error: Follow https://guide.macports.org/#project.tickets to report a bug. >> bash-3.2# > > What is "Oniguruma"

Re: Confused about build dependencies here

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 21:24, Michael wrote: > Ok, this seems ... odd. I didn't know about Supertux until I saw it > mentioned, and figured it seemed like a good game. > >> bash-3.2# port install supertux >> ---> Computing dependencies for supertux >> The following dependencies will be installed

Re: info

2020-12-04 Thread Ryan Schmidt
On Dec 4, 2020, at 21:09, Richard L. Hamilton wrote: > If there was a port-level view of how the buildbots are doing (maybe there is > and I haven't found it?) that might come close. There is no such feature at this time. > But from what little I figured out looking at the buildbot pages, it

Re: Compiling a port statically

2020-12-04 Thread Ryan Schmidt
On Dec 5, 2020, at 00:09, Ken Cunningham wrote: > There was a nice tweak put forth by -- I think it was Bill Cole -- to link a > port statically. I used it for bash and gmake, but the idea might work for > other ports too. > > > See >

Re: installing openscad

2020-12-06 Thread Ryan Schmidt
On Dec 5, 2020, at 19:51, Murray Eisenberg wrote: > Those instructions say that if the older versions have been uninstalled — > which I did do — then to start by searching in the repositiry — which I did. > But I don’t see any History item for that port. The history of the bison portfile is

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 11:13, Richard L. Hamilton wrote: > Of course, that also requires that every library port it depends on builds a > static version as well as a shared version. > > So I would imagine, even given the argument in favor of limited static > executables, that there would be at m

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 5, 2020, at 01:23, Ken Cunningham wrote: > On 2020-12-04 11:07 p.m., Ryan Schmidt wrote: >> I can't think of a reason why we would want to offer such a thing. >> > You probably noticed some specifically asked how this would be done one > question before,

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 09:31, Riccardo Mottola wrote: > I can think of two scenarios: > > - building "always safe" binaries which can be used at system level, e.g. > login shells, tools, things put in launchd. That is things you want to always > work, even if you are during a MacPorts upgrade. N

Re: how change menus in openscad from Russian to English?

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 12:23, Murray Eisenberg wrote: > I just installed the openscad port and find that nearly all its menu items in > the installed GUI OpenSCAD.app are in Russian, in which I’m rather rusty. > > How can that language be changed? I tried its preferences but found no > language

Re: povray build error

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 11:31, Murray Eisenberg wrote: > Any chance of povray being fixed to avoid the fatal build errors reported > already at https://trac.macports.org/ticket/60961? > > I note that no maintainer is listed (from sp info --maintainer povray or on > the ticket). Working on it.

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 15:52, Richard L. Hamilton wrote: > I'm going to play devil's advocate on this and another post (with competing > positions, so don't feel bad). > > MacPorts knows the library dependencies of a port. While it does not now > (AFAIK) record the specific versions of each used

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 15:27, Dave Horsfall wrote: > On Sun, 6 Dec 2020, Riccardo Mottola via macports-users wrote: > >> I can think of two scenarios [ for static binaries ]: >> - building "always safe" binaries which can be used at system level, e.g. >> login shells, tools, things put in launchd

Re: how change menus in openscad from Russian to English?

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 16:00, Murray Eisenberg wrote: > On 6 Dec2020, at 3:49 PM, Ryan Schmidt wrote: >> >> >> >> On Dec 6, 2020, at 12:23, Murray Eisenberg wrote: >> >>> I just installed the openscad port and find that nearly all its menu items &g

Re: povray build error

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 15:59, Murray Eisenberg wrote: > My mistake in calling the learning system WIMS a port — it is not. Rather, it > is a separate download, from: > > > https://wims.matapp.unimib.it/wims/wims.cgi?session=86081EB7CC.1&+lang=en&+module=adm%2Flight&+phtml=download.phtml.e

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 16:44, Richard L. Hamilton wrote: > Why should that change? You don't pre-build binaries for more than a few very > common variants, so you wouldn't do so for static variants using such a > capability. True, we only build the port's default variants (and universal, if some

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 6, 2020, at 18:40, Richard L. Hamilton wrote: > I was thinking about port mpkg or port mdmg as an alternative, but since it > looks like that may put its files in the same place as the MacPorts > installation on which it was created does, it's not practical for anything > except trans

Re: Compiling a port statically

2020-12-06 Thread Ryan Schmidt
On Dec 7, 2020, at 01:01, Jeffrey Walton wrote: > Static linking also allows you to move binaries around the filesystem > with dicking around with otool and install_name_tool. Since programs are linked to libraries by their absolute path, you can move a program anywhere in the filesystem even

Re: local *single* Portfile

2020-12-07 Thread Ryan Schmidt
On Dec 7, 2020, at 13:56, Dominik Reichardt wrote: > Thank you, that helps the first step, but does it need to be a patch with > source in the net, or can I manage this with local source as well? You can put a patchfile in a "files" directory (in the same directory as the Portfile) (this is

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-08 Thread Ryan Schmidt
On Dec 8, 2020, at 02:42, Ken Preslan wrote: > On Mon, Dec 07, 2020 at 03:41:57PM -0500, Justin Vallon wrote: >> I currently use a VNC server on a debian machine, and a VNC client on my >> Mac. I am trying to configure my Mac to run the Xserver/VNC server so that >> I don't need to remote-conn

Re: macports-users Digest, Vol 172, Issue 7

2020-12-08 Thread Ryan Schmidt
On Dec 8, 2020, at 07:54, James Linder wrote: > Sorry about the subject line: macports is my only digest mail and I keep > forgetting :-( Note that just changing the subject line of your reply to match the thread's subject is not enough to preserve threading. You would also have to use the cor

Re: Running X11 in MacOS-window-as-X11-display mode?

2020-12-08 Thread Ryan Schmidt
On Dec 8, 2020, at 23:44, Ken Preslan wrote: > My main problem was performance. In the Mojave time-frame the xorg server > was updated from 1.18 to 1.20. Performance for xterm scrolling tanked. It > was unusable. I complained on macports-users on April 1st 2019. There was a > thread abo

Re: Binaries over different os10 versions

2020-12-16 Thread Ryan Schmidt
On Dec 12, 2020, at 15:23, dan d. wrote: > Does a binary, like lynx the browser, work over several versions of os10. I > have one older machine which version is 6 upgrades removed from > the most recent one. Will that lynx continue to work if most of the versions > are skipped by installing

Re: Strange python-38 error when running pip search

2020-12-16 Thread Ryan Schmidt
On Dec 14, 2020, at 16:26, Carlo Tambuatco wrote: > I have python38 installed via macports. It is the default python > via python_select. > > I don’t think I should file a ticket in this case because this error isn’t > local to the python(s) > installed via macports. It even occurs when run

Re: Need help reverting to older library

2020-12-16 Thread Ryan Schmidt
> On Dec 9, 2020, at 01:30, list_email--- wrote: > > >> On Dec 6, 2020, at 9:35 AM, Ken Cunningham wrote: >> >> of course the simplest method of reverting to an older binary is to just >> reactivate it if you still have it installed, but inactive, after an update. >> >> This will show you

Re: YouTube-DL is no more

2020-12-19 Thread Ryan Schmidt
On Dec 18, 2020, at 14:28, Clemens Lang wrote: >> 2. Next time(?) I update MP I presume YouTube-dl won’t update. Will it >> be removed? Will it no longer work? Is there a way to keep the port I >> have currently functioning? > > MacPorts mirrors the upstream files, so even if youtube-dl were r

Re: YouTube-DL is no more

2020-12-19 Thread Ryan Schmidt
On Dec 18, 2020, at 13:32, DaveC wrote: > The primary failure yesterday of youtube-dl gave this verbose output. > > Dave > - - - > Daves-Mac-mini:~ davec$ youtube-dl -v -x > https://www.youtube.com/watch?v=RXawa90YU2s > [debug] System config: [] > [debug] User config: ['--output', '~/Download

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 12:55, Michael wrote: > This should be a simple one. I hope. > > I just installed a program that was compiled against the release version of > mac's X11. Crashes on startup with this: > > dyld: launch, loading dependent libraries > > Dyld Error Message: > Library not loa

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 20:55, Ken Cunningham wrote: > There are likely to be more libraries missing after you fix this one, but you > can try. > > EIther symlink a real library that is the same or as similar as you have into > the position being looked for: > > sudo ln -s /opt/local/lib/libpng

Re: Using X11 for an older program

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 21:01, Michael wrote: > OK. Next question: Is there any reason I cannot install libpng version 15 at > the sametime? > > I am aware that there is a non-versioned link file, that the latest version > of the dynamic library installs. That can stay at 16 where it belongs. I

Re: ARM gdb compilation fails with implicit function declaration error ioctl

2020-12-25 Thread Ryan Schmidt
On Dec 21, 2020, at 14:52, Christoph Kukulies wrote: > Excuses if is not actually a macports issue but I’m a bit lost. > > I’m about to build this: > https://gitlab.com/LinkiTools/binutils-gdb > > > /Users/kuku/Downloads/binutils-gdb-users-ARM-embedded-gdb-master-2018q4/ > > > > > Runnin

Re: ARM gdb compilation fails with implicit function declaration error ioctl

2020-12-28 Thread Ryan Schmidt
Don't forget to Reply All so the conversation stays on the list. On Dec 26, 2020, at 05:06, Christoph Kukulies wrote: > There were times in history where implicit function declarations were not > considered as an error (consulting my book „The C programming language by > Kernighan/Ritchie“ > a

Re: How to build a port with a different compiler (was: Re: macports-users Digest, Vol 172, Issue 20)

2020-12-28 Thread Ryan Schmidt
On Dec 27, 2020, at 20:06, Tom wrote: > how can I build a port with a MacPorts gcc compiler? > For example gcc9. Normally, ports choose what compiler to use and you should not attempt to override it. Why do you want to?

Re: macOS symbol/conditional for Makefiles (porting)

2020-12-28 Thread Ryan Schmidt
On Dec 28, 2020, at 06:12, Christoph Kukulies wrote: > I’m trying to compile a package „blackmagic“ (a microcontroller gdb debugging > and flashing program addendum to gdb). > > It has some issues like missing packages (libftdi1 - I was able to add that > via macports) > > Now I want to add

Re: qt5-qtwebengine on macOS 10.13, Xcode version

2020-12-28 Thread Ryan Schmidt
On Dec 27, 2020, at 10:11, Ken Cunningham wrote: > However, I would float the idea it's time the buildbot and all 10.13 users > moved to Xcode 10. > > Xcode 10's issues have largely been worked around by this point it seems, > although there a couple of stragglers still. I intentionally kee

Re: How to build a port with a different compiler

2020-12-28 Thread Ryan Schmidt
Please Reply All so that the conversation stays on the list. On Dec 28, 2020, at 20:04, Tom wrote: > Because nearly no port is building here, I wanted to try a different > compiler. But that is not the problem. > And because of this error: > > Warning: The macOS 11.1 SDK does not appear to be i

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