Re: Why is ${prefix}/var/macports/home not owned by the macports user?

2020-12-31 Thread Ryan Schmidt
On Dec 31, 2020, at 09:49, Janosch Peters wrote: > I am currently preparing a port file for the new port MacPass [1]. Installing > and building works fine, but I do get some warnings because a tool preparing > the build called carthage wants to create a file in >

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-28 Thread Ryan Schmidt
On Jan 27, 2021, at 19:38, Murray Eisenberg wrote: > OK…I’ve seemingly overcome the Big Sur 11.1 crashes with p5.30-libapreq2 > installation by installing MacPorts. > > Unfortunately, to install p5.30-libapreq2 requires installing mod_perl2 > variant +perl5_30. But building the latter

Re: Requested munt-mt32emu port file

2021-01-28 Thread Ryan Schmidt
On Jan 28, 2021, at 06:13, Janosch Peters wrote: >> yesterday I requested a port of Munt’s mt32emu library >> (munt.sourceforge.net) at https://trac.macports.org/ticket/62166 and just >> added a working portfile >> https://trac.macports.org/attachment/ticket/62166/Portfile. > > Could you

Re: Screwed-up postgresql13 install

2021-02-03 Thread Ryan Schmidt
On Feb 3, 2021, at 18:25, Peter West wrote: > Where is the function add_users defined? I see it in the Portfile for > postgresql13-server. It is documented in "man portfile" The option is created here: https://github.com/macports/macports-base/blob/master/src/port1.0/portmain.tcl#L63 Its

Re: Screwed-up postgresql13 install

2021-02-03 Thread Ryan Schmidt
On Feb 3, 2021, at 09:04, Peter West wrote: > MacOS Big Sur 11.2 MacBook Air M1 > > I’m migrating to the M1 from an Intel MacBook Pro running Mojave. > > I installed postgresql13 and -server, and copied my defaultdb across from the > Pro. > > I can’t vouch for the order of these things,

Re: How to cross compile Apple Silicon target under Intel Apple computer ?

2021-01-27 Thread Ryan Schmidt
On Jan 27, 2021, at 11:10, Gilles Caulier wrote: > Just a basic question, but important: can we cross-compile with > Macports a Silicon target with Macports packages using an Intel based > Apple computer ? Typically, I read on the web that Xcode can support > this kind of task. > > Advantage:

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Ryan Schmidt
On Jan 27, 2021, at 12:02, Murray Eisenberg wrote: > I’ve reported the bug to Apple (apple.com/feedback). Usually you should use Feedback Assistant (either the app, or http://feedbackassistant.apple.com). The app version will gather logs for you. If you file on the web, you probably have to

Re: Build Failure on ports-10.10_x86_64: ixion

2021-01-26 Thread Ryan Schmidt
On Jan 26, 2021, at 13:41, Andrew Udvare wrote: > Might this be fixed by a -std= flag? I don't get this error on Big Sur. The error is: model_context.cpp:20:39: error: unknown type name 'nullptr_t'; did you mean 'std::nullptr_t'? Maybe the error message is right and it should be using

Re: Desolate Condition ==> ImageMagick 7.x requests

2021-01-26 Thread Ryan Schmidt
On Jan 26, 2021, at 11:50, Richard L. Hamilton wrote: > A counter-argument would be HEIF support (which a quick google suggests was > added in ImageMagick 7.0.7-22). HEIF/HEIC support was added to the MacPorts ImageMagick (6) port in December 2019.

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Ryan Schmidt
On Jan 27, 2021, at 15:20, Murray Eisenberg wrote: > In file > > /opt/local/libexec/macports/lib/port1.0/fetch_common.tcl > > I find NO line set max_hosts_to_ping > set max_hosts_to_ping > > max_hosts_to_pingcontrary to the comment >

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Ryan Schmidt
On Jan 27, 2021, at 15:36, Murray Eisenberg wrote: > I don’t understand what it means to try using MacPorts master (2.6.99) > instead. You’re assuming far more knowledge or experience than I possess! > > Where on GitHub is that version? What do I do with it? If I install it, what > happens to

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Ryan Schmidt
On Jan 27, 2021, at 15:08, Murray Eisenberg wrote: > > What is the full path to src/port1.0/fetch_common.tcl > that is mentioned in > https://lists.macports.org/pipermail/macports-dev/2020-November/042592.html ? See https://trac.macports.org/ticket/61683#comment:16

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Ryan Schmidt
On Jan 27, 2021, at 15:55, Murray Eisenberg wrote: > > Ahh…that helps greatly, thank you! > > I notice that most, or even all, of the commands given it the “2.2.3 Git > install” directions at https://guide.macports.org/#installing.macports.git > require that I use “sudo”, even though I’m on

Re: fetching distfiles for p5.30-libapreq2 hanging...

2021-01-28 Thread Ryan Schmidt
On Jan 28, 2021, at 08:13, Murray Eisenberg wrote: > On 27 Jan 2021 16:05:57 -0600, Ryan Schmidt wrote: > >> You should not configure and make any software as root or with sudo. Use >> your own user account. Only use sudo to make install. > > Does the dictum against c

Re: GIMP | Argument -Wimplicit-function-declaration incompatible with Mac M1 arm64? (#6954)

2021-06-11 Thread Ryan Schmidt
The short answer is that the gimp2 port should indicate that the implicit declaration of strchr is not a problem by adding this line to the Portfile: configure.checks.implicit_function_declaration.whitelist-append strchr I've made this change:

Re: Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration

2021-06-10 Thread Ryan Schmidt
On Jun 8, 2021, at 04:27, Michael Newman wrote: > Today I finally installed Big Sur and followed the MacPorts migration guide. > I don't see any errors; no failures to build. However, I did get seven of > these warnings: > > Warning: Configuration logfiles contain indications of >

Re: Why don't p5-* ports mark their dependencies?

2021-06-10 Thread Ryan Schmidt
On Jun 6, 2021, at 12:41, Bill Cole wrote: > Not sure where the bug is here, but it's evident in 'port reclaim'. > > The p5-* ports are basically placeholders for the p5.##- ports. I *think* > I've even worked out the right way to use that construct to make Perl > upgrades simpler, so I use

Re: Variance Handling Question

2021-06-15 Thread Ryan Schmidt
On Jun 15, 2021, at 12:18, James Secan wrote: > I have a port installed with a default variant which I want to override. Do > I need to uninstall the current port with that variant prior to installing > without the variant, or just go on to “port install prog -variant”? Multiple

Re: Reclaim was not 'safe'

2021-05-10 Thread Ryan Schmidt
On May 9, 2021, at 17:07, Gerben Wierda wrote: > I relied on the fact that man page/help of reclaim said it would not remove > active installs. So, having read that, I assumed it was unable to damage the > running setup and I assumed it would only remove everything inactive, compile >

Re: state of libressl in macports

2021-05-10 Thread Ryan Schmidt
You've summed up the situation nicely. On May 9, 2021, at 21:18, Kastus Shchuka wrote: > Macports has ports of both openssl and libressl but they are mutually > exclusive as they install overlapping files. Binary precompiled packages are > built with openssl, so folks using libressl have to

Re: license for stuff in `macports-www`

2021-05-13 Thread Ryan Schmidt
On May 11, 2021, at 03:59, Jean Abou Samra wrote: > Le 11/05/2021 à 10:39, Werner LEMBERG a écrit : >> Looking at >> >> https://github.com/macports/macports-www/ >> >> I can't find a license statement that applies to the stuff in the >> repository. So: What license is it under? I suggest to

Re: Error: Failed to build source-highlight: command execution failed

2021-05-05 Thread Ryan Schmidt
On May 5, 2021, at 12:19, tom eee wrote: > Second, I retried 'sudo port install source-light' with no success. The > main.log was very big, so I cut out a big portion of the middle and attached > it to this email. The log still shows the same error described in

Re: Best way to install current version of a package?

2021-05-06 Thread Ryan Schmidt
On May 6, 2021, at 08:41, Nathaniel W Griswold wrote: > I was doing something today and needed nodejs on my system. > > I kinda just wanted the current version, but i saw there were a bunch of > ‘nodejs’ packages, like nodejs12-nodejs16. > > I ended up googling for info about node versions

Re: how exclude several ports from upgrade?

2021-05-11 Thread Ryan Schmidt
On May 11, 2021, at 11:26, Murray Eisenberg wrote: > On 11 May2021, at 12:20 PM, Murray Eisenberg wrote: > >> Sorry, but cannot find the relevant syntax in docs… >> >> How do I exclude SEVERAL ports from the “port upgrade outdated and not ….” >> command? >> >> (sbcl has fatal build error, so

Re: port update outdated 'Failed to archivefetch aom: version @3.1.0_0'

2021-05-12 Thread Ryan Schmidt
On May 12, 2021, at 14:25, tom eee wrote: > The following is the terminal output, and the main.log is attached. > > DING!-17> sudo port upgrade outdated > ---> Fetching archive for aom > ---> Attempting to fetch aom-3.1.0_0.darwin_11.x86_64.tbz2 from > http://packages.macports.org/aom > --->

Re: Reclaim was not 'safe'

2021-05-12 Thread Ryan Schmidt
On May 11, 2021, at 02:28, Gerben Wierda wrote: > On 11 May 2021, at 01:11, Ryan Schmidt wrote: > >> The port-reclaim(1) manpage and `port help reclaim` say: >> >> "port reclaim will find files that can be removed to reclaim disk space by >> uninstalling in

Re: Reclaim was not 'safe'

2021-05-12 Thread Ryan Schmidt
On May 12, 2021, at 18:02, raf wrote: > On Wed, May 12, 2021 at 02:44:38PM -0400, Bill Cole wrote: > >> On 2021-05-10 at 12:47:35 UTC-0400 (Mon, 10 May 2021 09:47:35 -0700) >> Ken Cunningham is rumored to have said: >> Isn't that just sudo port setrequested installed >>> >>> That’s

Re: how exclude several ports from upgrade?

2021-05-11 Thread Ryan Schmidt
On May 11, 2021, at 14:57, Murray Eisenberg wrote: > On 11 May2021, at 12:59 PM, Ryan Schmidt wrote: >> >> On May 11, 2021, at 11:26, Murray Eisenberg wrote: >> >>> On 11 May2021, at 12:20 PM, Murray Eisenberg wrote: >>> >>>> Sorry, but cann

Re: Command line glob expansion broken-ish

2021-05-20 Thread Ryan Schmidt
On May 20, 2021, at 08:28, Bill Cole wrote: > On 2021-05-20 at 02:10:39 UTC-0400 (Thu, 20 May 2021 01:10:39 -0500) Ryan > Schmidt is rumored to have said: > >> On May 19, 2021, at 20:43, Bill Cole wrote: >> >>> Example: >>> >>> shiny:~ roo

Re: MacPorts 2.7.0 has been released

2021-05-20 Thread Ryan Schmidt
On May 20, 2021, at 17:22, raf wrote: > > When I disable /usr/lib/libsqlite3.dylib by renaming it, > the error changes to a symbol lookup failure: > >> port help > dlopen(/opt/local/libexec/macports/lib/macports1.0/MacPorts.dylib, 6): can't > resolve symbol _kDADiskDescriptionMediaBSDNameKey

Re: Command line glob expansion broken-ish

2021-05-20 Thread Ryan Schmidt
On May 19, 2021, at 20:43, Bill Cole wrote: > Example: > > shiny:~ root# port installed *proto > The following ports are currently installed: > xorg-xorgproto @2021.4_0 > shiny:~ root# port installed |fgrep proto > xorg-compositeproto @0.4.2_0 (active) > xorg-damageproto @1.2.1_0 (active)

Re: MacPorts 2.7.0 has been released

2021-05-20 Thread Ryan Schmidt
On May 19, 2021, at 18:43, raf wrote: > I have the same problem on 10.14.6 Thanks for confirming. So far everyone affected has been on 10.14. I suspect the difference between the 10.15 SDK SQLite version and the 10.14 runtime SQLite version is the issue. >> sqlite3 --version > 3.35.5

Re: Warning: -Wimplicit-function-declaration

2021-05-20 Thread Ryan Schmidt
On May 19, 2021, at 19:21, Bjarne D Mathiesen wrote: > > MacPorts 2.7.0 > I've just done my usual : > port -dN selfupdate > port outdated > port clean --all outdated > port -upN upgrade outdated > port -pN clean --work installed > > & I got this : > > ---> Configuring snort > Warning:

Re: 'doctor' script

2021-05-20 Thread Ryan Schmidt
On May 20, 2021, at 00:05, Werner LEMBERG wrote: > is there a 'doctor' script that walks over all installed MacPorts > ports and checks whether its dependencies are installed, too? In > general, what's the right action(s) to thoroughly check the integrity > of a MacPorts installation? > > I

Re: MacPorts 2.7.0 has been released

2021-05-20 Thread Ryan Schmidt
On May 19, 2021, at 18:31, Bjarne D Mathiesen wrote: > Ryan Schmidt wrote: >> Looks like support for the "ALTER TABLE ... RENAME COLUMN" syntax >> first appeared in SQLite 3.25.0, and MacPorts base is coded only to >> use the "RENAME COLUMN" syntax wit

Re: libsndfile on Sierra

2021-05-26 Thread Ryan Schmidt
On May 25, 2021, at 23:08, Greg Earle wrote: > I did a "port self update" to upgrade my Sierra and Mojave systems to > MacPorts 2.7.0 and did a "port upgrade outdated". > > All went swimmingly on Mojave but on Sierra, "libsndfile" splatted. Any > ideas? > > Mac-mini:/ root# port installed

Re: BigSur, Bash, & zsh

2021-05-26 Thread Ryan Schmidt
On May 25, 2021, at 18:52, Stanton Sanderson wrote: > This may be obvious to all but me… However, for any other 80+ year olds > wondering what to do if: > > 1. Updated from Mojave to Big Sur > 2. Ignored Terminal's helpful info about the new default shell, since Bash is > what we use (right?)

Re: Error xorg-server font-adobe

2021-05-26 Thread Ryan Schmidt
On May 25, 2021, at 06:12, Tim Gessner wrote: > > I am running MacOS 11.3.1 Big Sur on an iMac 2017 > > I have installed python39, tkinter, and tried to install xors-server > > Sudo port install xorg-server > > I get the result > > Warning: The macOS 11 SDK does not appear to be installed.

Re: Verifying security of downloads

2021-05-26 Thread Ryan Schmidt
On May 26, 2021, at 02:50, Ryan Schmidt wrote: > If when installing or upgrading a port you receive a binary package built by > our buildbot system, in addition to trusting the software developer and > portfile author, you trust that I have set up the buildbot servers properly >

Re: Verifying security of downloads

2021-05-26 Thread Ryan Schmidt
On May 26, 2021, at 00:34, DaveC wrote: > Being more aware—as we all are, now—of security on my Mac, what precautions > should I be taking when downloading installs such as MP, and others (some as > source code to be built “domestically”). > > Not having done anything about security when

Re: Command line glob expansion broken-ish

2021-05-23 Thread Ryan Schmidt
On May 21, 2021, at 18:03, Dave Horsfall wrote: > On Fri, 21 May 2021, Ryan Schmidt wrote: > >> You might conceivably want to run "sudo port reclaim" on occasion to remove >> ports and distfiles that are no longer needed. Make sure you look at the >> l

Re: Xcode for Sierra 10.12.6

2021-05-23 Thread Ryan Schmidt
On May 23, 2021, at 18:45, Dave Horsfall wrote: > So, where can I find Xcode for 10.12.6 The range of Xcode versions that are compatible with each macOS version is documented in our wiki: https://trac.macports.org/wiki/XcodeVersionInfo

Re: 'doctor' script

2021-05-21 Thread Ryan Schmidt
On May 21, 2021, at 06:51, Werner LEMBERG wrote: >>> is there a 'doctor' script that walks over all installed MacPorts >>> ports and checks whether its dependencies are installed, too? In >>> general, what's the right action(s) to thoroughly check the >>> integrity of a MacPorts installation?

Re: Command line glob expansion broken-ish

2021-05-21 Thread Ryan Schmidt
On May 21, 2021, at 17:28, Dave Horsfall wrote: > On Thu, 20 May 2021, Ryan Schmidt wrote: > >> You can identify what you call zombie ports and what we call obsolete ports >> with: >> >> port installed obsolete > > [...] > > is there a

Re: "port install meld" does not yield working executable

2021-05-27 Thread Ryan Schmidt
On Mar 17, 2021, at 05:07, Ryan Schmidt wrote: > I think it's this bug: > > https://trac.macports.org/ticket/61792 > > and this bug: > > https://trac.macports.org/ticket/62391 So the fix is still for any volunteer to resolve those tickets.

Re: Is MacPorts considered stable on Big Sur?

2021-06-02 Thread Ryan Schmidt
On Jun 2, 2021, at 17:40, Gerben Wierda wrote: > My production ‘server’ system still runs Mojave. I was planning to move to > Catalina somewhere the coming months. But I might move to BigSur instead. > What would stop me is if ports I need won’t work properly on Big Sur. When > Big Sur was

Re: Warning: cltversion:....

2021-06-02 Thread Ryan Schmidt
Remember to Reply All so that the conversation stays on the list. On Jun 2, 2021, at 17:19, Michael Newman wrote: > > On Jun 3, 2021, at 03:13, Ryan Schmidt wrote: >> >> On Jun 2, 2021, at 05:21, Michael Newman wrote: >> >>> This happens both on a 2017 iMa

Re: Warning: cltversion:....

2021-06-02 Thread Ryan Schmidt
On Jun 2, 2021, at 05:21, Michael Newman wrote: > This happens both on a 2017 iMac running Catalina and a 2010 MBA running High > Sierra. As far as I know, High Sierra and earlier are not affected by this problem. I believe it started happening in Mojave or Catalina and still affects Big

Re: wrong reference to wish in tk @8.6.11 ?

2021-07-02 Thread Ryan Schmidt
On Jun 29, 2021, at 09:16, Murray Eisenberg wrote: > In order to install maxima, including xmaxima, using the port in > MacPorts-Maxima-5.45.1, available from > https://sourceforge.net/projects/maxima/files/Maxima-MacOS/, one needs to > install tk + quarts, which I did: > >tk

Re: MacPorts and /opt/local on Catalina and Big Sur read only volumes

2021-06-25 Thread Ryan Schmidt
On Jun 25, 2021, at 18:07, Tabitha McNerney wrote: > Hi all, > > I haven't installed a fresh MacPorts system in quite some time but will soon > be doing so on a few Macs one running Catalina and the other Big Sur. > Starting with Catalina, the root volume / is read-only so how do the

Re: Warning: invalid universal_archs configured (should contain at least 2 archs)

2021-06-25 Thread Ryan Schmidt
On Jun 16, 2021, at 03:17, André-John Mas wrote: > I have recently started getting the following warning: > > "Warning: invalid universal_archs configured (should contain at least 2 > archs)" > > I have looked through the FAQ, a web search and what might seem to be > relevant

Re: Why don't p5-* ports mark their dependencies?

2021-06-25 Thread Ryan Schmidt
On Jun 12, 2021, at 13:07, Bill Cole wrote: > On 2021-06-12 at 12:55:24 UTC-0400 (Sat, 12 Jun 2021 09:55:24 -0700) > Ken Cunningham is rumored to have said: > >> macports recommended perl is still 5.28 > > Which has been unsupported upstream for just over a year. The point Ken was making is

Re: Why don't p5-* ports mark their dependencies?

2021-06-25 Thread Ryan Schmidt
On Jun 12, 2021, at 12:39, Kastus Shchuka wrote: >> sudo port upgrade --enforce-variants git -perl5_28 +perl5_30 > > Thank you, that worked and allowed me to uninstall all p5.28 modules. > > What puzzles me still, why port info shows that git depends on perl 5.28 > modules: > > $ port info

Re: Clean install of Big Sur and MacPorts but old Xcode

2021-06-25 Thread Ryan Schmidt
On Jun 25, 2021, at 16:39, ChrisF wrote: > I've upgraded to Big Sur (11.4) using a clean install followed by a restore > of all users( except MacPorts) from a Time Machine backup. I also restored > apps. > > When I went do a clean install of MacPorts I saw that XCode was still present > in

Re: MacPorts and /opt/local on Catalina and Big Sur read only volumes

2021-06-25 Thread Ryan Schmidt
On Jun 25, 2021, at 21:03, Tabitha McNerney wrote: > On a fresh Catalina or Big Sure system, if you cd to root / then sudo then > try mkdir /opt or something else such as mkdir /hello the system won't allow > it, I get this: > > mkdir: /hello: Read-only file system > > note: the MacBook I

Re: trac.macports.org appears to be malfunctioning

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 01:22, Jim DeLaHunt wrote: > > https://trac.macports.org/ appears to be malfunctioning right now. When I > take my browser to that page, I get a message: > > Warning: Authentication error. Please contact your administrator. > Trac Error > > Unable to get database connection

Re: Port clean, but just for destroot?

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 18:19, Jim DeLaHunt wrote: > Is there a command like "port clean", but which just reverses the effect of > "port destroot" but does not reverse the effect of "port build"? > I am developing a portfile, and I'm at the stage where I debug the destroot > and post-destroot

Re: python and gtk3 and gdk-pixbuf and maybe big sur

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 10:40, Langer, Stephen A. (Fed) wrote: > > Hi -- > > Since upgrading to Big Sur and reinstalling all ports, I can't run gtk3 with > either python37 or python38. Running this: > > % python import gi gi.require_version("Gtk", "3.0") from gi.repository import

Re: New portfile writer looking for help with ConvertAll

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 20:13, Kevin Horton wrote: > I'm trying to create a port for ConvertAll - http://convertall.bellz.org. > I've been using MacPorts for several years, but have never created a portfile > before. I used Fink for many years before switching to MacPorts, and I was a >

Re: Port clean, but just for destroot?

2021-07-12 Thread Ryan Schmidt
On Jul 12, 2021, at 20:14, Jim DeLaHunt wrote: > On 2021-07-12 17:21, Ryan Schmidt wrote: > >> Correct, it's best to delete $(port work myport)/destroot prior to >> re-attempting the destroot phase, since portfile authors do not typically >> expect a destroot phase to

Re: pdf2htmlex fontforge dependency...?

2021-07-06 Thread Ryan Schmidt
On Jul 6, 2021, at 10:01, William Parducci wrote: > I am trying to install pdf2htmlex. Sorry, it is not currently buildable. See https://trac.macports.org/ticket/56803 If you or anyone can figure out how to fix it, please comment on the ticket or submit a PR.

Re: MacPorts 2.7.0 has been released

2021-05-19 Thread Ryan Schmidt
On May 19, 2021, at 11:04, Henning Hraban Ramm wrote: > $ sudo port upgrade outdated > Password: > sqlite error: near "COLUMN": syntax error (1) while executing query: ALTER > TABLE registry.ports RENAME COLUMN negated_variants TO requested_variants >while executing > "registry::open

Re: MacPorts 2.7.0 has been released

2021-05-19 Thread Ryan Schmidt
On May 19, 2021, at 18:08, Ryan Schmidt wrote: > > On May 19, 2021, at 11:04, Henning Hraban Ramm wrote: > >> $ sudo port upgrade outdated >> Password: >> sqlite error: near "COLUMN": syntax error (1) while executing query: ALTER >> TABLE re

Re: Error: Failed to build source-highlight: command execution failed

2021-04-29 Thread Ryan Schmidt
On Apr 29, 2021, at 10:54, tom eee wrote: > Hello Ryan, I have been watching the ticket 59258 that you associated with > my problem and it is not quite clear to me whether I am being asked to do > something with boost. Please update me with how I should proceed. Thank > you, Tom In that

Re: Error: Failed to build source-highlight: command execution failed

2021-05-01 Thread Ryan Schmidt
On Apr 30, 2021, at 18:11, tom eee wrote: > I did as you suggested and after a lengthy period of time I got the following: > > Error: On macOS 10.7, libsdl2 @2.0.14 requires Xcode 4.3 or later but you > have Xcode 4.2. > Error: See https://guide.macports.org/chunked/installing.xcode.html for

Re: clang: error: invalid version number in 'MACOSX_DEPLOYMENT_TARGET=11.3'

2021-05-01 Thread Ryan Schmidt
On May 1, 2021, at 06:33, Mojca Miklavec wrote: > Hi, > > On Sat, 1 May 2021 at 12:22, Joshua Root wrote: >> >> This usually indicates that your Command Line Tools are outdated. If >> Software Update won't update them, you are affected by an Apple bug, and >> will need to follow the

Re: MacPorts 2.7.0-beta2 now available for testing

2021-05-02 Thread Ryan Schmidt
On May 2, 2021, at 10:19, Joshua Root wrote: > On 2021-5-1 20:05 , Andrew Udvare wrote: >> Any chance this can get in to the final release? >> https://github.com/macports/macports-base/pull/225 > > Most likely not for 2.7.0. Typically only regression fixes are merged to the > branch during the

Re: Trying to get macports running on my new M1 MacBook Air

2021-04-23 Thread Ryan Schmidt
On Apr 23, 2021, at 07:51, Andrew Rohl wrote: > I am trying to use MacPorts on my new air which is necessarily running Big > Sur 11.2.3. Welcome! > I have Xcode 12.4 and the Command Line Tools installed. I have installed via > the installer and via source but I always get: > > Warning:

Re: Failed to activate xorg-libX11

2021-04-23 Thread Ryan Schmidt
On Apr 23, 2021, at 08:12, tom eee wrote: > I got the following error while trying to update outdated after doing the > selfupdate: > > Error: Failed to activate xorg-libX11: Image error: > /opt/local/include/X11/extensions/XKBgeom.h is being used by the active > xorg-kbproto port. Please

Re: Error: Failed to build source-highlight: command execution failed

2021-04-23 Thread Ryan Schmidt
On Apr 23, 2021, at 10:37, tom eee wrote: > I was doing 'sudo port install boost' and got the following error: > > Error: Failed to build source-highlight: command execution failed > > OS X 10.7.5 > Mac Mini mid-2011 > > main.log is attached. That looks like

Re: Error: Failed to configure boost

2021-04-23 Thread Ryan Schmidt
On Apr 23, 2021, at 09:48, tom eee wrote: > I got the following error message while doing sudo port upgrade outdated: > > Error: Failed to configure boost: configure failure: command execution failed > > OS X 10.7.5 > Mac Mini mid-2011 > > main.log is attached. > > Thank you, > Tom > >

Re: Blimey, but that was a huge update...

2021-04-27 Thread Ryan Schmidt
On Apr 26, 2021, at 15:52, Dave Horsfall wrote: > MacBook Pro mid-2010, 4GB, 400GB SSD, Sierra 10.12.6. > > Started my weekly "port selfupdate; port upgrade outdated" (what, don't you > update your ports every week?) yesterday morning at 0813, and is just > finished today at 0615. I'll allow

Re: Issue compiling simple code with clang++-mp-11

2021-05-03 Thread Ryan Schmidt
On May 3, 2021, at 07:14, Andrew Udvare wrote: > it wasn't until recently that Xcode Clang and MacPorts Clang versions > mismatched their highest numbers (Xcode 12.5 having Clang 12, MacPorts having > up to 11). Xcode clang version numbering is completely different from open source clang

Re: stdlib.h compilation error for macports gcc9.

2021-02-08 Thread Ryan Schmidt
On Feb 7, 2021, at 17:57, Ken Cunningham wrote: > Perhaps we should find a way to broaden that down to including MacOSX10.15+ > as well, if Catalina is going to be using the MacOSX11.x SDK. Why stop at 10.15? For several macOS versions before that, the last compatible Xcode version might

Re: Debugging restore_ports.tcl

2021-02-08 Thread Ryan Schmidt
On Feb 7, 2021, at 20:59, Eric Gallager wrote: > When restore_ports.tcl gets stuck building its list of ports to > restore, is there a way to get it to tell you which ports exactly it's > failing to process? i.e., which ports to remove from your myports.txt > to get it to continue? I don't

Re: stdlib.h compilation error for macports gcc9.

2021-02-08 Thread Ryan Schmidt
On Feb 8, 2021, at 12:34, Ken Cunningham wrote: > On 2021-02-08, at 10:02 AM, Ryan Schmidt wrote: > >> On Feb 7, 2021, at 17:57, Ken Cunningham wrote: >> >>> Perhaps we should find a way to broaden that down to including MacOSX10.15+ >>> as well, if Catalina

Re: Why is ${prefix}/var/macports/home not owned by the macports user?

2021-02-04 Thread Ryan Schmidt
> On Feb 4, 2021, at 09:11, janos...@mailbox.org wrote: > > >> Am 08.01.2021 um 15:50 schrieb Ryan Schmidt: >> >> On Jan 7, 2021, at 16:26, Andrew Udvare wrote: >> >>> Sometimes the release tarball will come with the submodule source >>> h

Re: Debugging restore_ports.tcl

2021-02-08 Thread Ryan Schmidt
On Feb 8, 2021, at 18:57, Eric Gallager wrote: > It's the part on the Troubleshooting section of the wiki page where it says: > > If you see an "infinite loop" error message, such as this: > > Error: we appear to be stuck, exiting... > infinite loop >while executing > "sort_ports

Re: The application bundle ID

2021-02-09 Thread Ryan Schmidt
On Feb 9, 2021, at 15:22, Tong Sun wrote: > I'm in the situation that I need to know an application's bundle ID, > it's xterm actually. And I'm wondering what's the proper way to get > any application's bundle ID within MacPorts. > > I found this, but it's not helping -- >

Re: I am getting "the MacOS 11.2 SDK does not appear to be installed" warning — have manually installed Xcode 12.4 command-line tools

2021-02-10 Thread Ryan Schmidt
On Feb 10, 2021, at 01:02, Gregory Dodwell wrote: > I have also followed all of the other recommendations outlined on the > Macports webpage for the same issue ... to no avail once I start running > "sudo port install ..." commands. > > M1 Macbook Pro; OS 11.2.1; Macports v2.6.4. > > I

Re: ftgl and gl2ps won't install

2021-02-10 Thread Ryan Schmidt
On Feb 10, 2021, at 14:59, Murray Eisenberg wrote: > Is there any hope of soon getting ftgl and gl2ps to build (under Big Sur 11.1 > with MacPorts — I’m using 2.6.99 — and Xcode CLT 12.5)? > > I need the former to get gnuplot and then maxima. the latter to get octave. > > See

Re: Debugging restore_ports.tcl

2021-02-10 Thread Ryan Schmidt
On Feb 9, 2021, at 21:26, Eric Gallager wrote: > With git at least, there's a built-in command (`git bisect`) to assist > with cases like this; would it be possible to add a similar feature to > the restore_ports.tcl script? That seems out of scope for what the script is meant to do. It

Re: Access to workdir on the build server?

2021-02-10 Thread Ryan Schmidt
On Feb 10, 2021, at 11:14, Rainer Müller wrote: > Your suspicion is correct, all buildbots run on case-sensitive filesystems. > Direct access is not possible and it is wiped directly after the build as disk > space is a rare resource for this setup. > > You can already see it when inspecting

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Ryan Schmidt
On Jan 26, 2021, at 19:30, Murray Eisenberg wrote:  > I’m migrating MacPorts from Catalina to Big Sur (11.1), following the usual > procedure (uninstalled all ports before upgrading; installed CLT for Xcode > 12.3; installed base system for Big Sur). > > I’ve successfully installed a number

Re: hfstar and gnutar conflicting files

2021-01-27 Thread Ryan Schmidt
On Jan 26, 2021, at 00:18, Richard L. Hamilton wrote: > The following files appear to conflict (be installed by both ports): > /opt/local/share/locale/cs/LC_MESSAGES/tar.mo > /opt/local/share/locale/da/LC_MESSAGES/tar.mo > /opt/local/share/locale/de/LC_MESSAGES/tar.mo >

Re: conflicting versions of gdk-pixbuf2

2021-03-22 Thread Ryan Schmidt
On Mar 22, 2021, at 11:30, Murray Eisenberg wrote: > I’m installing the non-MacPorts application coq “platform”, which uses > various MacPorts ports and installs those not already installed through the > usual MacPorts process. Curious... I don't know that I've encountered any other software

Re: Port aom failed to build on MacBook Pro 13 M1 (Big Sur 11.2.3)

2021-04-01 Thread Ryan Schmidt
On Apr 1, 2021, at 17:05, Artemio González López wrote: > When I tried to build the aom port in my MacBook Pro 13 M1 running Big Sur > 11.2.3 I got the following error: > > make[1]: Leaving directory >

Re: Port aom failed to build on MacBook Pro 13 M1 (Big Sur 11.2.3)

2021-04-01 Thread Ryan Schmidt
On Apr 1, 2021, at 17:50, Artemio González López wrote: > On 2 Apr 2021, at 00:43, Ryan Schmidt wrote: > >> On Apr 1, 2021, at 17:05, Artemio González López wrote: >> >>> When I tried to build the aom port in my MacBook Pro 13 M1 running Big Sur >>&

Re: sudo port install plplot +fortran

2021-03-31 Thread Ryan Schmidt
On Mar 31, 2021, at 10:53, Brian Miller wrote: > When running your program sudo port install plplot +fortran, I do not get any > results. Can you recommend something other than +fortran that I might try? According to: port variants plplot the plplot port does not have a variant called

Re: plplot

2021-04-06 Thread Ryan Schmidt
On Apr 6, 2021, at 20:36, Brian Miller wrote: > Brian thinks that -I/opt/local/lib/fortran/modules/plplot x00f.f90 -o x00f > should be appearing someplace else within this program, but doesn’t see it. > Can you please tell him where to look for it? > > Thank you! > > (base) Amys-iMac:x00f

Re: sudo port install plplot +fortran

2021-04-02 Thread Ryan Schmidt
On Apr 2, 2021, at 20:01, Brian Miller wrote: > On Mar 31, 2021, at 8:24 PM, Ryan Schmidt wrote: > >> On Mar 31, 2021, at 19:18, James Secan wrote: >> >>> On Mar 31, 2021, at 9:03 AM, Ryan Schmidt wrote: >>> >>>> On Mar 31, 2021, at 10:53, B

Re: sudo port install plplot +fortran

2021-03-31 Thread Ryan Schmidt
On Mar 31, 2021, at 19:18, James Secan wrote: > On Mar 31, 2021, at 9:03 AM, Ryan Schmidt wrote: > >> On Mar 31, 2021, at 10:53, Brian Miller wrote: >> >>> When running your program sudo port install plplot +fortran, I do not get >>> any results. Can you rec

Re: Macports and Sierra vs. High Sierra

2021-03-30 Thread Ryan Schmidt
On Mar 30, 2021, at 22:42, Dave Horsfall wrote: > 2nd-hand MacBook Pro (mid-2010), firmware 7,1 with 480GB SSD and 4GB memory, > Sierra 10.12.6. > > I was contemplating upgrading to High Sierra (noting that the dealer said > that Sierra is recommended for this model, but he could have

Re: OS Platform mismatch - while installing stm32flash

2021-03-11 Thread Ryan Schmidt
On Mar 11, 2021, at 12:04, Christoph Kukulies wrote: > Seemed like brute force reinstalling from the installer solved the OS > mismatch. Reinstalling using the installer is step 2 in the Migration instructions, so it should not surprise you that you needed to do that.

Re: Gnome, Glade, GNUStep

2021-03-12 Thread Ryan Schmidt
On Mar 12, 2021, at 12:45, Tom wrote: > Gnome, Glade and GNUStep are not building. > Can somebody fix that? Please file bug reports in the issue tracker as usual.

Re: Forcing python39 on M1

2021-03-13 Thread Ryan Schmidt
On Mar 13, 2021, at 10:38, Todd Doucet wrote: > At some point I might try to determine whether I can get a useful python3 > setup using Macports, but it is time-consuming and the status pages do not > help, as the comments indicate. > > When I tried a few weeks ago, I could install either py38

Re: Build servers offline due to failed SSD

2021-03-14 Thread Ryan Schmidt
There was some additional downtime in the last few days but the buildmaster now has a permanent home on a new SSD and is faster than ever. Builds that could not be scheduled during recent downtime have been rescheduled and are in progress. On Mar 14, 2021, at 04:02, Vincent Habchi wrote: >

Re: Using RAM instead of disk for build servers (was: Re: Build servers offline due to failed SSD)

2021-03-14 Thread Ryan Schmidt
On Mar 14, 2021, at 06:11, Balthasar Indermuehle wrote: > I used to run mac servers in what now can only be described as the days of > yore... when a 32GB RAM bank cost a lot more than a (spinning) disk - and > those were expensive then too. SSDs were not here yet. I haven't checked > pricing

Re: "port install meld" does not yield working executable

2021-03-16 Thread Ryan Schmidt
On Mar 16, 2021, at 13:47, joerg van den hoff wrote: > "** (meld:70489): WARNING **: 19:46:07.080: Failed to load shared library > './gtksourceview/libgtksourceview-4.0.dylib' referenced by the typelib: > dlopen(./gtksourceview/libgtksourceview-4.0.dylib, 9): image not found > Meld requires

Re: "port install meld" does not yield working executable

2021-03-17 Thread Ryan Schmidt
> On Mar 17, 2021, at 07:47, joerg van den hoff wrote: > > > > On 17.03.21 13:16, Ryan Schmidt wrote: >> On Mar 17, 2021, at 07:04, joerg van den hoff wrote: >>> and sadly even `sudo port -ns upgrade --force meld)' does not solve the >>> problem...

<    6   7   8   9   10   11   12   13   14   15   >