Re: Apple ARM binary codesign issue

2020-09-23 Thread Ryan Schmidt
On Sep 23, 2020, at 03:37, Ruben Di Battista wrote: > Can't be an easier choice to push globally a linker switch, if it exists, to > disable codesigning altogether for MP software? macOS 11 on ARM now require codesigning. Binaries that are not codesigned cannot be used at all.

Re: Apple ARM binary codesign issue

2020-09-23 Thread Ryan Schmidt
Leandro, feel free to make meaningful contributions to our conversations but please stop spamming the list with links to your "apple sucks" photo gallery or I will ban you. On Sep 23, 2020, at 13:07, Leandro neto wrote: > look please!!

Re: Apple ARM binary codesign issue

2020-09-22 Thread Ryan Schmidt
On Sep 22, 2020, at 14:52, Ken Cunningham wrote: > On 2020-09-22, at 11:58 AM, Ryan Schmidt wrote: >> >> I hope that Apple fixes their toolchain to work without such intervention. > > I believe this may ultimately come under the category of "intended >

Re: Apple ARM binary codesign issue

2020-09-22 Thread Ryan Schmidt
On Sep 22, 2020, at 14:19, Michael Dickens wrote: > I have macOS 11.0beta7 installed : check! > > Compare / contrast ARM Mac versus MacBook Pro 16 : check! > > I have Xcode 12.2 beta installed : check! > > I've removed "/Library/Developer/CommandLineTools" : check! > > I hope that Apple fix

Re: Apple ARM binary codesign issue

2020-09-22 Thread Ryan Schmidt
On Sep 22, 2020, at 13:29, Michael Dickens wrote: > % codesign -v - --ignore-resources > /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 > /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8: > invalid signature (code or signature have been

Re: Weird GNUPLOT problem (but *not* just Gnuplot)

2020-09-13 Thread Ryan Schmidt
On Sep 13, 2020, at 03:07, Dave Horsfall wrote: > No replies? Am I the only person on the planet having this problem? > > It's not confined to Gnuplot, but pretty much anything that wants to save a > modified file, such as TextEdit (such as my prescriptions, which for me is > pretty much a

Re: Protocol for updating wiki pages at trac.macports.org?

2020-09-08 Thread Ryan Schmidt
On Sep 7, 2020, at 18:24, Jim DeLaHunt wrote: > Hello, MacPorts folks: > > Is there a protocol for making improvements to wiki pages at > trac.macports.org beyond, "log in, press the edit button, and make the > change"? I have a documentation improvement that will make my life easier, > but

Re: Selfupdate problem

2020-09-07 Thread Ryan Schmidt
On Sep 7, 2020, at 09:25, dan d. wrote: > Idid the sudo port -d selfupdate as suggested. > > At the end of some 784 lines, this > > checking for existence of > /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/base/vendor/tcl/unix/tclConfig.sh... > file not found >

Re: Selfupdate problem

2020-09-06 Thread Ryan Schmidt
On Sep 6, 2020, at 17:18, dan d. wrote: > Each time I run it it reports base 2.6.2 installed and updateing to base > 2.6.3. > > However, running it again later produces the same result. > > Doing port -v produces the 2.6.2 version installed. > > There are no error messages. > > Any ideas?

Re: virt-manager

2020-09-06 Thread Ryan Schmidt
On Sep 6, 2020, at 01:52, Dan Villiom Podlaski Christiansen wrote: > which might be useful in a portgroup? I don't think it makes sense to make a portgroup just to create x11 and quartz variants, since each port that offers such variants will likely need to add or remove configure args or de

Re: macosx_deployment_target - building for previous versions from MacOS 10.13

2020-09-05 Thread Ryan Schmidt
On Sep 5, 2020, at 02:29, Friedrich Beckmann wrote: > Am 05.09.2020 um 08:39 schrieb Ryan Schmidt: > >> On Sep 4, 2020, at 05:53, Friedrich Beckmann wrote: >> >>> :info:configure checking if /usr/bin/clang++ works... no >>> :info:configure configure: WAR

Re: macosx_deployment_target - building for previous versions from MacOS 10.13

2020-09-04 Thread Ryan Schmidt
On Sep 4, 2020, at 05:53, Friedrich Beckmann wrote: > :info:configure checking if /usr/bin/clang++ works... no > :info:configure configure: WARNING: Ignore /usr/bin/clang++, since it cannot > compile hello-world. > :info:configure configure: WARNING: You don't have any C++ compiler, too bad > >

Re: macosx_deployment_target - building for previous versions from MacOS 10.13

2020-09-04 Thread Ryan Schmidt
> On Sep 4, 2020, at 06:14, Jeffrey Walton wrote: > > On Fri, Sep 4, 2020 at 6:54 AM Friedrich Beckmann wrote: >> >> ... >> I just figured out that ncurses indeed does not build for deployment target >> 10.5 because macports or whoever sets the CXXFLAGS to > > Sorry to hear this. Ncurses is

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Ryan Schmidt
On Sep 3, 2020, at 19:05, Michael Newman wrote: > On Sep 4, 2020, at 05:51, Ryan Schmidt wrote: > >>> Warning: cltversion: For a possible fix, please see: >>> https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt >> >> Follow the instructions at that

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Ryan Schmidt
On Sep 3, 2020, at 17:37, Michael Newman wrote: > On Sep 3, 2020, at 22:01, Ryan Schmidt wrote: > >> There have been a few other reports lately of graphviz build failures for >> other reasons; if you're experiencing a graphviz build failure, see if one >> of th

Re: virt-manager

2020-09-03 Thread Ryan Schmidt
On Sep 3, 2020, at 14:28, Thomas Bodlien wrote: > virt-manager does not build. > How can I fix this error: > >> :debug:configure gtksourceview4 is installed with the following variants: > > no variants are shown > >> :debug:configure required: x11, forbidden: quartz >> :debug:configure rej

Re: macosx_deployment_target - building for previous versions from MacOS 10.13

2020-09-03 Thread Ryan Schmidt
On Sep 2, 2020, at 10:48, Friedrich Beckmann wrote: > i use macports to build a MacOS application bundle for the pspp statistics > software. I build on my Macbook with MacOS 10.13 and XCode 10.1. The idea is > that the bundle can run also on previous MacOS versions. I do this by setting > th

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Ryan Schmidt
On Sep 2, 2020, at 20:55, Michael Newman wrote: > I realize that there is a ticket on this (57137) that has been open for quite > some time. > > However, this is the first time I've seen this error. What concerns me is > this: > > MrMuscle:~ mnewman$ port rdependents graphviz > The following p

Re: how use bash 5.0 port

2020-09-01 Thread Ryan Schmidt
On Sep 1, 2020, at 18:58, jam wrote: > On 1 Sep 2020, at 8:00 pm, macports-users-request wrote: > >> I have always been too cautious to change the default shell on MacOS to >> anything other than one that is officially provided, especially for the >> root account, even if those shell version

Re: how use bash 5.0 port

2020-08-31 Thread Ryan Schmidt
On Aug 31, 2020, at 16:41, Steven Smith wrote: > Note: These Catalina+ steps are not currently reflected in the MacPorts > instructions at > https://trac.macports.org/wiki/howto/bash-completion#Step3:UsebashfromMacPortsinyourterminal Anybody may feel free to add useful information to the wik

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-29 Thread Ryan Schmidt
On Aug 24, 2020, at 17:32, Jeffrey Walton wrote: > Sorry, I have no idea what standard processes Macports adheres to. I > assume there's something in place (other than, "It compiles on my Mac > Intel, ship it"). Just to make sure we're not inadvertently misrepresenting what we provide, "it co

Re: Hopelessly outdated install?

2020-08-28 Thread Ryan Schmidt
On Aug 28, 2020, at 13:00, Brian T. Carcich wrote: > Context > > I am a consultant > - I have used Macports, but am by no means an expert > - with only SSH-only access, > - root access (via sudo) > - brought in to build a particular X-windows app on this Mac > - Motif (libXm) is one missing p

Re: Alternative to uninstalling and reinstalling possibly broken macports & xorg installation

2020-08-28 Thread Ryan Schmidt
Remember to Reply All so that the conversation stays on the list. On Aug 28, 2020, at 02:01, Phil V wrote: > On 8/28/20, Ryan Schmidt wrote: >> Do you mean installing the MacPorts xorg port, or something else? > > yes the macports xorg-server. Is it preferable to

Re: Alternative to uninstalling and reinstalling possibly broken macports & xorg installation

2020-08-27 Thread Ryan Schmidt
On Aug 27, 2020, at 06:28, Phil V wrote: > Hello! On a fresh install of Catalina 10.15.5 I attempted to install > macports and xorg. Do you mean installing the MacPorts xorg port, or something else? > Possibly I may have not installed XCode fully > before running the macports installer, and

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 13:27, Jeffrey Walton wrote: > On Mon, Aug 24, 2020 at 2:15 PM Ryan Schmidt wrote: >> ... >> If you believe PyObjC should do something differently, please take it up >> with the developers of PyObjC. > > Macports is responsible for the code i

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 13:15, Ryan Schmidt wrote: > The pull request was accepted by the developers and included in PyObjC 6.2.1, > though I see that it was modified slightly: > > https://github.com/ronaldoussoren/pyobjc/commit/76b4bb2d76d33961821c6cc0d88c7031c62805c2 > > I&#

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 10:36, Jeffrey Waltonwrote: > On Mon, Aug 24, 2020 at 5:59 AM Ryan Schmidt wrote: >> >> ... >>> Logical CPU: 2 >>> Error Code: 0x0007 (invalid protections for user data read) >>> Trap Number: 14 >>> ===

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 03:34, joerg van den hoff wrote: > On 23.08.20 21:45, Joshua Root wrote: >> joerg van den hoff wrote: >>> seen with current macports and >>> >>> Python 2.7.18 (default, Apr 22 2020, 05:03:29) >>> [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29)] on darwin >>> >

Re: How can I install an older version of a port _and_ similarly old versions of all of the ports's dependencies?

2020-08-20 Thread Ryan Schmidt
On Aug 20, 2020, at 11:47, Lothar Haeger wrote: > > You could probably check out the port tree from 2018 into a local folder and > use that in sources.conf as the only entry. Right. We also make tags of the ports tree for each new non-bugfix release of MacPorts base: https://github.com/macpor

Re: trouble installing gtksourceview3

2020-08-08 Thread Ryan Schmidt
On Aug 8, 2020, at 14:07, David Naumann wrote: > On 8/7/20, 7:07 PM, "Ryan Schmidt" wrote: > >On Aug 7, 2020, at 10:43, David Naumann wrote: > >> Dear Ryan, >> thanks very much for helping. After deleting build/* it worked fine. >> About macp

Re: trouble installing gtksourceview3

2020-08-07 Thread Ryan Schmidt
On Aug 7, 2020, at 10:43, David Naumann wrote: > Dear Ryan, > thanks very much for helping. After deleting build/* it worked fine. > About macports user, I removed that since it's not necessary and I prefer to > minimize potential security vulnerabilities. Allowing MacPorts to use its own li

Re: trouble installing gtksourceview3

2020-08-06 Thread Ryan Schmidt
On Aug 6, 2020, at 17:15, David Naumann wrote: > After initial trouble with this port, The same permission denied error you're having now, or something different? > I cleaned up and re-installed all my other ports, as follows: > sudo port -fp uninstall --follow-dependents installed > su

Re: X11.bin Error opening or reading file

2020-08-05 Thread Ryan Schmidt
On Aug 6, 2020, at 00:02, Christoph Kukulies wrote: >> Am 06.08.2020 um 01:45 schrieb Ryan Schmidt: >> >> On Aug 5, 2020, at 09:46, Christoph Kukulies wrote: >> >>> Warning: Error parsing file >>> /Applications/MacPorts/X11.app/Contents/MacOS/X

Re: X11.bin Error opening or reading file

2020-08-05 Thread Ryan Schmidt
On Aug 5, 2020, at 09:46, Christoph Kukulies wrote: > Warning: Error parsing file > /Applications/MacPorts/X11.app/Contents/MacOS/X11.bin: Error opening or > reading file > Does this file exist on your system? If not, try deactivating and reactivating the xorg-server port. sudo port -f d

Re: Thanks for your work on the ci environment

2020-08-02 Thread Ryan Schmidt
Hi Friedrich, Thanks, I'm glad our work was useful to you. I've mainly been involved with our Buildbot setup; the Travis CI setup was done by Zero King. We've had some reliability problems with Travis, plus as you know they cut your build off if it takes more than 50 minutes. We also use Azure

Re: Fixing source-code bugs using MacPorts facilities.

2020-07-28 Thread Ryan Schmidt
On Jul 27, 2020, at 01:53, Ian Wadham wrote: > I’m just saying that I can execute the file > 'work/destroot/Applications/MacPorts/…/kpat’ instead of > ‘/Applications/MacPorts/…/kpat’ — at the command-line of course. That executable may link with libraries installed by the port. If so, the e

Re: freeciv SDL - blank screen on Mojave/Catalina

2020-07-25 Thread Ryan Schmidt
On Nov 23, 2019, at 10:37, Dennis van der Burg wrote: > Since upgrading to Mojave, when doing a fresh MacPorts install and then > installing freeciv (SDL client) and clicking on the Apps>MacPorts>Freeciv > icon, only a blank screen opens instead of a screen with the game running in > it. >

Re: Fixing source-code bugs using MacPorts facilities.

2020-07-25 Thread Ryan Schmidt
On Jul 26, 2020, at 01:15, Ian Wadham wrote: > The above all worked very well, but only once… :-( > > If I test the app I have installed and find there is still some problem, I > need to edit the source and go back to the build step. But “build” just says > "---> Computing dependencies for

Re: 2nd try, Most recent version of mplayer

2020-07-21 Thread Ryan Schmidt
On Jul 21, 2020, at 09:19, dan d. wrote: > > However it doesn't show up in /opt/local/bin nand trying to run it with > mplayer-devel produces the bash "no such command"." error message. > There is no man entry either. "port contents mplayer-devel" should tell you what it installed and where.

Re: 2nd try, Most recent version of mplayer

2020-07-20 Thread Ryan Schmidt
On Jul 20, 2020, at 00:51, Jeffrey Walton wrote: > On Mon, Jul 20, 2020 at 12:37 AM Ryan Schmidt wrote: > >> On Jul 19, 2020, at 15:24, dan d. wrote: >> >>> I tried to install it with the error message: >>> >>> Error: Failed to install mplaye

Re: 2nd try, Most recent version of mplayer

2020-07-19 Thread Ryan Schmidt
On Jul 19, 2020, at 15:24, dan d. wrote: > I tried to install it with the error message: > > Error: Failed to install mplayer-devel: no destroot found at: > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_mplayer-devel/mp

Re: Most recent version of mplayer

2020-07-18 Thread Ryan Schmidt
On Jul 18, 2020, at 06:57, dan d. wrote: > The currentt version in macports is 1.3 for mplayer. For a couple years now > there is a 1.4 version available. from the developers. > > A couple of times I have asked the mmaintainer about the possibility of > getting the current version with no r

Re: installation problem

2020-07-13 Thread Ryan Schmidt
Don't type the backticks. Just type (or paste): chsh -s /bin/zsh > On Jul 13, 2020, at 10:09, Carlos Yeager wrote: > > > Why do I get "no changes made"? And macport seems still not working. > > On Mon, Jul 13, 2020 at 1:54 PM Ryan Schmidt wrote: > &g

Re: installation problem

2020-07-12 Thread Ryan Schmidt
On Jul 13, 2020, at 00:51, Carlos Yeager wrote: > > Am I still doing it wrong somewhere? why I still get "command not found" when > running "port version" This is after I closed both and reopening terminal From your screenshot, you're using bash, not zsh. Apple has printed a message for you

Re: installation problem

2020-07-12 Thread Ryan Schmidt
Let's keep the discussion on the mailing list so others can benefit. Use the "Reply All" function in your mail reader. More info below. On Jul 12, 2020, at 22:56, Carlos Yeager wrote: > On Sun, Jul 12, 2020 at 2:11 PM Ryan Schmidt wrote: > >> On Jul 11, 2020, at

Re: installation problem

2020-07-11 Thread Ryan Schmidt
On Jul 11, 2020, at 23:46, Carlos Yeager wrote: > Hi, I've carefully read the install instructions on macports page, however I > still get "command not found" when I test it out. I have Xcode installed, the > version is 11.5 > my purpose of installing macport is to install youtube-dl and I'm

Re: equivalent of ALT key

2020-07-10 Thread Ryan Schmidt
On Jul 10, 2020, at 08:28, Agoston Bejo wrote: > --> any ideas how to do the same thing for KDE applications...? I don't know. I don't see anything about it mentioned here: https://trac.macports.org/wiki/KDE If you figure it out, please add that information to the wiki page.

Re: Workarounds for cross compiling to Windows?

2020-07-10 Thread Ryan Schmidt
On Jul 10, 2020, at 01:59, Ces VLC wrote: > I know that MacPorts doesn't support building packages for other OSs, but > anyway there are some features that even if they are not officially > supported, do work because of the way it's designed (for example, installing > MacPorts in your home d

Re: equivalent of ALT key

2020-07-09 Thread Ryan Schmidt
On Jul 10, 2020, at 01:04, Agoston Bejo wrote: > When running applications that I have installed with port, how can I access > functionality I would access with ALT+somekey on Linux? > > E.g.: > a) > > --> here, how can I access the _F_ile, _E_dit, etc. menus with the keyboard? > Neither ct

Re: Adding MacPorts libraries to an Xcode project

2020-07-06 Thread Ryan Schmidt
Please continue to Cc the mailing list on your replies (by using Reply All) so that others can benefit from the discussion. On Jul 6, 2020, at 18:29, Thomas Bodlien wrote: >> I guess you have two choices: >> >> 1. Don't use codesigning in your Xcode project >> 2. Codesign the MacPorts librarie

Re: Adding MacPorts libraries to an Xcode project (was: Re: macports-users Digest, Vol 167, Issue 1)

2020-07-06 Thread Ryan Schmidt
On Jul 5, 2020, at 16:23, Thomas Bodlien wrote: > is it possible to add MacPorts libraries to a Xcode project? > Or is that not recommended? > > I am getting this signature error: > >> Process: JavaScript Blocker [5806] >> Path: /Volumes/*/JavaScript >> Blocker

Re: rsync and different UTF normalization in APFS vs HFS+

2020-07-03 Thread Ryan Schmidt
On Jul 3, 2020, at 04:53, Ces VLC wrote: > Some of my disks are HFS+ and others are APFS. I've been using rsync for > years, in order to sync some folders across all my disks. There were no > problems until APFS was introduced into the game. > > Now, in filenames that have UTF international cha

Re: rsync upgrade to 3.2.1_1 and libressl

2020-06-29 Thread Ryan Schmidt
On Jun 29, 2020, at 02:52, Ryan Schmidt wrote: > On Jun 29, 2020, at 00:58, Christopher Chavez wrote: >> >> I'm not sure it applies here, but the pattern being applied to other >> ports is to replace port:openssl with path:lib/libssl.dylib:openssl, so >> as to a

Re: faust-devel

2020-06-29 Thread Ryan Schmidt
On Jun 28, 2020, at 12:24, rmgls wrote: > here is what i get: > > fetching distfiles for faust-devel > > and nothing else! How long did you wait? Unlike most ports, this one fetches from a git repository. There will be no progress bar or any other output while the download happens. In the

Re: Noah port (and alternatives?)

2020-06-29 Thread Ryan Schmidt
On Jun 28, 2020, at 16:08, Ces VLC wrote: > I'm looking for a Linux user mode emulation on Mac, and I just found Noah on > github, and then realized there's already a port for it. From what I've read, > it seems it's quite experimental (BTW: there were some merged PRs a few days > ago, that

Re: rsync upgrade to 3.2.1_1 and libressl

2020-06-29 Thread Ryan Schmidt
On Jun 29, 2020, at 00:58, Christopher Chavez wrote: > > I'm not sure it applies here, but the pattern being applied to other > ports is to replace port:openssl with path:lib/libssl.dylib:openssl, so > as to allow using LibreSSL but fallback to installing OpenSSL if neither > is already present.

Re: Failed to extract curl-ca-bundle: invalid command name "shellescape"

2020-06-27 Thread Ryan Schmidt
On Jun 27, 2020, at 23:03, Jeffrey Walton wrote: > Error: Failed to extract curl-ca-bundle: invalid command name "shellescape" Whoops, sorry. Fixed. https://github.com/macports/macports-ports/commit/6c5276d315e64e99f0a7e57b6cf9940b83e9eab6

Re: gnucash does not build (was: Re: macports-users Digest, Vol 166, Issue 18)

2020-06-26 Thread Ryan Schmidt
On Jun 26, 2020, at 19:02, Thomas Bodlien wrote: > Gnucash does not build. > How can I fix that? File a bug report please and attach the main.log to it so that we can see what went wrong. >> Warning: >> --- >> Warning: The

Re: How to install on 10.15 with deployment target as 10.13?

2020-06-26 Thread Ryan Schmidt
On Jun 26, 2020, at 00:22, Ken Cunningham wrote: > I believe you will have to compile your software built on 10.15 and to be > deployed on earlier systems with: > > configure.cflags-append -fno-stack-check > configure.cxxflags-append -fno-stack-check > > to disable the now-default stack-chec

Re: How to install on 10.15 with deployment target as 10.13?

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 23:15, Sandeep Thakkar wrote: > > I'm compiling postgres with LLVM support on macOS 10.15 Catalina. The > binaries are supported on 10.13+. On target machine (10.13), the library > fails to load with the following error: > > dlopen(/Library/PostgreSQL/13/lib/postgresql/ll

Re: Rust 1.44.0.0 won't compile on macOS Sierra 10.12.6 and Trac, ticket # 56351

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 07:25, Greg Earle wrote: >> Is the only (other) workaround to de-activate llvm-9.0 +universal? >> >> -- >> # port installed | grep llvm- >> llvm-3.3 @3.3_10 (active) >> llvm-6.0 @6.0.1_1 (active) >> llvm-7.0 @7.1.0_0 (active) >> llvm-8.0 @8.0.1_0 (active) >> llvm-

Re: Rust 1.44.0.0 won't compile on macOS Sierra 10.12.6 and Trac ticket # 56351

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 06:28, Greg Earle wrote: > I did a "port upgrade outdated" and it looks like "librsvg" has a dependency > on Cairo which in turn pulls in Rust. (I didn't have Rust installed > previously.) cairo absolutely does not require rust. librsvg however does. rust is a programmi

Re: b2sum source code and Autotools files

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 05:08, Jeffrey Walton wrote: > Hi Everyone/Ken, > > BLAKE2's b2sum is available at https://github.com/BLAKE2/BLAKE2. In > particular, the latest tarball is available at > https://github.com/BLAKE2/BLAKE2/releases/tag/20190724. The 20190724 > release includes SSE2, XOP, SSE4

Re: registry.db getting rather obese (> 600MB) and updates very slow. Anything to do?

2020-06-22 Thread Ryan Schmidt
On Jun 22, 2020, at 17:33, Dave Horsfall wrote: > On Sun, 21 Jun 2020, Jeffrey Walton wrote: > >> Another PowerMac 10.5 datapoint, if it is helpful: > > On my MacBook Pro (Sierra), it's > > -rw-r--r-- 1 root admin 62558208 Jun 22 08:09 > /opt/local/var/macports/registry/registry.db > > And

Re: registry.db getting rather obese (> 600MB) and updates very slow. Anything to do?

2020-06-22 Thread Ryan Schmidt
On Jun 21, 2020, at 13:17, Ken Cunningham wrote: > On one of my systems, 10.5 PPC, things are taking a long time when > uninstalling a port - like 4-5 minutes of heavy tcl interpreter use. > > The registry.db is pretty huge: > > $ ls -la > total 1286264 > drwxr-xr-x 7 root admin238

Re: macports-users Digest, Vol 166, Issue 6

2020-06-16 Thread Ryan Schmidt
On Jun 16, 2020, at 19:08, Thomas Bodlien wrote: > I have set region to german and language to us english. > Macports installs everything in german > How can I fix this? MacPorts does not vary what it installs based on the language or region you set in system preferences. But many ports inst

Re: Seeking help on jq installation using MacPorts

2020-06-10 Thread Ryan Schmidt
On Jun 10, 2020, at 04:57, Sushma g wrote: > Also I have installed Macports in mac , but seeing command port not found. Then you haven't set up the PATH environment variable properly in your shell startup file. The MacPorts installer is supposed to do it for you, but if that doesn't work or

Re: rsync server is down (and a workaround)

2020-06-08 Thread Ryan Schmidt
It's back online now. On Jun 3, 2020, at 23:54, Joshua Root wrote: > As you may have noticed, the server at FAU that hosts rsync.macports.org > is currently down. There was a hardware failure, and work to restore > service is in progress. > > If you need to selfupdate in the meantime, you can u

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-05 Thread Ryan Schmidt
> On Jun 5, 2020, at 20:37, Ken Cunningham wrote: > > > >> On Jun 5, 2020, at 5:25 PM, Ryan Schmidt wrote: >> >> Sure, there could be such a script. >> >> I might suggest that, instead of requiring you to run each build command as >> a su

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-05 Thread Ryan Schmidt
> On Jun 5, 2020, at 12:22, Ken Cunningham wrote: > >> If we don't already have a section in the Guide explaining how to compile >> software outside of MacPorts using dependencies from MacPorts (i.e. by >> setting CFLAGS, CPPFLAGS, LDFLAGS, PKG_CONFIG_PATH) then that would be a >> good thing

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-04 Thread Ryan Schmidt
On Jun 4, 2020, at 01:11, Ken Cunningham wrote: >> I think I found an answer to my own question on Stack Overflow. > > The sad thing is that you had to go to / we had to send you to Stack Overflow > to figure out how to use macports to build things...and I'm sure you're not > alone. If we don

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-03 Thread Ryan Schmidt
On Jun 3, 2020, at 05:38, Carlo Tambuatco wrote: > I’m attempting to build emacs-27 from source and I would like to have AppKit > support for running natively on macOS and Gtk3 support. > > These are the gtk3 libraries I’ve got installed: > > gtk-osx-application-common-gtk3 @2.0.8_0 (active)

Re: Processes getting wedged in "U" (uninterruptible wait), state after Security Update 2020-003

2020-06-01 Thread Ryan Schmidt
On Jun 1, 2020, at 15:48, Greg Earle wrote: > On 29 May 2020, at 8:56, Ryan Schmidt wrote: > >> So I'm not sure how the `-sp` flags got into your launchd plist again when >> they're not supported anymore. Maybe Apple made a mistake in the security >>

Re: libcxx-5.0.1 using i386 on a PowerMac?

2020-05-29 Thread Ryan Schmidt
On May 29, 2020, at 17:02, Jeffrey Walton wrote: > I'm trying to update my PowerMac. This is what I see for libcxx during > a 'port upgrade outdated': > > ---> Computing dependencies for libcxx > ---> Fetching archive for libcxx > ---> Attempting to fetch > libcxx-5.0.1_4+universal.darwin_

Re: Processes getting wedged in "U" (uninterruptible wait) state after Security Update 2020-003

2020-05-29 Thread Ryan Schmidt
On May 29, 2020, at 09:04, Prokash Sinha wrote: > First, I'm not sure how they are parsing . I see -sp, but the help is > showing -ps. Here is a link for this > ---https://www.manpagez.com/man/8/taskgated/ That is the manual for taskgated on Mac OS X 10.6. Things have changed singe then; see my

Re: Processes getting wedged in "U" (uninterruptible wait) state after Security Update 2020-003

2020-05-29 Thread Ryan Schmidt
On May 29, 2020, at 07:44, Greg Earle wrote: > On 29 May 2020, at 4:47, Franco Vaccari wrote: > >> I would try other options before reinstalling the system, who knows, >> reinstalling the developer tools, restarting with shift to clean caches, >> reinstalling the security update, but ok, maybe

Re: macports-users Digest, Vol 165, Issue 19

2020-05-22 Thread Ryan Schmidt
On May 22, 2020, at 08:02, rmgls wrote: > On May 22, 2020, Rayan Schmidt wrote: >> On May 21, 2020, at 01:41, rmgls wrote: > >>> midi_patchbay builds fine. >>> But Please try to open it : >>> you will see than nothing is displayed! > >> It opens fine for me on High Sierra and displays its Un

Re: midi_patchbay

2020-05-22 Thread Ryan Schmidt
On May 21, 2020, at 01:41, rmgls wrote: > midi_patchbay builds fine. > But Please try to open it : > you will see than nothing is displayed! It opens fine for me on High Sierra and displays its Untitled window. > $interesting thing, it does not have any dependance. > the build app on nota

Re: p5.28-dbd-mysql fails with variant +mariadb10_2

2020-05-18 Thread Ryan Schmidt
On May 16, 2020, at 22:46, Horst Simon wrote: > I try to install p5.28-dbd-mysql as follow > sudo port -N install p5.28-dbd-mysql +mariadb10_2 and it fails with following > message: > > Error: Failed to configure p5.28-dbd-mysql: configure failure: command > execution failed > Error: See > /op

Re: SoapySDR Port Not Installing Python Bindings

2020-05-14 Thread Ryan Schmidt
On May 14, 2020, at 09:42, Kraus, Nicholas> wrote: > Installing the SoapySDR port (with +python37, version 0.7.2_0) does not > actually install the python bindings. Running ‘import SoapySDR’ in python > (version 3.7.7) raises a ModuleNotFoundError. > > No python files are found within the po

Re: Mpv doesn't install

2020-05-14 Thread Ryan Schmidt
On May 13, 2020, at 11:14, dan d. wrote: > On Tue, 12 May 2020, Kenneth F. Cunningham wrote: > >> There is a "quite simple" Portfile patch that makes mpv work on the older >> systems here . > > Could that patch be used with the standard "port install

Re: Support for Sierra

2020-05-11 Thread Ryan Schmidt
On May 11, 2020, at 18:37, Ryan Schmidt wrote: > To the point of default variants: port maintainers sometimes change a port's > default variants, but MacPorts will preserve whatever variants you had > selected when you installed it. cmake, for example, switched in November to

Re: Support for Sierra

2020-05-11 Thread Ryan Schmidt
On May 11, 2020, at 15:46, Dave Horsfall wrote: > Another "port upgrade outdated", and most of the day spent compiling monster > stuff such as CMAKE, LLVM, CLANG, etc. Are these binaries no longer > supported for Sierra? I'm not sure how far I can upgrade this old MacPort > Pro... We still h

Re: X11 no longer working

2020-05-09 Thread Ryan Schmidt
On May 9, 2020, at 07:07, Christoph Kukulies wrote: > :info:build clang: warning: no such sysroot directory: > '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk' [-Wmissing-sysroot] MacPorts expects that you have a versioned macOS SDK in the command line tools (or in Xcode, if the po

Re: Port that converts heic/heif?

2020-05-08 Thread Ryan Schmidt
On May 8, 2020, at 19:43, Michael wrote: > What port will convert heic/heif to png or mpg? > > I see (port search heif) that there is a library, but I could not find any > program that used it ImageMagick should be able to do it.

Re: Old Ports - hplip

2020-05-05 Thread Ryan Schmidt
On May 5, 2020, at 01:30, Bryan Nunweek wrote: > What becomes of old ports? In particular I’m thinking of hplip which a search > last finds in 2014 but with no later ‘abandoned’ or ‘obsoleted' references. As far as I can tell, hplip was never in our ports collection. There have been 4 tickets r

Re: Is It Safe To Use reclaim?

2020-05-03 Thread Ryan Schmidt
On May 3, 2020, at 17:08, Richard L. Hamilton wrote: > For the ones you don't think you want, you could always deactivate them, run > a port rev-upgrade, and see if anything breaks. MacPorts would prevent you from uninstalling a port that is needed (as a library or runtime dependency) by ano

Re: Is It Safe To Use reclaim?

2020-05-03 Thread Ryan Schmidt
On May 3, 2020, at 16:43, Michael Newman wrote: > On May 3, 2020, at 21:28, Ryan Schmidt wrote: > >> Look at the output of "port installed unrequested". If you see any port in >> that list that you actually do want, indicate that by running "sudo port >&g

Re: 128-bit long double handling on PowerMac

2020-05-03 Thread Ryan Schmidt
On May 3, 2020, at 00:38, Jeffrey Walton wrote: > When I manually build GetText and Gnulib on a PowerMac G5, the self > tests fail due to floats. I was talking with the GNU folks about it, > and GetText and Gnulib don't handle the 128-bit long doubles. > > Apple says 64-bit long doubles are de

Re: Is It Safe To Use reclaim?

2020-05-03 Thread Ryan Schmidt
On May 2, 2020, at 21:18, Michael Newman wrote: > Late last year I ran reclaim for the first time. It was somewhat of a > disaster because it removed ports that I actually wanted and I ended up > having to completely reinstall MacPorts. > > Since then I have been afraid to use it again. > >

Re: mingw-w64 and gcc 9.3.0

2020-05-02 Thread Ryan Schmidt
On Apr 30, 2020, at 17:08, Ces VLC wrote: > I'd like to use gcc 9.3.0 with mingw-w64 (the list of bugfixes in 9.3.0 looks > significant). I don't know how much effort will this update require, I just > add my vote for it here, thanking your great support once more! A ticket in the issue tracker

Re: MacOS libtool and GNU libtool: Recommended way for coexistence?

2020-04-30 Thread Ryan Schmidt
On Apr 30, 2020, at 02:56, Ces VLC wrote: > Today I got lots of errors when building one of my projects, about "-static" > not being supported by libtool... then I realized that the reason is that > such project was developed with the MacOS libtool in mind, and by installing > GNU's libtool

Re: macports localinstall github tries to download from macports

2020-04-29 Thread Ryan Schmidt
On Apr 29, 2020, at 08:12, macpo...@parvis.nl wrote: > On 2020-04-29, at 13:11, Ryan Schmidt wrote: > >> On Apr 28, 2020, at 06:58, macpo...@parvis.nl wrote: >> >>> Ryan Schmidt said: >>> >>>> You want: >>>> >>>> g

Re: macports localinstall github tries to download from macports

2020-04-29 Thread Ryan Schmidt
On Apr 28, 2020, at 06:58, macpo...@parvis.nl wrote: > Ryan Schmidt said: > >> You want: >> >> github.setupsnabb downtimed 1.0 version- >> github.tarball_from archive > > but that results in > https://github.com/snabb/downtimed/archive/v

Re: Python 3.8.2 - Macports configuration problem

2020-04-29 Thread Ryan Schmidt
On Apr 28, 2020, at 21:13, Chris Jones wrote: > Remove > > /Library/Frameworks/Python.framework/Versions/3.8/bin > > From your PATH. That is not a version of python installed by macports, but is > something else you must have installed at some point. Not only should you remove that path fr

Re: macports localinstall github tries to download from macports

2020-04-27 Thread Ryan Schmidt
On Apr 27, 2020, at 14:15, macpo...@parvis.nl wrote: > i’m trying to do a macports localinstall portgroup github for downtimed but > it downloads from macports.org, not github.com. It attempts to download from all locations, including GitHub and the MacPorts mirrors. The file isn't on any of

Re: R-app

2020-04-27 Thread Ryan Schmidt
On Apr 26, 2020, at 07:56, Lenore Horner wrote: > I filled a ticket 2 weeks ago with log because R-app doesn’t build. Looks like you're referring to https://trac.macports.org/ticket/60345 which I've closed as a duplicate of https://trac.macports.org/ticket/59482. > I’m afraid that understan

Re: Some applications display all text in Russian

2020-04-25 Thread Ryan Schmidt
On 19 apr 2020, at 17:03, Davide Liessi wrote: > I have just installed GPXSee and GPXLab on macOS 10.13. > Both are based on Qt5 and both show all menus and texts in Russian, > while the system language is set to Italian. I took a look at GPXSee and GPXLab. It looks like neither of them offer Ita

Re: Installing older binary versions

2020-04-24 Thread Ryan Schmidt
On Apr 24, 2020, at 12:58, dan d. wrote: > How can one install one of the older binaries found on the macports binary > list page? See https://trac.macports.org/wiki/howto/InstallingOlderPort However note that where that page talks about checking out code in a separate directory, that will

Re: On building poppler

2020-04-12 Thread Ryan Schmidt
On Apr 12, 2020, at 16:19, Ruben Di Battista wrote: > That is standard practice. I don’t know the real reason for it, didn’t bother > to investigate, It's all explained in https://trac.macports.org/ticket/58574#comment:15 Somebody should please take charge of communicating the problem to the

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