9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] TeX it!
@ 2010-04-23 12:25 tlaronde
  2010-04-23 13:09 ` James Chapman
  0 siblings, 1 reply; 6+ messages in thread
From: tlaronde @ 2010-04-23 12:25 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Finally (english page):

http://www.kergis.com/en/kertex.html

and french page:

http://www.kergis.com/kertex.html

If I have correctly written the doc, enough said...
--
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                      http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] TeX it!
  2010-04-23 12:25 [9fans] TeX it! tlaronde
@ 2010-04-23 13:09 ` James Chapman
  2010-04-23 13:23   ` tlaronde
  2010-04-23 14:21   ` tlaronde
  0 siblings, 2 replies; 6+ messages in thread
From: James Chapman @ 2010-04-23 13:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi,

I downloaded the four files and failed almost immediately. What am I
doing wrong?

James

Transcript below:

term% ls
kertex_M
kertex_T
knuth
risk_comp
term% ape/psh
# cd kertex_M
# ../risk_comp/sys/posix/sh/rkconfig
-> config pathname /usr/james/tex/kertex_M/conf/KERTEX_M entered in cache
-> config pathname /usr/james/tex/risk_comp//sys/posix/lib/rkcomp
entered in cache
-> Sourcing /usr/james/tex/risk_comp//sys/posix/lib/rkcomp
-> config pathname /usr/james/tex/risk_comp//sys/posix/lib/T_default
entered in cache
-> Sourcing /usr/james/tex/risk_comp//sys/posix/lib/T_default
-> config pathname /usr/james/tex/risk_comp//sys/posix/lib/M_default
entered in cache
-> Sourcing /usr/james/tex/risk_comp//sys/posix/lib/M_default
-> config pathname /usr/james/tex/risk_comp//sys/posix/lib/C_posix
entered in cache
-> Sourcing /usr/james/tex/risk_comp//sys/posix/lib/C_posix
	Checking MAKE: found (make)
	Checking SHELL: found (/bin/sh)
	Checking CC: found (/bin/c89)
	Checking AR: found (ar)
	Checking LEX: found (/bin/lex)
	Checking YACC: found (/bin/yacc)
	Checking CLIB: not found!
	Checking MATHLIB: not found!
	Checking LEXLIB: not found!
rkconfig ERROR: There were 3 libes not found! Stop!

	CLIB is missing:

CLIB
	The standard ISO C/POSIX compliant library `libc'


	MATHLIB is missing:

MATHLIB
	The standard ISO C/POSIX compliant math library `libm'


	LEXLIB is missing:

LEXLIB
	The library provided by the LEX program, `libl' or `libfl' if `flex'
	is installed and the symlink libl.a has not been made to libfl.a


#



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] TeX it!
  2010-04-23 13:09 ` James Chapman
@ 2010-04-23 13:23   ` tlaronde
  2010-04-23 13:28     ` James Chapman
  2010-04-23 14:21   ` tlaronde
  1 sibling, 1 reply; 6+ messages in thread
From: tlaronde @ 2010-04-23 13:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Fri, Apr 23, 2010 at 04:09:42PM +0300, James Chapman wrote:
> Hi,
>
> # cd kertex_M
> # ../risk_comp/sys/posix/sh/rkconfig
> -> config pathname /usr/james/tex/kertex_M/conf/KERTEX_M entered in cache
> -> config pathname /usr/james/tex/risk_comp//sys/posix/lib/rkcomp
> entered in cache
> -> Sourcing /usr/james/tex/risk_comp//sys/posix/lib/rkcomp
> -> config pathname /usr/james/tex/risk_comp//sys/posix/lib/T_default
> entered in cache
> -> Sourcing /usr/james/tex/risk_comp//sys/posix/lib/T_default
> -> config pathname /usr/james/tex/risk_comp//sys/posix/lib/M_default
> entered in cache

It takes M_default when it should take M_plan9.

What gives you (under ape): uname -s?

--
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                      http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] TeX it!
  2010-04-23 13:23   ` tlaronde
@ 2010-04-23 13:28     ` James Chapman
  2010-04-23 13:38       ` tlaronde
  0 siblings, 1 reply; 6+ messages in thread
From: James Chapman @ 2010-04-23 13:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Fri, Apr 23, 2010 at 4:23 PM,  <tlaronde@polynum.com> wrote:
> It takes M_default when it should take M_plan9.
>
> What gives you (under ape): uname -s?

# uname -s
Plan9



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] TeX it!
  2010-04-23 13:28     ` James Chapman
@ 2010-04-23 13:38       ` tlaronde
  0 siblings, 0 replies; 6+ messages in thread
From: tlaronde @ 2010-04-23 13:38 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Fri, Apr 23, 2010 at 04:28:32PM +0300, James Chapman wrote:
> On Fri, Apr 23, 2010 at 4:23 PM,  <tlaronde@polynum.com> wrote:
> > It takes M_default when it should take M_plan9.
> >
> > What gives you (under ape): uname -s?
>
> # uname -s
> Plan9

Can you send me---offlist---the result of stderr with:

../risk_comp/.../rkconfig -d 2>/tmp/log

(You will have to remove /tmp/polynum.KERTEX_M* if it has been created).

--
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                      http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] TeX it!
  2010-04-23 13:09 ` James Chapman
  2010-04-23 13:23   ` tlaronde
@ 2010-04-23 14:21   ` tlaronde
  1 sibling, 0 replies; 6+ messages in thread
From: tlaronde @ 2010-04-23 14:21 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

In the case of James, uname gave "Plan9 ", with a trailing space.

I have not that on my Plan9, but for what is worth I have published a
patched risk_comp that removes leading and trailing blanks (since I
replace blanks with '_', the name became "plan9_", and there is  no
parameters file for this...;)
--
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                      http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-23 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-23 12:25 [9fans] TeX it! tlaronde
2010-04-23 13:09 ` James Chapman
2010-04-23 13:23   ` tlaronde
2010-04-23 13:28     ` James Chapman
2010-04-23 13:38       ` tlaronde
2010-04-23 14:21   ` tlaronde

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).