Re: Breakage of editors/tamago

2018-06-07 Thread Yasuhiro KIMURA
From: Robert Huff 
Subject: Re: Breakage of editors/tamago (Re: build errors after upgrading 
editors/emacs to version 26.1)
Date: Thu, 7 Jun 2018 16:58:54 -0400

>     Additional data points:
>     1) Under Emacs, vm (mail reader viewmail) compiled for Emacs 25.3
> does not work for 26.1.
>     2) Attempts to compile vm-8.2.0b under Emacs 26.1 fail due to
> changes in how Emacs
>      processes Lisp.  This is a registered bug, at
> "https://bugs.launchpad.net/vm/+bug/1763377";.
>      There is a patch, which at least in my case fixes one problem
> but reveals another.  (Build log
>      available on request.)
> 

Thank you for information. At first I'll check the bug report.

Best Regards.

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make package "*** Error code 1"

2018-06-07 Thread Eugene Grosbein
08.06.2018 8:12, duckmanjbr wrote:

> do-install:
>   ${MKDIR} ${STAGEDIR}${PREFIX}/pkg
>   ${MKDIR} ${STAGEDIR}${PREFIX}/bin/localrepo
>   ${MKDIR} ${STAGEDIR}/etc/inc/priv
>   ${MKDIR} ${STAGEDIR}${DATADIR}
>   ${INSTALL_DATA} -m 0644 ${FILESDIR}${PREFIX}/pkg/localrepo.xml \
>   ${STAGEDIR}${PREFIX}/pkg
>   ${INSTALL_DATA} ${FILESDIR}${PREFIX}/pkg/localrepo.inc \
>   ${STAGEDIR}${PREFIX}/pkg
>   ${INSTALL_DATA} ${FILESDIR}${PREFIX}/bin/localrepo/localrepo.conf \
>   ${STAGEDIR}${PREFIX}/bin/localrepo
>   ${INSTALL_DATA} ${FILESDIR}/etc/inc/priv/localrepo.priv.inc \
>   ${STAGEDIR}/etc/inc/priv
>   ${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \
>   ${STAGEDIR}${DATADIR}/info.xml
>   @${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \
> 
> .include 

Here is obvious bug: the line with REINPLACE_CMD has continuation backslash
without any continuation text and without file name to process. Fix it.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make package "*** Error code 1"

2018-06-07 Thread duckmanjbr

PORTNAME=   pfSense-pkg-LocalRepo
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

MAINTAINER=
COMMENT=Create local repositories on pfSense

LICENSE=APACHE20

NO_BUILD=   yes
NO_MTREE=   yes

SUB_FILES=  pkg-install pkg-deinstall
SUB_LIST=   PORTNAME=${PORTNAME}

do-extract:
${MKDIR} ${WRKSRC}

do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/pkg
${MKDIR} ${STAGEDIR}${PREFIX}/bin/localrepo
${MKDIR} ${STAGEDIR}/etc/inc/priv
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} -m 0644 ${FILESDIR}${PREFIX}/pkg/localrepo.xml \
${STAGEDIR}${PREFIX}/pkg
${INSTALL_DATA} ${FILESDIR}${PREFIX}/pkg/localrepo.inc \
${STAGEDIR}${PREFIX}/pkg
${INSTALL_DATA} ${FILESDIR}${PREFIX}/bin/localrepo/localrepo.conf \
${STAGEDIR}${PREFIX}/bin/localrepo
${INSTALL_DATA} ${FILESDIR}/etc/inc/priv/localrepo.priv.inc \
${STAGEDIR}/etc/inc/priv
${INSTALL_DATA} ${FILESDIR}${DATADIR}/info.xml \
${STAGEDIR}${DATADIR}/info.xml
@${REINPLACE_CMD} -i '' -e "s|%%PKGVERSION%%|${PKGVERSION}|" \

.include 


> On Jun 7, 2018, at 8:09 PM, duckmanjbr  wrote:
> 
> 
> 
> 
> 
> --
> Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-ports-f3835061.html
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"



signature.asc
Description: Message signed with OpenPGP


Re: make package "*** Error code 1"

2018-06-07 Thread duckmanjbr





--
Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-ports-f3835061.html
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make package "*** Error code 1"

2018-06-07 Thread James E Keenan

On 06/07/2018 08:42 PM, duckmanjbr wrote:

root@:~/pfSense-pkg-localrepo # make package
===>  License APACHE20 accepted by the user
===>   pfSense-pkg-LocalRepo-0.1_1 depends on file: /usr/local/sbin/pkg -
found
===> Fetching all distfiles required by pfSense-pkg-LocalRepo-0.1_1 for
building
===>  Extracting for pfSense-pkg-LocalRepo-0.1_1
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/pfSense-pkg-LocalRepo-0.1
===>  Patching for pfSense-pkg-LocalRepo-0.1_1
===>  Configuring for pfSense-pkg-LocalRepo-0.1_1
===>  Staging for pfSense-pkg-LocalRepo-0.1_1
===>   Generating temporary packing list
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/stage/usr/local/pkg
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/stage/usr/local/bin/localrepo
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/stage/etc/inc/priv
/bin/mkdir -p
/root/pfSense-pkg-localrepo/work/stage/usr/local/share/pfSense-pkg-LocalRepo
install  -m 0644 -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/pkg/localrepo.xml
/root/pfSense-pkg-localrepo/work/stage/usr/local/pkg
install  -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/pkg/localrepo.inc
/root/pfSense-pkg-localrepo/work/stage/usr/local/pkg
install  -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/bin/localrepo/localrepo.conf
/root/pfSense-pkg-localrepo/work/stage/usr/local/bin/localrepo
install  -m 0644
/root/pfSense-pkg-localrepo/files/etc/inc/priv/localrepo.priv.inc
/root/pfSense-pkg-localrepo/work/stage/etc/inc/priv
install  -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/share/pfSense-pkg-LocalRepo/info.xml
/root/pfSense-pkg-localrepo/work/stage/usr/local/share/pfSense-pkg-LocalRepo/info.xml
sed: -I or -i may not be used with stdin
*** Error code 1

Stop.
make: stopped in /root/pfSense-pkg-localrepo
root@:~/pfSense-pkg-localrepo #



I should have also asked:  Can you attach the Makefile as well?

Thank you very much.
Jim Keenan
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make package "*** Error code 1"

2018-06-07 Thread duckmanjbr
root@:~/pfSense-pkg-localrepo # make package
===>  License APACHE20 accepted by the user
===>   pfSense-pkg-LocalRepo-0.1_1 depends on file: /usr/local/sbin/pkg -
found
===> Fetching all distfiles required by pfSense-pkg-LocalRepo-0.1_1 for
building
===>  Extracting for pfSense-pkg-LocalRepo-0.1_1
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/pfSense-pkg-LocalRepo-0.1
===>  Patching for pfSense-pkg-LocalRepo-0.1_1
===>  Configuring for pfSense-pkg-LocalRepo-0.1_1
===>  Staging for pfSense-pkg-LocalRepo-0.1_1
===>   Generating temporary packing list
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/stage/usr/local/pkg
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/stage/usr/local/bin/localrepo
/bin/mkdir -p /root/pfSense-pkg-localrepo/work/stage/etc/inc/priv
/bin/mkdir -p
/root/pfSense-pkg-localrepo/work/stage/usr/local/share/pfSense-pkg-LocalRepo
install  -m 0644 -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/pkg/localrepo.xml 
/root/pfSense-pkg-localrepo/work/stage/usr/local/pkg
install  -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/pkg/localrepo.inc 
/root/pfSense-pkg-localrepo/work/stage/usr/local/pkg
install  -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/bin/localrepo/localrepo.conf 
/root/pfSense-pkg-localrepo/work/stage/usr/local/bin/localrepo
install  -m 0644
/root/pfSense-pkg-localrepo/files/etc/inc/priv/localrepo.priv.inc 
/root/pfSense-pkg-localrepo/work/stage/etc/inc/priv
install  -m 0644
/root/pfSense-pkg-localrepo/files/usr/local/share/pfSense-pkg-LocalRepo/info.xml
 
/root/pfSense-pkg-localrepo/work/stage/usr/local/share/pfSense-pkg-LocalRepo/info.xml
sed: -I or -i may not be used with stdin
*** Error code 1

Stop.
make: stopped in /root/pfSense-pkg-localrepo
root@:~/pfSense-pkg-localrepo #



--
Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-ports-f3835061.html
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: make package "*** Error code 1"

2018-06-07 Thread James E Keenan

On 06/07/2018 08:36 PM, duckmanjbr wrote:

I am working on my first port and have come across an error that I’m not sure
how to research.  Can anyone point me in the right direction as to this
error code?  It’s saying that sed: -I or -i may not be used but I’m not
using sed anywhere in the port.



Can you post the command that gave you that error and the output from 
that command?



___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


make package "*** Error code 1"

2018-06-07 Thread duckmanjbr
I am working on my first port and have come across an error that I’m not sure
how to research.  Can anyone point me in the right direction as to this
error code?  It’s saying that sed: -I or -i may not be used but I’m not
using sed anywhere in the port.










--
Sent from: http://freebsd.1045724.x6.nabble.com/freebsd-ports-f3835061.html
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Breakage of editors/tamago (Re: build errors after upgrading editors/emacs to version 26.1)

2018-06-07 Thread Robert Huff

Yasuhiro KIMURA wrote:

Hello all,

From: Joseph Mingrone 
Subject: build errors after upgrading editors/emacs to version 26.1
Date: Tue, 29 May 2018 22:17:00 -0300


Poudriere tests of all 'USES=emacs' ports with the latest editors/emacs
(version 26.1) resulted in the following errors in either 10i386 or
11amd64 jails:

editors/tamago (hrs@)

I'm investigating breakage of this port and submitted report of
current status as following bug report.

Bug 228812 - editors/tamago: This port is broken only with restrected conditions
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228812

Summary of report is

* This port is not broken with real environment (i.e. not
   poudriere). it applies to all flavors.
* With poudriere full, canna and nox are broken. devel_full and
   devel_nox are not.
* Accoding to the error message of poudriere build log, source of
   build failure may be bug of Emacs 26.1.

I'll continue to investigating this problem. But to be honest I'm far
from emacs lisp expert, and I know almost nothing about inside of
Emacs either.

So please give me hint, idea, suggestion, etc if something hits upon
you about this problem.

    Additional data points:
    1) Under Emacs, vm (mail reader viewmail) compiled for Emacs 25.3 
does not work for 26.1.
    2) Attempts to compile vm-8.2.0b under Emacs 26.1 fail due to 
changes in how Emacs
     processes Lisp.  This is a registered bug, at 
"https://bugs.launchpad.net/vm/+bug/1763377";.
     There is a patch, which at least in my case fixes one problem 
but reveals another.  (Build log

     available on request.)


                    Respectfully,


                            Robert Huff


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Breakage of editors/tamago (Re: build errors after upgrading editors/emacs to version 26.1)

2018-06-07 Thread Yasuhiro KIMURA
Hello all,

From: Joseph Mingrone 
Subject: build errors after upgrading editors/emacs to version 26.1
Date: Tue, 29 May 2018 22:17:00 -0300

> Poudriere tests of all 'USES=emacs' ports with the latest editors/emacs
> (version 26.1) resulted in the following errors in either 10i386 or
> 11amd64 jails:
> 
> editors/tamago (hrs@)

I'm investigating breakage of this port and submitted report of
current status as following bug report.

Bug 228812 - editors/tamago: This port is broken only with restrected conditions
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228812

Summary of report is

* This port is not broken with real environment (i.e. not
  poudriere). it applies to all flavors.
* With poudriere full, canna and nox are broken. devel_full and
  devel_nox are not.
* Accoding to the error message of poudriere build log, source of
  build failure may be bug of Emacs 26.1.

I'll continue to investigating this problem. But to be honest I'm far
from emacs lisp expert, and I know almost nothing about inside of
Emacs either.

So please give me hint, idea, suggestion, etc if something hits upon
you about this problem.

Best Regards.

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2018-06-07 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
net-im/py-matrix-synapse| 0.28.1  | v0.31.0
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"