Re: USES pgsql:plpython?

2017-10-25 Thread L.Bartoletti
Hi Chris and all, I will propose soon a new patch for pgsql. Today you can select a version like this 9.2+, 9.5- but not with an interval like this 9.5-10. It was ready, but pending since months, in this PR #213038. Can you also tak

codeblocks-devel looking for a committer

2017-10-25 Thread L.Bartoletti
Hi all, Since codeblocks is still buggy, I'm looking for a committer to PR #221703 to have codeblocks-devel which works. Thank you. Regards Loïc ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: Files conflicts in ports

2017-10-25 Thread L.Bartoletti
Hi Rodrigo, Thank you for this precious tool. One question, seeing one of my ports which have conflicts (devel/py-gtfslib http://pkgtool.osorio.me/conflicts/lbartole...@tuxfamily.org.html). Is it or not good to install test files? Regards. Loïc On 10.10.2017 20:52, Rodrigo Osorio wrote:

lang/ghc fails to build

2017-10-25 Thread blubee blubeeme
I've created a bug report, can anyone take a look at this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223249 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freeb

Re: can't link against math.h

2017-10-25 Thread Steve Kargl
On Thu, Oct 26, 2017 at 03:00:48AM +, Montgomery-Smith, Stephen wrote: > On 10/25/2017 09:05 PM, blubee blubeeme wrote: > > I wrote a simple test program to test and see if math.h has the function: > > exp10f > > > Does FreeBSD math.h have expf10 and if so, how do I link against it? > > __

Re: can't link against math.h

2017-10-25 Thread Montgomery-Smith, Stephen
On 10/25/2017 09:05 PM, blubee blubeeme wrote: > I wrote a simple test program to test and see if math.h has the function: > exp10f > Does FreeBSD math.h have expf10 and if so, how do I link against it? > ___ I think exp10f is a Linux only function. In

Re: can't link against math.h

2017-10-25 Thread Christopher Hall
Hello blubee, On Thu, 26 Oct 2017 10:05:00 +0800, blubee blubeeme wrote: > I wrote a simple test program to test and see if math.h has the > function: exp10f grep -r exp10f /usr/include shows that is does not. I could not find this function in man pages either and also http://en.cppreference.c

Re: can't link against math.h

2017-10-25 Thread Steve Kargl
On Thu, Oct 26, 2017 at 10:05:00AM +0800, blubee blubeeme wrote: > I wrote a simple test program to test and see if math.h has the function: > exp10f > #include > > int main(int argc, char** argv) > { > (void)argv; > return ((int*)(&exp10))[argc]; > } > > tried compiling it with clang: > clang++

can't link against math.h

2017-10-25 Thread blubee blubeeme
I wrote a simple test program to test and see if math.h has the function: exp10f #include int main(int argc, char** argv) { (void)argv; return ((int*)(&exp10))[argc]; } tried compiling it with clang: clang++ test.cpp -o test -lm test.cpp:7:17: error: use of undeclared identifier 'expf10' return

Maintainer timeout for fix to print/freetype2

2017-10-25 Thread Kevin Oberman
Since print/freetype2 was updated to version 2.8 in June it has had an annoying bug that caused lines to be spaced slightly too far apart for some fonts, notably Bitstream Vera Sans Mono Roman, AKA "fixed". This caused terminal windows to not line up correctly. Thanks to some hard work by lightsid

Committer needed for patch to fix py-opencv

2017-10-25 Thread Randy Westlund
It's not my patch, but it fixes the problem and it's been sitting there for several months now. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211805 signature.asc Description: PGP signature

Re: po/Makefile.in.in was not created by intltoolize."

2017-10-25 Thread Tijl Coosemans
On Thu, 26 Oct 2017 01:11:55 +0800 blubee blubeeme wrote: > I found this really old thread: > https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html > > and this really old script to "work around" the issue. > > #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n > "$src

po/Makefile.in.in was not created by intltoolize."

2017-10-25 Thread blubee blubeeme
I found this really old thread: https://mail.gnome.org/archives/gtkmm-list/2009-August/msg00072.html and this really old script to "work around" the issue. #! /bin/sh -etest -n "$srcdir" || srcdir=`dirname "$0"`test -n "$srcdir" || srcdir=.( cd "$srcdir" && AUTOPOINT='intltoolize --automake -

FreeBSD ports you maintain which are out of date

2017-10-25 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

Re: Okular or any pdf reader

2017-10-25 Thread Gary Jennejohn
On Wed, 25 Oct 2017 19:32:30 +0800 blubee blubeeme wrote: > I've had the pdf viewers work with these nvidia drivers before, > then a few months back they stopped working. I've avoided > dealing with the problem by using chrome to view pdfs but > that's getting old. > I use the nvidia driver an

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
I've had the pdf viewers work with these nvidia drivers before, then a few months back they stopped working. I've avoided dealing with the problem by using chrome to view pdfs but that's getting old. About this laptop it's a bios switch to use either the gtx 1070 or the intel gpu vgapci0@pci0:1:0:

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 13:15, blubee blubeeme wrote: Okay, I tried using chatbot for android to ssh into this laptop and that works just fine. Then when I launch okular the computer had locks up and the ssh dies on the phone as well. So it seems not even ssh works when this this freezes up. Any other sugge

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Okay, I tried using chatbot for android to ssh into this laptop and that works just fine. Then when I launch okular the computer had locks up and the ssh dies on the phone as well. So it seems not even ssh works when this this freezes up. Any other suggestions? On Wed, Oct 25, 2017 at 6:05 PM, bl

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
The GPUT thing is pretty terrible so I know i'm risking things with that, have no choice until I can take some time to try that drm-kmod. Speaking of which, those commands do not work; I am on a laptop and if I try to change terms like that the nvidia drivers just panic and die. screen looks like

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 11:55, blubee blubeeme wrote: "os.lock_mtx" Oct 25 17:52:58 blubee kernel: 1st os.lock_mtx @ nvidia_os.c:841 Oct 25 17:52:58 blubee kernel: 2nd os.lock_mtx @ nvidia_os.c:841 Oct 25 17:52:58 blubee kernel: stack backtrace: Oct 25 17:52:58 blubee kernel: #0 0x80ab6f30 at witness

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
That also hard locked my computer, /var/log/messages below: Oct 25 17:52:52 blubee syslogd: kernel boot file is /boot/kernel/kernel Oct 25 17:52:52 blubee kernel: Copyright (c) 1992-2017 The FreeBSD Project. Oct 25 17:52:52 blubee kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 199

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 11:39, blubee blubeeme wrote: Typo on the [audio] Here's my /var/log/messages for the past hour or so, the failure should be logged in there somewhere: https://pastebin.com/FCkXEn1v Other than that there's this: https://ibb.co/gUBVkm Try: dbus-launch okular --HPS _

Re: Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Typo on the [audio] Here's my /var/log/messages for the past hour or so, the failure should be logged in there somewhere: https://pastebin.com/FCkXEn1v Other than that there's this: https://ibb.co/gUBVkm On Wed, Oct 25, 2017 at 5:29 PM, Hans Petter Selasky wrote: > On 10/25/17 11:30, blubee bl

Re: Okular or any pdf reader

2017-10-25 Thread Hans Petter Selasky
On 10/25/17 11:30, blubee blubeeme wrote: any audio pdf viewer Audio?? Do you have a kernel trace or dmesg ? --HPS ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Okular or any pdf reader

2017-10-25 Thread blubee blubeeme
Whenever I try to launch any audio pdf viewer program my computer hard locks up and I have to power cycle. Does anyone have any info as to why? uname -v: FreeBSD 12.0-CURRENT #0 r319752: Sat Jun 10 01:59:26 CST 2017 blubee.me: /usr/obj/usr/src/sys/GENERIC __