Re: python 3 subprocess performance

2019-04-14 Thread Jan Beich
Kubilay Kocak writes: > On 12/04/2019 8:41 pm, Dima Pasechnik wrote: > >> On Fri, Apr 12, 2019 at 9:46 AM Alexander Zagrebin wrote: >>> >>> В Fri, 12 Apr 2019 09:36:13 +0200 >>> Dima Pasechnik пишет: >>> On Fri, Apr 12, 2019 at 9:11 AM Alexander Zagrebin wrote: > > В Thu, 11

Python27 install problem - Undefined symbol rl_callback_sigcleanup

2019-04-14 Thread Per olof Ljungmark
This is a recent 11-STABLE jail but it may contain cruft from a previous 10 (or maybe even earlier) install. Portstree updated today. I've done the mergemaster bit and readline-8.0.0 is present, rl_callback_sigcleanup eists in /usr/local/include/readline/readline.h. Some relevant parts of the

Re: PR 23672 - java/eclipse update

2019-04-14 Thread Rainer Hurling
Hi Kurt, Am 13.04.19 um 19:57 schrieb Kurt Jaeger: > Hi! > > While test-building java/eclipse in poudriere from > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236792 > > I run into this problem: During the build, git is used to > create a local git repo. > > This works in current, beca

INDEX build failed for 11.x

2019-04-14 Thread Ports Index build
INDEX build failed with errors: Generating INDEX-11 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.audio --- --- describe.benchmarks --- --- describe.biology --- --- describe.cad --- --- describe.chinese --- --- d

INDEX now builds successfully on 11.x

2019-04-14 Thread Ports Index build
___ 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"

Can two ports have master-slave relatioship across categories?

2019-04-14 Thread Hyun Hwang
Hi, Source Han Sans is a font that supports 4 East Asian languages at the same time. Thus initially, I have split the font into four when porting; chinese/sourcehansans-{sc,tc}-otf, {japanese,korean}/sourcehansans-otf, respectively. These four have all their own Makefile, pkg-plist, distinfo, .

Re: Can two ports have master-slave relatioship across categories?

2019-04-14 Thread Adam Weinberger
On Sun, Apr 14, 2019 at 10:36 AM Hyun Hwang wrote: > > Hi, > > Source Han Sans is a font that supports 4 East Asian languages at the same > time. Thus initially, I have split the font into four when porting; > chinese/sourcehansans-{sc,tc}-otf, {japanese,korean}/sourcehansans-otf, > respectivel

Re: Can two ports have master-slave relatioship across categories?

2019-04-14 Thread Hyun Hwang
Cool! I'll start working on "enslaving" other three. Thanks! -- Hyun "Harold" Hwang On Sunday, April 14, 2019, 1:08 PM (UTC-04:00), Adam Weinberger wrote: > On Sun, Apr 14, 2019 at 10:36 AM Hyun Hwang wrote: > > > > Hi, > > > > Source Han Sans is a font that supports 4 East Asian languages at

make delete-old-libs is your friend

2019-04-14 Thread George Mitchell
But I forgot that, and ended up with both /lib/libreadline.so.8 AND /usr/local/lib/libreadline.so.8 on my machine, leading to woe when compiling the latest lang/python36. Unfortunately, the base version readline was quite a bit older than the one from ports. Nevertheless, the ports version is exp

Re: make delete-old-libs is your friend

2019-04-14 Thread Adam Weinberger
On Sun, Apr 14, 2019 at 6:26 PM George Mitchell wrote: > > But I forgot that, and ended up with both /lib/libreadline.so.8 > AND /usr/local/lib/libreadline.so.8 on my machine, leading to woe > when compiling the latest lang/python36. Unfortunately, the base > version readline was quite a bit olde

Re: make delete-old-libs is your friend

2019-04-14 Thread George Mitchell
On 4/14/19 9:07 PM, Adam Weinberger wrote: > On Sun, Apr 14, 2019 at 6:26 PM George Mitchell > wrote: >> >> But I forgot that, and ended up with both /lib/libreadline.so.8 >> AND /usr/local/lib/libreadline.so.8 on my machine, leading to woe >> when compiling the latest lang/python36. Unfortunate

2.32 assertion fail elflink.c:2935 on RPi2

2019-04-14 Thread bob prohaska
Attempts to build www/firefox on rpi2 fail during compilation of llvm60, with /usr/local/bin/ld: BFD (GNU Binutils) 2.32 assertion fail elflink.c:2935 There don't seem to be any other error messages in the build output. Swap usage peaks at 16%, vm.pageout_oom_seq=2048 . The machine is running

Re: 2.32 assertion fail elflink.c:2935 on RPi2

2019-04-14 Thread Dimitry Andric
On 15 Apr 2019, at 06:30, bob prohaska wrote: > > Attempts to build www/firefox on rpi2 fail during compilation of > llvm60, with > > /usr/local/bin/ld: BFD (GNU Binutils) 2.32 assertion fail elflink.c:2935 > > There don't seem to be any other error messages in the build output. > Swap usage pe