Re: [macports-ports] branch master updated: grep: add new variant to install as ggrep

2018-06-30 Thread Christopher Jones
> On 30 Jun 2018, at 2:13 pm, Rainer Müller wrote: > > On 2018-06-30 08:39, George Plymale II wrote: >> Ryan Schmidt writes: >> >>> Do all of the ports that declare the dependency "bin:grep:grep" already >>> know that they should alternately look for a binary called "ggrep"? I don't >>> kno

macOS10.14 testers ?

2018-07-04 Thread Christopher Jones
Hi, I am just curious, has anyone else signed up for the 10.14 beta and played with it and MacPorts ? I have been doing this myself, in a VM, and whilst we cannot discuss anything here on list, as per the NDA, I would be interested to in private share what I have found, as there are perhaps so

Re: iTerm Upcoming Versions

2018-07-28 Thread Christopher Jones
That sounds like it could be a compiler requirement (c++14 or something like that). If so its something that can be worked around in MacPorts by using a different (non Xcode) compiler… Chris > On 28 Jul 2018, at 10:05 pm, Mark Anderson wrote: > > Turns out I'm wrong, it will run 10.10+, but

Re: iTerm Upcoming Versions

2018-07-28 Thread Christopher Jones
Looking at https://github.com/macports/macports-ports/blob/master/aqua/iTerm2/Portfile The port is already limited to 10.12 or newer… I do still wonder if that couldn’t be extended by using the compiler black list p

Re: Darwin 9 PPC tester ?

2018-07-29 Thread Christopher Jones
Great thanks. I’m hopeful that libgcc is going to be OK, but if not please post a full log to the PR. It would be nice if libgcc-devel also built, but this is not so important at this point. I had to blacklist gcc-4.2 to get it to build on intel 10.6 (so fallback to MPs clang-3.4) but I am not

Re: GitHub PG livecheck failing for release/tags

2018-08-15 Thread Christopher Jones
https://trac.macports.org/ticket/56975 > On 15 Aug 2018, at 6:37 pm, Michael Dickens wrote: > > At least for me, the GitHub PG livecheck is failing for release/tags ... > like, all of them; it is not failing for commits. A quick search on the MP > GIT

Re: ranlib: malformed objects on 10.6

2018-09-03 Thread Christopher Jones
Hi, I’ve seen similar in the past, and it normal results when the compiler used is too new for the toolkit you are using (for ar etc.) and is generating code the assembler cannot understand. Do you have cctools installed ? Try updating your build to use the toolkit that provides instead. Chri

Re: Ports tree setup for development

2018-09-06 Thread Christopher Jones
Hi, I have a complete clone of the port tree, but just under my regular user account. Oberon ~/Projects/MacPorts/ports > git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean then, in your macports sources.conf, just point it at this

Re: tenfourfox - should it be in the MacPorts repo?

2018-10-11 Thread Christopher Jones
Hi, Being ’niche’ in itself is no reason to not include something in MacPorts, so that shouldn’t be a concern. We have plenty of ‘niche’ ports already, which is partly what makes MacPorts better than the alternatives ;) If the new ports build ‘normally’ like any other, then why not have them i

Re: tenfourfox - should it be in the MacPorts repo?

2018-10-11 Thread Christopher Jones
Hi, > Apparently, gcc48 can produce some zero-length N_SECTs that error out in the > default strip command but don't need to. Cameron made them warnings instead > (see below). We are reaching the limits of my knowledge about this issue > right about now … OK. Looking at that patch, because al

Re: tenfourfox - should it be in the MacPorts repo?

2018-10-11 Thread Christopher Jones
, for instance. This I guess might help to mitigate a bit that platforms that would require the ’strip7’ patch… ( Not important, but what does the 7 mean in strip7 ? ) Chris > On 11 Oct 2018, at 6:29 pm, Christopher Jones > wrote: > > Hi, > >> Apparently, gcc48 can pro

Re: tenfourfox - should it be in the MacPorts repo?

2018-10-11 Thread Christopher Jones
> On 11 Oct 2018, at 6:51 pm, Ken Cunningham > wrote: > > > On 2018-10-11, at 10:38 AM, Christopher Jones wrote: > >> Hi, >> >> A couple other thoughts… >> >> What platforms do you see this being useful on ? I know that older >> pla

Re: Merging pull requests before 72 hours

2018-10-17 Thread Christopher Jones
Hi, > On 17 Oct 2018, at 1:17 am, Rainer Müller wrote: > > On 2018-10-16 10:06, Chris Jones wrote: >> On 16/10/18 07:37, Leonardo Brondani Schenkel wrote: On 15 Oct 2018, at 11:18 pm, Chris Jones >>> hep.phy.cam.ac.uk> wrote: > On 15 Oct 2018, at 10:34 pm, Leonardo Brondani Schenk

Re: Merging pull requests before 72 hours

2018-10-18 Thread Christopher Jones
>> >> That is understood. Either we allow ‘minor’ version updates directly, and >> accept that there will always be disagreements on what this means exactly, >> and sometimes a ‘minor’ update will be made that turns out not to be so >> minor, or we don’t allow any version updates under the ‘min

Re: Merging pull requests before 72 hours

2018-10-18 Thread Christopher Jones
> On 18 Oct 2018, at 9:25 pm, Ken Cunningham > wrote: > > > On 2018-10-18, at 1:18 PM, Christopher Jones wrote: >> >> Beyond the above, not really. If it is indeed agreed that some package >> version updates are allowed under the ‘minor’ tag, then I thin

Re: OT: Apple 64-bit changes

2018-10-20 Thread Christopher Jones
> On 20 Oct 2018, at 11:54 am, Randolph M. Fritz wrote: > > Thanks. So – what does that mean for a command line application? Or does it > make any difference at all? Depends what you mean, building or running ? The bottom line is the writing has been on the wall for 32 bit applications in m

Re: Issues with clock_gettime(CLOCK_REALTIME, &wait) pre macOS 10.13

2018-10-23 Thread Christopher Jones
Hi, > I have been pondering a good way to make it add the header definition > properly ( ? use specific headers such as string.h injected ahead of the > system search directory and "include_next", perhaps?) and also possibly to > make each definition selectable, or at least OS-version groups bl

dealing with java opened SSL errors

2018-11-04 Thread Christopher Jones
Hi All, I am trying to update a couple of ports, bazel and py-tensorflow, that require recent Java JDKs (10+) to build using macports provided openjdk ports. I am running into the issue below ERROR: /opt/local/var/macports/build/_Users_chris_Projects_MacPorts_ports_python_py-tensorflow/py36-te

Re: dealing with java opened SSL errors

2018-11-04 Thread Christopher Jones
> I don't know about java, but the python portgroup deliberately disables the > ability to download dependencies. We don't want ports to download things > except during the fetch phase. And if a port has dependencies on other ports, > it should declare them. It looks like py-tensorflow already

Re: mojave 32-bit compatible and universal builds

2018-11-04 Thread Christopher Jones
> On 4 Nov 2018, at 1:54 pm, Ryan Schmidt wrote: > > On Nov 4, 2018, at 01:41, Ken Cunningham wrote: >> >> I thought I’d try a 32-bit compatible installation of MacPorts today on >> Mojave as a proof-of-concept, so I made a new prefix under /opt/universal >> and set up macports in it. >> >

'Python' license distribution ?

2018-11-08 Thread Christopher Jones
Hi, I just noticed that the root6 port no longer seemed to be distributed in binary tarball form for the latest updates I pushed for it. Looking at the build logs it appears to be because of "root6" is not distributable because its dependency "py36-defusedxml" has license "python" which is not

Re: problems with MP version of gfortran

2018-11-10 Thread Christopher Jones
Hi, cctools was updated recently, changing the default variants it was built with. This caused issues with the gcc compilers, so those where rev-bumped last week to adapt. The issue though is users on 10.2+ who had cctools installed would have done so with the xcode variant installed. The rec

Re: problems with MP version of gfortran

2018-11-10 Thread Christopher Jones
> On 10 Nov 2018, at 7:09 pm, Christopher Jones > wrote: > > Hi, > > cctools was updated recently, changing the default variants it was built > with. This caused issues with the gcc compilers, so those where rev-bumped > last week to adapt. > > The issue tho

Re: problems with MP version of gfortran

2018-11-10 Thread Christopher Jones
See https://github.com/macports/macports-ports/pull/2980 <https://github.com/macports/macports-ports/pull/2980> Chris > On 10 Nov 2018, at 7:13 pm, Christopher Jones > wrote: > > > >> On 10 Nov 2018, at 7:09 pm, Christopher Jones > <mailto:jon...@hep

Re: Xcode configuration woes

2018-11-11 Thread Christopher Jones
> On 10 Nov 2018, at 11:02 pm, Ryan Schmidt wrote: > > On Nov 10, 2018, at 02:53, Vincent Habchi wrote: > >> Ryan, >> >>> I don't know why Apple is doing this to us. This contradicts what we >>> previously knew about how SDKs were meant to function. The SDKs are >>> supposed to be the same

Re: macports rot

2018-12-03 Thread Christopher Jones
HI, I do not agree with your conclusions below. I see no evidence of macports ‘rotting’ in any way. Nor do the GitHub insight statistics, as far as they go, support anything of the sort. The decrease in use of trac since the move to GitHub is in my opinion completely understandable and OK, as

10.12 build bot offline ?

2018-12-06 Thread Christopher Jones
Hi, I’ve noticed that the 10.12 builedbot has been offline for a while now. https://build.macports.org/waterfall what’s up with it ? cheers Chris smime.p7s Description: S/MIME cryptographic signature

Re: Issues with compiler flags in gfortran

2019-01-22 Thread Christopher Jones
> On 22 Jan 2019, at 4:16 pm, Ken Cunningham > wrote: > > > On 2019-01-22, at 2:37 AM, Joshua Root wrote: > > >> >> I think this issue overall is covered by >> , and I agree with jeremyhu's >> assessment there. Personally I do not really completely

Re: Q about a (new) portgroup file

2019-01-27 Thread Christopher Jones
> On 27 Jan 2019, at 11:35 am, Eric F (iEFdev) wrote: > > Hi, > > While waiting on a PR and a ticket, I spent the weekend looking at file I > once started with. > > // From an earlier convo (w Ryan): > … since github.setup sets it for you; > >>> An off-topic question about github.setup…

Re: Q about a (new) portgroup file

2019-01-27 Thread Christopher Jones
> On 27 Jan 2019, at 12:17 pm, Eric F (iEFdev) wrote: > > Thanks Chris, > > > On 1/27/19 12:41 , Christopher Jones wrote: >>> So, I'd like to ask… Where to put it? >> >> The port group code lives in the same GitHub project as the ports. See >&

OSX10.7 buildbot build failed due to 'no space left on device'

2019-02-02 Thread Christopher Jones
Hi, I am seeing a build failure on OSX10.7 that looks like an issue with the buildbot.

Re: OSX 10.6 clang / llvm circular dependency

2019-02-08 Thread Christopher Jones
> On 8 Feb 2019, at 7:43 pm, Michael Dickens wrote: > > Updated; rebuilt the PortIndex. No different. I find the following very > curious. "cmake" depends on itself circularly, which just can't be good; and, > the internal cmake dependency has somewhat different dependencies compared > with

Re: OSX 10.6 clang / llvm circular dependency

2019-02-08 Thread Christopher Jones
> On 8 Feb 2019, at 9:32 pm, Michael Dickens wrote: > > Adding in some debug printouts inside portconfigure.tcl, I think what's > happening is that when "libc++" is specified, somewhere inside > portconfigure.tcl the possible compilers to used gets pared down. Since I'm > not specifying one

license query

2019-03-07 Thread Christopher Jones
Hi All, I am looking to setup some new ports, that will provide in macports access to the Intel Math Kernel Library and headers (for use by another port later on, PyTorch). The license for this is the Intel Simplifed Software license https://software.intel.com/en-us/license/intel-simplified-so

Re: license query

2019-03-07 Thread Christopher Jones
the license. cheers Chris > On 7 Mar 2019, at 12:15 pm, Joshua Root wrote: > > On 2019-3-7 21:43 , Christopher Jones wrote: >> Hi All, >> >> I am looking to setup some new ports, that will provide in macports >> access to the Intel Math Kernel Library and headers

Re: Buildbot failures on 10.11

2019-03-23 Thread Christopher Jones
> > The log says: > > > xcrun: warning: cache file > '/var/folders/b3/_c47r31s23q0mgj1jvy64bkwgp/T/xcrun_db' appears to be > corrupted (21, 2090430, 327680); resetting it > cache: 0x10217d000 > .magic: XR1L > .numEntries: 21 > .strTableSize: 2090430 > .entries

fake azure pipeline failures

2019-03-23 Thread Christopher Jones
Hi, Can anyone caste any light on why the checks in https://github.com/macports/macports-ports/pull/3873 are failing ? I am pretty certain, as I discuss in the comments, that the port update in question builds fine across the board, so th

Re: fake azure pipeline failures

2019-03-23 Thread Christopher Jones
Hi, >> >> > > You have to click through a couple things in Azure, but it does have a > log available: > Thanks ! Could you briefly explain the steps to get there ? Honestly, I was clicking around for quite a while an

Re: Wireshark, Qt5 and El Capitan

2019-04-20 Thread Christopher Jones
Hi, Just to finish up, as the fix seemed trivial (us the PG to set the deps) I have pushed an update doing just this. So update and try again. Chris > On 21 Apr 2019, at 5:23 am, Chris Jones wrote: > > Hi, > > I was curious, so I fired off a build using the buildbots, just to see what > wou

Re: [macports-ports] branch master updated: libgccX: rev-bump to match gccX following isl update

2019-05-05 Thread Christopher Jones
> On 5 May 2019, at 4:48 pm, Marcus Calhoun-Lopez wrote: > > Greetings. > > With different versions of isl, the builds of libgccX may be slightly > different, but if what is installed is *exactly* the same (see, e.g., > https://packages.macports.org/libgcc9/). If the builds differ, then it

Re: [macports-ports] branch master updated: libgccX: rev-bump to match gccX following isl update

2019-05-05 Thread Christopher Jones
nd every binary to see if anything changed in them or not. Chris > > -Marcus > >> On May 5, 2019, at 8:56 AM, Christopher Jones >> wrote: >> >> >> >>> On 5 May 2019, at 4:48 pm, Marcus Calhoun-Lopez >>> wrote: >>> >&

Re: Cross-compilers broken

2019-05-06 Thread Christopher Jones
Hi, The ports directly using isl where all rev-bumped. However I guess it was forgotten to also do those using the cross-compiler PG Oberon ~/Projects/MacPorts/ports > git grep ":isl" | grep "path:" _resources/port1.0/group/crossgcc-1.0.tcl: path:lib/pkgconfig/isl.pc:isl

Re: URGENT -- massive merge commit on macports/macports-ports

2019-05-21 Thread Christopher Jones
Hi, Its a merge commit, i.e. the committer at some point pulled in changes to a branch which they subsequently pushed to master without rebasing. Its ‘OK’ in that its not a real commit. The changes you see in GitHub won’t really happen (if you look in detail they are commits already in master

Re: `port select python` and qtwebengine

2019-06-02 Thread Christopher Jones
Hi, >> However, the person who reported the error to me claimed he only used `port >> select` and didn't create the symlink himself. I didn't push him to know how >> nor did I try myself, but if indeed `port select` allows this calling it a >> "user error" is a bit unjust. You cannot expect eve

Re: [MacPorts] #58729: legacy-support missing futimens() (and utimensat)

2019-07-16 Thread Christopher Jones
> On 16 Jul 2019, at 6:15 pm, René J.V. Bertin wrote: > > On Tuesday July 16 2019 15:42:49 MacPorts wrote: > >> Perhaps we might consider a "best approximation" so that software builds >> at least, and works as best the OS can support. I am thinking that is (or > > AFAIK this is the main goal

build failure - odd compiler selection

2019-08-05 Thread Christopher Jones
Hi All, Just trying to understand the build failure in https://build.macports.org/builders/ports-10.8_x86_64_legacy-builder/builds/99778/steps/install-port/logs/stdio port in quest

Re: build failure - odd compiler selection

2019-08-05 Thread Christopher Jones
options fail and port default to the first in the fallback list, which just happens to be clang. I think the cxx11 PG needs to extend the whitelist it sets, to include some of the new macports clang options… Chris > On 5 Aug 2019, at 6:46 pm, Christopher Jones wrote: > > Hi All, > >

Re: 10.7 buildbot disk space issues

2019-08-14 Thread Christopher Jones
> As you can see from the cleanup step's output, there was 21GiB of space > available when the build failed. > > https://build.macports.org/builders/ports-10.7_x86_64_legacy-builder/builds/108375/steps/cleanup/logs/stdio > > How much free space does it need? > I guess more than that… smime.

Re: 10.7 buildbot disk space issues

2019-08-14 Thread Christopher Jones
> On 14 Aug 2019, at 11:30 pm, Ryan Schmidt wrote: > > > > On Aug 14, 2019, at 08:28, Christopher Jones wrote: > >>> As you can see from the cleanup step's output, there was 21GiB of space >>> available when the build failed. >>&

Re: [MacPorts] #58848: Error: Failed to build rust: command execution failed

2019-08-18 Thread Christopher Jones
Hi, > What I find puzzling: > > 1. As I did not change anything on my system, why did all the files download > correctly this time but not the last time? Any number of possible reasons. Transient network issues to some mirrors for instance. The mirrors used for downloads are not the same each

pull request labels not being set

2019-08-18 Thread Christopher Jones
Hi All, Anyone know why GitHub no longer seems to be automatically setting labels on new pull requests ? https://github.com/macports/macports-ports/pulls ? Chris smime.p7s Description: S/MIME cryptographic signature

Re: libraw updates because fetch gives 404

2019-08-26 Thread Christopher Jones
Hi, > On 26 Aug 2019, at 8:49 am, Riccardo Mottola via macports-users > wrote: > > Hi, > > since yesterday I am trying to update... but... > > Is something wrong with our mirrors? The mirrors themselves seem fine. Just looks like the 0.19.5 update dist file was never mirrored for some reaso

Re: libraw updates because fetch gives 404

2019-08-26 Thread Christopher Jones
Just manually download it yourself, and place it where it expects, i.e. /opt/local/var/macports/distfiles/libraw the primary source is at https://www.libraw.org/data/ <https://www.libraw.org/data/> > On 26 Aug 2019, at 9:55 pm, Riccardo Mottola > wrote: > > Hi, >

Re: gcc/g++ failures after xcode11 update

2019-09-24 Thread Christopher Jones
Hi, Note the error is not specific to gcc. Macports clang has the same problem. > clang++-mp-8.0 -O3 ./main.cpp In file included from ./main.cpp:1: In file included from /opt/local/libexec/llvm-8.0/bin/../include/c++/v1/iostream:38: In file included from /opt/local/libexec/llvm-8.0/bin/../incl

Re: Pick up SDKROOT as the sysroot fallback.

2019-10-13 Thread Christopher Jones
Yes, I know. We need a version for the gcc 9.2.0 version/branch, and the master one does not apply directly. cheers Chris > On 13 Oct 2019, at 5:30 pm, Jack Howarth > wrote: > > Chris, > FYI, this has already been committed upstream. > > https://gcc.gnu.org/ml/gcc-cvs/2019-10/msg00148

Re: Pick up SDKROOT as the sysroot fallback.

2019-10-13 Thread Christopher Jones
https://github.com/macports/macports-ports/commit/1850136d289019f3b29a5b24d3ec8ef9b23913ee Chris > On 13 Oct 2019, at 5:49 pm, Kenneth F. Cunningham > wrote: > >> Chris, >> FYI, this has alread

Re: slow performance on catalina installing texlive-fonts-extra

2019-10-15 Thread Christopher Jones
Hi, I see the same. Took 20mins to install. tclsh8.5 was spinning take 100% cpu during the pause. Results from running a sample on this process (just using Activity Monitor) attached. Hoping something in there rings a bell with someone… cheers Chris > On 15 Oct 2019, at 2:56 pm, Perry E. Metz

Re: replacing OpenGL with MoltenVK

2019-10-21 Thread Christopher Jones
> On 21 Oct 2019, at 6:30 pm, Ryan Schmidt wrote: > > > > On Oct 21, 2019, at 12:19, Jack Howarth wrote: >> >>Are there any plans for using the MoltenVK package in MacPorts as a >> replacement for the macOS OpenGL support that is slated for depreciation? > > I haven't heard of any such

Re: replacing OpenGL with MoltenVK

2019-10-21 Thread Christopher Jones
> Chris, > I thought that MoltenVK was designed to be backward compatible with the > OpenGL data structures and calls. If so, shouldn't having new variants of the > mesa packages that link against the MoltenVK libraries instead of the macOS > OpenGL framework decouple the MacPorts X11 sup

Re: OpenBLAS fixed in Xcode 11.2

2019-11-01 Thread Christopher Jones
Hi, Good to hear. However, Xcode 11.2 has not fixed everything, as x265 still seg. faults when build with clang from Xcode 11.2. cheers Chris > On 1 Nov 2019, at 12:49 am, Jack Howarth > wrote: > > Although it wasn't fixed in Xcode 11.2 beta 2, the -fcheck-stack issues > with OpenBLAS'

10.15 builder offline ?

2019-11-02 Thread Christopher Jones
Looks like the 10.15 builder has gone down ? https://build.macports.org/waterfall Chris smime.p7s Description: S/MIME cryptographic signature

Re: keeping software forks under MacPorts repo?

2019-11-09 Thread Christopher Jones
> On 9 Nov 2019, at 5:06 pm, Ryan Schmidt wrote: > > On Nov 9, 2019, at 11:00, Mojca Miklavec wrote: >> >> But we would probably want to >> prefix the repository names (something like "fork_qt", "fork_llvm") to >> clearly distinguish them from our main repositories. > > I wouldn't necessarily

Re: keeping software forks under MacPorts repo?

2019-11-09 Thread Christopher Jones
> On 9 Nov 2019, at 5:24 pm, Ken Cunningham > wrote: > > > >> On Nov 9, 2019, at 9:06 AM, Ryan Schmidt wrote: >> >> On Nov 9, 2019, at 11:00, Mojca Miklavec wrote: >>> >>> But we would probably want to >>> prefix the repository names (something like "fork_qt", "fork_llvm") to >>> clearly

Re: Undefined symbols for architecture x86_64 on jsonnet submission

2019-11-23 Thread Christopher Jones
> On 23 Nov 2019, at 12:29 pm, Steven Smith wrote: > > This is a 100% MacPorts default flags or env issue, and nothing to do with > Google’s upstream repo or code. > > First, the repo’s make command works on macOS > >: >

Re: Undefined symbols for architecture x86_64 on jsonnet submission

2019-11-23 Thread Christopher Jones
> On 23 Nov 2019, at 1:56 pm, Steven Smith wrote: > > Per https://guide.macports.org/#reference.phases.installation.list-modifiers > , > I’ll try starting with a blanket -delete of everything, try to get to the > basic

Re: Undefined symbols for architecture x86_64 on jsonnet submission

2019-11-24 Thread Christopher Jones
> On 23 Nov 2019, at 4:39 pm, Steven Smith wrote: > > Thank you for all the helpful guidance! > > The latest commit shows a working build. Here’s a working Portfile: > >

Re: it might be useful to be able to enable specific configure commands only when running tests

2020-01-19 Thread Christopher Jones
Hi, All you need to do is make sure the deps are all installed *before* running the tests for the specific port in question. I do this with > sudo port install XYZ … > sudo port uninstall XYZ > sudo port install XYZ +test Chris > On 18 Jan 2020, at 11:37 pm, Ken Cunningham > wrote: > > It m

CLT needs reinstalling on 10.15 buildbot

2020-01-26 Thread Christopher Jones
Hi, I am seeing this warning in a number of builds on the 10.15 build bot Warning: cltversion: The Command Line Tools are installed, but MacPorts cannot determine the version. Warning: cltversion: For a possible fix, please see: https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt Could

Re: git submodules

2020-02-01 Thread Christopher Jones
HI, If there is really no way to get everything via a tarball, one way is to configure the port to fetch directly from git clone and not a tar ball, and then in a post-fetch block run the git submodule init. See eg. https://github.com/macports/macports-ports/blob/master/devel/ccls/Portfile

Re: A currently unstable CI?

2020-04-03 Thread Christopher Jones
> No action necessary. Both builds failed because "Could not resolve host". > Unfortunately we see these types of network errors rather frequently from > Travis CI and we do not know how to get the Travis people to resolve it. It > does not appear to be a very good service. We also use the Azur

Re: Just another heads up / RFC --> Re: new naming scheme for llvm/clang will cause wreckage fyi

2020-04-23 Thread Christopher Jones
Hi, > On 23 Apr 2020, at 8:15 pm, Ken Cunningham > wrote: > > The suggested renaming of the clang/llvm/lldb ports to > > clang-10 > > instead of > > clang-10.0 > > going forward from clang-10 onwards will have repercussions in a number of > places, should it proceed, as per the PR. > >

10.15 builder slave lost

2020-05-03 Thread Christopher Jones
Hi All, Apologies if its known downtime, but in case it is not the 10.15 builder is down. https://build.macports.org/waterfall cheers Chris smime.p7s Description: S/MIME cryptographic signature

Re: alternative for github clone with submodules

2020-05-07 Thread Christopher Jones
see https://github.com/macports/macports-ports/blob/master/python/py-pytorch/Portfile#L92 Chris > On 7 May 2020, at 1:34 pm, macpo...@parvis.nl wrote: > > i cannot find a way to do git clone --recursive >

Re: alternative for github clone with submodules

2020-05-07 Thread Christopher Jones
> On 7 May 2020, at 4:41 pm, macpo...@parvis.nl wrote: > > >> On 2020-05-07, at 14:58, Christopher Jones > <mailto:jon...@hep.phy.cam.ac.uk>> wrote: >> >> see >> >> https://github.com/macports/macports-ports/blob/master/python/py-pytorc

Re: alternative for github clone with submodules -> make: *** [install] Error 71

2020-05-07 Thread Christopher Jones
> On 7 May 2020, at 5:11 pm, macpo...@parvis.nl wrote: > > >> On 2020-05-07, at 17:46, Christopher Jones > <mailto:jon...@hep.phy.cam.ac.uk>> wrote: >> >> On 7 May 2020, at 4:41 pm, macpo...@parvis.nl <mailto:macpo...@parvis.nl> >> wrote: &g

Re: alternative for github clone with submodules -> make: *** [install] Error 71

2020-05-07 Thread Christopher Jones
destroy -> destroot ( blame auto-correct…. ) > On 7 May 2020, at 5:21 pm, Christopher Jones wrote: > > > >> On 7 May 2020, at 5:11 pm, macpo...@parvis.nl <mailto:macpo...@parvis.nl> >> wrote: >> >> >>> On 2020-05-07, at 17:46, Christo

Re: One large pull request vs. several small ones?

2020-05-12 Thread Christopher Jones
Hi, I would definitely say the many small PR approach is preferred to a single massive one with many many changes. A big PR like that is not going to help get it reviewed quicker. Mixing up new ports, with port updates, in one PR would really be a bit of a mess, I would say. So yes, please try

build.macports.org sites down ?

2020-05-12 Thread Christopher Jones
Hi, Is there an issue with the build site ? e.g. if I try and load https://build.macports.org/waterfall I just get “Processing Failed” https://build.macports.org seems to be working, and some of the links from there, but a n

Re: One large pull request vs. several small ones?

2020-05-13 Thread Christopher Jones
Hi, > On 13 May 2020, at 3:05 pm, Jason Liu wrote: > > Maybe it would be better to start by submitting one PR for one isolated port. > We can then give you feedback on anything that might need to be changed and > merge it. This may enable you to make similar changes in your other ports > befo

Re: make xorg-server a dependency of x11 ports?

2020-05-20 Thread Christopher Jones
Hi, Personally, I would say yes, this makes sense given the current state of XQuartz.app cheers Chris > On 20 May 2020, at 2:30 pm, Ken Cunningham > wrote: > > Should xorg-server should be made a dependency of some key x11 component, so > that when people install an x11 application, xorg-se

Re: make xorg-server a dependency of x11 ports?

2020-05-20 Thread Christopher Jones
> On 20 May 2020, at 3:55 pm, Rainer Müller wrote: > > On 20/05/2020 15.30, Ken Cunningham wrote: >> Should xorg-server should be made a dependency of some key x11 component, so >> that when people install an x11 application, xorg-server installs and it >> actually works for them “out-of-the-bo

Re: control verbose mode in Portfile?

2020-05-21 Thread Christopher Jones
> On 21 May 2020, at 9:31 am, René J.V. Bertin wrote: > > Hi, > > Out of curiosity: is it possible to control verbose mode in a Portfile, like > with `set +x` / `set -x` in shell scripts? > > I'd be interested to use that in the post-activate block of a number of my > ports, as an easy way

Re: Best way to get submodules into extracted source?

2020-05-22 Thread Christopher Jones
Hi, No, there is I believe no way. If the project has sub modules that need to be initialised, I think the only real way out is to use a direct git fetch. i.e. follow https://guide.macports.org/#reference.portgroup.github.submodule

Re: Need some advice regarding patches for old AppKit compatibility

2020-06-03 Thread Christopher Jones
Hi, Sounds like this *could* be a candidate for something to add to our legacy support package. see https://github.com/macports/macports-legacy-support A port for this exists in MacPorts, and is applied as required to ports that need the s

Re: Need some advice regarding patches for old AppKit compatibility

2020-06-04 Thread Christopher Jones
te: > Great, I'll have a look at the stuff in that area. Thanks, Chris. > > Jason > > -- > Jason Liu > > > On Wed, Jun 3, 2020 at 2:38 PM Christopher Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: > Hi, > > Sounds like this *could* be a candidate for s

Re: Need some advice regarding patches for old AppKit compatibility

2020-06-04 Thread Christopher Jones
y/Frameworks/Cocoa.framework/Headers/Cocoa.h, has #import > . Hopefully just wrapping AppKit.h will be sufficient? > > Jason > > -- > Jason Liu > > > On Thu, Jun 4, 2020 at 5:49 AM Christopher Jones <mailto:jon...@hep.phy.cam.ac.uk>> wrote: > > >> On 4 J

Re: Deepmind Tree Bazel Build Portfile Help Request

2020-07-06 Thread Christopher Jones
Hi, Are you using this option bazel --max_idle_secs=60 when building with bazel ? Bazel builds start an underlying ’server’ process, that by default hangs around for 3600 secs (yes, 1hour) before disappearing. Without the above your build will hang around waiting for this to happen… Chris

Re: Deepmind Tree Bazel Build Portfile Help Request

2020-07-06 Thread Christopher Jones
ld itself only > takes few seconds when run by hand). > > I must also add the bazel-based builds tensorflow-probability and others, so > getting a robust bazel build approach would be very helpful and useful. > > Steve > > >> On Jul 6, 2020, at 11:57 AM

Re: Help with UsingTheRightCompiler

2020-07-23 Thread Christopher Jones
> Mojave 10.14 and later doesn't provide /usr/include anymore. System headers > like are only in the SDK now. Note the -isystem flag with the > path to the SDK isn't in that compile line. MacPorts put that flag into > CFLAGS, CXXFLAGS, CPPFLAGS, and a comparable one into LDFLAGS for you, so >

Re: Help with UsingTheRightCompiler

2020-07-24 Thread Christopher Jones
You should be setting CXX, not CC, to define the c++ compiler to use… Chris > On 24 Jul 2020, at 7:47 pm, Frank Schima wrote: > > Hi Ken, > >> On Jul 23, 2020, at 10:38 PM, Ken Cunningham >> mailto:ken.cunningham.web...@gmail.com>> >> wrote: >> >>> You have to use clang++ if you are callin

Re: port "cask" -- installing prebuilt binaries

2020-08-06 Thread Christopher Jones
> On 6 Aug 2020, at 8:02 pm, Ken Cunningham > wrote: > > category-only identifier is > > less clear and less obvious > harder to remember how to search for > name conflicts with a non-binary version (eg for newer systems that can build > it) > > so far, name-suffix is winning on all fronts.

Re: does libhttpseverywhere have to have a 7MB uncompressed file of rules in the files dir?

2020-10-23 Thread Christopher Jones
Hi, This file has annoyed me on a number of occasions. I work with a full git checkout and tend to use utilities like ‘git grep’ a lot, and this file often gets a hit in those searches, and due to its size spams the results rendering it almost impossible to view any after that file. One option

Re: macOS Big Sur 11.0.1 crashes when MacPorts tries to install p5.28-locale-gettext

2020-11-13 Thread Christopher Jones
Installed just fine for me here on mac OS 11.0.1 …. so shrug… Chris > On 13 Nov 2020, at 10:43 pm, Nils Breunese wrote: > > Hello, > > Every time MacPorts tries to install the p5.28-locale-gettext port on my Big > Sur 11.0.1 machine, the OS crashes and the Problem Reporter shows the crash >

Problems with Darwin 20 tarballs ?

2020-11-16 Thread Christopher Jones
Hi, Is anyone else having problems installing tarballs from the new Darwin20 builedbot ? Oberon-macOS-11 ~/Projects/MacPorts/ports > sudo port -v install llvm-9.0 ---> Computing dependencies for llvm-9.0. ---> Fetching archive for llvm-9.0 Warning: Your DNS servers incorrectly claim to know the

Re: Problems with Darwin 20 tarballs ?

2020-11-16 Thread Christopher Jones
> On 17 Nov 2020, at 2:18 am, Zero King wrote: > > On Tue, Nov 17, 2020 at 02:09:11AM +, Christopher Jones wrote: >> Hi, >> Is anyone else having problems installing tarballs from the new Darwin20 >> builedbot ? > > Yes, see https://trac.ma

Re: homebrew moving to /opt/homebrew

2020-11-18 Thread Christopher Jones
The young learn, eventually... > On 18 Nov 2020, at 3:12 pm, Ken Cunningham > wrote: > > As of Apple silicon, apparently. > > https://github.com/Homebrew/brew/issues/7857 > > > Being in /usr/local was always said to be ho

Re: Problem with libomp (was supertux)

2020-12-05 Thread Christopher Jones
Hi, c++ standard support in compilers isn’t always black and white. Compilers often claim to support a given standard, but then fail in some corner cases.. That said, in this case looking at https://build.macports.org/builders/ports-10.8_x86_64-builder/builds/31506/steps/install-port/logs/stdio

Re: Problem with libomp (was supertux)

2020-12-05 Thread Christopher Jones
should be fixed with https://github.com/macports/macports-ports/commit/d88607f06cd18787529edcd9f7fb6dd5c26114bd <https://github.com/macports/macports-ports/commit/d88607f06cd18787529edcd9f7fb6dd5c26114bd> built for for me in my 10.9 VM. > On 5 Dec 2020, at 1:11 pm, Christopher Jon

Re: Problem with libomp (was supertux)

2020-12-05 Thread Christopher Jones
Hi, > On 5 Dec 2020, at 5:20 pm, Eric Borisch wrote: > > It's part of the LLVM project, and can be built at the same time > (-DLLVM_ENABLE_PROJECTS=openmp)as other tools; I think losing OpenMP support > for MP's clang by default is a step backwards, but most of the google results > for "clang

warning - base incorrectly sets SDK version with macOS 11.1 / Xcode 12.3

2020-12-15 Thread Christopher Jones
Hi All, Just a warning that following the macOS 11.1 update (and corresponding Xcode 12.3) the SDK version has indeed changed from 11.0 to 11.1 Oberon ~/Projects/MacPorts/base > ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs DriverKit20.2.sdk MacOSX

  1   2   >