Page MenuHomeFreeBSD

mail/sympa: Update from 6.2.22 to 6.2.24
ClosedPublic

Authored by joneum on Dec 21 2017, 7:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 2:01 PM
Unknown Object (File)
Mar 15 2024, 5:53 AM
Unknown Object (File)
Mar 6 2024, 12:33 AM
Unknown Object (File)
Mar 6 2024, 12:33 AM
Unknown Object (File)
Mar 6 2024, 12:33 AM
Unknown Object (File)
Mar 6 2024, 12:07 AM
Unknown Object (File)
Feb 26 2024, 5:39 AM
Unknown Object (File)
Feb 17 2024, 5:27 PM
Subscribers
None

Details

Summary

mail/sympa: Update from 6.2.22 to 6.2.24

Fix more shebangs

Changelog: https://github.com/sympa-community/sympa/blob/6.2.24/NEWS.md

PR: 224502
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Good morngin :)

If you look into the poudriere logs, you'll see lots and lots of chown errors:

[...]
Creating /wrkdirs/usr/ports/mail/sympa/work/stage/usr/local/etc/sympa/web_tt2
chown: sympa: illegal user name
chgrp: sympa: illegal group name
Creating /wrkdirs/usr/ports/mail/sympa/work/stage/usr/local/etc/sympa/README

Good morngin :)

If you look into the poudriere logs, you'll see lots and lots of chown errors:

[...]
Creating /wrkdirs/usr/ports/mail/sympa/work/stage/usr/local/etc/sympa/web_tt2
chown: sympa: illegal user name
chgrp: sympa: illegal group name
Creating /wrkdirs/usr/ports/mail/sympa/work/stage/usr/local/etc/sympa/README

and i see this to the end of the log:

> Creating groups.

Creating group 'sympa' with gid '200'.

> Creating users

Creating user 'sympa' with uid '200'.

I think, this is a problem with poudriere.
I test another port mail/dspam: http://joneumbox.org/data/10amd64-ports/2017-12-22_15h52m38s/logs/dspam-3.10.2_4.log

And the same error here:
chown: dspam: illegal user name
chgrp: dspam: illegal group name

  • Error code 1 (ignored)

if test x"dspam" != xnone; then chown "dspam" /wrkdirs/usr/ports/mail/dspam/work/stage/usr/local/bin/dspam; fi
chown: dspam: illegal user name

  • Error code 1 (ignored)

if test x"dspam" != xnone; then chgrp "dspam" /wrkdirs/usr/ports/mail/dspam/work/stage/usr/local/bin/dspam; fi
chgrp: dspam: illegal group name

  • Error code 1 (ignored)
This revision is now accepted and ready to land.Dec 23 2017, 5:39 PM
This revision was automatically updated to reflect the committed changes.