Re: Patch compiler warnings away?

2020-10-02 Thread Dave Horsfall

On Thu, 1 Oct 2020, Moritz Schmitt wrote:

I recently took over my first maintainership of a port and I have a 
question regarding on how to deal with compiler warnings.


I've always treated warnings as potential errors, and act accordingly.

One place I worked insisted that "-Wall" produce no messages, and my own 
Perl stuff has "use strict".


-- Dave
___
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

2020-10-02 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
+-+
www/miniserve   | 0.9.0   | v0.10.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

Reported by:portscout!
___
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"


Seeing packaging problems since about 1-2 days (Requesting argument %2 while only 1 arguments are available)

2020-10-02 Thread Matthias Fechner

Dear all,

I see recently new package errors like (this also affects ports I maintain):

===>  Building package for avahi-app-0.7_3
pkg-static: Requesting argument %2 while only 1 arguments are available
pkg-static: Requesting argument %2 while only 1 arguments are available

Anyone an idea what caused this and how to fix it?

Gruß
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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: Seeing packaging problems since about 1-2 days (Requesting argument %2 while only 1 arguments are available)

2020-10-02 Thread Yasuhiro KIMURA
From: Matthias Fechner 
Subject: Seeing packaging problems since about 1-2 days (Requesting argument %2 
while only 1 arguments are available)
Date: Fri, 2 Oct 2020 10:28:52 +0200

> Dear all,
> 
> I see recently new package errors like (this also affects ports I
> maintain):
> 
> ===>  Building package for avahi-app-0.7_3
> pkg-static: Requesting argument %2 while only 1 arguments are
> available
> pkg-static: Requesting argument %2 while only 1 arguments are
> available
> 
> Anyone an idea what caused this and how to fix it?
> 
> Gruß
> Matthias

Probably it is fixed with r550901.

---
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: Seeing packaging problems since about 1-2 days (Requesting argument %2 while only 1 arguments are available)

2020-10-02 Thread Matthias Fechner

Am 02.10.2020 um 10:32 schrieb Yasuhiro KIMURA:

Probably it is fixed with r550901.


I don't think so, as I build with r551051:

https://pkg.fechner.net/build.html?mastername=121amd64-default&build=2020-10-02_10h10m03s


Gruß
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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"


Poudriere: Installing or updating jails fail with cp/utils.c error

2020-10-02 Thread Rainer Hurling
For some time now, I get the following error when trying to create or 
update 11.4 or 12.2 jails in Poudriere:



#poudriere jail -c -j F114i386 -v stable/11 -a i386 -m svn+https

[..snip..]
--- all_subdir_rescue ---
--- /poudriere/jails/F114i386/usr/src/bin/cp/utils.o ---
cc  -O2 -pipe   -std=gnu99-Qunused-arguments   -O2 -pipe -c 
/poudriere/jails/F114i386/usr/src/bin/cp/utils.c -o 
/poudriere/jails/F114i386/usr/src/bin/cp/utils.o
/poudriere/jails/F114i386/usr/src/bin/cp/utils.c:515:14: error: member 
reference base type 'void' is not a structure or union

aclp = &acl->ats_acl;
~~~^ ~~~
/poudriere/jails/F114i386/usr/src/bin/cp/utils.c:516:11: error: 
incomplete definition of type 'struct acl'

if (aclp->acl_cnt != 0 && aclsetf(dest_dir,
^
/poudriere/jails/F114i386/usr/src/bin/cp/utils.c:466:9: note: forward 
declaration of 'struct acl'

struct acl *aclp;
   ^
2 errors generated.
*** [/poudriere/jails/F114i386/usr/src/bin/cp/utils.o] Error code 1

make[5]: stopped in 
/usr/obj/i386.i386/poudriere/jails/F114i386/usr/src/rescue/rescue



This happens on a recent 13.0-CURRENT amd64 (r366190). Updating HEAD 
jails work fine so far.


Am I doing something wrong? I thought, the cp/utils.c problem was solved 
some time ago?


Thanks for any insight and help.

Regards,
Rainer Hurling
___
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: Seeing packaging problems since about 1-2 days (Requesting argument %2 while only 1 arguments are available)

2020-10-02 Thread Niclas Zeising

On 2020-10-02 10:46, Matthias Fechner wrote:

Am 02.10.2020 um 10:32 schrieb Yasuhiro KIMURA:

Probably it is fixed with r550901.


I don't think so, as I build with r551051:

https://pkg.fechner.net/build.html?mastername=121amd64-default&build=2020-10-02_10h10m03s 


There's been another round of fixes for this.   Try again after the 
update of pkg to 1.5.7.

Regards
--
Niclas
___
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: Seeing packaging problems since about 1-2 days (Requesting argument %2 while only 1 arguments are available)

2020-10-02 Thread Baptiste Daroussin
On Fri, Oct 02, 2020 at 10:28:52AM +0200, Matthias Fechner wrote:
> Dear all,
> 
> I see recently new package errors like (this also affects ports I maintain):
> 
> ===>  Building package for avahi-app-0.7_3
> pkg-static: Requesting argument %2 while only 1 arguments are available
> pkg-static: Requesting argument %2 while only 1 arguments are available
> 
> Anyone an idea what caused this and how to fix it?
> 
> Gruß
> Matthias
> 
The issue was in @sample, the version causing the issue you are seeing was
committed 6 hours ago and the fix about it 2 hours ago.

Updating your ports tree should fix it.

Best regards,
Bapt


signature.asc
Description: PGP signature


Re: Seeing packaging problems since about 1-2 days (Requesting argument %2 while only 1 arguments are available)

2020-10-02 Thread Matthias Fechner

Am 02.10.2020 um 13:22 schrieb Niclas Zeising:
There's been another round of fixes for this.   Try again after the 
update of pkg to 1.5.7.

Regards


thanks all, problem is fixed.
Will now be able to release a gitlab-ce security update ;)

Gruß
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
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 Port: grafana7-7.1.3

2020-10-02 Thread Brandon McCorkle
Hi Robson,

With phantomjs deprecated are you aware of anyone working to 
get the Grafana image renderer plugin working on Freebsd?  I've recently 
updated our Icinga system been unable to find a way to render the graphs 
without phantomjs.

Thank you,

Brandon McCorkle

___
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: FreeBSD Port: grafana7-7.1.3

2020-10-02 Thread Kevin Oberman
On Fri, Oct 2, 2020 at 7:35 AM Brandon McCorkle <
brandon.mccor...@gahanna.gov> wrote:

> Hi Robson,
>
> With phantomjs deprecated are you aware of anyone working
> to get the Grafana image renderer plugin working on Freebsd?  I've recently
> updated our Icinga system been unable to find a way to render the graphs
> without phantomjs.
>
> Thank you,
>
> Brandon McCorkle
>

I'm a bit confused as to the removal of phantomjs. I've read the author's
statement of the halt in development in March, 2018, but there was no
deprecation announced and he did clean up the damaged master repo and
restore the 2.1 development branch. He did not in any way indicate that it
should not be used and it is still being used fairly widely. After a bit of
a break, he has continued to make commits, the most recent in July. He
seems unaware that FreeBSD has deleted the port as he still lists its
availability.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
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: FreeBSD Port: grafana7-7.1.3

2020-10-02 Thread Brandon McCorkle
Even so, it appears support for phantomjs has been removed in Grafana 7…
https://grafana.com/blog/2020/05/07/grafana-7.0-preview-new-image-renderer-plugin-to-replace-phantomjs/

I’m just trying to find options to my issue.  I originally updated to Grafana 7 
but with no Grafana image renderer plugin for FreeBSD, I downgraded to Grafana 
6 but discovered phantomjs isn’t available in the ports collection any longer.


From: Kevin Oberman 
Sent: Friday, October 2, 2020 3:47 PM
To: Brandon McCorkle 
Cc: robsonmantov...@gmail.com; po...@freebsd.org
Subject: Re: FreeBSD Port: grafana7-7.1.3

On Fri, Oct 2, 2020 at 7:35 AM Brandon McCorkle 
mailto:brandon.mccor...@gahanna.gov>> wrote:
Hi Robson,

With phantomjs deprecated are you aware of anyone working to 
get the Grafana image renderer plugin working on Freebsd?  I've recently 
updated our Icinga system been unable to find a way to render the graphs 
without phantomjs.

Thank you,

Brandon McCorkle

I'm a bit confused as to the removal of phantomjs. I've read the author's 
statement of the halt in development in March, 2018, but there was no 
deprecation announced and he did clean up the damaged master repo and restore 
the 2.1 development branch. He did not in any way indicate that it should not 
be used and it is still being used fairly widely. After a bit of a break, he 
has continued to make commits, the most recent in July. He seems unaware that 
FreeBSD has deleted the port as he still lists its availability.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

___
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"