harfbuzz - strange compiler issues with gcc on 10.5

2019-08-14 Thread Riccardo Mottola via macports-users
Hi, as a dependency, harfbuzz is being installed on my 10.5 64bit system. The default picked up compiler is gcc6 and I get the following errors. I ask, because I have seen this errors in other builds and even some of my own code, it is in the system headers. /opt/local/bin/g++-mp-6

Re: ledger fails to build after boost upgrade to 1.70.0

2019-08-14 Thread Christopher Jones
Hi, Looks like ledger does not yet support the updated boost. please look for an open ticket at https://trac.macports.org/wiki/Tickets and if there is none for this issue, open one. cheers Chris > On 14 Aug 2019, at 6:40 am, Kastus Shchuka wrote: >

Re: Is it possible to influence at what UID MacPorts start to create users?

2019-08-14 Thread Ryan Schmidt
On Aug 14, 2019, at 16:36, Gerben Wierda wrote: > If you create local userson macOS, it starts with uid 501 and then goes up. > (for network users it always (still?) started with 1025 and then goes up. > > MacPorts, when it creates users, starts with 500 and then goes up. I noticed that

Is it possible to influence at what UID MacPorts start to create users?

2019-08-14 Thread Gerben Wierda
If you create local userson macOS, it starts with uid 501 and then goes up. (for network users it always (still?) started with 1025 and then goes up. MacPorts, when it creates users, starts with 500 and then goes up. So, depending on the order of creation, the same user has different uid (same

Re: Is it possible to influence at what UID MacPorts start to create users?

2019-08-14 Thread Gerben Wierda
If this is a bug, I suggest using 600, not 500 for the fix.100 local users on a mac seems adequate (like 640kB…) and server starts at 1025, so ample room for services. I’d rather not create my own macports port, it is complex enough as it is. Gerben Wierda Chess and the Art of Enterprise

Re: ledger fails to build after boost upgrade to 1.70.0

2019-08-14 Thread Christopher Jones
Actually, fix was trivial. https://github.com/macports/macports-ports/commit/087140b0f4e960a304d3d56708aa77989b441b16 > On 14 Aug 2019, at 11:02 am, Christopher Jones > wrote: > > Hi, > > Looks

Re: What am I forgetting?

2019-08-14 Thread Ryan Schmidt
On Aug 12, 2019, at 20:22, Mojca Miklavec wrote: > If not, "sudo port install" or "sudo port upgrade" (without port name) `port upgrade` will always find the port in the default tree. It will not find the port in the local directory. So you don't want to use `port upgrade` in this case.

Re: ledger fails to build after boost upgrade to 1.70.0

2019-08-14 Thread Kastus Shchuka
Thank you, Chris! Much appreciated. > On Aug 14, 2019, at 3:16 AM, Christopher Jones > wrote: > > > Actually, fix was trivial. > > https://github.com/macports/macports-ports/commit/087140b0f4e960a304d3d56708aa77989b441b16 > >> On 14 Aug 2019, at 11:02 am, Christopher Jones >> wrote: >>

Re: harfbuzz - strange compiler issues with gcc on 10.5

2019-08-14 Thread Ryan Schmidt
On Aug 14, 2019, at 02:14, Riccardo Mottola wrote: > as a dependency, harfbuzz is being installed on my 10.5 64bit system. > > The default picked up compiler is gcc6 and I get the following errors. I ask, > because I have seen this errors in other builds and even some of my own code, > it

Re: What am I forgetting?

2019-08-14 Thread Ryan Schmidt
On Aug 13, 2019, at 03:25, Gerben Wierda wrote: > Now, the only thing I have to do is to find a way to get my local revision > back to 1, before I submit the patch. I have installed > > Albus:nsd sysbh$ port installed > The following ports are currently installed: > expat @2.2.7_0 (active) >

Re: What am I forgetting?

2019-08-14 Thread Ryan Schmidt
On Aug 13, 2019, at 08:24, Gerben Wierda wrote: > That was it. It was on the manual page for local repositories, but this > directory tree was created using git via > https://trac.macports.org/wiki/WorkingWithGit where portindex is not > mentioned and I was following instructions there when

Re: Inconsistent registry

2019-08-14 Thread Davide Liessi
Reading more carefully I spotted the obvious typo: > p5.26-carp-clan @6.70.0_0 (active) > $ port rdependents p5.26-carp-clean Sorry for the noise. Best wishes. Davide

Re: What am I forgetting?

2019-08-14 Thread Gerben Wierda
> On 14 Aug 2019, at 15:13, Ryan Schmidt wrote: > > On Aug 13, 2019, at 03:25, Gerben Wierda wrote: > >> Now, the only thing I have to do is to find a way to get my local revision >> back to 1, before I submit the patch. I have installed >> >> Albus:nsd sysbh$ port installed >> The following

Re: harfbuzz - strange compiler issues with gcc on 10.5

2019-08-14 Thread Mojca Miklavec
On Wed, 14 Aug 2019 at 15:05, Ryan Schmidt wrote: > On Aug 14, 2019, at 02:14, Riccardo Mottola wrote: > > > I tried building with clang-3.7 but it doesn't work, because the port wants > > then to issue -stdlib=macports-libstdc++, which clang 3.7 does not > > understand. > > We didn't backport

Re: harfbuzz - strange compiler issues with gcc on 10.5

2019-08-14 Thread Kenneth F. Cunningham
> > I tried building with clang-3.7 but it doesn't work, because the port wants > > then to issue -stdlib=macports-libstdc++, which clang 3.7 does not > > understand. > > We didn't backport that feature to clang-3.7? I wonder why we didn't. The supporting technology for macports-libstdc++ did

Re: What am I forgetting?

2019-08-14 Thread Ralph Seichter
* Ryan Schmidt: > `port install` will find the port in the local directory, if you don't > specify a name, so that's what you should use. Indeed. Personally, I also like to use "port clean --work --logs" while working on a port, to ensure that previous (failed) install attempts did not leave

Re: harfbuzz - strange compiler issues with gcc on 10.5

2019-08-14 Thread Kenneth F. Cunningham
> /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:102:46: > error: shift expression '(1853123693 << 8)' overflows [-fpermissive] > kSecAuthenticationTypeNTLM = AUTH_TYPE_FIX_ ('ntlm'), I have fixed this error on several occasions previously -- I believe by

Re: What am I forgetting?

2019-08-14 Thread Rainer Müller
On 14/08/2019 15.12, Ryan Schmidt wrote: > > > On Aug 12, 2019, at 20:22, Mojca Miklavec wrote: > >> If not, "sudo port install" or "sudo port upgrade" (without port name) > > `port upgrade` will always find the port in the default tree. It will not > find the port in the local directory. So

Re: harfbuzz - strange compiler issues with gcc on 10.5

2019-08-14 Thread Kenneth F . Cunningham
On 2019-08-14, at 7:52 AM, Kenneth F. Cunningham wrote: >> /System/Library/Frameworks/Security.framework/Headers/SecKeychain.h:102:46: >> error: shift expression '(1853123693 << 8)' overflows [-fpermissive] >> kSecAuthenticationTypeNTLM = AUTH_TYPE_FIX_ ('ntlm'), > > I have

Inconsistent registry

2019-08-14 Thread Davide Liessi
Dear all, I suspect that my MacPorts registry is in an inconsistent state: $ port installed name:carp The following ports are currently installed: p5.26-carp-clan @6.70.0_0 (active) $ port rdependents p5.26-carp-clean Error: Registry error: p5.26-carp-clean not registered as installed. I

Re: What am I forgetting?

2019-08-14 Thread Ryan Schmidt
On Aug 14, 2019, at 13:19, Gerben Wierda wrote: > Will installing the port remove my existing configuration in > /opt/local/etc/{nsd,unbound}? That depends on whether the port "owns" those files. Ports should not own configuration files that the user is expected to edit, however it is up to