Hello all,

On Thu, Jun 27, 2013 at 7:40 PM, Gilles Chehade <[email protected]> wrote:

> On Thu, Jun 27, 2013 at 03:34:01PM +0200, [email protected] wrote:
> > User eric has just rebuilt a portable snapshot, available from:
> >
> >
> http://www.OpenSMTPD.org/archives/opensmtpd-201306271531p1.tar.gz
> >
> > [...]
>

Just noticed, that "--with-lookup-user" and "--with-filter-user" parameters
of configure script don't exist, at least, in latest two snapshots (unlike
the latest stable version). Are they finally excluded from the parameter
list?

Another issue: usually, I build opensmtpd with "--with-mantype=doc", and
everything goes fine. This time, I tried with "--with-mantype=man", and it
fails during "make install" stage:
------------------------------ < cut > ------------------------------
...
make  install-exec-hook
make[4]: Entering directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
if test "man" = "cat"; then \
        manpage=../../smtpd/`echo forward.5.out | sed
's/\.[1-9]\.out$/\.0/'`; \
    else \
        manpage=../../smtpd/`echo forward.5.out | sed 's/\.out$//'`; \
    fi; \
    if test "man" = "man"; then \
        /bin/sed -e 's|/etc/mail/|/usr/local/etc/|g' -e
's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ${manpage} | gawk -f
./mdoc2man.awk > forward.5.out; \
    else \
        /bin/sed -e 's|/etc/mail/|/usr/local/etc/|g' -e
's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ${manpage} > forward.5.out; \
    fi
gawk: fatal: can't open source file `./mdoc2man.awk' for reading (No such
file or directory)
make[4]: *** [forward.5.out] Error 2
make[4]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
make[3]: *** [install-exec-am] Error 2
make[3]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk'
make: *** [install-recursive] Error 1
[mock@build2-amd64 opensmtpd-201306271531p1]$
------------------------------ < cut > ------------------------------

Switching to "--with-mantype=cat", I have had another issue:
------------------------------ < cut > ------------------------------
..
make  install-exec-hook
make[4]: Entering directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
if test "cat" = "cat"; then \
        manpage=../../smtpd/`echo smtpd.8.out | sed
's/\.[1-9]\.out$/\.0/'`; \
    else \
        manpage=../../smtpd/`echo smtpd.8.out | sed 's/\.out$//'`; \
    fi; \
    if test "cat" = "man"; then \
        /bin/sed -e 's|/etc/mail/|/usr/local/etc/|g' -e
's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ${manpage} | gawk -f
./mdoc2man.awk > smtpd.8.out; \
    else \
        /bin/sed -e 's|/etc/mail/|/usr/local/etc/|g' -e
's|/var/run/smtpd.sock|/var/run/smtpd.sock|g' ${manpage} > smtpd.8.out; \
    fi
/bin/sed: can't read ../../smtpd/smtpd.0: No such file or directory
make[4]: *** [smtpd.8.out] Error 2
make[4]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
make[3]: *** [install-exec-am] Error 2
make[3]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk/smtpd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/mock/rpmbuild/BUILD/opensmtpd-201306271531p1/mk'
make: *** [install-recursive] Error 1
[mock@build2-amd64 opensmtpd-201306271531p1]$
------------------------------ < cut > ------------------------------

The same error(s) I got with the stable release and other snapshots. With
"--with-mantype=doc' it builds just fine everywhere.
Am I missing something (utils? libs?) on the build system?

---
wbr, Denis.

Reply via email to