[prev in list] [next in list] [prev in thread] [next in thread] 

List:       illumos-developer
Subject:    Re: [developer] sparc build
From:       Gabriele Bulfon <gbulfon () sonicle ! com>
Date:       2018-12-30 10:25:55
Message-ID: 1976845623.13154.1546165555562 () www
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Looks like the csw package trick worked with libxml2 too, it now imports without core \
dump! Just rerun incremental build and see what happens...
Sonicle S.r.l.  
http://www.sonicle.com
Music:  
http://www.gabrielebulfon.com
Quantum Mechanics :  
http://www.cdbaby.com/cd/gabrielebulfon
Da:
Gabriele Bulfon
A:
illumos-developer
Gary Mills
Data:
30 dicembre 2018 10.19.47 CET
Oggetto:
Re: [developer] sparc build
  
This has been solved, had a CSW built package for zlib with gzopen64 builtin and \
replaced this instaed of sxce sys one.  
I think all the build is fine, though I have core dumps during svccfg-native run on \
service dtd files:  
for m in ../milestone/boot-archive.xml ../milestone/devices-local.xml \
../milestone/global.xml ../milestone/identity.xml ../milestone/local-fs.xml \
../milestone/manifest-import.xml ../milestone/minimal-fs.xml \
../milestone/multi-user.xml ../milestone/name-services.xml \
../milestone/network-initial.xml ../milestone/network-loopback.xml \
../milestone/network-netcfg.xml ../milestone/network-physical.xml \
../milestone/restarter.xml ../milestone/root-fs.xml ../milestone/single-user.xml \
../milestone/usr-fs.xml ../../dlmgmtd/dlmgmt.xml \
../../cmd-inet/lib/ipmgmtd/network-ipmgmt.xml ../../rpcbind/bind.xml; do \ echo $m; \
SVCCFG_DTD=../dtd/service_bundle.dtd.1 \
SVCCFG_REPOSITORY=/data/sources/sonicle/xstreamos-illumos-gate/usr/src/cmd/svc/seed/common.db \
\ SVCCFG_CONFIGD_PATH=../configd/svc.configd-native \
../svccfg/svccfg-native import $m; \
done
../milestone/boot-archive.xml
sh: line 2: 16447: Memory fault(coredump)
*** Signal 11 - core dumped
/data/sources/sonicle/xstreamos-illumos-gate/usr/src/cmd/svc/milestone
`console-login.xml' is up to date.
install -s -d -m 755 \
                /data/sources/sonicle/xstreamos-illumos-gate/proto/root_sparc/usr/sadm/install
                
dmake: Warning: Target `install' not remade because of errors
Current working directory \
/data/sources/sonicle/xstreamos-illumos-gate/usr/src/cmd/svc/seed  
Tried running manually in bldenv and "trussing" I find this:
  
...
read(3, "
read(3, 0x000C4150, 5816) = 0
close(3) = 0
stat64("../dtd/service_bundle.dtd.1", 0xFFBFE480) = 0
stat64("../dtd/service_bundle.dtd.1", 0xFFBFE3C0) = 0
stat64("../dtd/service_bundle.dtd.1", 0xFFBFE358) = 0
open("../dtd/service_bundle.dtd.1", O_RDONLY|O_LARGEFILE) = 3
llseek(3, 0, SEEK_CUR) = 0
read(3, "
Incurred fault #6, FLTBOUNDS %pc = 0xFEEC489C
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
  
and this is mdb core output:
  
Loading modules: [ libumem.so.1 libuutil.so libnvpair.so.1 libc.so.1 ld.so.1 ]
$C
ffbfe410 libc.so.1`strncmp+0x34c(ffbfe4b0, 0, 3, 85488, 3c, ffbfe44c)
ffbfe450 libxml2.so.2`__xmlParserInputBufferCreateFilename+0x160(afef8, 0, 85488, \
89ec8, ff320074, 0) ffbfe4b8 libxml2.so.2`xmlNewInputFromFile+0x34(b1c48, 89ec8, \
b1c48, 66, 89ec8, 0) ffbfe518 libxml2.so.2`xmlLoadExternalEntity+0x68(89ec8, 0, \
b1c48, 0, 0, cbf58) ffbfe578 libxml2.so.2`xmlSAX2ResolveEntity+0x50(0, 0, 9de58, \
632d2fff, 89ec8, b1c48) ffbfe5d8 libxml2.so.2`xmlSAXParseDTD+0xbc(9de58, 0, ffbfec2c, \
0, 0, b1c48) ffbfe638 lxml_get_bundle_file+0xcc(83fb8, 87e08, 0, 0, 0, 0)
ffbfe698 import_manifest_file+0x14(affb8, 0, 0, 4, 6c800, 6bb0c)
ffbfe700 engine_import+0x458(ffbfe7f4, 4000, 0, 0, 9ffc8, 1)
ffbfe7f8 yyparse+0x84c(d4, 6cd98, 68800, 6c800, 567cc, 68a48)
ffbfe888 engine_exec+0x2c(0, 4ae10, 800, 0, 0, 0)
ffbfe8e8 main+0x13c(3, ffbfe9b8, ffbfe9bc, 6da60, 0, 0)
ffbfe948 _start+0x5c(0, 0, 0, 0, 0, 0)
  
The libxml2 was built in my userland, same as the one used for x86 distro, and it's \
exactly the same component coming from OI and Oracle.  
What is going on here?
  
Thanks, I feel I'm almost done!
Gabriele
Sonicle S.r.l.  
http://www.sonicle.com
Music:  
http://www.gabrielebulfon.com
Quantum Mechanics :  
http://www.cdbaby.com/cd/gabrielebulfon
Da:
Gabriele Bulfon
A:
Gary Mills
Cc:
illumos-developer
Data:
29 dicembre 2018 1.15.59 CET
Oggetto:
Re: [developer] sparc build
  
Thought to be almost at the end, but uncountered a problem with the installed zlib of \
sxce, not implementing gzopen64. So I built and installed my userland libz component, \
removing any older verison. Now ctfmerge crash dumps, also building the tools \
manually...  
*** Signal 10 - core dumped
The following command caused the error:
/usr/ccs/bin/mcs -d -a "@(#)SunOS 5.11 XStreamOS December 2018" libmakestate.so.1 ; \
/usr/ccs/bin/strip -x libmakestate.so.1 ; ; /opt/onbld/bin/sparc/ctfmerge -t -f -L \
VERSION -o libmakestate.so.1 pics/ld_file.o pics/lock.o  
this is the output of mdb on the core file:
  
ffbfdeb8 libz.so.1.2.8`longest_match+0x74(451000, 4, 400, 2, 4526da, 8)
ffbfdf18 libz.so.1.2.8`deflate_slow+0x410(4726e0, 0, 4, 7efa, 8, 451000)
ffbfdf78 libz.so.1.2.8`deflate+0x26c(fffffffe, 0, 4826e8, 12, 6c, 451000)
ffbfdfd8 compress_buffer+0x54(430ff0, 394, ffbfe09c, 1, 20ce0, 4012d8)
ffbfe038 write_compressed_buffer+0x4c(ffbfe144, 412910, ffbfe2bc, 8b, 426f88, \
ffbfe110) ffbfe0e0 ctf_gen+0x1ac(4012d8, ffbfe2bc, 4, 1, ffbfe154, 1)
ffbfe168 make_ctf_data+0x24(401308, 4011e8, ffbfea64, ffbfe2bc, 5, ff0000)
ffbfe1c8 write_ctf+0x90(401308, ffbfea64, 413b40, 5, 21130, 1)
ffbfe2c0 main+0x5b4(2, 4, 21000, 211c0, 21130, 0)
ffbfe728 _start+0x5c(0, 0, 0, 0, 0, 0)
  
So, the previous original zlib was fine with ctfmerge, but then will fail later on \
illumos build because of the missing gzopen64, but the new version with gzopen64 \
crashes ctfmerge....: any idea??? Sonicle S.r.l.  
http://www.sonicle.com
Music:  
http://www.gabrielebulfon.com
Quantum Mechanics :  
http://www.cdbaby.com/cd/gabrielebulfon
----------------------------------------------------------------------------------
Da: Gary Mills
A: Gabriele Bulfon
Cc: illumos-developer
Data: 28 dicembre 2018 19.40.57 CET
Oggetto: Re: [developer] sparc build
On Fri, Dec 28, 2018 at 06:05:47PM +0100, Gabriele Bulfon wrote:
Ok, there's a missing Makefile in the sparcv9 subdirectory, just copied
from sparc subdir.
That doesn't sound right to me. The amd64 and sparcv9 Makefiles are
identical. Here's what I see in my illumos-gate:
$ ll usr/src/lib/libsff/*/M*
-rw-r--r-- 1 mills staff 553 Apr 20 2018 usr/src/lib/libsff/amd64/Makefile
-rw-r--r-- 1 mills staff 517 Apr 20 2018 usr/src/lib/libsff/i386/Makefile
-rw-r--r-- 1 mills staff 517 Apr 20 2018 usr/src/lib/libsff/sparc/Makefile
-rw-r--r-- 1 mills staff 553 Apr 20 2018 usr/src/lib/libsff/sparcv9/Makefile
My illumos-gate is from April 2018.
--
-Gary Mills- -refurb- -Winnipeg, Manitoba, Canada-
illumos
/ illumos-developer / see
discussions
+
participants
+
delivery options
Permalink

------------------------------------------
illumos: illumos-developer
Permalink: https://illumos.topicbox.com/groups/developer/T409c3948b8c948fb-M0382d8da2007f64ec80fd9ef
 Delivery options: https://illumos.topicbox.com/groups/developer/subscription


[Attachment #5 (text/html)]

<html><html><html><header></header><body><div style="font-family: Tahoma; font-size: \
14px; color: #000000;">Looks like the csw package trick worked with libxml2 too, it \
now imports without core dump!</div><div style="font-family: Tahoma; font-size: 14px; \
color: #000000;">Just rerun incremental build and see what happens...<br /><br /><div \
id="wt-mailcard"><div><span style="font-size: 14px; font-family: \
Helvetica;"><strong>Sonicle S.r.l.&nbsp;</strong>:&nbsp;<a \
href="http://www.sonicle.com/" \
target="_new">http://www.sonicle.com</a></span></div><div><span style="font-size: \
14px; font-family: Helvetica;"><strong>Music:&nbsp;</strong><a \
href="http://www.gabrielebulfon.com/" \
target="_new">http://www.gabrielebulfon.com</a></span></div><div><span \
style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics \
:&nbsp;</strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" \
target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div></div><br /><hr \
/><br /><br /><span style="font-family: Arial, Helvetica, sans-serif; font-size: \
small;"><strong>Da:</strong> Gabriele Bulfon &lt;gbulfon@sonicle.com&gt;<br \
/><strong>A:</strong> illumos-developer &lt;developer@lists.illumos.org&gt;Gary Mills \
&lt;gary_mills@fastmail.fm&gt;<br /><strong>Data:</strong> 30 dicembre 2018 10.19.47 \
CET<br /><strong>Oggetto:</strong> Re: [developer] sparc build<br /></span><br /><br \
/><blockquote style="border-left: #000080 2px solid; margin-left: 5px; padding-left: \
5px;"><div>&nbsp;</div><div style="font-family: Tahoma; font-size: 14px; color: \
#000000;">This has been solved, had a CSW built package for zlib with gzopen64 \
builtin and replaced this instaed of sxce sys one.</div><div style="font-family: \
Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div style="font-family: \
Tahoma; font-size: 14px; color: #000000;">I think all the build is fine, though I \
have core dumps during svccfg-native run on service dtd files:</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">for m in \
../milestone/boot-archive.xml ../milestone/devices-local.xml ../milestone/global.xml \
../milestone/identity.xml ../milestone/local-fs.xml ../milestone/manifest-import.xml \
../milestone/minimal-fs.xml ../milestone/multi-user.xml \
../milestone/name-services.xml ../milestone/network-initial.xml \
../milestone/network-loopback.xml ../milestone/network-netcfg.xml \
../milestone/network-physical.xml ../milestone/restarter.xml ../milestone/root-fs.xml \
../milestone/single-user.xml ../milestone/usr-fs.xml ../../dlmgmtd/dlmgmt.xml \
../../cmd-inet/lib/ipmgmtd/network-ipmgmt.xml ../../rpcbind/bind.xml; do \<br /> echo \
$m; \<br /> SVCCFG_DTD=../dtd/service_bundle.dtd.1 \<br /> \
SVCCFG_REPOSITORY=/data/sources/sonicle/xstreamos-illumos-gate/usr/src/cmd/svc/seed/common.db \
\<br /> SVCCFG_CONFIGD_PATH=../configd/svc.configd-native \<br /> \
../svccfg/svccfg-native import $m; \<br />done<br />../milestone/boot-archive.xml<br \
/>sh: line 2: 16447: Memory fault(coredump)<br />*** Signal 11 - core dumped<br \
/>/data/sources/sonicle/xstreamos-illumos-gate/usr/src/cmd/svc/milestone<br \
/>`console-login.xml&#39; is up to date.<br />install -s -d -m 755 \
/data/sources/sonicle/xstreamos-illumos-gate/proto/root_sparc/usr/sadm/install<br \
/>dmake: Warning: Target `install&#39; not remade because of errors<br />Current \
working directory /data/sources/sonicle/xstreamos-illumos-gate/usr/src/cmd/svc/seed</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">Tried running manually \
in bldenv and &quot;trussing&quot; I find this:</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">&nbsp;</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">...</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">read(3, &quot; &lt; ? x m l v e r s i o&quot;.., \
8192) = 2376<br />read(3, 0x000C4150, 5816) = 0<br />close(3) = 0<br \
/>stat64(&quot;../dtd/service_bundle.dtd.1&quot;, 0xFFBFE480) = 0<br \
/>stat64(&quot;../dtd/service_bundle.dtd.1&quot;, 0xFFBFE3C0) = 0<br \
/>stat64(&quot;../dtd/service_bundle.dtd.1&quot;, 0xFFBFE358) = 0<br \
/>open(&quot;../dtd/service_bundle.dtd.1&quot;, O_RDONLY|O_LARGEFILE) = 3<br \
/>llseek(3, 0, SEEK_CUR) = 0<br />read(3, &quot; &lt; ? x m l v e r s i o&quot;.., \
8192) = 8192<br /> Incurred fault #6, FLTBOUNDS %pc = 0xFEEC489C<br /> siginfo: \
SIGSEGV SEGV_MAPERR addr=0x00000000<br /> Received signal #11, SIGSEGV [default]<br \
/> siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">&nbsp;</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">and this is mdb core output:</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">Loading modules: [ \
libumem.so.1 libuutil.so libnvpair.so.1 libc.so.1 ld.so.1 ]<br />&gt; $C<br \
/>ffbfe410 libc.so.1`strncmp+0x34c(ffbfe4b0, 0, 3, 85488, 3c, ffbfe44c)<br />ffbfe450 \
libxml2.so.2`__xmlParserInputBufferCreateFilename+0x160(afef8, 0, 85488, 89ec8, \
ff320074, 0)<br />ffbfe4b8 libxml2.so.2`xmlNewInputFromFile+0x34(b1c48, 89ec8, b1c48, \
66, 89ec8, 0)<br />ffbfe518 libxml2.so.2`xmlLoadExternalEntity+0x68(89ec8, 0, b1c48, \
0, 0, cbf58)<br />ffbfe578 libxml2.so.2`xmlSAX2ResolveEntity+0x50(0, 0, 9de58, \
632d2fff, 89ec8, b1c48)<br />ffbfe5d8 libxml2.so.2`xmlSAXParseDTD+0xbc(9de58, 0, \
ffbfec2c, 0, 0, b1c48)<br />ffbfe638 lxml_get_bundle_file+0xcc(83fb8, 87e08, 0, 0, 0, \
0)<br />ffbfe698 import_manifest_file+0x14(affb8, 0, 0, 4, 6c800, 6bb0c)<br \
/>ffbfe700 engine_import+0x458(ffbfe7f4, 4000, 0, 0, 9ffc8, 1)<br />ffbfe7f8 \
yyparse+0x84c(d4, 6cd98, 68800, 6c800, 567cc, 68a48)<br />ffbfe888 \
engine_exec+0x2c(0, 4ae10, 800, 0, 0, 0)<br />ffbfe8e8 main+0x13c(3, ffbfe9b8, \
ffbfe9bc, 6da60, 0, 0)<br />ffbfe948 _start+0x5c(0, 0, 0, 0, 0, 0)</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">The libxml2 was built \
in my userland, same as the one used for x86 distro, and it&#39;s exactly the same \
component coming from OI and Oracle.</div><div style="font-family: Tahoma; font-size: \
14px; color: #000000;">&nbsp;</div><div style="font-family: Tahoma; font-size: 14px; \
color: #000000;">What is going on here?</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">&nbsp;</div><div style="font-family: Tahoma; \
font-size: 14px; color: #000000;">Thanks, I feel I&#39;m almost done!<br \
/>Gabriele<br /><br /><br /><br /><br /><div id="wt-mailcard"><div><span \
style="font-size: 14px; font-family: Helvetica;"><strong>Sonicle \
S.r.l.&nbsp;</strong>:&nbsp;<a href="http://www.sonicle.com/" \
target="_new">http://www.sonicle.com</a></span></div><div><span style="font-size: \
14px; font-family: Helvetica;"><strong>Music:&nbsp;</strong><a \
href="http://www.gabrielebulfon.com/" \
target="_new">http://www.gabrielebulfon.com</a></span></div><div><span \
style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics \
:&nbsp;</strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" \
target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div></div><br /><hr \
/><br /><br /><span style="font-family: Arial, Helvetica, sans-serif; font-size: \
small;"><strong>Da:</strong> Gabriele Bulfon &lt;gbulfon@sonicle.com&gt;<br \
/><strong>A:</strong> Gary Mills &lt;gary_mills@fastmail.fm&gt;<br \
/><strong>Cc:</strong> illumos-developer &lt;developer@lists.illumos.org&gt;<br \
/><strong>Data:</strong> 29 dicembre 2018 1.15.59 CET<br /><strong>Oggetto:</strong> \
Re: [developer] sparc build<br /></span><br /><br /><blockquote style="border-left: \
#000080 2px solid; margin-left: 5px; padding-left: 5px;"><div>&nbsp;</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">Thought to be almost at \
the end, but uncountered a problem with the installed zlib of sxce, not implementing \
gzopen64.</div><div style="font-family: Tahoma; font-size: 14px; color: #000000;">So \
I built and installed my userland libz component, removing any older \
verison.</div><div style="font-family: Tahoma; font-size: 14px; color: #000000;">Now \
ctfmerge crash dumps, also building the tools manually...</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;"><div \
style="font-family: Tahoma; font-size: 14px; color: #000000;">*** Signal 10 - core \
dumped<br />The following command caused the error:<br />/usr/ccs/bin/mcs -d -a \
&quot;@(#)SunOS 5.11 XStreamOS December 2018&quot; libmakestate.so.1 ; \
/usr/ccs/bin/strip -x libmakestate.so.1 ; ; /opt/onbld/bin/sparc/ctfmerge -t -f -L \
VERSION -o libmakestate.so.1 pics/ld_file.o pics/lock.o</div><div style="font-family: \
Tahoma; font-size: 14px; color: #000000;">&nbsp;</div><div style="font-family: \
Tahoma; font-size: 14px; color: #000000;">this is the output of mdb on the core \
file:</div><div style="font-family: Tahoma; font-size: 14px; color: \
#000000;">&nbsp;</div><div style="font-family: Tahoma; font-size: 14px; color: \
#000000;">ffbfdeb8 libz.so.1.2.8`longest_match+0x74(451000, 4, 400, 2, 4526da, 8)<br \
/>ffbfdf18 libz.so.1.2.8`deflate_slow+0x410(4726e0, 0, 4, 7efa, 8, 451000)<br \
/>ffbfdf78 libz.so.1.2.8`deflate+0x26c(fffffffe, 0, 4826e8, 12, 6c, 451000)<br \
/>ffbfdfd8 compress_buffer+0x54(430ff0, 394, ffbfe09c, 1, 20ce0, 4012d8)<br \
/>ffbfe038 write_compressed_buffer+0x4c(ffbfe144, 412910, ffbfe2bc, 8b, 426f88, \
ffbfe110)<br />ffbfe0e0 ctf_gen+0x1ac(4012d8, ffbfe2bc, 4, 1, ffbfe154, 1)<br \
/>ffbfe168 make_ctf_data+0x24(401308, 4011e8, ffbfea64, ffbfe2bc, 5, ff0000)<br \
/>ffbfe1c8 write_ctf+0x90(401308, ffbfea64, 413b40, 5, 21130, 1)<br />ffbfe2c0 \
main+0x5b4(2, 4, 21000, 211c0, 21130, 0)<br />ffbfe728 _start+0x5c(0, 0, 0, 0, 0, \
0)</div><div style="font-family: Tahoma; font-size: 14px; color: \
#000000;">&nbsp;</div><div style="font-family: Tahoma; font-size: 14px; color: \
#000000;">So, the previous original zlib was fine with ctfmerge, but then will fail \
later on illumos build because of the missing gzopen64, but the new version with \
gzopen64 crashes ctfmerge....: any idea???</div><br /><br /><div \
id="wt-mailcard"><div><span style="font-size: 14px; font-family: \
Helvetica;"><strong>Sonicle S.r.l.&nbsp;</strong>:&nbsp;<a \
href="http://www.sonicle.com/" \
target="_new">http://www.sonicle.com</a></span></div><div><span style="font-size: \
14px; font-family: Helvetica;"><strong>Music:&nbsp;</strong><a \
href="http://www.gabrielebulfon.com/" \
target="_new">http://www.gabrielebulfon.com</a></span></div><div><span \
style="font-size: 14px; font-family: Helvetica;"><strong>Quantum Mechanics \
:&nbsp;</strong><a href="http://www.cdbaby.com/cd/gabrielebulfon" \
target="_new">http://www.cdbaby.com/cd/gabrielebulfon</a></span></div></div><tt><br \
/><br /><br />----------------------------------------------------------------------------------<br \
/><br />Da: Gary Mills &lt;gary_mills@fastmail.fm&gt;<br />A: Gabriele Bulfon \
&lt;gbulfon@sonicle.com&gt; <br />Cc: illumos-developer \
&lt;developer@lists.illumos.org&gt; <br />Data: 28 dicembre 2018 19.40.57 CET<br \
/>Oggetto: Re: [developer] sparc build<br /><br /></tt><blockquote \
style="border-left: #000080 2px solid; margin-left: 5px; padding-left: 5px;"><tt>On \
Fri, Dec 28, 2018 at 06:05:47PM +0100, Gabriele Bulfon wrote:<br />&gt; Ok, \
there&#39;s a missing Makefile in the sparcv9 subdirectory, just copied<br />&gt; \
from sparc subdir.<br /><br />That doesn&#39;t sound right to me. The amd64 and \
sparcv9 Makefiles are<br />identical. Here&#39;s what I see in my illumos-gate:<br \
/><br /> $ ll usr/src/lib/libsff/*/M*<br /> -rw-r--r-- 1 mills staff 553 Apr 20 2018 \
usr/src/lib/libsff/amd64/Makefile<br /> -rw-r--r-- 1 mills staff 517 Apr 20 2018 \
usr/src/lib/libsff/i386/Makefile<br /> -rw-r--r-- 1 mills staff 517 Apr 20 2018 \
usr/src/lib/libsff/sparc/Makefile<br /> -rw-r--r-- 1 mills staff 553 Apr 20 2018 \
usr/src/lib/libsff/sparcv9/Makefile<br /><br />My illumos-gate is from April 2018.<br \
/><br /><br />-- <br />-Gary Mills- -refurb- -Winnipeg, Manitoba, Canada-<br /><br \
/><br /></tt></blockquote></div></blockquote></div></blockquote></div><div \
id="topicbox-footer" style="margin:10px 0 0;border-top:1px solid \
#ddd;border-color:rgba(0,0,0,.15);padding:7px 0;">

<strong><a href="https://illumos.topicbox.com/latest" \
style="color:inherit;text-decoration:none">illumos</a></strong>  / illumos-developer \
/ see <a href="https://illumos.topicbox.com/groups/developer">discussions</a>
  +
<a href="https://illumos.topicbox.com/groups/developer/members">participants</a>
  +
<a href="https://illumos.topicbox.com/groups/developer/subscription">delivery \
options</a> <a href="https://illumos.topicbox.com/groups/developer/T409c3948b8c948fb-M0382d8da2007f64ec80fd9ef" \
style="float:right">Permalink</a> </div>
</body></html></html></html>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic