Date: Wed, 15 Apr 2020 22:14:01 +0200 From: Vidar Karlsen <vidar@karlsen.tech> To: tagattie@FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: editors/atom: build error on 13.0-CURRENT Message-ID: <81db6f61-fde7-bf88-9e25-bcdd78cd5db9@karlsen.tech>
next in thread | raw e-mail | index | archive | help
Hi, I'm getting an error building editors/atom on 13.0-CURRENT: > ===> Building for atom-ide-1.45.0 > cd /usr/ports/editors/atom/work/node-v10.2.1 [...] > WARNING: C++ compiler too old, need g++ 4.9.4 or clang++ 3.4.2 (CXX=c++) > ERROR: Did not find a new enough assembler, install one or build with > --openssl-no-asm. > Please refer to BUILDING.md Adding --openssl-no-asm to the ./configure line (Makefile line 115) seems to bypass the problem, and it builds, runs and works fine as far as I can see, but I don't know if this can affect some of the functionality. BUILDING.md says it needs llvm 3.3 or higher, and I have clang 10.0.0. Is this simply a version check gone wrong in node? Cc-ing to ports list. -- Best regards, Vidar Karlsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?81db6f61-fde7-bf88-9e25-bcdd78cd5db9>