Re: nmh latest on Mageia 8

2023-01-19 Thread Jerry Heyman
On Thu, 19 Jan 2023 16:07:55 +, Ralph Corderoy  
wrote:

> Hi Jerry,
> 
> > + Creating dir /home/jerry/code/nmhgit/nmh/test/testdir/tmp/
> 
> Have you got something odd with mkdir(1) which would make it print that
> message, especially with a ‘-p’?
> 
> I don't think ‘Creating dir’ appears in nmh's source.

Ralph -

Did a make distclean and reran everything.
118 tests passed - all good.

> 
> -- 
> Cheers, Ralph.
> 

jerry
-- 
 // Jerry Heyman   | Parahrasing Thomas Sowell:
//  Amigan Forever :-) | Stop trying to reason with unreasonable 
\\ //   heymanj at acm dot org | people.  This reduces your correspondence
 \X/   | and your blood pressure.




Re: nmh latest on Mageia 8

2023-01-19 Thread Ralph Corderoy
Hi Jerry,

> + Creating dir /home/jerry/code/nmhgit/nmh/test/testdir/tmp/

Have you got something odd with mkdir(1) which would make it print that
message, especially with a ‘-p’?

I don't think ‘Creating dir’ appears in nmh's source.

-- 
Cheers, Ralph.



nmh latest on Mageia 8

2023-01-19 Thread Jerry Heyman


git pull
./configure
make 
make install
make check

1 Failure:


*** /home/jerry/code/nmhgit/nmh/test/testdir/test-mhfixmsg3590336.expected  
2023-01-19 15:37:22.491231094 +
--- /home/jerry/code/nmhgit/nmh/test/testdir/test-mhfixmsg3590336.actual
2023-01-19 15:37:22.511230954 +
***
*** 9,14 
--- 9,15 
  Content-Type: text/plain; charset="Windows-1252"
  Content-Transfer-Encoding: 7bit
  
+ Creating dir /home/jerry/code/nmhgit/nmh/test/testdir/tmp/
  Need to go! Need ... to ... go!
  
  --=_nmh-multipart

./test/mhfixmsg/test-mhfixmsg: test failed, outputs are in 
/home/jerry/code/nmhgit/nmh/test/testdir/test-mhfixmsg3590336.expected and 
/home/jerry/code/nmhgit/nmh/test/testdir/test-mhfixmsg3590336.actual.
first named test failure: -reformat (enabled by default):  addition of 
text/plain part
FAIL: test/mhfixmsg/test-mhfixmsg

jerry
-- 
 // Jerry Heyman   | Parahrasing Thomas Sowell:
//  Amigan Forever :-) | Stop trying to reason with unreasonable 
\\ //   heymanj at acm dot org | people.  This reduces your correspondence
 \X/   | and your blood pressure.




Re: Fedora Rawhide just dropped a prerelease of gcc-13

2023-01-19 Thread David Levine
Valdis wrote:

> The good news is that I did a 'git pull' of nmh, 'make clean', './configure', 
> 'make'.
> Zero gcc warnings even with -Wall -Wetra, 'make check' reported all 118
> tests passed, and nothing broken that I have noticed...

Glad to hear it, thanks!

David