From nobody Fri Sep 3 08:31:54 2021 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 228D817BC231 for ; Fri, 3 Sep 2021 08:32:04 +0000 (UTC) (envelope-from SRS0=snGT=NZ=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4H19yB2KBVz3td6; Fri, 3 Sep 2021 08:32:02 +0000 (UTC) (envelope-from SRS0=snGT=NZ=klop.ws=ronald-lists@realworks.nl) Date: Fri, 3 Sep 2021 10:31:54 +0200 (CEST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=klop.ws; s=rw1; t=1630657914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2J5+TCQOexqMdKVKyLMlxvUsmuRePj0pZqqwILfvI18=; b=gAMtaUE2nTPDn5lHqs+h16iBxlSvFyTchnPqv+bt0nJdfU6S3NbYzVxwiNUs7HxPFE/H/y tU8qwPhIOOT8otDw== From: Ronald Klop To: Ronald Klop Cc: Michal Meloun , FreeBSD Ports , Dimitry Andric Message-ID: <671841132.16.1630657914506@mailrelay> In-Reply-To: <2089802880.12287.1627193420123@localhost> References: <2089802880.12287.1627193420123@localhost> Subject: Re: (solved) Re: undefined symbol: __aarch64_ldadd8_acq_rel since llvm12 (mongodb44) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15_852118603.1630657914410" X-Mailer: Realworks (575.791.fc5e6d0) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4H19yB2KBVz3td6 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=rw1 header.b=gAMtaUE2; dmarc=pass (policy=none) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of "SRS0=snGT=NZ=klop.ws=ronald-lists@realworks.nl" designates 194.109.157.24 as permitted sender) smtp.mailfrom="SRS0=snGT=NZ=klop.ws=ronald-lists@realworks.nl" X-Spamd-Result: default: False [-1.20 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[klop.ws:s=rw1]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; NEURAL_SPAM_SHORT(1.00)[1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[klop.ws:+]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,none]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[194.109.157.24:from]; FORGED_SENDER(0.30)[ronald-lists@klop.ws,SRS0=snGT=NZ=klop.ws=ronald-lists@realworks.nl]; RCVD_COUNT_ZERO(0.00)[0]; RWL_MAILSPIKE_POSSIBLE(0.00)[194.109.157.24:from]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; FROM_NEQ_ENVFROM(0.00)[ronald-lists@klop.ws,SRS0=snGT=NZ=klop.ws=ronald-lists@realworks.nl] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: Y ------=_Part_15_852118603.1630657914410 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Van: Ronald Klop Datum: zondag, 25 juli 2021 08:10 Aan: FreeBSD Ports , Michal Meloun , Dimitry Andric Onderwerp: (solved) Re: undefined symbol: __aarch64_ldadd8_acq_rel since llvm12 (mongodb44) > > Van: Dimitry Andric > Datum: 19 juli 2021 11:01 > Aan: Ronald Klop > CC: FreeBSD Ports , Michal Meloun > Onderwerp: Re: undefined symbol: __aarch64_ldadd8_acq_rel since llvm12 (mongodb44) > > > > > > > On 19 Jul 2021, at 09:29, Ronald Klop wrote: > > > > > Does anybody have a clue why I get this error since clang 12 on aarch64/arm64? > > > Do other ports have the same issue? > > > > > Regards, > > > Ronald. > > > > > Van: Ronald Klop > > > Datum: vrijdag, 16 juli 2021 09:43 > > > Aan: freebsd-arm@freebsd.org > > > Onderwerp: undefined symbol: __aarch64_ldadd8_acq_rel since llvm12 (mongodb44) > > >> Hi, > > >> I'm also maintaining databases/mongodb44 and this gives undefined symbols since llvm12 (I think). > > >> See: http://www.ipv6proxy.net/go.php?u=http://ampere2.nyi.freebsd.org/data/main-arm64-default/pf44e1c1de734_s63ca9ea4f3/logs/errors/mongodb44-4.4.6.log > > >> And look for: > > >> ld.lld: error: undefined symbol: __aarch64_ldadd8_acq_rel > > >> There are a bunch of similar symbols not found while linking. > > >> This compiles fine using llvm11 or on amd64. > > > > It turns out clang 12 now enables -moutline-atomics by default, but we > > don't yet expose the necessary functions from compiler-rt. As a > > temporary workaround, compile with -mno-outline-atomics. Meanwhile, > > adding these functions to the compiler-rt lib is on my TODO list. > > > > -Dimitry > > > > > > > > > > > > > > > > > Hi, > Thanks for your explanation. I came up with patches for my ports.https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=Mongodb&list_id=432778 > > > Regards,Ronald. > > > Hi Dimitry, I upgraded my poudriere and tried building mongodb50 with -moutline-atomics enabled. [00:00:56] Host OSVERSION: 1400032 [00:00:56] Jail OSVERSION: 1400032 ... [09:33:20] ld.lld: error: undefined hidden symbol: __aarch64_have_lse_atomics [09:33:20] >>> referenced by outline_atomic_cas1_1.S:121 [09:33:20] >>> outline_atomic_cas1_1.o:(__aarch64_cas1_relax) in archive /usr/lib/libgcc.a [09:33:20] >>> referenced by outline_atomic_cas1_1.S:121 [09:33:20] >>> outline_atomic_cas1_1.o:(__aarch64_cas1_relax) in archive /usr/lib/libgcc.a [09:33:20] >>> referenced by outline_atomic_cas1_2.S:121 [09:33:20] >>> outline_atomic_cas1_2.o:(__aarch64_cas1_acq) in archive /usr/lib/libgcc.a [09:33:20] >>> referenced 57 more times [09:33:20] c++: error: linker command failed with exit code 1 (use -v to see invocation) [09:33:22] scons: *** [build/opt/mongo/shell/mongo] Error 1 [09:33:58] ld.lld: error: undefined hidden symbol: __aarch64_have_lse_atomics [09:33:58] >>> referenced by outline_atomic_cas1_1.S:121 [09:33:58] >>> outline_atomic_cas1_1.o:(__aarch64_cas1_relax) in archive /usr/lib/libgcc.a [09:33:58] >>> referenced by outline_atomic_cas1_1.S:121 [09:33:58] >>> outline_atomic_cas1_1.o:(__aarch64_cas1_relax) in archive /usr/lib/libgcc.a [09:33:58] >>> referenced by outline_atomic_cas1_2.S:121 [09:33:58] >>> outline_atomic_cas1_2.o:(__aarch64_cas1_acq) in archive /usr/lib/libgcc.a [09:33:58] >>> referenced 57 more times [09:33:59] c++: error: linker command failed with exit code 1 (use -v to see invocation) [09:33:59] scons: *** [build/opt/mongo/db/mongod] Error 1 Mongodb42 and mongodb44 give the same error. Is this something in the FreeBSD source? Or something in MongoDB source? I can provide more logs if needed. Regards, Ronald. ------=_Part_15_852118603.1630657914410--