Re: [workaround] 10.6.8 & mysql57

2021-01-27 Thread Ken Cunningham
ah, I just noticed that I fixed mysql56, but not mysql57 it appears. hopefully the fix is as simple as mysql56 was. K

Re: [workaround] 10.6.8 & mysql57

2021-01-27 Thread Ken Cunningham
looks like they moved that /usr/bin/libtool command from the previous file it was in, to here: cmake/merge_archives.cmake.in 109:COMMAND /usr/bin/libtool -static -o ${TARGET_LOC} ${LIB_LOCATIONS} most likely, just have to change the target of the reinplace in the Portfile. Look, sure — yo

Re: [workaround] 10.6.8 & mysql57

2021-01-27 Thread Bjarne D Mathiesen
So. Let me start by reverting my changes : #=> cat libtoolRevert #!/opt/local/bin/bash declare usrBin='/usr/bin' declare devBin="/Developer${usrBin}" while read -u 9 cctool do theTool=$( basename ${cctool} ) echo ${theTool} for binDir in "${usrBin}" "${devBin}" do rm "${b

Re: [workaround] 10.6.8 & mysql57

2021-01-27 Thread Ken Cunningham
Hey, I fixed that properly here if it doesn’t work for you, let me know. no need to overwrite all your /usr/bin stuff and cause who-knows-what damage… Ken

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

2021-01-27 Thread Ken Cunningham
Gilles, This PR > fixes cmake, for all practical purposes, as these cmake-requiring ports build on BigSur intel demonstrate. We will wait a bit for Micheal to push, but just go grab it a

[workaround] 10.6.8 & mysql57

2021-01-27 Thread Bjarne D Mathiesen
According to https://ports.macports.org/port/mysql57/summary mysql57 fails to build on 10.6. !!!BUT!!! using some "sleigh-of-hand", it's possible to get it to install :-) You'll have to implement the workaround from https://trac.macports.org/ticket/59072#comment:1 declare usrBin='/usr/bin' declar

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

2021-01-27 Thread Murray Eisenberg
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 fails! See: https://trac.macports.org/ticket/62169

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

2021-01-27 Thread Gilles Caulier
Ken, I second you. My computer is ready to cross compile the whole digiKam bundle for Silicon target. Note : from scratch, compiling the bundle for Intel took around 8 hours on my Macbook Pro 2015. After installing low level dependencies from Macports, i compile KF5 framework, digiKAm and plugins

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 a

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

2021-01-27 Thread Murray Eisenberg
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 an admin acc

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

2021-01-27 Thread Ken Cunningham
This right here is MacPorts golden opportunity again. If we put some effort into this, to finish up the minor tweaks, MacPorts is the only game in town for this. I have been fixing these as you all have seen, as I come across them. But it would be great if people with BIgSur installed a copy of

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 a

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

2021-01-27 Thread Murray Eisenberg
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 all the ports I already installed under Big Sur 11.1 using 2.6.

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 > https://lists.macports.org/pipermail/macport

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

2021-01-27 Thread Murray Eisenberg
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 https://lists.macports.org/pipermail/macports-dev/2020-November/042592.html

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 Murray Eisenberg
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 ? > On 27 Jan2021, at 1:09 PM, Ryan Schmidt wrote: > > On Jan 27,

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 gat

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

2021-01-27 Thread Murray Eisenberg
I’ve reported the bug to Apple (apple.com/feedback ). Meanwhile, is there any workaround? > On 27 Jan2021, at 5:57 AM, Ryan Schmidt wrote: > > > > On Jan 26, 2021, at 19:30, Murray Eisenberg wrote: >  >> I’m migrating MacPorts from Catalina to Big Sur (11.1), follo

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

2021-01-27 Thread Gilles Caulier
Hi all, 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: no need to buy a specific M1 computer to build a Silicon

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

2021-01-27 Thread Murray Eisenberg
Also, which logs or other information to send to Apple that would be relevant to this bug? > On 27 Jan2021, at 10:38 AM, Murray Eisenberg > wrote: > > Can you suggest how/where to report such a bug? Everything I see refers to > reporting bugs in BETA versions via Feedback Assistant. But I’m u

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

2021-01-27 Thread Murray Eisenberg
Can you suggest how/where to report such a bug? Everything I see refers to reporting bugs in BETA versions via Feedback Assistant. But I’m using the released Big Sur 11.1. > On 27 Jan2021, at 1:44 AM, Ryan Schmidt wrote: > > > >> On Jan 26, 2021, at 19:30, Murray Eisenberg wrote: >> >>  >

Ten seconds delay in Pasteboard update

2021-01-27 Thread Tong Sun
On Sun, Jan 24, 2021 at 11:15 PM Tong Sun wrote: > > > > Open X11.app. Choose Preferences from the X11 menu. Select the Security > > > > tab. > > > > > > Ah, got it working. Thanks a lot!! > > > > > > Just that there is 10 extra second delay, which I have no idea where > > > it is coming from --

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 > /opt/local/share/locale/es/

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 o