9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Jacob Todd <jaketodd422@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] 9FRONT "NINE FRONT DON'T QUIT!" Released
Date: Wed, 1 Jun 2016 04:53:23 -0400	[thread overview]
Message-ID: <CAB8pEY6Xvoo0LXA2Rb4r24OO3xNSCFhwQ17-bGZF2uo-KUF38g@mail.gmail.com> (raw)
In-Reply-To: <4CD1C371-6B05-45F3-B354-7DE41A98271A@ar.aichi-u.ac.jp>

[-- Attachment #1: Type: text/plain, Size: 5740 bytes --]

/amd64/lib/ape/libpython.a
fgetc: init_sechash: not defined

Check around there.
On Jun 1, 2016 04:46, "arisawa" <arisawa@ar.aichi-u.ac.jp> wrote:

> thanks for the new release.
>
> I tried but the compile is interrupted by the messages below.
> hebe% cd /sys/src
> hebe% mk all
> ...
> ...
> mk python
> for(i in `{du -a Extra | grep '.c$'  | awk '{print $2}' | sed 's/..$//'})
>         echo `{basename $i} >> Extra/config
> pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG plan9.c
> @{
>         cd Extra
>         mk
> }
> ./mkconfig Modules/config Extra/config >config.c
> ../libextra.a6 doesn't exist: assuming it will be an archive
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o ./dummy.6
> ./dummy.c
> pcc -c -I. -IInclude -DTamd64 -DPy_BUILD_CORE -DNDEBUG config.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/base85.6 ./mercurial/base85.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/bdiff.6 ./mercurial/bdiff.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/diffhelpers.6 ./mercurial/diffhelpers.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/mpatch.6 ./mercurial/mpatch.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/osutil.6 ./mercurial/osutil.c
> pcc -c -I.. -I../Include -DTamd64 -D_SUSV2_SOURCE -DNDEBUG -o
> ./mercurial/parsers.6 ./mercurial/parsers.c
> ar vu ../libextra.a6 ./dummy.6 ./mercurial/base85.6 ./mercurial/bdiff.6
> ./mercurial/diffhelpers.6 ./mercurial/mpatch.6 ./mercurial/osutil.6
> ./mercurial/parsers.6
> ar: creating ../libextra.a6
> a - ./dummy.6
> a - ./mercurial/base85.6
> a - ./mercurial/bdiff.6
> a - ./mercurial/diffhelpers.6
> a - ./mercurial/mpatch.6
> a - ./mercurial/osutil.6
> a - ./mercurial/parsers.6
> pcc  -o 6.out config.6 plan9.6 libextra.a6 /amd64/lib/ape/libpython.a
> fgetc: init_sechash: not defined
> pcc: 6l: 6l 903245: error
> mk: pcc  -o ...  : exit status=rc 903242: pcc 903244: 6l: 6l 903245: error
> mk: for(i in cc ...  : exit status=rc 891651: rc 903078: mk 903081: error
> mk: date for (i ...  : exit status=rc 880757: rc 891180: mk 891182: error
> hebe%
>
> Kenji Arisawa
>
> > 2016/05/31 11:28、sl@stanleylieber.com のメール:
> >
> > New 9front release "NINE FRONT DON'T QUIT!" [0]
> > -----------------------------------------------
> >
> > http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2.torrent
> > http://9front.org/iso/9front-5368.b4963e7e3204.iso.bz2
> >
> >
> > dash 1
> > ------
> >
> > http://fqa.9front.org/dash1.nfdq.pdf
> >
> >
> > notes
> > -----
> >
> > - Encrypted TCP booting (over TLS) is now possible. Simply choose tls at
> >       the bootargs prompt. See: /rc/bin/service/tcp17020
> >
> > - The 9front.iso image can now be dd'd directly to a USB device.
> >
> >
> > kernel
> > ------
> >
> > kernel: fix cb->f[0] nil dereferences due to short control request
> > kernel: add srvtls and tlsclient to bootfs.proto for encrypting
> connection to the file server
> >
> > devssl, devtls: fix permission checks
> >
> > etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)
> >
> > vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
> > vgaigfx: check gtt to determine graphics memory size, add hw cursor
> support for g35 (thanks kenji)
> >
> > efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)
> > efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail
> otherwise
> >
> >
> > libraries
> > ---------
> >
> > libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in
> authdial() (thanks kenji arisawa)
> >
> > libmemdraw: remove unused static variable from memimagedraw()
> >
> >
> > programs
> > --------
> >
> > 9boot: add iso hybrid loader 9boothyb
> >
> > auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames
> (SAN) to multi-domain certificate generation
> > auth/rsa2x509: generate x509v3 cert as extension field might not
> otherwise not be expected
> >
> > awk: restore old buffering behaviour for printf
> >
> > cc: use UTFmax not 4 (djc)
> > cc: prevent symbol buffer overflow
> >
> > dist/mkfile: generate iso/hybrid image for 9front.iso
> >
> > exportfs: disallow ORCLOSE in readonly mode (charles forsyth)
> >
> > games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)
> >
> > ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb
> >
> > jpg: output partial image data when available (truncated files)
> >
> > ndb/cs: fix memory leak (charles forsyth)
> >
> > rc: fix inband globbing bugs, cleanu
> > rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
> > rc: remove historical unix and win32 ports
> > rc: remove duplicate Xrdfn entry from fname[] array
> > rc: fix double close() in addenv()
> > rc: simplify execfinit() / Xrdfn() using the globber to lookup
> /env/fn'#'*
> >
> > rio: only the current window may change the cursor, fix typo screen->r
> vs w->screenr in drag()
> >
> > add srvtls and the corresponding tcp17020 service
> >
> > upas/marshal: strip trailing whitespace from header values
> >
> >
> > documentation
> > -------------
> >
> > 9boot(8): document 9boothyb
> >
> >
> > other
> > -----
> >
> > remove š and Š from estonian keymap
> >
> > add belarusian (by) keymap (thanks eric lindblad)
> >
> > add polish keymap (thanks chomzee!)
> >
> > /lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)
> >
> >
> > ---
> >
> > [0] http://9front.org/img/nfdq.front.png
> > http://9front.org/img/nfdq.back.png
>
>

[-- Attachment #2: Type: text/html, Size: 7198 bytes --]

  reply	other threads:[~2016-06-01  8:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31  2:28 sl
2016-06-01  8:46 ` [9front] " arisawa
2016-06-01  8:53   ` Jacob Todd [this message]
2016-06-01 10:06     ` arisawa
2016-06-01 10:07   ` cinap_lenrek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAB8pEY6Xvoo0LXA2Rb4r24OO3xNSCFhwQ17-bGZF2uo-KUF38g@mail.gmail.com \
    --to=jaketodd422@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).