The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Make love
@ 2015-07-31 17:23 Norman Wilson
  2015-07-31 21:05 ` Warner Losh
  0 siblings, 1 reply; 31+ messages in thread
From: Norman Wilson @ 2015-07-31 17:23 UTC (permalink / raw)


Ah hah!  My stray memory of `Not War?' must date from my TOPS-10 days.

I can't find a trace of the string `love' anywhere in any of the make
sources in Kirk's multi-CD compendium of historic BSD, so it certainly
can't have been from there.

Norman Wilson
Toronto ON



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

* [TUHS] Make love
  2015-07-31 17:23 [TUHS] Make love Norman Wilson
@ 2015-07-31 21:05 ` Warner Losh
  2015-07-31 23:48   ` John Cowan
                     ` (2 more replies)
  0 siblings, 3 replies; 31+ messages in thread
From: Warner Losh @ 2015-07-31 21:05 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 928 bytes --]


> On Jul 31, 2015, at 11:23 AM, Norman Wilson <norman at oclsc.org> wrote:
> 
> Ah hah!  My stray memory of `Not War?' must date from my TOPS-10 days.
> 
> I can't find a trace of the string `love' anywhere in any of the make
> sources in Kirk's multi-CD compendium of historic BSD, so it certainly
> can't have been from there.

I know for sure my make love memories come from RSTS/E 7.2 running
TECO on a  PDP-11/23 back in ’82 or ’83. I’d somehow gotten it into my head
that it was a BSD thing that’d been scrubbed by the same people that scrubbed
‘you can tune a file system, but you can’t tuna fish’ from tunfs(8).

Warner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150731/ef085ecc/attachment.sig>


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

* [TUHS] Make love
  2015-07-31 21:05 ` Warner Losh
@ 2015-07-31 23:48   ` John Cowan
  2015-08-01  3:48     ` Larry McVoy
  2015-08-01  2:42   ` scj
  2015-08-01  3:20   ` Dave Horsfall
  2 siblings, 1 reply; 31+ messages in thread
From: John Cowan @ 2015-07-31 23:48 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

Warner Losh scripsit:

> the same people that scrubbed
> ‘you can tune a file system, but you can’t tuna fish’ from tunfs(8).

That would be some humorless git at Sun during the run-up to Solaris.
Luckily we are now protected against a recurrence by this warning in
the man page source:

.\" Take this out and a Unix Daemon will dog your steps from now until
.\" the time_t's wrap around.

And in the 64-bit world, that's a loooooooooooooooooooong time.
Someone should file a patch to restore warning and joke to illumos.

-- 
John Cowan          http://www.ccil.org/~cowan        cowan at ccil.org
Any sufficiently-complicated C or Fortran program contains an ad-hoc,
informally-specified bug-ridden slow implementation of half of Common Lisp.
        --Greenspun's Tenth Rule of Programming (rules 1-9 are unknown)



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

* [TUHS] Make love
  2015-07-31 21:05 ` Warner Losh
  2015-07-31 23:48   ` John Cowan
@ 2015-08-01  2:42   ` scj
  2015-08-02  1:35     ` Mary Ann Horton
  2015-08-02  9:45     ` arnold
  2015-08-01  3:20   ` Dave Horsfall
  2 siblings, 2 replies; 31+ messages in thread
From: scj @ 2015-08-01  2:42 UTC (permalink / raw)


Early Unix had a lot of cryptic messages -- the infamous "eh?", and "very
funny!" were two that I got several times.  The make love message in the
earliest make I remember was "Don't know how to make love."

When working on PCC, I had the unenviable job of producing a C compiler
that would accept all of  *077532 = 13, 077532->ack = 13, and device->ack
= 13.  As we were trying to get the kernel and applications to declare
addresses more "honestly", we adopted a rule that if you actually used a
structure reference that was type safe, we would require it everywhere in
the file.  Since structure members used to be in a single namespace, this
led to some horribly complicated code.  In an effort to get it to work, I
festooned it with consistency checks nearly every other line, getting more
and more punchy as I tried to come up with short, unique messages.

I'll never forget the look on Ken's face when he came to me and asked
"what is a 'gummy structure'?"

Nowadays, while I'm happy to have some fun with them, I think throwing
humor at people who have just screwed up is playing to a tough audience. 
Today, I might have suggested that 'make love' produce something more like
"Don't know how to make love.  Can you introduce me to a hot makefile?"




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

* [TUHS] Make love
  2015-07-31 21:05 ` Warner Losh
  2015-07-31 23:48   ` John Cowan
  2015-08-01  2:42   ` scj
@ 2015-08-01  3:20   ` Dave Horsfall
  2015-08-01  3:36     ` Steve Nickolas
                       ` (2 more replies)
  2 siblings, 3 replies; 31+ messages in thread
From: Dave Horsfall @ 2015-08-01  3:20 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

On Fri, 31 Jul 2015, Warner Losh wrote:

> I know for sure my make love memories come from RSTS/E 7.2 running TECO 
> on a PDP-11/23 back in ’82 or ’83. I’d somehow gotten it into my head 
> that it was a BSD thing that’d been scrubbed by the same people that 
> scrubbed

Ah, TECO...  Type your name into it to see what it does.

> ‘you can tune a file system, but you can’t tuna fish’ from tunfs(8).

One of the world's best messages; it's right up there with ENOBALLS 
(Unable to reproduce).

And please, no EMACS (editor too large)...

-- 
Dave Horsfall DTM (VK2KFU)  "Those who don't understand security will suffer."
Watson never said: "I think there is a world market for maybe five computers."


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

* [TUHS] Make love
  2015-08-01  3:20   ` Dave Horsfall
@ 2015-08-01  3:36     ` Steve Nickolas
  2015-08-01 11:19       ` Milo Velimirovic
  2015-08-01  3:50     ` Larry McVoy
  2015-08-01  7:21     ` Warner Losh
  2 siblings, 1 reply; 31+ messages in thread
From: Steve Nickolas @ 2015-08-01  3:36 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

On Sat, 1 Aug 2015, Dave Horsfall wrote:

> On Fri, 31 Jul 2015, Warner Losh wrote:
>
>> I know for sure my make love memories come from RSTS/E 7.2 running TECO
>> on a PDP-11/23 back in ’82 or ’83. I’d somehow gotten it into my head
>> that it was a BSD thing that’d been scrubbed by the same people that
>> scrubbed
>
> Ah, TECO...  Type your name into it to see what it does.
>
>> ‘you can tune a file system, but you can’t tuna fish’ from tunfs(8).
>
> One of the world's best messages; it's right up there with ENOBALLS
> (Unable to reproduce).
>
> And please, no EMACS (editor too large)...
>
>

EIEIO (computer bought the farm)? </gnu>

-uso.


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

* [TUHS] Make love
  2015-07-31 23:48   ` John Cowan
@ 2015-08-01  3:48     ` Larry McVoy
  0 siblings, 0 replies; 31+ messages in thread
From: Larry McVoy @ 2015-08-01  3:48 UTC (permalink / raw)


On Fri, Jul 31, 2015 at 07:48:25PM -0400, John Cowan wrote:
> Warner Losh scripsit:
> 
> > the same people that scrubbed
> > ???you can tune a file system, but you can???t tuna fish??? from tunfs(8).
> 
> That would be some humorless git at Sun during the run-up to Solaris.
> Luckily we are now protected against a recurrence by this warning in
> the man page source:
> 
> .\" Take this out and a Unix Daemon will dog your steps from now until
> .\" the time_t's wrap around.
> 
> And in the 64-bit world, that's a loooooooooooooooooooong time.
> Someone should file a patch to restore warning and joke to illumos.

I was wondering if that would come up.  I'm the guy that put that comment
in the man page source.  Then they took it out.  Losers.  

I am not the guy who wrote you can tune a file system but you can't
tuna fish, I believe that was Kirk.

--lm

P.S.  Can't believe I'm claiming credit for a comment in a man page.  I
need to get a life.



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

* [TUHS] Make love
  2015-08-01  3:20   ` Dave Horsfall
  2015-08-01  3:36     ` Steve Nickolas
@ 2015-08-01  3:50     ` Larry McVoy
  2015-08-01  4:53       ` Steve Nickolas
                         ` (2 more replies)
  2015-08-01  7:21     ` Warner Losh
  2 siblings, 3 replies; 31+ messages in thread
From: Larry McVoy @ 2015-08-01  3:50 UTC (permalink / raw)


On Sat, Aug 01, 2015 at 01:20:14PM +1000, Dave Horsfall wrote:
> On Fri, 31 Jul 2015, Warner Losh wrote:
> 
> > I know for sure my make love memories come from RSTS/E 7.2 running TECO 
> > on a PDP-11/23 back in ???82 or ???83. I???d somehow gotten it into my head 
> > that it was a BSD thing that???d been scrubbed by the same people that 
> > scrubbed
> 
> Ah, TECO...  Type your name into it to see what it does.
> 
> > ???you can tune a file system, but you can???t tuna fish??? from tunfs(8).
> 
> One of the world's best messages; it's right up there with ENOBALLS 
> (Unable to reproduce).
> 
> And please, no EMACS (editor too large)...

EMACS = Eight megs and constantly swapping.  That's how I heard it.  And
that was in the the days of 4MB Sun machines, if you had 8, holy shit, 
that was cool!

Am I the only guy who looks at 32GB (gigabyte!!!) USB sticks and shakes
his head in amazement?  Modern processors have more L3 *cache* than Sun
workstations had memory.



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

* [TUHS] Make love
  2015-08-01  3:50     ` Larry McVoy
@ 2015-08-01  4:53       ` Steve Nickolas
  2015-08-01 17:02       ` Clem cole
  2015-08-01 17:04       ` Clem cole
  2 siblings, 0 replies; 31+ messages in thread
From: Steve Nickolas @ 2015-08-01  4:53 UTC (permalink / raw)


On Fri, 31 Jul 2015, Larry McVoy wrote:

> EMACS = Eight megs and constantly swapping.  That's how I heard it.  And
> that was in the the days of 4MB Sun machines, if you had 8, holy shit,
> that was cool!
>
> Am I the only guy who looks at 32GB (gigabyte!!!) USB sticks and shakes
> his head in amazement?  Modern processors have more L3 *cache* than Sun
> workstations had memory.

Nah.

Because of memory improvements I came up with a less dated-sounding 
variation of that expansion: EMACS - Enough Memory? A Concept Strange! - 
a few years back.

-uso.



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

* [TUHS] Make love
  2015-08-01  3:20   ` Dave Horsfall
  2015-08-01  3:36     ` Steve Nickolas
  2015-08-01  3:50     ` Larry McVoy
@ 2015-08-01  7:21     ` Warner Losh
  2015-08-01 11:16       ` Ronald Natalie
  2 siblings, 1 reply; 31+ messages in thread
From: Warner Losh @ 2015-08-01  7:21 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 524 bytes --]


> On Jul 31, 2015, at 9:20 PM, Dave Horsfall <dave at horsfall.org> wrote:
> 
> One of the world's best messages; it's right up there with ENOBALLS
> (Unable to reproduce).

FreeBSD has EDOOFUS for ‘horrible programmer error’

Warner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150801/456f4f42/attachment.sig>


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

* [TUHS] Make love
  2015-08-01  7:21     ` Warner Losh
@ 2015-08-01 11:16       ` Ronald Natalie
  0 siblings, 0 replies; 31+ messages in thread
From: Ronald Natalie @ 2015-08-01 11:16 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

I always liked ELECTROLUX - Your code needs cleaning up.

> On Aug 1, 2015, at 3:21 AM, Warner Losh <imp at bsdimp.com> wrote:
> 
> 
>> On Jul 31, 2015, at 9:20 PM, Dave Horsfall <dave at horsfall.org> wrote:
>> 
>> One of the world's best messages; it's right up there with ENOBALLS
>> (Unable to reproduce).
> 
> FreeBSD has EDOOFUS for ‘horrible programmer error’
> 
> Warner
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs




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

* [TUHS] Make love
  2015-08-01  3:36     ` Steve Nickolas
@ 2015-08-01 11:19       ` Milo Velimirovic
  2015-08-01 11:28         ` Milo Velimirovic
  0 siblings, 1 reply; 31+ messages in thread
From: Milo Velimirovic @ 2015-08-01 11:19 UTC (permalink / raw)


>> 
>> 
> 
> EIEIO (computer bought the farm)? </gnu>

Obscure side note: PowerPC includes an EIEIO instruction, Ensure In-Order Execution of I/O. [1] 

 - Milo

https://www-01.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.alangref/idalangref_eieio_instrs.htm <https://www-01.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.alangref/idalangref_eieio_instrs.htm>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150801/dc463f7b/attachment.html>


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

* [TUHS] Make love
  2015-08-01 11:19       ` Milo Velimirovic
@ 2015-08-01 11:28         ` Milo Velimirovic
  0 siblings, 0 replies; 31+ messages in thread
From: Milo Velimirovic @ 2015-08-01 11:28 UTC (permalink / raw)


Horrid me, replying to my own post
> On Aug 1, 2015, at 6:19 AM, Milo Velimirovic <milov at cs.uwlax.edu> wrote:
> 
>>> 
>>> 
>> 
>> EIEIO (computer bought the farm)? </gnu>
> 
> Obscure side note: PowerPC includes an EIEIO instruction, Ensure In-Order Execution of I/O. [1] 

I must be getting old, thinking thinking of Ensure; s/sure/force/
> 
>  - Milo
> 
> [1] https://www-01.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.alangref/idalangref_eieio_instrs.htm <https://www-01.ibm.com/support/knowledgecenter/ssw_aix_61/com.ibm.aix.alangref/idalangref_eieio_instrs.htm>
> 
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150801/8cb626b6/attachment.html>


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

* [TUHS] Make love
  2015-08-01  3:50     ` Larry McVoy
  2015-08-01  4:53       ` Steve Nickolas
@ 2015-08-01 17:02       ` Clem cole
  2015-08-01 17:04       ` Clem cole
  2 siblings, 0 replies; 31+ messages in thread
From: Clem cole @ 2015-08-01 17:02 UTC (permalink / raw)


And just think what's people are going to think once the new intel crystal ridge technology is in new systems.  


BTW just to compare the TLB on the original IBM mainframe that supported virtual memory (360/67) of the late 1960's/ early '70s had 8 slots of 32 bits each.  

Sent from my iPhone

> On Jul 31, 2015, at 11:50 PM, Larry McVoy <lm at mcvoy.com> wrote:
> 
>> On Sat, Aug 01, 2015 at 01:20:14PM +1000, Dave Horsfall wrote:
>>> On Fri, 31 Jul 2015, Warner Losh wrote:
>>> 
>>> I know for sure my make love memories come from RSTS/E 7.2 running TECO 
>>> on a PDP-11/23 back in ???82 or ???83. I???d somehow gotten it into my head 
>>> that it was a BSD thing that???d been scrubbed by the same people that 
>>> scrubbed
>> 
>> Ah, TECO...  Type your name into it to see what it does.
>> 
>>> ???you can tune a file system, but you can???t tuna fish??? from tunfs(8).
>> 
>> One of the world's best messages; it's right up there with ENOBALLS 
>> (Unable to reproduce).
>> 
>> And please, no EMACS (editor too large)...
> 
> EMACS = Eight megs and constantly swapping.  That's how I heard it.  And
> that was in the the days of 4MB Sun machines, if you had 8, holy shit, 
> that was cool!
> 
> Am I the only guy who looks at 32GB (gigabyte!!!) USB sticks and shakes
> his head in amazement?  Modern processors have more L3 *cache* than Sun
> workstations had memory.
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs



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

* [TUHS] Make love
  2015-08-01  3:50     ` Larry McVoy
  2015-08-01  4:53       ` Steve Nickolas
  2015-08-01 17:02       ` Clem cole
@ 2015-08-01 17:04       ` Clem cole
  2 siblings, 0 replies; 31+ messages in thread
From: Clem cole @ 2015-08-01 17:04 UTC (permalink / raw)


MULTICS - Many Unbelievably Large Tables In Core Simultaneously 

Sent from my iPhone

> On Jul 31, 2015, at 11:50 PM, Larry McVoy <lm at mcvoy.com> wrote:
> 
>> On Sat, Aug 01, 2015 at 01:20:14PM +1000, Dave Horsfall wrote:
>>> On Fri, 31 Jul 2015, Warner Losh wrote:
>>> 
>>> I know for sure my make love memories come from RSTS/E 7.2 running TECO 
>>> on a PDP-11/23 back in ???82 or ???83. I???d somehow gotten it into my head 
>>> that it was a BSD thing that???d been scrubbed by the same people that 
>>> scrubbed
>> 
>> Ah, TECO...  Type your name into it to see what it does.
>> 
>>> ???you can tune a file system, but you can???t tuna fish??? from tunfs(8).
>> 
>> One of the world's best messages; it's right up there with ENOBALLS 
>> (Unable to reproduce).
>> 
>> And please, no EMACS (editor too large)...
> 
> EMACS = Eight megs and constantly swapping.  That's how I heard it.  And
> that was in the the days of 4MB Sun machines, if you had 8, holy shit, 
> that was cool!
> 
> Am I the only guy who looks at 32GB (gigabyte!!!) USB sticks and shakes
> his head in amazement?  Modern processors have more L3 *cache* than Sun
> workstations had memory.
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs



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

* [TUHS] Make love
  2015-08-01  2:42   ` scj
@ 2015-08-02  1:35     ` Mary Ann Horton
  2015-08-02  9:45     ` arnold
  1 sibling, 0 replies; 31+ messages in thread
From: Mary Ann Horton @ 2015-08-02  1:35 UTC (permalink / raw)


Oh, I remember "Very funny!"  It was pr, V6, I think.

I wanted to format for a 132 wide printer and I mistakenly typed "pr 
-132 file" instead of "pr -w132 file".  It thought I wanted it formatted 
in 132 columns of text.

I about tore my hair out trying to figure out what "Very funny!" meant.

On 07/31/2015 07:42 PM, scj at yaccman.com wrote:
> Early Unix had a lot of cryptic messages -- the infamous "eh?", and "very
> funny!" were two that I got several times.  The make love message in the
> earliest make I remember was "Don't know how to make love."
>
> When working on PCC, I had the unenviable job of producing a C compiler
> that would accept all of  *077532 = 13, 077532->ack = 13, and device->ack
> = 13.  As we were trying to get the kernel and applications to declare
> addresses more "honestly", we adopted a rule that if you actually used a
> structure reference that was type safe, we would require it everywhere in
> the file.  Since structure members used to be in a single namespace, this
> led to some horribly complicated code.  In an effort to get it to work, I
> festooned it with consistency checks nearly every other line, getting more
> and more punchy as I tried to come up with short, unique messages.
>
> I'll never forget the look on Ken's face when he came to me and asked
> "what is a 'gummy structure'?"
>
> Nowadays, while I'm happy to have some fun with them, I think throwing
> humor at people who have just screwed up is playing to a tough audience.
> Today, I might have suggested that 'make love' produce something more like
> "Don't know how to make love.  Can you introduce me to a hot makefile?"
>
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs




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

* [TUHS] Make love
  2015-08-01  2:42   ` scj
  2015-08-02  1:35     ` Mary Ann Horton
@ 2015-08-02  9:45     ` arnold
  2015-08-10 17:51       ` scj
  1 sibling, 1 reply; 31+ messages in thread
From: arnold @ 2015-08-02  9:45 UTC (permalink / raw)


Steve Johnson wrote:

> Nowadays, while I'm happy to have some fun with them, I think throwing
> humor at people who have just screwed up is playing to a tough audience. 

I think you're right. Especially, anyone who's dealing with the nearly
indecipherable messages coming out today's C++ compilers is likely to
be in no mood for snarky messages from his/her tools.

I recall that these things were much funnier when I was younger (college /
grad school).

Arnold



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

* [TUHS] Make love
  2015-08-02  9:45     ` arnold
@ 2015-08-10 17:51       ` scj
  0 siblings, 0 replies; 31+ messages in thread
From: scj @ 2015-08-10 17:51 UTC (permalink / raw)


At least the Unix messages were silent.  I remember one Unix clone that
programmed sounds of an explosion when the system crashed.  Users did NOT
find that funny...

Last week I was attending a lecture in the Sierras where there was no
Internet, taking notes on my iPhone.  I had it in airplane mode with "Do
not Disturb" on and had Siri configured to talk only when in handsfree
mode.  Nevertheless, a careless double press of the round button told
everyone attending the talk "Siri is unable to find the internet!"

I would a preferred a printed "eh?"

Steve

> Steve Johnson wrote:
>
>> Nowadays, while I'm happy to have some fun with them, I think throwing
>> humor at people who have just screwed up is playing to a tough audience.
>
> I think you're right. Especially, anyone who's dealing with the nearly
> indecipherable messages coming out today's C++ compilers is likely to
> be in no mood for snarky messages from his/her tools.
>
> I recall that these things were much funnier when I was younger (college /
> grad school).
>
> Arnold
>





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

* [TUHS] Make love
@ 2015-08-01 11:03 Norman Wilson
  0 siblings, 0 replies; 31+ messages in thread
From: Norman Wilson @ 2015-08-01 11:03 UTC (permalink / raw)


Dave Horsfall:

  And please, no EMACS (editor too large)...

======

No EMACS please, we're UNIX.

Norman Wilson
Toronto ON



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

* [TUHS] Make love
  2015-07-31 16:40       ` Warner Losh
@ 2015-07-31 17:00         ` Ed Skinner
  0 siblings, 0 replies; 31+ messages in thread
From: Ed Skinner @ 2015-07-31 17:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1232 bytes --]

Of course, you could add your own /usr/local/bin/make:

#/bin/sh
if test $# -eq 1 && test "$1" == "love"; then
    echo make: Hey, I\'m a computer and don\'t have the apparatus for that. \{Sulks off and cries to itself.\}
else
    /usr/bin/make $*
fi



—
Ed Skinner, ed at flat5.net, http://www.flat5.net/, 480-492-7664

> On Jul 31, 2015, at 9:40 AM, Warner Losh <imp at bsdimp.com> wrote:
> 
> 
>> On Jul 31, 2015, at 10:09 AM, random832 at fastmail.us wrote:
>> 
>> On Thu, Jul 30, 2015, at 16:51, Jaap Akkerhuis wrote:
>>> make: don't know how to make love.
>>> 
>>> is the answer I remember.
>>> 
>>> FreeBSD make actually says: "make: don't know how to make love. Stop"
>>> 
>>> 	jaap
>> 
>> FreeBSD has a commit dated April 1998, with the description "Use
>> historically correct error message in some cases, optionally."
>> 
>> https://svnweb.freebsd.org/base?view=revision&revision=35483
> 
> We replaced FreeBSD’s make with NetBSD’s bmake. The NetBSD
> make, evidently, is more humorless :) Maybe I should commit a local change
> to bring it back :)
> 
> Warner
> 
> 
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs




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

* [TUHS] Make love
  2015-07-31 16:09     ` random832
@ 2015-07-31 16:40       ` Warner Losh
  2015-07-31 17:00         ` Ed Skinner
  0 siblings, 1 reply; 31+ messages in thread
From: Warner Losh @ 2015-07-31 16:40 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 940 bytes --]


> On Jul 31, 2015, at 10:09 AM, random832 at fastmail.us wrote:
> 
> On Thu, Jul 30, 2015, at 16:51, Jaap Akkerhuis wrote:
>> make: don't know how to make love.
>> 
>> is the answer I remember.
>> 
>> FreeBSD make actually says: "make: don't know how to make love. Stop"
>> 
>> 	jaap
> 
> FreeBSD has a commit dated April 1998, with the description "Use
> historically correct error message in some cases, optionally."
> 
> https://svnweb.freebsd.org/base?view=revision&revision=35483

We replaced FreeBSD’s make with NetBSD’s bmake. The NetBSD
make, evidently, is more humorless :) Maybe I should commit a local change
to bring it back :)

Warner


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150731/d03579d0/attachment.sig>


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

* [TUHS] Make love
  2015-07-31 16:32   ` ron
@ 2015-07-31 16:39     ` John Cowan
  0 siblings, 0 replies; 31+ messages in thread
From: John Cowan @ 2015-07-31 16:39 UTC (permalink / raw)


ron at ronnatalie.com scripsit:

> Same thing on the DEC 10/20's.

Sure.  OS/8 is what you get when you try to run TOPS-10 on a Blackberry.

-- 
John Cowan          http://www.ccil.org/~cowan        cowan at ccil.org
If I have seen farther than others, it is because I am surrounded by dwarves.
        --Murray Gell-Mann



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

* [TUHS] Make love
  2015-07-30 20:03 ` John Cowan
@ 2015-07-31 16:32   ` ron
  2015-07-31 16:39     ` John Cowan
  0 siblings, 1 reply; 31+ messages in thread
From: ron @ 2015-07-31 16:32 UTC (permalink / raw)



>
> On OS/8, it said "Not war?" with a question mark (well, using Great
> Runes).
> "Make" on old DEC systems started Teco with EWwhatever$$.
>

Same thing on the DEC 10/20's.

. MAKE LOVE
Not War?
[4K Core]


Of course there were the other famous UNIX questions like...

Got a light?





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

* [TUHS] Make love
  2015-07-30 20:51   ` Jaap Akkerhuis
@ 2015-07-31 16:09     ` random832
  2015-07-31 16:40       ` Warner Losh
  0 siblings, 1 reply; 31+ messages in thread
From: random832 @ 2015-07-31 16:09 UTC (permalink / raw)


On Thu, Jul 30, 2015, at 16:51, Jaap Akkerhuis wrote:
> make: don't know how to make love.
> 
> is the answer I remember.
> 
> FreeBSD make actually says: "make: don't know how to make love. Stop"
> 
> 	jaap

FreeBSD has a commit dated April 1998, with the description "Use
historically correct error message in some cases, optionally."

https://svnweb.freebsd.org/base?view=revision&revision=35483



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

* [TUHS] Make love
@ 2015-07-31  0:16 Nemo
  0 siblings, 0 replies; 31+ messages in thread
From: Nemo @ 2015-07-31  0:16 UTC (permalink / raw)


On 30 July 2015 at 17:11, Norman Wilson <norman at oclsc.org> wrote:
> My vague memory is that the original make, e.g. in V7, printed
> `Don't know how to make love.'  This was not a special case:
> `don't know how to make XXX' was the normal message.
>
> There was a variant make that printed
>         Not war?
> if asked to make love without explicit instructions.  I thought
> that appeared in 3BSD or 4BSD, but I could be mistaken.

On Solaris 10, /usr/css/bin/make reports:
make: Fatal error: Don't know how to make target `love'

N.



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

* [TUHS] Make love
@ 2015-07-30 21:11 Norman Wilson
  0 siblings, 0 replies; 31+ messages in thread
From: Norman Wilson @ 2015-07-30 21:11 UTC (permalink / raw)


My vague memory is that the original make, e.g. in V7, printed
`Don't know how to make love.'  This was not a special case:
`don't know how to make XXX' was the normal message.

There was a variant make that printed
	Not war?
if asked to make love without explicit instructions.  I thought
that appeared in 3BSD or 4BSD, but I could be mistaken.

Norman Wilson
Toronto ON



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

* [TUHS] Make love
  2015-07-30 20:37 ` Ori Idan
  2015-07-30 20:45   ` Chet Ramey
@ 2015-07-30 20:51   ` Jaap Akkerhuis
  2015-07-31 16:09     ` random832
  1 sibling, 1 reply; 31+ messages in thread
From: Jaap Akkerhuis @ 2015-07-30 20:51 UTC (permalink / raw)


make: don't know how to make love.

is the answer I remember.

FreeBSD make actually says: "make: don't know how to make love. Stop"

	jaap


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150730/cae47a03/attachment.sig>


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

* [TUHS] Make love
  2015-07-30 20:37 ` Ori Idan
@ 2015-07-30 20:45   ` Chet Ramey
  2015-07-30 20:51   ` Jaap Akkerhuis
  1 sibling, 0 replies; 31+ messages in thread
From: Chet Ramey @ 2015-07-30 20:45 UTC (permalink / raw)


On 7/30/15 4:37 PM, Ori Idan wrote:

> Tried on my Linux machine and got boring message similar to Mac:
> make: *** No rule to make target `love'.  Stop.

They both use (the apparently humorless) GNU make.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet at case.edu    http://cnswww.cns.cwru.edu/~chet/



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

* [TUHS] Make love
  2015-07-30 20:00 Dave Horsfall
  2015-07-30 20:03 ` John Cowan
@ 2015-07-30 20:37 ` Ori Idan
  2015-07-30 20:45   ` Chet Ramey
  2015-07-30 20:51   ` Jaap Akkerhuis
  1 sibling, 2 replies; 31+ messages in thread
From: Ori Idan @ 2015-07-30 20:37 UTC (permalink / raw)


On Thu, Jul 30, 2015 at 11:00 PM, Dave Horsfall <dave at horsfall.org> wrote:

> So me, being an uber-geek, tried it on a few boxen again...
>
> On the Mac:
>
>     ozzie:~ dave$ make love
>     make: *** No rule to make target `love'.  Stop.
>
> Boring...
>
> On FreeBSD:
>
>     aneurin% make love
>     Not war.
>
> Thank you for keeping the faith!
>
> And on my tame penguin:
>
>     dave at debbie:~$ make love
>     -bash: make: command not found
>
> Sigh...
>

Tried on my Linux machine and got boring message similar to Mac:
make: *** No rule to make target `love'.  Stop.

-- 
Ori Idan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20150730/79e0c88b/attachment.html>


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

* [TUHS] Make love
  2015-07-30 20:00 Dave Horsfall
@ 2015-07-30 20:03 ` John Cowan
  2015-07-31 16:32   ` ron
  2015-07-30 20:37 ` Ori Idan
  1 sibling, 1 reply; 31+ messages in thread
From: John Cowan @ 2015-07-30 20:03 UTC (permalink / raw)


Dave Horsfall scripsit:

> On FreeBSD:
> 
>     aneurin% make love
>     Not war.

On OS/8, it said "Not war?" with a question mark (well, using Great Runes).
"Make" on old DEC systems started Teco with EWwhatever$$.

-- 
John Cowan          http://www.ccil.org/~cowan        cowan at ccil.org
Eric Raymond is the Margaret Mead of the Open Source movement.
          --Bruce Perens, a long time ago



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

* [TUHS] Make love
@ 2015-07-30 20:00 Dave Horsfall
  2015-07-30 20:03 ` John Cowan
  2015-07-30 20:37 ` Ori Idan
  0 siblings, 2 replies; 31+ messages in thread
From: Dave Horsfall @ 2015-07-30 20:00 UTC (permalink / raw)


So me, being an uber-geek, tried it on a few boxen again...

On the Mac:

    ozzie:~ dave$ make love
    make: *** No rule to make target `love'.  Stop.

Boring...

On FreeBSD:

    aneurin% make love
    Not war.

Thank you for keeping the faith!

And on my tame penguin:

    dave at debbie:~$ make love
    -bash: make: command not found

Sigh...

-- 
Dave Horsfall DTM (VK2KFU)  "Those who don't understand security will suffer."
Watson never said: "I think there is a world market for maybe five computers."



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

end of thread, other threads:[~2015-08-10 17:51 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31 17:23 [TUHS] Make love Norman Wilson
2015-07-31 21:05 ` Warner Losh
2015-07-31 23:48   ` John Cowan
2015-08-01  3:48     ` Larry McVoy
2015-08-01  2:42   ` scj
2015-08-02  1:35     ` Mary Ann Horton
2015-08-02  9:45     ` arnold
2015-08-10 17:51       ` scj
2015-08-01  3:20   ` Dave Horsfall
2015-08-01  3:36     ` Steve Nickolas
2015-08-01 11:19       ` Milo Velimirovic
2015-08-01 11:28         ` Milo Velimirovic
2015-08-01  3:50     ` Larry McVoy
2015-08-01  4:53       ` Steve Nickolas
2015-08-01 17:02       ` Clem cole
2015-08-01 17:04       ` Clem cole
2015-08-01  7:21     ` Warner Losh
2015-08-01 11:16       ` Ronald Natalie
  -- strict thread matches above, loose matches on Subject: below --
2015-08-01 11:03 Norman Wilson
2015-07-31  0:16 Nemo
2015-07-30 21:11 Norman Wilson
2015-07-30 20:00 Dave Horsfall
2015-07-30 20:03 ` John Cowan
2015-07-31 16:32   ` ron
2015-07-31 16:39     ` John Cowan
2015-07-30 20:37 ` Ori Idan
2015-07-30 20:45   ` Chet Ramey
2015-07-30 20:51   ` Jaap Akkerhuis
2015-07-31 16:09     ` random832
2015-07-31 16:40       ` Warner Losh
2015-07-31 17:00         ` Ed Skinner

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