Re: Compiling a port statically

2020-12-07 Thread Jeffrey Walton
On Mon, Dec 7, 2020 at 2:39 AM Ryan Schmidt wrote: > > > > 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

Re: Compiling a port statically

2020-12-06 Thread Jeffrey Walton
On Sun, Dec 6, 2020 at 10:31 AM Riccardo Mottola via macports-users wrote: > > Hi, > > On 12/5/20 8:07 AM, Ryan Schmidt wrote: > > Obviously the block would need some tweaking for a given port, it gives the > idea. > > I can't think of a reason why we would want to offer such a thing. > > I can t

Re: Confused about build dependencies here

2020-12-05 Thread Jeffrey Walton
On Fri, Dec 4, 2020 at 10:24 PM 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. Off-topic, but you'll want a set of these: https://www.amazon.com/gp/product/B075ZN1GXK. Jeff

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

2020-12-04 Thread Jeffrey Walton
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 Dec 4, 2020, at 20:24, Jeffrey Walton wrote: > >> > >>> On Fri, Dec 4, 202

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

2020-12-04 Thread Jeffrey Walton
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 been using kmymoney on my Macs for many years now. I stupidly > &g

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

2020-12-04 Thread Jeffrey Walton
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 that qt4 installs, kmymoney4 fails because gwenhywfar4 fails

Re: supertux on Apple Silicon -- tester please

2020-12-04 Thread Jeffrey Walton
On Fri, Dec 4, 2020 at 9:03 PM Ken Cunningham wrote: > > I was pleasantly surprised to see that “supertux” built through on arm64 > without error. Ooh, +1. Supertux is one of my favorites. The developers did an amazing job with it. Jeff

Problem with eggbus on Intel machines

2020-11-28 Thread Jeffrey Walton
Hi Everyone, I'm seeing problems updating Macports 2.6.4 on an older MacBook. This issue looks new. I don't recall seeing it last week. $ sudo /opt/local/bin/port upgrade outdated Nothing to upgrade. ---> Scanning binaries for linking errors ---> Found 3 broken files, matching files to ports Wa

Re: info

2020-11-27 Thread Jeffrey Walton
On Fri, Nov 27, 2020 at 10:27 AM Giovanni Cantele wrote: > > Dear All,. > > I’m searching the web but I cannot find any response to the following > question: > > is there any ongoing project for porting the whole macports staff on the new > Apple silicon architecture? > What happens to those who

Re: failure to link most programs on Leopard

2020-11-14 Thread Jeffrey Walton
On Sat, Nov 14, 2020 at 3:56 PM Ken Cunningham wrote: > ... > Back when gcc48 was being implemented, and even now when Iain tests the > builds of gcc on older systems, he does it “neat” on an unmodified i386 > Leopard system, he does not do it in MacPorts. > > So our changes, like a newer linker

Re: MySQL 8: datadir

2020-10-04 Thread Jeffrey Walton
On Sun, Oct 4, 2020 at 10:57 AM Murray Eisenberg wrote: > > Problem SOLVED! > > Trouble was in my.cnf I had specified > > pid-file = /opt/local/var/run/mysq8/mysqld.pid > > but apparently mysqld could not write to that directory — even though I had > previously executed > > sudo chown -R _mysql:_

Re: mysql8 problems

2020-10-03 Thread Jeffrey Walton
On Sat, Oct 3, 2020 at 3:21 PM 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?? https://o

Re: ImageMagick port outdated

2020-09-25 Thread Jeffrey Walton
On Fri, Sep 25, 2020 at 4:10 PM Fred Weinhaus wrote: > > Why not just offer both ImageMagick 6 and Imagemagick 7. The user could then > choose which he wants to use. +1. Compilers do it regularly. $ ls /opt/local/bin/gcc-* /opt/local/bin/gcc-ar-mp-5 /opt/local/bin/gcc-nm-mp-5 /opt/local/bi

Re: Apple ARM binary codesign issue

2020-09-22 Thread Jeffrey Walton
On Tue, Sep 22, 2020 at 6:24 PM Ken Cunningham wrote: > ... > I'm trying to imagine how Jeremy might prevent hackers from surreptitiously > modifying signed binaries with strip or install_name_tool (which is good) > while letting people modify signed binaries with strip or install_name_tool > w

Re: macosx_deployment_target - building for previous versions from MacOS 10.13

2020-09-04 Thread Jeffrey Walton
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 a mess. I cringe when it is needed... No source code repo, bizarre

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

2020-08-24 Thread Jeffrey Walton
On Mon, Aug 24, 2020 at 6:13 PM Daniel J. Luke wrote: > > On Aug 24, 2020, at 5:41 PM, Jeffrey Walton wrote: > >> It's also super-silly to expect that MacPorts is taking "responsibility" > >> for all upstream projects. > > > > How so? > &

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

2020-08-24 Thread Jeffrey Walton
On Mon, Aug 24, 2020 at 5:33 PM Daniel J. Luke wrote: > > On Aug 24, 2020, at 3:49 PM, Ryan Schmidt wrote: > > 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 P

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

2020-08-24 Thread Jeffrey Walton
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 it distributes. It is called "supply chain management". Jeff

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

2020-08-24 Thread Jeffrey Walton
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 > > ==cut= > > > > do you see the problem? I don't :| > > Fixed! > > https://github.com/macpo

Re: apg still very useful, please don't deprecate

2020-08-16 Thread Jeffrey Walton
On Sun, Aug 16, 2020 at 8:44 PM Sean DALY wrote: > > Alas, I lack the skill set to maintain software myself, and I also have time > constraints. GitHub has at least three forks: https://duckduckgo.com/?q=apg+password+site:github.com.It looks like jabenninghoff's fork is most recent. I'm pretty

Re: Failed to build gpgme: command execution failed - #60930

2020-08-05 Thread Jeffrey Walton
On Wed, Aug 5, 2020 at 1:26 PM FritzS - gmx wrote: > > Uploaded on: > https://trac.macports.org/ticket/60930 > > https://trac.macports.org/attachment/ticket/60930/main.log > 998:info:build warning: unknown warning option '-Wsuggest-override'; did you mean '-Wshift-overflow'? [-Wunknown-warning-op

Re: Failed to build gpgme: command execution failed - #60930

2020-08-05 Thread Jeffrey Walton
On Wed, Aug 5, 2020 at 11:34 AM FritzS - gmx wrote: > > Whats wrong with gpgme? Usually the problem is detailed in /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gpgme/gpgme/main.log Jeff

Re: How enable ftp to localhost wordpress site?

2020-08-01 Thread Jeffrey Walton
On Sat, Aug 1, 2020 at 7:49 PM Bill Cole wrote: > > ... > Doing a little research, I found that the reason WP sometimes asks for > ftp credentials is that it can't directly write to the plugins > directory. That usually means that it also can't write to any of > wp-content/, which is a problem tha

MacPorts 2.6.3 on PowerMac looks OK

2020-07-24 Thread Jeffrey Walton
Hi Everyone, MacPorts 2.6.3 on PowerMac looks OK. It looks like an older libcxx was used; and some compilers got blacklisted. But that is fine since older compilers are better than no compilers and a DoS. Jeff

Re: 2nd try, Most recent version of mplayer

2020-07-19 Thread Jeffrey Walton
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 mplayer-devel: no destroot found at: > > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macpor

Re: PowerPC / 10.4 / 10.5

2020-06-30 Thread Jeffrey Walton
On Sun, Jun 28, 2020 at 12:55 PM Jason Pepas wrote: > > I've just recently picked up a few PowerPC Macs and have been looking at > Tigerbrew, MacPorts, Gentoo Prefix, etc, possibly to help out if I can. > > If there are any active 10.4 / 10.5 PPC users, I'd love to get in touch! Another PPC hots

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

2020-06-27 Thread Jeffrey Walton
This one is new... ---> Computing dependencies for curl-ca-bundle ---> Fetching archive for curl-ca-bundle ---> Attempting to fetch curl-ca-bundle-7.71.0_0.darwin_9.noarch.tbz2 from http://packages.macports.org/curl-ca-bundle ---> Attempting to fetch curl-ca-bundle-7.71.0_0.darwin_9.noarch.tbz

b2sum source code and Autotools files

2020-06-25 Thread Jeffrey Walton
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, AVX and NEON implementations. There is an Autotools port from

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

2020-06-23 Thread Jeffrey Walton
On Tue, Jun 23, 2020 at 9:01 PM Ken Cunningham wrote: > > ... > All in all, all my 10.5 PPC port builds have been backed up, I made them all > available as an archive source to a few interested users, and my system works > like lightening again. That's weird. MacPorts on my G5 has been broken f

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

2020-06-21 Thread Jeffrey Walton
On Sun, Jun 21, 2020 at 2:18 PM 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 admin

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

2020-06-17 Thread Jeffrey Walton
On Wed, Jun 17, 2020 at 9:37 AM Rainer Müller wrote: > > On 17/06/2020 02.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? > > You are likely hit by this bug in gettext, which causes it to selec

libcxx-5.0.1 using i386 on a PowerMac?

2020-05-29 Thread Jeffrey Walton
Hi Everyone, 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_9.i386-ppc.tbz2 from http://packages.macports.org/libc

Re: X11 no longer working

2020-05-09 Thread Jeffrey Walton
On Sat, May 9, 2020 at 2:28 PM Jeffrey Walton wrote: > > On Sat, May 9, 2020 at 5:50 AM Christoph Kukulies wrote: > > > > Launching X11 manually ./X11 is a good point. Did that and XQuartz appears > > in the dock. Firing then xclock on the Target doesn’t do a conne

Re: X11 no longer working

2020-05-09 Thread Jeffrey Walton
On Sat, May 9, 2020 at 5:50 AM Christoph Kukulies wrote: > > Launching X11 manually ./X11 is a good point. Did that and XQuartz appears in > the dock. Firing then xclock on the Target doesn’t do a connection. Silence. > The xclock just hangs there. > > I don’t see any listening socket: > > kuku@

Re: installing MacPorts 2.6.2 on Ubuntu Linux 20.04

2020-05-03 Thread Jeffrey Walton
On Sat, May 2, 2020 at 1:19 PM Ken Cunningham wrote: > > ... > I'm thinking I should probably disable startup items, as these are not set up > in a proper fashion yet on Ubuntu, and also I'm not sure what to do about It is probably a good idea to move to Systemd. It will work on Fedora and Ubunt

128-bit long double handling on PowerMac

2020-05-02 Thread Jeffrey Walton
Hi Everyone, 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 default at [1], but the man page is wrong, at leas

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

2020-04-30 Thread Jeffrey Walton
On Thu, Apr 30, 2020 at 3:56 AM 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 libt

libcxx is having trouble on an old PowerMac G5

2020-04-30 Thread Jeffrey Walton
Hi Everyone, libcxx is having trouble on an old PowerMac G5: $ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_libcxx/libcxx/main.log version:1 :debug:sysinfo Mac OS X 10.5 (darwin/9.8.0) arch powerpc :debug:sysinfo MacPorts 2.6.2 :

Re: libpsl doesn't build on older versions of Mac OS X because it depends on python38

2020-04-15 Thread Jeffrey Walton
On Wed, Apr 15, 2020 at 3:53 AM Christian Calderon wrote: > > libpsl is one of curl's dependencies, meaning curl can't be built (and thus > any port depending on curl) on any version of OS X before Snow Leopard. I've > looked a bit into libpsl and it seems that it doesn't actually require > py

Re: What does "Exit code: 11" mean when building CMake?

2020-03-16 Thread Jeffrey Walton
On Sun, Mar 15, 2020 at 10:11 AM Ken Cunningham wrote: > ... > rolling back to libgcc7 is presenly the only known fix. there is a pr > referenced in the ticket where I reluctantly propose to do that if no better > solution is found. > > upstream says it's complicated to fix. they have to separat

--disable-tls does not limit functionality, it only determines how std::call_once works

2020-03-16 Thread Jeffrey Walton
Hi Everyone/Ken, I was looking through https://github.com/kencu/LeopardPorts/blob/master/lang/gcc7/Portfile, and noticed this comment: # see https://lists.macports.org/pipermail/macports-dev/2017-August/036209.html # --disable-tls does not limit functionality # it only determines how std::call_on

Clang 7.1 for PPC

2020-03-16 Thread Jeffrey Walton
Hi everyone, I'm trying to install Clang 7.1 on a PowerMac. Clang 7.1 is important because it has this bug fix: https://bugs.llvm.org/show_bug.cgi?id=39704. The 39704 issue fixed unaligned loads and stores for Altivec. Clang 7.0 - which supports PPC - provides this error: $ sudo port install cla

Re: ncurses 6.2 failing with reinplace warnings

2020-03-15 Thread Jeffrey Walton
On Sun, Mar 15, 2020 at 7:26 PM Richard DeLaurell wrote: > > I am trying to update from ncurses 6.1 to 6.2, but am getting the warnings > noted in ticket #60152; however, unlike the ticket report there my > installation does not complete. If you are talking about the reinplace warnings, then in

Re: How to pin a package?

2020-03-15 Thread Jeffrey Walton
On Sat, Mar 14, 2020 at 11:24 AM Ryan Schmidt wrote: > > On Mar 14, 2020, at 00:39, Jeffrey Walton wrote: > > > My old PowerMac G5 cannot build the CMake being supplied with > > MacPorts. I know CMake now requires C+11 or C++14, and the antique > > tools on the Mac do n

What does "Exit code: 11" mean when building CMake?

2020-03-15 Thread Jeffrey Walton
Hi Everyone, I'm trying to build CMake for a PowerMac G5. I elevated and then: root# CC=/opt/local/bin/gcc-mp-5 \ CXX=/opt/local/bin/g++-mp-5 \ /opt/local/bin/port install cmake The build fails. The tail of cmake/main.log shows the info below. What is the Exit code: 11? (I'd also be int

How to pin a package?

2020-03-13 Thread Jeffrey Walton
My old PowerMac G5 cannot build the CMake being supplied with MacPorts. I know CMake now requires C+11 or C++14, and the antique tools on the Mac do not meet the requirements. I want to pin CMake to an older version for the Mac. For example, 3.15.4 or 3.14.6. How do I pin a package using MacPorts?

Re: Using macports 2.6.2 on a powerbook G4 1.33GHz and Leopard 10.5.8 ppc

2020-03-11 Thread Jeffrey Walton
On Wed, Mar 11, 2020 at 10:09 PM Ken Cunningham wrote: > > Some MacPorters are totally uninterested in older systems. That's fine, of > course. However, MacPorts has about 10% of the market, and HomeBrew has about > 90%, and if you ask me, one of the main thing that keeps MacPorts alive these >

Re: Call for contributors to macOS port of GDB

2020-02-15 Thread Jeffrey Walton
On Sat, Feb 15, 2020 at 2:12 PM Dave Horsfall wrote: > > On Fri, 14 Feb 2020, Jeffrey Walton wrote: > > > Send over your SSH authroized_keys file, if interested. I'll send you > > my IP address in return. > > It's been a while since I had to set up keys,

Re: Call for contributors to macOS port of GDB

2020-02-14 Thread Jeffrey Walton
On Thu, Feb 13, 2020 at 5:37 PM Simon Marchi via macports-users wrote: > ... > There is, however, to our knowledge, not many people (none?) who are active > contributors to GDB and everyday developers on macOS. And given the > difficulty > of using macOS if you don't own a Mac, it's hard to do a

source-highlight and segfault on old PowerMac

2019-10-05 Thread Jeffrey Walton
Hi Everyone, Syntax-Highlight results on an old PowerMac. $ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_source-highlight/source-highlight/main.log ... :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_o

Re: snowleopardfixes is obsolete; please uninstall it.

2019-10-05 Thread Jeffrey Walton
Ok, thanks. On Sat, Oct 5, 2019 at 8:19 PM Joshua Root wrote: > > Jeffrey Walton wrote: > > I'm trying to get an old PowerMac upgraded. I'm seeing the error > > message below. Cat'ing the log, I can't tell which package I should > > remove. > >

snowleopardfixes is obsolete; please uninstall it.

2019-10-05 Thread Jeffrey Walton
Hi Everyone, I'm trying to get an old PowerMac upgraded. I'm seeing the error message below. Cat'ing the log, I can't tell which package I should remove. What package should be removed? Thanks in advance. = Terminal commands = root# port selfupdate && port upgrade outdated && port clea

Re: Upgrading MacOS From 10.9.5 To 10.13 - MacPorts Implications

2019-06-18 Thread Jeffrey Walton
On Tue, Jun 18, 2019 at 6:42 AM Michael Newman via macports-users wrote: > > I have an old 2009 MacBook Air (2GB RAM) which is running MacOS 10.9.5 > (Mavericks). I’m now getting warnings from Apple, Google (Remote Desktop) and > DropBox (among others) that this version of the OS will no longer

Re: How to see Macports patches

2019-05-05 Thread Jeffrey Walton
On Sun, May 5, 2019 at 8:02 PM Bill Cole wrote: > > On 5 May 2019, at 19:38, Jeffrey Walton wrote: > > > On Sun, May 5, 2019 at 7:22 PM Jeffrey Walton > > wrote: > >> > >> I want to see the patches applied to Unistring > >> (https://www.gnu.org

Re: How to see Macports patches

2019-05-05 Thread Jeffrey Walton
On Sun, May 5, 2019 at 7:22 PM Jeffrey Walton wrote: > > I want to see the patches applied to Unistring > (https://www.gnu.org/software/libunistring/). I found the package in > search at https://www.macports.org/ports.php?by=name&substr=libunistring > . Following the "s

How to see Macports patches

2019-05-05 Thread Jeffrey Walton
Hi Everyone, I want to see the patches applied to Unistring (https://www.gnu.org/software/libunistring/). I found the package in search at https://www.macports.org/ports.php?by=name&substr=libunistring . Following the "source" link to Macport's GitHub I see https://github.com/macports/macports-por

Re: clang++-mp-3.9 missing asan_osx_dynamic.dylib

2017-11-09 Thread Jeffrey Walton
On Thu, Nov 9, 2017 at 10:20 PM, Ken Cunningham wrote: > there is an existing trac ticket about > this… > > the rpath is not set right - needs a minor fix (or a symlink). > > Jeremy’s too busy to get to it, and open to patches. Ack, thanks.

clang++-mp-3.9 missing asan_osx_dynamic.dylib

2017-11-09 Thread Jeffrey Walton
Hi Everyone, I'm using MacPorts Clang 3.9 compiler. I'm trying to run Asan on a program built with -fsantize=address but things are failing to link: ld: file not found: /opt/local/libexec/llvm-3.9/bin/../lib/clang/3.9.1/lib/darwin/libclang_rt.asan_osx_dynamic.dylib clang: error: linker command fa

Re: PowerMac download statistics?

2017-01-06 Thread Jeffrey Walton
>> I'm looking for statistics on the number of Macports users and the >> number of PowerMac users. >> >> Does MacPorts track the statistics? > > No, unless you run "sudo port install mpstats" which is not even advertized. > >> If so, are they publicly available? > > There is some (useless) statisti

PowerMac download statistics?

2017-01-06 Thread Jeffrey Walton
Hi Everyone, I'm looking for statistics on the number of Macports users and the number of PowerMac users. Does MacPorts track the statistics? If so, are they publicly available? Thanks in advance.