X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by lists.alpinelinux.org (Postfix) with ESMTP id 52B47F83178 for ; Tue, 12 Mar 2019 16:53:20 +0000 (UTC) Received: by mail-io1-f53.google.com with SMTP id k21so2648927ior.13 for ; Tue, 12 Mar 2019 09:53:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CDCeGmcN9RLxP732yMZ+FkloqL9usCV7+/E9DZT4Gbs=; b=Yzv2UiRcBFMGnU7LTa+/h+bUVeJWwYfXPs3JkWLHXiPDw19OHOiAFKg1x7CMN38rBl yTqxrnvCz6L5Ko672UK0fG79byaYXBxZkgLA3BpPy32PH0r5DE9c18vhYOpAZ4IZGobe RrKUtf8zmtIuwAbVqN8B0kxcAdw1mMEE1RLS2KcA0H76ei0tL4w7azgEd/KNv+lTdXzt wF/R/OQa8lmD/LA3Ip05m3i1zlrDyxSoKpsOIEGiQbJuArNwYcDApS+c4EWY1dxzicCN mKGI7TKglStqzWiA55E8bkpnrsGPyv0NxLfyNwHBy5DpC8M9B2OfEiOYt7iD/XZ0G0Hc 4eWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CDCeGmcN9RLxP732yMZ+FkloqL9usCV7+/E9DZT4Gbs=; b=h0EJTIMFYRNMBdUlcfHdwqZApxr/YCMMqYhZMgQ5/rTQQpGG62SXgNB3fFa2lU4hfc EmF7LBMDDnsFTTBSvI0OoNd7+1eC2eKbvUgJd0/aZ/koDXio2Dd8h2PHx1g3pVMh50ow pKQjuY6KjYExSYVVzK115EV9bwT4s5YsJuIyvjJ8QtdAo5ewyR4Pn7fX+/KSOrmmvZAH Usuu2vKFrbny/WO0DquvvuJllAm13gzvYEBXGvKvsl7P0KWyMekVfoP7IfMz6DVUNKGp DneuC5+NDSr+xQ2YmMV+o/QOxs/p8qZ5sAG6GCEWzVXrHtbObqvt7ZNXm/J1EH6l4ISS u6QA== X-Gm-Message-State: APjAAAWjoqnABng0tvcXqRNUqROjGmgxqe4shuo3ZzTG0o+0zqq5Wr1L r2rGPkcct7aebkjGBVu2Kyy0Yqyq5tJdD6l6Bq4= X-Google-Smtp-Source: APXvYqyvi82ux+dKtAYQmCfEnYEhBQc61u5hxp5QxgQAh1ygkhWXYs8Tw60QZo2PElE+wXJTLMIp3q/MLV4+hqg+GUU= X-Received: by 2002:a5d:9699:: with SMTP id m25mr22324920ion.77.1552409599856; Tue, 12 Mar 2019 09:53:19 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: In-Reply-To: From: PICCORO McKAY Lenz Date: Tue, 12 Mar 2019 12:53:04 -0400 Message-ID: Subject: Re: [alpine-user] ArcticFox - musl undefined symbols To: Riccardo Mottola Cc: alpine-user Content-Type: multipart/alternative; boundary="000000000000bed7240583e8867e" --000000000000bed7240583e8867e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El lun., 11 de mar. de 2019 a la(s) 19:30, Riccardo Mottola ( riccardo.mottola@libero.it) escribi=C3=B3: > Hi all, > > with the hunspell and other hacks in place, I get relatively far > compiling ArcticFox now, howevr linking fails with tons of errors about > undefined symbols.=C3=B9 > hi, any response for this problem, ? noone? > > Here the first ones: > > 162:53.94 INPUT("StaticXULComponentsEnd/StaticXULComponentsEnd.o") > 162:53.94 > 162:53.94 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > ../../xpcom/build/Unified_cpp_xpcom_build0.o: in function > `NS_MakeRandomString(char*, int)': > 162:53.94 /home/multix/code/Arctic-Fox/xpcom/glue/nsCRTGlue.cpp:285: > undefined reference to `rand' > 162:53.95 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > /home/multix/code/Arctic-Fox/xpcom/glue/nsCRTGlue.cpp:280: undefined > reference to `srand' > 162:53.95 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > ../../netwerk/base/Unified_cpp_netwerk_base0.o: in function > `mozilla::net::Predictor::ParseMetaDataEntry(char const*, char const*, > nsIURI**, unsigned int&, unsigned int&, unsigned int&)': > 162:53.95 /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1529: > undefined reference to `atoi' > 162:53.95 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1545: undefined > reference to `atoi' > 162:53.96 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1555: undefined > reference to `atoi' > 162:53.96 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1559: undefined > reference to `atoi' > 162:53.96 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > ../../netwerk/base/Unified_cpp_netwerk_base0.o: in function > `mozilla::net::Predictor::LearnForSubresource(nsICacheEntry*, nsIURI*)': > 162:53.96 /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1451: > undefined reference to `atoi' > 162:53.96 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > > ../../netwerk/base/Unified_cpp_netwerk_base2.o:/home/multix/code/Arctic-F= ox/netwerk/base/nsProtocolProxyService.cpp:882: > more undefined references to `atoi' follow > 162:53.97 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > ../../netwerk/base/Unified_cpp_netwerk_base3.o: in function > `nsSocketTransportService::Run()': > 162:53.97 > > /home/multix/code/Arctic-Fox/netwerk/base/nsSocketTransportService2.cpp:7= 23: > undefined reference to `srand' > 162:53.97 > > /usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-m= usl/bin/ld: > ../../netwerk/streamconv/converters/Unified_cpp_converters0.o: in > function `ParseFTPList(char const*, list_state*, list_result*)': > 162:53.97 > > /home/multix/code/Arctic-Fox/netwerk/streamconv/converters/ParseFTPList.c= pp:666: > undefined reference to `atoi' > > main culprits are rand, srand, atoi and lateron bsearch > > Any suggestions? > > Thanks, Riccardo > > > --- > Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org > Help: alpine-user+help@lists.alpinelinux.org > --- > > --000000000000bed7240583e8867e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
El lun., 11 de mar. de 2019 a la(s) 19:30, Riccardo= Mottola (riccardo.mottola@li= bero.it) escribi=C3=B3:
Hi all,

with the hunspell and other hacks in place, I get relatively far
compiling ArcticFox now, howevr linking fails with tons of errors about
undefined symbols.=C3=B9

hi, any response for this= problem, ? noone?

=C2=A0

Here the first ones:

162:53.94=C2=A0=C2=A0=C2=A0=C2=A0 INPUT("StaticXULComponentsEnd/Static= XULComponentsEnd.o")
162:53.94
162:53.94
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
../../xpcom/build/Unified_cpp_xpcom_build0.o: in function
`NS_MakeRandomString(char*, int)':
162:53.94 /home/multix/code/Arctic-Fox/xpcom/glue/nsCRTGlue.cpp:285:
undefined reference to `rand'
162:53.95
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
/home/multix/code/Arctic-Fox/xpcom/glue/nsCRTGlue.cpp:280: undefined
reference to `srand'
162:53.95
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
../../netwerk/base/Unified_cpp_netwerk_base0.o: in function
`mozilla::net::Predictor::ParseMetaDataEntry(char const*, char const*,
nsIURI**, unsigned int&, unsigned int&, unsigned int&)': 162:53.95 /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1529:
undefined reference to `atoi'
162:53.95
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
/home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1545: undefined
reference to `atoi'
162:53.96
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
/home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1555: undefined
reference to `atoi'
162:53.96
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
/home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1559: undefined
reference to `atoi'
162:53.96
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
../../netwerk/base/Unified_cpp_netwerk_base0.o: in function
`mozilla::net::Predictor::LearnForSubresource(nsICacheEntry*, nsIURI*)'= :
162:53.96 /home/multix/code/Arctic-Fox/netwerk/base/Predictor.cpp:1451:
undefined reference to `atoi'
162:53.96
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
../../netwerk/base/Unified_cpp_netwerk_base2.o:/home/multix/code/Arctic-Fox= /netwerk/base/nsProtocolProxyService.cpp:882:
more undefined references to `atoi' follow
162:53.97
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
../../netwerk/base/Unified_cpp_netwerk_base3.o: in function
`nsSocketTransportService::Run()':
162:53.97
/home/multix/code/Arctic-Fox/netwerk/base/nsSocketTransportService2.cpp:723= :
undefined reference to `srand'
162:53.97
/usr/lib/gcc/i586-alpine-linux-musl/8.3.0/../../../../i586-alpine-linux-mus= l/bin/ld:
../../netwerk/streamconv/converters/Unified_cpp_converters0.o: in
function `ParseFTPList(char const*, list_state*, list_result*)':
162:53.97
/home/multix/code/Arctic-Fox/netwerk/streamconv/converters/ParseFTPList.cpp= :666:
undefined reference to `atoi'

main culprits are rand, srand, atoi and lateron bsearch

Any suggestions?

Thanks, Riccardo


---
Unsubscribe:=C2=A0 alpine-user+unsubscribe@lists.alpinelinux.org<= /a>
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0
alpine-user+help@lists.alpinelinu= x.org
---

--000000000000bed7240583e8867e-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---