Build ports failured

2019-12-15 Thread Nilton Jose Rizzo
Hi all

Some ports that I'm trying to install was broken with this error
mesage:

In file included from jbig.c:36:
/usr/include/stdlib.h:317:8: error: unknown type name 'inline'
static inline void
   ^
--- jbig85.So ---

In this case i trying to build mate meta ports, but other ports 
bkroken like it's.

my box:

FreeBSD venus 13.0-CURRENT FreeBSD 13.0-CURRENT #4 r355754: Sat Dec 14
16:22:51 -03 2019 rizzo@venus:/usr/obj/usr/src/amd64.amd64/sys/VENU
S  amd64

root@venus:/usr/ports/x11/mate # svnlite info /usr/src
Path: /usr/src
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 355754
Node Kind: directory
Schedule: normal
Last Changed Author: trasz
Last Changed Rev: 355754
Last Changed Date: 2019-12-14 10:37:17 -0300 (Sat, 14 Dec 2019)


root@venus:/usr/ports/x11/mate # svnlite info /usr/ports
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 520053
Node Kind: directory
Schedule: normal
Last Changed Author: tijl
Last Changed Rev: 520053
Last Changed Date: 2019-12-13 13:28:31 -0300 (Fri, 13 Dec 2019)


root@venus:/usr/ports/x11/mate # clang --version
FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on
LLVM 9.0.0)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
root@venus:/usr/ports/x11/mate # 


Anyone can help me?

TIA


___
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: Build ports failured

2019-12-15 Thread Herbert J. Skuhra
On Sun, Dec 15, 2019 at 03:41:32PM -0300, Nilton Jose Rizzo wrote:
> Hi all
> 
> Some ports that I'm trying to install was broken with this error
> mesage:
> 
> In file included from jbig.c:36:
> /usr/include/stdlib.h:317:8: error: unknown type name 'inline'
> static inline void
>^
> --- jbig85.So ---
> 
> In this case i trying to build mate meta ports, but other ports 
> bkroken like it's.

https://lists.freebsd.org/pipermail/svn-src-head/2019-December/131869.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: Build ports failured

2019-12-15 Thread Nilton Jose Rizzo
Em dom, 2019-12-15 às 19:48 +0100, Herbert J. Skuhra escreveu:
> On Sun, Dec 15, 2019 at 03:41:32PM -0300, Nilton Jose Rizzo wrote:
> > Hi all
> > 
> > Some ports that I'm trying to install was broken with this error
> > mesage:
> > 
> > In file included from jbig.c:36:
> > /usr/include/stdlib.h:317:8: error: unknown type name 'inline'
> > static inline void
> >^
> > --- jbig85.So ---
> > 
> > In this case i trying to build mate meta ports, but other ports 
> > bkroken like it's.
> 
> 
https://lists.freebsd.org/pipermail/svn-src-head/2019-December/131869.html

  Thankx


> 
> ___
> 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@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: binutils linker errors

2019-12-15 Thread Eitan Adler
FWIW I still have this problem.  Is this a known issue or should I be
properly debugging this?

On Fri, 22 Nov 2019 at 23:56, Eitan Adler  wrote:
>
> When compiling devel/binutils I get the following error. What am I
> missing or is it a known bug?
>
> [00:00:34] ld: error: undefined symbol: bswap_identity_64
> [00:00:34] >>> referenced by ctf-archive.c:112
> [00:00:34] >>>   ctf-archive.o:(ctf_arc_write) in archive
> ../libctf/libctf.a
> [00:00:34]
> [00:00:34] ld: error: undefined symbol: bswap_identity_64
> [00:00:34] >>> referenced by ctf-archive.c:113
> [00:00:34] >>>   ctf-archive.o:(ctf_arc_write) in archive
> ../libctf/libctf.a
> [00:00:34]
>
> Command:
> ∴sudo poudriere bulk -j amd64-matches-host -p development devel/binutils
>
> Debug info
> ∴poudriere version
> 3.3.99.20190828
> ∴pkg -v
> 1.12.0
> ∴freebsd-version -kru
> 12.1-RELEASE
> 12.1-RELEASE
> 12.1-RELEASE
> ∴uname -a
> FreeBSD fasteagle 12.1-RELEASE FreeBSD 12.1-RELEASE r354802 EADLER  amd64
> ∴clang --version
> 'FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on
> LLVM 8.0.1)
> Target: x86_64-unknown-freebsd12.1
> Thread model: posix
> InstalledDir: /usr/bin
>
>
> --
> Eitan Adler



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


Maintainer timeout: print/latex-beamer bug 241766

2019-12-15 Thread John W. O'Brien
Hello FreeBSD Ports,

I believe we have exceeded the two week maintainer timeout on bug 241766
[0]. A patch has been awaiting attention since 2019-11-25T19:11:52Z.

Are there any committers within earshot able and willing to take this bug?

[0] print/latex-beamer: update to 3.57 and unbreak
https://bugs.freebsd.org/241766

Thank you,

-- 
John W. O'Brien
OpenPGP keys:
0x33C4D64B895DBF3B



signature.asc
Description: OpenPGP digital signature


Re: binutils linker errors

2019-12-15 Thread w.schwarzenfeld

see:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242053

___
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: binutils linker errors

2019-12-15 Thread Eitan Adler
On Sun, 15 Dec 2019 at 20:50, w.schwarzenfeld  wrote:
>
> see:
>
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242053

Thank you. CCed myself.

-- 
Eitan Adler
___
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

2019-12-15 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
+-+
devel/py-cachetools | 2.0.0   | 4.0.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"


Patches waiting for commits

2019-12-15 Thread Franco Fichtner
Hi,

Here are a few bug reports waiting for a kind committer:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233963
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239860
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241569
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242658 includes 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242629


Cheers,
Franco
___
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"