Re: [MacPorts] #69737: ld: symbol(s) not found for architecture x86_64 in libX11.a @1.8.8_0+universal

2024-04-15 Thread Mark Brethen
The reduce developer usually pushes updates for every OS update. However I’m using intel based macs, so not in a position to facilitate a macport update for the Apple chips. Sent from my iPhone > On Apr 15, 2024, at 1:35 PM, MacPorts wrote: > > #69737: ld: symbol(s) not found for architect

[MacPorts] #68639: reduce @20211019_0: error: ld: symbol(s) not found for architecture arm64

2023-11-08 Thread Mark Brethen
I would forward this info to the developer. I don’t have time right now to test this, but you could try patching the source to use the libffi port instead. Sent from my iPhone > On Nov 8, 2023, at 10:07 AM, MacPorts wrote: > > #68639: reduce @20211019_0: error: ld: symbol(s) not found for ar

Re: include files for cgxCADTools

2022-08-08 Thread Mark Brethen
LIBS, then I > need to add it to the portfile using LDFLAGS. The Makefile uses LFLAGS, which > I don’t want to override. Should I add LDFLAGS to MAIN, like so: > > $(MAIN): $(OBJS) > $(CC) $(CFLAGS) $(INCLUDES) -o $(MAIN) $(OBJS) $(LFLAGS) $(LIBS) > $(LDFLAGS) >

Re: include files for cgxCADTools

2022-08-08 Thread Mark Brethen
Okay, this setup worked: Portfile Description: Binary data patch-FbdReader-build.diff Description: Binary data main.log Description: Binary data Mark Brethenmark.bret...@gmail.com On Aug 8, 2022, at 12:25 PM, Mark Brethen <mark.bret...@gmail.com> wrote:Robert,I assume FWORKDIRS ne

Re: include files for cgxCADTools

2022-08-08 Thread Mark Brethen
Well, that didn’t work. main.log Description: Binary data Portfile Description: Binary data patch-FbdReader-build.diff Description: Binary data Mark Brethen mark.bret...@gmail.com > On Aug 8, 2022, at 11:22 AM, Mark Brethen wrote: > > The makefile only sets cc, not c++. If

Re: include files for cgxCADTools

2022-08-08 Thread Mark Brethen
) $(LFLAGS) $(LIBS) $(LDFLAGS) Makefile Description: Binary data Mark Brethen mark.bret...@gmail.com > On Aug 8, 2022, at 11:10 AM, Joshua Root wrote: > > That's a completely different thing. The language standard is selected by > -std, the stdlib implementation is selecte

Re: include files for cgxCADTools

2022-08-08 Thread Mark Brethen
There is also -lstdc++, I thought those should be set in the Portfile. Doesn’t macports-clang have its own standard? Mark Brethen mark.bret...@gmail.com > On Aug 7, 2022, at 7:22 PM, Ryan Schmidt wrote: > > In fact, the Makefile already had -std=c++11, but your patchfile removed

Re: include files for cgxCADTools

2022-08-07 Thread Mark Brethen
Build results with minimal patch of Makefile. Note in Portfile I have a single build.args-append statement. main.log Description: Binary data Portfile Description: Binary data patch-FbdReader-build.diff Description: Binary data Mark Brethen mark.bret...@gmail.com > On Aug 7, 2022,

Re: include files for cgxCADTools

2022-08-07 Thread Mark Brethen
Interestingly, the Makefile only defined CC, even though the source is c++. Is that typical done? Mark Brethen mark.bret...@gmail.com > On Aug 7, 2022, at 7:18 PM, Ryan Schmidt wrote: > > Why not let make's default value for CXX be used if the user (or in this case >

Re: include files for cgxCADTools

2022-08-06 Thread Mark Brethen
If passing build.env, need to remove cc, cxx, etc. assignments in makefile. Even ‘cc=‘ will cause those errors. Mark Brethen mark.bret...@gmail.com > On Aug 6, 2022, at 9:47 AM, Mark Brethen wrote: > > See log file for errors I’m getting with using build.env instead of >

Re: include files for cgxCADTools

2022-08-06 Thread Mark Brethen
It builds successfully when I blacklist Apple’s clang. Portfile Description: Binary data main.log Description: Binary data Mark Brethen mark.bret...@gmail.com > On Aug 6, 2022, at 12:09 PM, Mark Brethen wrote: > > Here’s the log file when using build.args instead of buil

Re: include files for cgxCADTools

2022-08-06 Thread Mark Brethen
Here’s the log file when using build.args instead of build.env and compiling with Apple’s clang. Different failure this time. main.log Description: Binary data Portfile Description: Binary data patch-FbdReader-build.diff Description: Binary data Mark Brethen mark.bret...@gmail.com >

Re: include files for cgxCADTools

2022-08-06 Thread Mark Brethen
See log file for errors I’m getting with using build.env instead of build.args. Portfile Description: Binary data patch-FbdReader-build.diff Description: Binary data main.log Description: Binary data Mark Brethen mark.bret...@gmail.com > On Aug 5, 2022, at 3:30 PM, Ryan Schmidt wr

Re: SPOOLES MT routines

2022-08-05 Thread Mark Brethen
make.inc.diff Description: Binary data Mark Brethenmark.bret...@gmail.com On Aug 5, 2022, at 3:04 PM, Ryan Schmidt <ryandes...@macports.org> wrote:On Aug 5, 2022, at 14:32, Mark Brethen wrote:pre-build {    set cflags  "${configure.cflags} [get_canonical_archflags

Re: include files for cgxCADTools

2022-08-05 Thread Mark Brethen
I don’t see these errors when building with macports-clang, only Apple’s clang. Mark Brethen mark.bret...@gmail.com > On Aug 5, 2022, at 3:09 PM, Ryan Schmidt wrote: > > On Aug 4, 2022, at 13:19, Mark Brethen wrote: > >> I’m seeing this error when generate all the heade

Re: SPOOLES MT routines

2022-08-05 Thread Mark Brethen
arch x86_64 FFLAGS=-Os -m64 -fallow-argument-mismatch LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/local/lib/libgcc -arch x86_64 /usr/bin/make lib :info:build sh: -arch: command not found It worked when I patched the makefile with the flags, but these should probably be passed at build

Re: port notes

2022-08-05 Thread Mark Brethen
sult.fbd should be opened with the cgx parameter '-a' (auto)" \ \n \ " cgx -a result.fbd" Thanks, Mark > On Aug 5, 2022, at 12:06 PM, Joshua Root wrote: > > On 2022-8-6 02:30 , Mark Brethen wrote: >> Is formatting (e.g. \n for newline) ava

port notes

2022-08-05 Thread Mark Brethen
Is formatting (e.g. \n for newline) available in the notes section of a portfile? Or is it just one block of text. Mark Brethen mark.bret...@gmail.com

Re: include files for cgxCADTools

2022-08-04 Thread Mark Brethen
gxCADTools violates the layout of the ports-filesystems!Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!ports $  Portfile Description: Binary data Mark Brethenmark.bret...@gmail.com On Aug 4, 2022, at 1:19 PM, Mark Brethen <

Re: include files for cgxCADTools

2022-08-04 Thread Mark Brethen
ncascade/BRepLib_MakeWire.hxx:178:79: error: a space is required between consecutive right angle brackets (use '> >') :info:build void CreateNewVertices(const NCollection_List>& theGrVL, :info:build ^~ :info:build

Re: include files for cgxCADTools

2022-08-03 Thread Mark Brethen
y declared methods > .GetCurve2d()/.GetCurve()/.GetSurface() with the common operator->() syntax. > Pay attention on code calling GetSurface()/GetCurve() methods of removed > handle classes. Such places should be replaced with Handle dereference. I'll try patching the source.

Re: include files for cgxCADTools

2022-08-03 Thread Mark Brethen
It turns out the headers were their, I just didn’t have access due to a permissions setting on the ‘inc’ directory itself. There are quite a few undefined symbols listed in the build log. https://pastebin.com/dh1Wx67C <https://pastebin.com/dh1Wx67C> Mark Brethen mark.bret...@gmail.com

Re: include files for cgxCADTools

2022-08-03 Thread Mark Brethen
d me a copy of your Portfile and I will take a look.  It can be frustrating when things do not unpack as expected.\\RobFrom: Mark Brethen <mark.bret...@gmail.com>Sent: August 2, 2022 4:51 PMTo: Robert Kennedy <am...@hotmail.com>Cc: MacPorts Developers <macports-dev@lists.macports.org

Re: include files for cgxCADTools

2022-08-02 Thread Mark Brethen
I found the issue: There should be header files in ‘${workpath}/cgxCadTools/CadReader/inc’ but for some reason the extract phase is omitting them, i.e. the ‘inc’ directory is empty. Why would it be doing this? Mark Brethen mark.bret...@gmail.com > On Aug 2, 2022, at 2:52 PM, Robert Kenn

Re: include files for cgxCADTools

2022-08-02 Thread Mark Brethen
led with exit code 1 (use -v to see invocation) :info:build make: *** [tmain] Error 1 https://pastebin.com/9xYCd74R <https://pastebin.com/9xYCd74R> Mark Brethen mark.bret...@gmail.com > On Aug 2, 2022, at 12:34 PM, Mark Brethen wrote: > > Rob, > > There is the li

Re: include files for cgxCADTools

2022-08-01 Thread Mark Brethen
en. You should never directly >> reference standard headers like that… >>>> On 1 Aug 2022, at 4:52 pm, Mark Brethen wrote: >>> >>> This Makefile has the following lines: >>> >>> CadReader.o: /usr/include/stdlib.h /usr/include/bits/lib

Re: include files for cgxCADTools

2022-08-01 Thread Mark Brethen
The top of the makefile looks normal enough, then it lists a boat-load of headers. I guess I won’t spend any more time on it. Mark Brethen mark.bret...@gmail.com > On Aug 1, 2022, at 2:23 PM, Chris Jones wrote: > > > The makefile here is very poorly written. You should ne

include files for cgxCADTools

2022-08-01 Thread Mark Brethen
This Makefile has the following lines: CadReader.o: /usr/include/stdlib.h /usr/include/bits/libc-header-start.h CadReader.o: /usr/include/features.h /usr/include/stdc-predef.h CadReader.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h CadReader.o: /usr/include/bits/long-double.h /usr/inclu

Re: SPOOLES MT routines

2022-07-30 Thread Mark Brethen
Now that I think about it, a subport would not work since the ccx makefile expects spooles.a in its workpath. Mark Brethen mark.bret...@gmail.com > On Jul 30, 2022, at 11:01 AM, Mark Brethen wrote: > > For the basic installation of CalculiX-ccx the library spooles.a with the >

SPOOLES MT routines

2022-07-30 Thread Mark Brethen
For the basic installation of CalculiX-ccx the library spooles.a with the single- and multi-threading (MT) routines of SPOOLES is required. Currently I have defined a pre-build phase for spooles, although a subport could work.There are some entries in its makefile that will need to be patched:

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-28 Thread Mark Brethen
t; >>> >>> cgx.h has 'void DrawCommandLine(char *string, int curpos);’ >>> >>> cgx.c has '#include ’ >>> >>> parser.c has '#include ’ only >>> >>> should I add '#include ’ to parser.c or add 'void &g

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-28 Thread Mark Brethen
DrawCommandLine(char *string, int curpos);’ cgx.c has '#include ’ parser.c has '#include ’ only should I add '#include ’ to parser.c or add 'void DrawCommandLine(char *string, int curpos);’ to extUtil.h? Mark Brethen mark.bret...@gmail.com > On Jul 27, 2022, at 8:4

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
, Mark Brethen <mark.bret...@gmail.com> wrote:I suppose it dies on the first error… there could be others downstream, which turns into an exhaustive cycle. Mark Brethenmark.bret...@gmail.com On Jul 27, 2022, at 9:58 AM, Chris Jones <jon...@hep.phy.cam.ac.uk> wrote:patch the code t

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
I suppose it dies on the first error… there could be others downstream, which turns into an exhaustive cycle. Mark Brethen mark.bret...@gmail.com > On Jul 27, 2022, at 9:58 AM, Chris Jones wrote: > > patch the code to remove the improper implicit declaration

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
:info:build 1 error generated. :info:build make: *** [parser.o] Error 1 Mark Brethen mark.bret...@gmail.com > On Jul 27, 2022, at 7:23 AM, Chris Jones wrote: > > Latest clang compilers probably default to a 'recent' c standard, unless > otherwise told. If the code in question

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
7;GL/glut_cgx.h' file not found :info:build #include :info:build^~~ Either I add those to the patch or put everything in the pre-build. Mark Brethen mark.bret...@gmail.com > On Jul 27, 2022, at 7:52 AM, Chris Jones wrote: > > Then you should at least se

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
As you can see in the makefile (post-patch), it only makes use of CFLAGS and LDFLAGS. Makefile Description: Binary data Mark Brethenmark.bret...@gmail.com On Jul 27, 2022, at 7:41 AM, Joshua Root wrote:It's also not passing in the MacPorts CFLAGS, CXXFLAGS, and LDFLAGS. If i

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
As the source does not use configure, I pass the compiler args: pre-build { build.args-appendCXX=${configure.cxx} \ CC=${configure.cc} } For reasons I don’t understand, If I don’t put it in a pre-build override it’s ignored. Mark Brethen mark.bret...@gmail.com

Re: CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-27 Thread Mark Brethen
roke, strlen(keystroke)+*curshft); :info:build ^ :info:build 1 error generated. :info:build make: *** [parser.o] Error 1 Mark Brethen mark.bret...@gmail.com > On Jul 27, 2022, at 3:49 AM, Chris Jones wrote: > > > Please post a complete, clean, build log for the port in question.

CalculiX is using libstdc++ (this installation is configured to use libc++)

2022-07-26 Thread Mark Brethen
Installing CalculiX with a clang variant is successful, however when selecting a gcc variant:--->  Scanning binaries for linking errors--->  No broken files found.CalculiX is using libstdc++ (this installation is configured to use libc++)--->  Found 1 broken port, determining rebuild orderYou can a

Re: CalculiX build error using clang

2022-07-26 Thread Mark Brethen
-cgx_2_18-src-pickFunktions_c.diff Description: Binary data patch-cgx_2_18-src-setFunktions_c.diff Description: Binary data Thanks, Mark On Jul 26, 2022, at 3:12 PM, Chris Jones <jon...@hep.phy.cam.ac.uk> wrote:On 26 Jul 2022, at 8:59 pm, Mark Brethen <mark.bret...@gmail.com> w

Re: CalculiX build error using clang

2022-07-26 Thread Mark Brethen
nr); } It looks like the return(-1) is needed? Mark Brethen mark.bret...@gmail.com > On Jul 26, 2022, at 2:18 PM, Chris Jones wrote: > > > >> On 26 Jul 2022, at 6:27 pm, Mark Brethen wrote: >> >> would a ‘return;’ instead of ‘return(-1);’ suffice>?

Re: CalculiX build error using clang

2022-07-26 Thread Mark Brethen
would a ‘return;’ instead of ‘return(-1);’ suffice>? Mark Brethen mark.bret...@gmail.com > On Jul 26, 2022, at 11:51 AM, Christopher Jones > wrote: > > > clang is correct in this case, gcc is being sloppy. > > Basically you cannot return a value, from a function

CalculiX build error using clang

2022-07-26 Thread Mark Brethen
I’m seeing this build error when using clang (gcc doesn’t complain): info:build /opt/local/bin/clang-mp-14 -O2 -Wall -Wno-narrowing -I./ -I/opt/local/include -I/opt/local/include/GL -I../../libSNL/src -I../../glut-3.5/src-c -o pickFunktions.o pickFunktions.c :info:build pickFunktions.c:4599:

Re: fetch timeout

2022-07-26 Thread Mark Brethen
The mp curl no longer downloads from the target website, wias-berlin.de; web download still works. The only changes were an Xcode update and reinstalling commandlinetools and macports for big sur. Mark Brethen mark.bret...@gmail.com > On Jul 22, 2022, at 3:34 PM, Ryan Schmidt wrote: >

Re: py310-pyqt5 build error big sur

2022-07-25 Thread Mark Brethen
I had switched developer path to commandlinetools. When I switched it back fftw installed. Mark Brethen mark.bret...@gmail.com > On Jul 25, 2022, at 7:59 PM, Mark Brethen wrote: > > fftw-3 is also failing to build. Is this an apple or MacPorts issue? > > :info:build ld: wa

Re: py310-pyqt5 build error big sur

2022-07-25 Thread Mark Brethen
: ld returned 1 exit status :info:build make[2]: *** [libfftw3.la] Error 1 :info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_fftw-3/fftw-3/ Mark Brethen mark.bret...@gmail.com > On Jul 24

Re: py310-pyqt5 build error big sur

2022-07-24 Thread Mark Brethen
0 drwxr-xr-x 4 marbre staff 128 Jun 20 17:55 ./ drwxr-xr-x 6 marbre staff 192 Nov 23 2021 ../ drwxr-xr-x 7 marbre staff 224 Jun 20 17:44 MacOSX.sdk/ lrwxr-xr-x 1 marbre staff 10 Jun 20 17:42 MacOSX12.1.sdk@ -> MacOSX.sdk Mark Brethen mark.bret...@gmail.com > On Jul 24, 2022,

py310-pyqt5 build error big sur

2022-07-24 Thread Mark Brethen
py310-pyqt5 error: :info:build Project ERROR: Could not resolve SDK Path for 'macosx11' using --show-sdk-path I then tried ports $ xcrun --sdk macosx10.11 --show-sdk-path xcodebuild: error: SDK "macosx10.11" cannot be located. xcodebuild: error: SDK "macosx10.11" cannot be located. xcrun: error

Re: openGL Framework

2022-07-23 Thread Mark Brethen
if I switch to X11 server, should I remove /opt/X11 along with Xquartz.app? Mark Brethen mark.bret...@gmail.com > On Jul 22, 2022, at 6:28 PM, Ryan Schmidt wrote: > > On Jul 19, 2022, at 17:18, Mark Brethen wrote: > >> I’m also confused about the two x11 window environmen

Re: openGL Framework

2022-07-20 Thread Mark Brethen
I was able to build CalculiX but I’m seeing this error upon testing:cgx -c beamp.inpError in:sem_initError in:sem_initError in:sem_initError in:sem_initon a Darwin machine, nodename brethen-air.attlocal.net, release 20.6.0, version Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:45 PDT 2022; root:xn

Re: openGL Framework

2022-07-19 Thread Mark Brethen
file system for the two following libraries: The openGL-library: libGL.so or libMesaGL.so The higher level openGL-library: libGLU.so or libMesaGLU.so The libGLU should be the one from SGI. Otherwise the nurbs rendering is not supported. Mark Brethen mark.bret

Re: fetch timeout

2022-07-19 Thread Mark Brethen
port is setup to use apple’s curl/openssl. Mark Brethen mark.bret...@gmail.com > On Jul 19, 2022, at 7:13 PM, Dave Allured - NOAA Affiliate via macports-dev > wrote: > > Hmmm. If port curl is already installed and active, then why would > subsequent port fetches prefer /us

Re: fetch timeout

2022-07-19 Thread Mark Brethen
ystem/Volumes/Data/SWE/macOS/BuildRoots/880a0f6e74/Library/Caches/com.apple.xbs/Sources/libressl/libressl-56.60.4/libressl-2.8/ssl/ssl_pkt.c:1200:SSL alert number 40 Mark Brethen mark.bret...@gmail.com > On Jul 19, 2022, at 6:00 PM, Dave Allured - NOAA Affiliate via macports-dev > wrote: >

Re: openGL Framework

2022-07-19 Thread Mark Brethen
hould build with. I’m also confused about the two x11 window environments (xorg-server vs xquartz). I’m assuming Xquartz libraries, etc are in /opt/local, what about xorg? Thanks, Mark > On Jul 2, 2022, at 12:00 AM, Ryan Schmidt wrote: > > On Jun 30, 2022, at 07:50, Mark Brethen w

Re: fetch timeout

2022-07-19 Thread Mark Brethen
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets ~ $ I noticed nghttp2 @1.41.0 vs 1.39.2. Mark Brethen mark.bret

Re: fetch timeout

2022-07-19 Thread Mark Brethen
Anyone else confirm system curl works with this host on intel mac with catalina or big sur? Mark > On Jul 19, 2022, at 11:49 AM, Mark Brethen wrote: > > Yes, I have mp curl as well. Unfortunately, port uses Apple’s curl/openssl. > Only work around is to override fetch and use m

Re: fetch timeout

2022-07-19 Thread Mark Brethen
Yes, I have mp curl as well. Unfortunately, port uses Apple’s curl/openssl. Only work around is to override fetch and use mp. Mark Brethen mark.bret...@gmail.com > On Jul 19, 2022, at 11:42 AM, Nils Breunese wrote: > > Mark Brethen wrote: > >> What version of curl/libres

Re: fetch timeout

2022-07-19 Thread Mark Brethen
I tried it on my spouse’s intel MacBook— confirmed it works on MacOS version 10.13.6 (LibreSSL 2.2.7). And yes, I extracted the file this time! Mark Brethen mark.bret...@gmail.com > On Jul 19, 2022, at 11:34 AM, Mark Brethen wrote: > > What version of curl/libressl? > &g

Re: fetch timeout

2022-07-19 Thread Mark Brethen
What version of curl/libressl? Mark Brethen mark.bret...@gmail.com > On Jul 19, 2022, at 11:31 AM, Nils Breunese wrote: > > Mark Brethen wrote: > >> it has the file name and extensions but you’re right, it’s not a compressed >> file. > > The -O flag will wri

Re: fetch timeout

2022-07-19 Thread Mark Brethen
s downloaded. > > Nils. > >> Op 19 jul. 2022 om 17:20 heeft Mark Brethen het >> volgende geschreven: >> >> Understood. Using HTTP instead of HTTPS doesn’t invoke SSL/TLS. If you look >> at the command line output (not port), that error didn’t occur and the file

Re: fetch timeout

2022-07-19 Thread Mark Brethen
; requesting that URL. > > Nils. > >>> Op 19 jul. 2022 om 11:58 heeft Mark Brethen het >>> volgende geschreven: >>> >> Please tell me why fetch still fails when /usr/bin/curl succeeds in >> terminal? >> >> :notice:fetch ---> Attem

Re: fetch timeout

2022-07-19 Thread Mark Brethen
ert handshake failure Mark Brethen mark.bret...@gmail.com > On Jul 19, 2022, at 4:46 AM, Mark Brethen wrote: > > HTTPS uses TLS (SSL) to encrypt normal HTTP requests and responses. Use HTTP > instead: > > ~ $ cd Downloads > Downloads $ /usr/bin/curl -vO > http://wias-berlin

Re: fetch timeout

2022-07-19 Thread Mark Brethen
tent-Type: text/html; charset=iso-8859-1 < { [273 bytes data] 100 273 100 2730 0291 0 --:--:-- --:--:-- --:--:-- 291 * Connection #0 to host wias-berlin.de left intact * Closing connection 0 Mark Brethen mark.bret...@gmail.com > On Jul 18, 2022, at 11:56 AM, Mark Bre

Re: fetch timeout

2022-07-18 Thread Mark Brethen
> On Jul 18, 2022, at 8:11 AM, Mark Brethen wrote: > > wias-berlin.de <http://wias-berlin.de/>

Re: fetch timeout

2022-07-18 Thread Mark Brethen
berlin.de/software/tetgen/1.5/src/tetgen1.5.1.tar.gz' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details. So it may have something t

Re: compilers PortGroup

2022-07-17 Thread Mark Brethen
It’s a local port I’m updating. The source does not have configure, so the makefile has to be patched and build environment passed. Portfile Description: Binary data Mark Brethenmark.bret...@gmail.com On Jul 17, 2022, at 6:41 PM, Ken Cunningham wrote:Error: Ran

Re: compilers PortGroup

2022-07-17 Thread Mark Brethen
} Thanks, Mark > On Jul 17, 2022, at 12:48 PM, Mark Brethen wrote: > > Unfortunately spooles is no longer maintained, but I found this discussion > online: > > If you compile with GCC 10 or newer, you will get the following error, > originating from CalculiX: >

Re: fetch timeout

2022-07-17 Thread Mark Brethen
: set check.os.major 21 if {${check.os.major} > ${os.major}} { depends_fetch-append curl fetch { system "curl -L -o ${distpath}/${distfiles} ${master_sites}${distfiles}" } } Mark Brethen mark.bret...@gmail.com > On Jul 17, 2022, at 8:49 AM, Mark Brethen wro

Re: compilers PortGroup

2022-07-17 Thread Mark Brethen
ven if gcc <10? Mark > On Jul 17, 2022, at 12:01 PM, Chris Jones wrote: > > Ok, shame. > > Nevertheless, this is not an issue with the compiler but the code itself. You > might try discussing it with the upstream maintainers. > > Chris > >> On 17 Ju

Re: compilers PortGroup

2022-07-17 Thread Mark Brethen
Hmm, 'compilers.allow_arguments_mismatch yes’ had no effect—same failure. I looked at the compilers group and with it set, and gfortran variant is selected, chooses ${compilers.gcc_default}. Which in my case was gcc12—which is already installed. Mark Brethen mark.bret...@gmail.com >

Re: fetch timeout

2022-07-17 Thread Mark Brethen
85: I don’t get this error on the iMac with the same OS, same openssl versions. Mark > On Jul 15, 2022, at 1:44 PM, Mark Brethen wrote: > > Maybe it’s openssl in /opt/local/bin? On the MacBook Air: > > ports $ which openssl > /opt/local/bin/openssl > ports $ openssl

Re: compilers PortGroup

2022-07-16 Thread Mark Brethen
) :info:build make: *** [gencontelem_n2f.o] Error 1 How is a particular value of gfortran blacklisted, in this case gfortran-mp-12? Mark Brethen mark.bret...@gmail.com > On Jul 6, 2022, at 10:19 PM, Mark Brethen wrote: > > The Spooles library is written in C language and has multi-

Re: fetch timeout

2022-07-15 Thread Mark Brethen
Maybe it’s openssl in /opt/local/bin? On the MacBook Air: ports $ which openssl /opt/local/bin/openssl ports $ openssl version OpenSSL 3.0.5 5 Jul 2022 (Library: OpenSSL 3.0.5 5 Jul 2022) The iMac has /opt/local/bin/openssl 1.1.1 /usr/bin/openssl is libressl 2.8.3 for both. Mark Brethen

Re: fetch timeout

2022-07-15 Thread Mark Brethen
Heck if I know what’s wrong. Everything being equal, curl on the iMac works, but on the MacBook Air it does not. Both have the same OS, same curl version at /usr/bin, same cert.pem. Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 11:42 AM, Mark Brethen wrote: > > On th

Re: fetch timeout

2022-07-15 Thread Mark Brethen
d4 ]..^z..f.RZ. 0010 - 22 b4 f8 78 af 92 bf 39-16 9b 4c 63 8b fa 4d d9 "..x...9..Lc..M. Start Time: 1657903105 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: no Max Early Data: 0 --- read R BLOCK closed Mark Brethen mark.bret...@gmai

Re: fetch timeout

2022-07-15 Thread Mark Brethen
7906 bytes data] 100 275k 100 275k0 0 156k 0 0:00:01 0:00:01 --:--:-- 156k * Connection #0 to host wias-berlin.de left intact * Closing connection 0 Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 10:18 AM, Chris Jones wrote: > > > > On 15/07/20

Re: fetch timeout

2022-07-15 Thread Mark Brethen
cert.perm has the same date Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 10:11 AM, Chris Jones wrote: > > > > On 15/07/2022 4:08 pm, Mark Brethen wrote: >> I checked big sur on my iMac, which came installed with big sur. It also has >> version

Re: fetch timeout

2022-07-15 Thread Mark Brethen
I checked big sur on my iMac, which came installed with big sur. It also has version 7.64.1. I’m surprised macports is using the native curl. Apple is notorious for not updating to the latest versions of software with each new OS. Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, a

Re: fetch timeout

2022-07-15 Thread Mark Brethen
pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 9:44 AM, Chris Jones wrote: > > /etc/ssl/cert.pem

Re: fetch timeout

2022-07-15 Thread Mark Brethen
What about the system certificate trust policy? I don’t know what the default setting is. Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 9:30 AM, Mark Brethen wrote: > > I was trying to say that I skipped versions and upgraded from high sierra to > big sur. As to

Re: fetch timeout

2022-07-15 Thread Mark Brethen
Boot Mode:Normal Computer Name:brethen-air User Name:Mark Brethen (marbre) Secure Virtual Memory:Enabled System Integrity Protection: Enabled Time since boot: 10 days 18:45 Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 9:23 AM, Chris Jones wr

Re: fetch timeout

2022-07-15 Thread Mark Brethen
I have big sur installed (In the ‘About This Mac’ it lists ‘Version11.6.7') Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 9:14 AM, Chris Jones wrote: > > > > On 15/07/2022 3:08 pm, Mark Brethen wrote: >> ~ $ /usr/bin/curl -L -v -o tetgen1.5.1.tar.gz

Re: fetch timeout

2022-07-15 Thread Mark Brethen
, nothing else. It sounds like I may need to update my certificates? Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 8:55 AM, Chris Jones wrote: > > > > On 15/07/2022 2:53 pm, Mark Brethen wrote: >> Indeed, I get the same error >> ~ $ /usr/bin/curl -L -o t

Re: fetch timeout

2022-07-15 Thread Mark Brethen
0 00 00 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (35) error:14008410:SSL routines:CONNECT_CR_KEY_EXCH:sslv3 alert handshake failure Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 8:49 AM, Chris Jones wrote: > > > :debug:fetch Fetch

Re: fetch timeout

2022-07-15 Thread Mark Brethen
Portfile Description: Binary data main.log Description: Binary data Overriding fetch in the portfile does work. Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 8:26 AM, Chris Jones wrote: > > > OK, so next please post the portfile you are testing, and exactly wha

Re: fetch timeout

2022-07-15 Thread Mark Brethen
macOS 11.6.7 Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 8:10 AM, Mark Brethen wrote: > > ~ $ which curl > /opt/local/bin/curl > > Mark Brethen > mark.bret...@gmail.com <mailto:mark.bret...@gmail.com> > > > >> On Jul 15, 2

Re: fetch timeout

2022-07-15 Thread Mark Brethen
~ $ which curl /opt/local/bin/curl Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 8:09 AM, Chris Jones wrote: > > > what curl are you using ? System of macports version ? > > What OS are you on ? > > On 15/07/2022 2:01 pm, Mark Brethen wrote: >> Ha

Re: fetch timeout

2022-07-15 Thread Mark Brethen
need to override the fetch phase. Mark Brethen mark.bret...@gmail.com > On Jul 15, 2022, at 7:21 AM, Mark Brethen wrote: > > The next logical question is what agent do I use? Is there a Macports user > agent? > > > Mark Brethen > mark.bret...@gmail.com <ma

Re: fetch timeout

2022-07-15 Thread Mark Brethen
The next logical question is what agent do I use? Is there a Macports user agent? Mark Brethen mark.bret...@gmail.com > On Jul 14, 2022, at 8:19 PM, Joshua Root wrote: > > fetch.user_agent

fetch timeout

2022-07-14 Thread Mark Brethen
Can the timeout be set for fetch? Reason I ask is the download URL works from a browser but not using 'port fetch’. Thanks Mark Brethen mark.bret...@gmail.com

Re: compilers PortGroup

2022-07-06 Thread Mark Brethen
The Spooles library is written in C language and has multi-threading subroutines. Mark Brethen mark.bret...@gmail.com > On Jul 6, 2022, at 5:06 PM, Joshua Root wrote: > > On 2022-7-7 07:40 , Mark Brethen wrote: >> The source is a combination of C and fortran, so a C-compil

Re: compilers PortGroup

2022-07-06 Thread Mark Brethen
-gfortan compiler. Mark Brethen mark.bret...@gmail.com > On Jul 6, 2022, at 2:18 PM, Dave Allured - NOAA Affiliate via macports-dev > wrote: > > Mark, those are specifically fortran issues, not C. Both of those warnings > refer to fortran constructs which were declared

Re: compilers PortGroup

2022-07-05 Thread Mark Brethen
: Arithmetic IF statement at (1) Those messages are only warnings. But to side-step these issues, do I need to add the -std option to specify which version of the fortran standard to use when compiling? E.g. compiler.c_standard 2008 Thanks Mark > On Jul 4, 2022, at 9:36 AM, Mark Brethen wr

Re: tagging URLs?

2022-07-04 Thread Mark Brethen
piler setup working. Mark Brethen mark.bret...@gmail.com > On Jul 4, 2022, at 4:20 PM, Joshua Root wrote: > > On 2022-7-5 06:56 , Mark Brethen wrote: >> How does one tag a URL using mirror:subdirectory:tag? For example: >> http://www.netlib/org/linalg/spooles. I can’t figure

Re: tagging URLs?

2022-07-04 Thread Mark Brethen
Doh! Only one colon is needed—not two. Mark Brethen mark.bret...@gmail.com > On Jul 4, 2022, at 3:56 PM, Mark Brethen wrote: > > How does one tag a URL using mirror:subdirectory:tag? For example: > http://www.netlib/org/linalg/spooles. I can’t figure it out. > > Mark B

tagging URLs?

2022-07-04 Thread Mark Brethen
How does one tag a URL using mirror:subdirectory:tag? For example: http://www.netlib/org/linalg/spooles. I can’t figure it out. Mark Brethen mark.bret...@gmail.com

Re: compilers PortGroup

2022-07-04 Thread Mark Brethen
Sorry for the confusion, 'sudo port build xyx'. Mark Brethen mark.bret...@gmail.com > On Jul 4, 2022, at 9:07 AM, Joshua Root wrote: > > On 2022-7-4 23:24 , Mark Brethen wrote: >> Here’s what I’ve observed: >> compilers.choose fc cc >> compiler.setup

Re: compilers PortGroup

2022-07-04 Thread Mark Brethen
Here’s what I’ve observed: compilers.choose fc cc compiler.setup require_fortran -g95 -clang If I issue sudo port xyz +gcc11, I get ${configure.cc} = /usr/bin/clang. Mark Brethen mark.bret...@gmail.com > On Jul 3, 2022, at 4:29 PM, David Strubbe wrote: > > Hello Mark, &

Re: compilers PortGroup

2022-07-03 Thread Mark Brethen
:debug:build invoked from within :debug:build "$procedure $targetname" whereas adding a whitelist succeeds (using gfortran): compiler.whitelist macports-gcc-11 compilers.choosefc cc compilers.setup require_fortran -g95 -clang Is this a difference between mp and apple gcc? Mark B

  1   2   3   >