Discussion:
svn commit: r333240 - in head/sys: powerpc/powerpc sys [appears
(too old to reply)
Mark Millard
2018-05-05 23:39:31 UTC
Permalink
From:

https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/7868/

(and later?) that tried to build -r333241 (or later):

--- bcopy.o ---
In file included from /workspace/src/sys/riscv/riscv/bcopy.c:39:0:
/workspace/src/sys/sys/systm.h:262:31: error: expected identifier or '(' before '{' token
#define bcopy(from, to, len) ({ \
^
/workspace/src/sys/riscv/riscv/bcopy.c:134:1: note: in expansion of macro 'bcopy'
bcopy(const void *src0, void *dst0, size_t length)
^~~~~
*** [bcopy.o] Error code 1

make[2]: stopped in /workspace/obj/workspace/src/riscv.riscv64/sys/RISCVTEST
1 error



The prior ci.freebsd.org build:

https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/7867/

was successful and built -r333238 .


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
Conrad Meyer
2018-05-06 22:32:10 UTC
Permalink
The same change as for powerpc needs to be made for riscv — the
(bcopy) trick — to avoid expansion.

Best,
Conrad

P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
Post by Mark Millard
--- bcopy.o ---
/workspace/src/sys/sys/systm.h:262:31: error: expected identifier or '(' before '{' token
#define bcopy(from, to, len) ({ \
^
/workspace/src/sys/riscv/riscv/bcopy.c:134:1: note: in expansion of macro 'bcopy'
bcopy(const void *src0, void *dst0, size_t length)
^~~~~
Warner Losh
2018-05-06 22:58:28 UTC
Permalink
What we really need to do is to make bcopy a wrapper around memmove on all
architectures, not just some. It's this lack of uniformity that's causing
problems.

Warner
Post by Conrad Meyer
The same change as for powerpc needs to be made for riscv — the
(bcopy) trick — to avoid expansion.
Best,
Conrad
P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
Post by Mark Millard
--- bcopy.o ---
/workspace/src/sys/sys/systm.h:262:31: error: expected identifier or
'(' before '{' token
Post by Mark Millard
#define bcopy(from, to, len) ({ \
^
/workspace/src/sys/riscv/riscv/bcopy.c:134:1: note: in expansion of
macro 'bcopy'
Post by Mark Millard
bcopy(const void *src0, void *dst0, size_t length)
^~~~~
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Mark Millard
2018-05-07 02:33:34 UTC
Permalink
Conrad Meyer cem at freebsd.org wrote on
Post by Conrad Meyer
P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
I wrote back directly indicating that I'd need evidence
in order to submit something to yahoo.com. Although, the
original was not sent directly to Conrad, so he likely
got the message directly from a freebsd-current server,
with a yahoo.com's Email server as an intermediate stage.
(I do not run my own servers.) The Email was composed
in macOS's Mail.app [V11.3 (3445.6.18)].

Of course, that reply was likely classified as spam.

If anyone else has such problems with the classification
of my Emails and can send material that would allow
reporting evidence to be submitted someplace, please do
so.

===
Mark Millard
marklmi26-fbsd at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
loader
2018-05-07 11:05:07 UTC
Permalink
Post by Mark Millard
Conrad Meyer cem at freebsd.org wrote on
Post by Conrad Meyer
P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
I wrote back directly indicating that I'd need evidence
in order to submit something to yahoo.com. Although, the
original was not sent directly to Conrad, so he likely
got the message directly from a freebsd-current server,
with a yahoo.com's Email server as an intermediate stage.
(I do not run my own servers.) The Email was composed
in macOS's Mail.app [V11.3 (3445.6.18)].
Of course, that reply was likely classified as spam.
If anyone else has such problems with the classification
of my Emails and can send material that would allow
reporting evidence to be submitted someplace, please do
so.
It seems the freebsd-current@ list doesn't have
from_is_list = 1 "Munge From" enabled ...
https://wiki.list.org/DEV/DMARC

Regards,
loader
Dimitry Andric
2018-05-07 11:23:54 UTC
Permalink
Post by loader
Post by Mark Millard
Conrad Meyer cem at freebsd.org wrote on
Post by Conrad Meyer
P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
I wrote back directly indicating that I'd need evidence
in order to submit something to yahoo.com. Although, the
original was not sent directly to Conrad, so he likely
got the message directly from a freebsd-current server,
with a yahoo.com's Email server as an intermediate stage.
(I do not run my own servers.) The Email was composed
in macOS's Mail.app [V11.3 (3445.6.18)].
Of course, that reply was likely classified as spam.
If anyone else has such problems with the classification
of my Emails and can send material that would allow
reporting evidence to be submitted someplace, please do
so.
from_is_list = 1 "Munge From" enabled ...
https://wiki.list.org/DEV/DMARC
Aha, so that is what the LLVM lists apparently do, and it is somtimes
*very* confusing, as all mails seem to come from the same "via" user.

Maybe it's easier to just strip off all the kludgy DMARC headers, as it
certainly hasn't stopped much spam. ;-)

-Dimitry
Kubilay Kocak
2018-05-08 04:20:34 UTC
Permalink
Post by loader
Post by Mark Millard
Conrad Meyer cem at freebsd.org wrote on
Post by Conrad Meyer
P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
I wrote back directly indicating that I'd need evidence
in order to submit something to yahoo.com. Although, the
original was not sent directly to Conrad, so he likely
got the message directly from a freebsd-current server,
with a yahoo.com's Email server as an intermediate stage.
(I do not run my own servers.) The Email was composed
in macOS's Mail.app [V11.3 (3445.6.18)].
Of course, that reply was likely classified as spam.
If anyone else has such problems with the classification
of my Emails and can send material that would allow
reporting evidence to be submitted someplace, please do
so.
from_is_list = 1 "Munge From" enabled ...
https://wiki.list.org/DEV/DMARC
Regards,
loader
See Also:

Mail forwarded from list to members fails DKIM/SPF/DMARC authentication
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210457
Ashish Gupta
2018-05-08 06:02:10 UTC
Permalink
Hi,

Not sure if this is already known.

I have a gmail account, which complains about your mails:

Why is this message in Spam?
It's from an address in the yahoo.com domain but has failed yahoo.com's
required tests for authentication.
Post by Kubilay Kocak
On Sun, 6 May 2018 19:33:34 -0700, Mark Millard <
Post by Mark Millard
Conrad Meyer cem at freebsd.org wrote on
Post by Conrad Meyer
P.S., Mark, your email server is misconfigured and most/all of your
emails get flagged as spam. I only saw this because I occasionally
check the spam folder.
I wrote back directly indicating that I'd need evidence
in order to submit something to yahoo.com. Although, the
original was not sent directly to Conrad, so he likely
got the message directly from a freebsd-current server,
with a yahoo.com's Email server as an intermediate stage.
(I do not run my own servers.) The Email was composed
in macOS's Mail.app [V11.3 (3445.6.18)].
Of course, that reply was likely classified as spam.
If anyone else has such problems with the classification
of my Emails and can send material that would allow
reporting evidence to be submitted someplace, please do
so.
from_is_list = 1 "Munge From" enabled ...
https://wiki.list.org/DEV/DMARC
Regards,
loader
Mail forwarded from list to members fails DKIM/SPF/DMARC authentication
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210457
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Loading...