Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2003 14:30:30 +0100
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        ume@mahoroba.org (Hajimu UMEMOTO), freebsd-ports@freebsd.org
Subject:   Re: ANNOUNCE: [FreeBSD-Announce] Ports scheduled for removal on Feb	2
Message-ID:  <x%2Bq0umM5Id@dmeyer.dinoex.sub.org>
References:  <20031103045420.GA26891@rot13.obsecurity.org> <20031103045420.GA26891@rot13.obsecurity.org> <yged6c9bwbd.wl%ume@mahoroba.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hallo Hajimu UMEMOTO,

> This is noticed from you before, but I cannot reproduce the problem,
> here.  So, I cannot fix this problem.  Further, I didn't hear any
> problem from anyone other than bento.  I suspect it is bento issue.
> Any idea?

===>  Installing for cyrus-sasl-saslauthd-2.1.15_3
/usr/sbin/chown cyrus:mail /var/state/saslauthd
chown: cyrus: Invalid argument
*** Error code 1

Please check that the user "cyrus" is created while installation
I could reproduce it after the cyrus user was removed.

PKGINSTALL is nor added to the package.
It does not exist at the time bsd.portk.mk is included.

See bsd.portk.mk:
.if exists(${PKGINSTALL})
PKG_ARGS+=      -i ${PKGINSTALL}
.endif


add in the Makefile after:
 .include <bsd.port.post.mk
+PKG_ARGS+=	-i ${PKGINSTALL} -k ${PKGDEINSTALL} -D ${PKGMESSAGE}

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]

------------------------------------
build# rmuser cyrus

build# pkg_add /usr/ports/packages/All/cyrus-sasl-2.1.15.tgz


Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.


build# id cyrus
id: cyrus: no such user

build# tar -tvzf /usr/ports/packages/All/cyrus-sasl-2.1.15.tgz | less

------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?x%2Bq0umM5Id>