Re: pypy-1.7

2011-12-21 Thread Volodymyr Kostyrko
18.12.2011 19:01, David Naylor wrote: As of 2011/12/13 pypy-1.7 is in ports (under lang/pypy, thanks lwhsu@). Please uninstall pypy-1.6 before building pypy-1.7, there is a memory leak in pypy-1.6 that prevents it from translating pypy-1.7. lang/python27 still misses -fwrapv patch for clang.

Re: x11/nvidia-driver: crash with FreeBSD 9.0-STABLE/amd64 when module loaded via /boot/loader.conf

2012-01-03 Thread Volodymyr Kostyrko
03.01.2012 12:15, O. Hartmann wrote: On one of my FreeBSD 9.0 boxes running FreeBSD 9.0-STABLE/amd64 (CLANG built), equipted with a nVidia GT760Ti graphics board, loading the nvidia module via /boot/loader.conf results in a page fault with random error messages before rebooting. 9-STABLE,

Re: Feasibility of splitting out web components of lang/php5

2012-01-09 Thread Volodymyr Kostyrko
06.01.2012 06:20, Doug Barton wrote: I do package build systems that support a variety of types of end systems. (Nearly) all of them use php in some form or another, but a substantial portion of them don't have web servers, and therefore don't need the cgi, apache module, or the apache

Re: xcb-util

2012-01-18 Thread Volodymyr Kostyrko
Subbsd wrote: I found two broken rebuild after upgrade xcb: 1) vlc doesn't build ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164268 ) 2) kalzium doesn't build ( It is corrected after force rebuild something from ocaml\* or facile\*) pkg_libchk from sysutils/bsdadminscripts would point

Re: Upgrading libs with many dependent ports

2012-01-18 Thread Volodymyr Kostyrko
Kevin Oberman wrote: I have just been cleaning up the mess caused by the upgrade of xcb-utils. On my systmes I have hundreds of ports that will be re-built by the methods listed in UPDATING, even though the vast majority of them are only dependent on other ports that are dependent on xcb-utils,

Re: xcb-util

2012-01-19 Thread Volodymyr Kostyrko
Heino Tiedemann wrote: Kevin Obermankob6...@gmail.com wrote: pkg_libchk -o | grep xcb- should just give the relevant information. Its a lot (all ports up to Date except x11-wm/xfce4-wm): It's not about been up to date, it's about been correctly linked. Go rebuild them. -- Sphinx of

databases/postgresql91-server - fails to compile with selected options

2012-01-30 Thread Volodymyr Kostyrko
Hello. I'm in process of upgrading FreeBSD to 9.0 on my servers. Today I found that databases/postgresql91-server stops building with my selected options. The one that pains me most is absence of pam integration. 1. When compiling port today it yields me this binary: /usr/local/bin/postgres:

Re: databases/postgresql91-server - fails to compile with selected options

2012-01-30 Thread Volodymyr Kostyrko
Volodymyr Kostyrko wrote: I'm in process of upgrading FreeBSD to 9.0 on my servers. Today I found that databases/postgresql91-server stops building with my selected options. The one that pains me most is absence of pam integration. I've found who to blame: /usr/ports/Mk/bsd.port.mk, line 1258

Re: [CFT] Xorg Upgrade 7.5.2

2012-02-13 Thread Volodymyr Kostyrko
Adam K Kirchhoff wrote: I've run it for a while now and am actually having a pretty serious issue: http://thorn.visualtech.com/screenshot.jpg As you can see, that big window on the right monitor (though certainly doesn't limit itself to just that screen) is almost entirely corrupt. It's an

Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Volodymyr Kostyrko
Andrey Chernov wrote: Having 9-stable and ports from Feb 14, all builded from sources, I get this commonly looking error attempting to view flash in FF 10.0.1: *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC client connection NOTE: child process received `Goodbye', closing

Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Volodymyr Kostyrko
Robert Huff wrote: Am running flash successfully on 9-stable (daily rebuild). Works for me under chromium/seamonkey. Just filed a patch for the latest flash version... Works for me also. On my system, portversion did not catch the jump from Flash 9 to Flash 11. Was this just

Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Volodymyr Kostyrko
Robert Huff wrote: On my system, portversion did not catch the jump from Flash 9 to Flash 11. Was this just me, or should there be an entry in UPDATING? They are different ports. You need to switch to other one. Given the number of people who have/had trouble

Re: lang/gcc rumdependencies?

2012-02-16 Thread Volodymyr Kostyrko
Heino Tiedemann wrote: I like to deinstall lang/gcc It is not possible, because of dependencies - run-dependencies - to kmplayer-kde4-0.11.2b,3 mplayer-1.0.r20111218_3 Do this ports realy need lang/gcc tu RUN? Yes. If OTCHAIN is selected in options. You can try to rebuild it without

Re: lang/gcc rumdependencies?

2012-02-16 Thread Volodymyr Kostyrko
Gautam wrote: Yes, in the sense that they have the default option set to use the latest toolkit (lang/gcc46). The main question is why this port (and everythin else with USE_GCC=4.6+) depend on lang/gcc46 and not lang/gcc. Most port users dislike building latest gcc snapshot on a weekly

Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-21 Thread Volodymyr Kostyrko
Andrey Chernov wrote: Just in case it may help somebody: the cause (but not the root) of the problem is found and workaround too. The cause of the problem is ::1 localhost localhost.my.domain line from our _standard_ /usr/src/etc/hosts which comes first before 127.0.0.1

Re: New Xorg: graphics/dri: fails to compile with CLANG: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-04-28 Thread Volodymyr Kostyrko
O. Hartmann wrote: Is there in official way to get this fixed with CLANG? I see that files folder in graphics/dri is missing, so none of the fixes for both the faulty source files I think the patch should go to graphics/libGL. cd /usr/ports/graphics/libGL/files fetch -rao -

Re: New Xorg: graphics/dri: fails to compile with CLANG: nouveau_array.c:49:16: error: illegal storage class on function, *extract_u = EXTRACT(char, unsigned, 1);

2012-05-28 Thread Volodymyr Kostyrko
Dimitry Andric wrote: On 2012-04-28 13:12, Volodymyr Kostyrko wrote: O. Hartmann wrote: Is there in official way to get this fixed with CLANG? I see that files folder in graphics/dri is missing, so none of the fixes for both the faulty source files I think the patch should go to graphics

Re: Flow-tools and Flow-tools-ng - Flow-Capture - supposed to be memory leak - patch

2009-08-17 Thread Volodymyr Kostyrko
Zvezdelin Vladov wrote: Dear Sir/Madam, Please, publish in the official ports build patch system, the patch bellow for the problem that manifest itself only on the amd64 platform, and it is one and the same for both the flow-tools and flow-tools-ng - i.e. flow-capture eats all of the RAM and

Re: [CFT] Update of xorg libraries and MESA

2013-09-09 Thread Volodymyr Kostyrko
09.09.2013 15:49, Niclas Zeising wrote: [Cross-posted between x11@ and ports@, please respect reply-to] ^/releng/9, WITH_CLANG_IS_CC, CCACHE, WITH_NEW_XORG CC intel_fbo.lo cc: warning: argument unused during compilation: '-fno-builtin-memcmp' cc: warning: argument unused during

Re: [CFT] Update of xorg libraries and MESA

2013-09-09 Thread Volodymyr Kostyrko
09.09.2013 17:02, Koop Mast wrote: ^/releng/9, WITH_CLANG_IS_CC, CCACHE, WITH_NEW_XORG You need to manual remove your old libGL and dri before updating to the new version, as mentioned in the UPDATING file. Oh, sorry.. I always mess the order of things. Thanks for a quick reply! And how

Re: Berkeley DB 4.1

2013-09-12 Thread Volodymyr Kostyrko
12.09.2013 13:57, Ivan Voras wrote: Hello, I'd like to start a discussion on changing the default BDB port from 4.1 to something more recent. bdb version 4.1 was last released in 2002: README: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002) There are some ports which have an

Re: Comments on todays non-NEW_XORG update

2013-09-30 Thread Volodymyr Kostyrko
30.09.2013 02:37, Jeffrey Bouquet wrote: It is done here, for the most part. (Epiphany remains out of the picture, persistent failure to build webkit...) but there were a few quirks... The reinstall of gtk20 (which was newly missing a dependency) depended upon ibus for the install, but ibus

Re: miniupnpd not inserting pf rules

2013-12-12 Thread Volodymyr Kostyrko
11.12.2013 17:00, krad wrote: I have being having some trouble/fun with miniupnpd, in that it didnt seem to be inserting the rules into pf ( pfctl -sr -a miniupnpd ). The rdr rules are inserted fine just not the firewall rules at the rules anchor. I think I have traced the problem down to the

Re: FreeBSD Port: enlightenment-0.17.5,2

2013-12-25 Thread Volodymyr Kostyrko
24.12.2013 16:34, Peter wrote: Hello, I'm testing E17 under the PCBSD10 (based on FreeBSD 10.0-BETA3) on my laptop. I'm really disappointed by the degradation of some modules (I'm comparing with 0.16.999.65643 I use on my workstation, under PCBSD 9.1). I would like to know the port status and

Re: dns/bind* ports overwriting conf files

2014-01-02 Thread Volodymyr Kostyrko
28.12.2013 02:00, Mathieu Arnold wrote: +--On 25 décembre 2013 22:16:07 -0800 Doug Barton do...@dougbarton.us wrote: | While looking at the UPDATING entry for the bdb mess (more on that later) | I happened to see this: | | 20131209: |AFFECTS: users of dns/bind96, dns/bind98 and bind99 on

Re: cpuminer mines only on one core regardless of --threads option

2014-01-14 Thread Volodymyr Kostyrko
14.01.2014 15:01, Alexander написав(ла): Hello! on Freebsd 9.2 x64 on 5 different PCs I installed net-p2p/cpuminer from ports and by pkg install - result is the same - minerd mines only on one core regardless of --threads option. If I start with --threads 1 for example --threads=3 - minerd

devel/gmake broken by some recent commit

2014-01-20 Thread Volodymyr Kostyrko
Hi all. Yesterday it was fine, now it doesn't work: # make === gmake-3.82_1 Do not define STAGEDIR in command line. *** Error code 1 This is probably result of r340369. -- Sphinx of black quartz, judge my vow. ___ freebsd-ports@freebsd.org mailing

Re: devel/gmake broken by some recent commit

2014-01-20 Thread Volodymyr Kostyrko
20.01.2014 11:53, Volodymyr Kostyrko wrote: Hi all. Yesterday it was fine, now it doesn't work: # make === gmake-3.82_1 Do not define STAGEDIR in command line. *** Error code 1 This is probably result of r340369. Yep, the problem is with this commit: # svn diff -r340368:r340369 Index: Mk

Re: per-port make.conf options and hyphenated port names

2014-01-21 Thread Volodymyr Kostyrko
21.01.2014 03:01, Matthew Pounsett wrote: At some point in the last couple of weeks I was pointed at https://wiki.freebsd.org/Ports/Options/OptionsNG as what has been implemented to deprecate make.conf settings such as “WITHOUT_X11=yes”. That document says it has been committed, but the

java/icedtea-web broken since last openjdk update

2014-02-13 Thread Volodymyr Kostyrko
Hi all. When building java/icedtea-web I get this: checking for X11... yes checking for a JRE home directory... /usr/local/openjdk7/jre checking for a Java virtual machine... /usr/local/openjdk7/jre/bin/java checking if java.util.jar.Pack200 is available... yes checking if

Re: ports/184993: www/squid33 - fails to build on ^/stable/10 (without AUFS or why AUFS doesn't work)

2014-02-13 Thread Volodymyr Kostyrko
Hi all. The core problem to whole this stuff is about how squid is compiled when it requires threading support (and AUFS needs pthreads). Let's see some diffs. The whole difference between this two is FS_AUFS is enabled for the +++ and disables for the ---. --- squid.nobuild

Re: Circular port dependency

2013-01-11 Thread Volodymyr Kostyrko
11.01.2013 03:21, George Mitchell: I grabbed the ports tree as of 308518, the RELEASE_9_1_0 tag. The current and supported version of ports is HEAD. devel/libtool won't build, because it requires autom4te during the Can you provide some logs showing how it can't be built? configure

www/seamonkey fails to patch after update

2013-01-11 Thread Volodymyr Kostyrko
Hi all # make patch === Patching for seamonkey-2.15 === seamonkey-2.15 depends on file: /usr/local/bin/perl5.12.4 - found === Applying FreeBSD patches for seamonkey-2.15 1 out of 1 hunks failed--saving rejects to

Re: www/seamonkey fails to patch after update

2013-01-11 Thread Volodymyr Kostyrko
11.01.2013 13:54, Volodymyr Kostyrko: Hi all # make patch === Patching for seamonkey-2.15 === seamonkey-2.15 depends on file: /usr/local/bin/perl5.12.4 - found === Applying FreeBSD patches for seamonkey-2.15 1 out of 1 hunks failed--saving rejects to mozilla/media/mtransport/third_party

Re: www/seamonkey fails to patch after update

2013-01-14 Thread Volodymyr Kostyrko
On 11.01.2013 18:58, Florian Smeets wrote: On 11.01.13 13:10, Volodymyr Kostyrko wrote: 11.01.2013 13:54, Volodymyr Kostyrko: Hi all File to patch: ^C= Patch patch-enigmail-ipc-src-Makefile failed to That's making WITHOUT_ENIGMAIL Should be fixed. Please try again. Thanks, works

Re: openfire upgrade to 3.8

2013-02-28 Thread Volodymyr Kostyrko
28.02.2013 11:43, Pietro Cerutti: On 2013-Feb-26, 06:26, David Southwell wrote: Hi Hello David, Any chance of an upgrade for openfire to .3.8 There are some bugs in 3.7 which have been fixed for 3.8 I was waiting for 3.8.1, which was supposed to be released a couple of days after 3.8 and

Re: openfire upgrade to 3.8

2013-03-04 Thread Volodymyr Kostyrko
28.02.2013 17:41, Pietro Cerutti: On 2013-Feb-28, 16:39, Volodymyr Kostyrko wrote: 28.02.2013 11:43, Pietro Cerutti: On 2013-Feb-26, 06:26, David Southwell wrote: Hi Hello David, Any chance of an upgrade for openfire to .3.8 There are some bugs in 3.7 which have been fixed for 3.8 I

Re: openfire upgrade to 3.8

2013-03-04 Thread Volodymyr Kostyrko
04.03.2013 15:42, Pietro Cerutti: While I'm here: http://community.igniterealtime.org/message/227216 I hit this one too, tracing the start script I see: + _run_rc_doit 'openfire_stop ' + debug 'run_rc_command: doit: openfire_stop ' + eval 'openfire_stop ' + openfire_stop + check_pidfile

Re: openfire upgrade to 3.8

2013-03-04 Thread Volodymyr Kostyrko
04.03.2013 15:42, Pietro Cerutti: On 2013-Mar-04, 15:04, Volodymyr Kostyrko wrote: 28.02.2013 17:41, Pietro Cerutti: On 2013-Feb-28, 16:39, Volodymyr Kostyrko wrote: 28.02.2013 11:43, Pietro Cerutti: On 2013-Feb-26, 06:26, David Southwell wrote: Hi Hello David, Any chance of an upgrade

Re: (unknown)

2013-03-07 Thread Volodymyr Kostyrko
07.03.2013 17:38, Auld Besom: Firefox v19, built from a freshly-updated ports tree under xfce4 and 8.3 generic, crashes the moment I try to enter a url in the edit box. The situation seems to be getting worse with each release. 3.6.25 wouldn't let me log into disqus so that I could post at

Re: CURRENT: lang/gcc fails to build on CURRENT with error: configure: error: no usable dependency style found

2013-03-11 Thread Volodymyr Kostyrko
11.03.2013 18:57, O. Hartmann пишет: On Mon, 2013-03-11 at 17:29 +0100, Dimitry Andric wrote: On 2013-03-11 14:15, Niclas Zeising wrote: BSD grep does something very strange here: $ echo 'foo.bar' | grep foo.bar foo.bar $ echo 'foo.barx' | grep foo.bar foo.barx $ echo 'sub/foo.bar' | grep

Re: net/freerdp: redefinition of typedef...

2013-04-02 Thread Volodymyr Kostyrko
02.04.2013 12:32, Andriy Kornatskyy пишет: After deinstall of net/freerdp, it installed just fine. # pkg_info | grep freerdp freerdp-1.0.2 however now I have a problem with net/remmina-plugin-rdp. Error: shared library freerdp.0 does not exist *** [lib-depends] Error code 1 Remmina is not

Re: pkg + libiconv + gettext

2013-04-03 Thread Volodymyr Kostyrko
2013-04-03 18:21, J David wrote: We recently freed up a couple of machines to start moving toward helping test and using pkgng. For testing purposes, we have two parallel build machines running 9.1-STABLE, one running poudriere, and one running portmaster. While building converters/libiconv

Re: net/remmina-plugin-rdp is broken by net/freerdp

2013-06-20 Thread Volodymyr Kostyrko
19.06.2013 09:57, Koichiro IWAO: 2013-06-19 15:32 Dmitry V. Kroupenier wrote: Oh, many thanks! I did SVN copy of Your repositiry but something comes bad with the tarball: # make install clean === License GPLv2 accepted by the user = remmina-plugins-1.0.0.tar.gz doesn't seem to exist in

Re: net/remmina-plugin-rdp is broken by net/freerdp

2013-06-20 Thread Volodymyr Kostyrko
19.06.2013 09:57, Koichiro IWAO: 2013-06-19 15:32 Dmitry V. Kroupenier wrote: Oh, many thanks! I did SVN copy of Your repositiry but something comes bad with the tarball: # make install clean === License GPLv2 accepted by the user = remmina-plugins-1.0.0.tar.gz doesn't seem to exist in

Re: net/remmina-plugin-rdp is broken by net/freerdp

2013-06-20 Thread Volodymyr Kostyrko
20.06.2013 11:32, Koichiro IWAO: On Thu, Jun 20, 2013 at 11:00:43AM +0300, Volodymyr Kostyrko wrote: Moreover, distfiles for remmina and remmina-plugins are surprisingly similar despite having different names. Yes, these two files are identical. It's not a surprise. Remmina project

Re: net/remmina-plugin-rdp is broken by net/freerdp

2013-06-20 Thread Volodymyr Kostyrko
20.06.2013 11:53, Koichiro IWAO написав(ла): On Thu, Jun 20, 2013 at 10:51:08AM +0300, Volodymyr Kostyrko wrote: Bad Request, Forbidden and Not Found doesn't look like a network issue. Looks like the file is badly named. The project name on github is capitaized, but the port name

Re: net/remmina-plugin-rdp is broken by net/freerdp

2013-06-21 Thread Volodymyr Kostyrko
20.06.2013 20:14, Koichiro IWAO написав(ла): On Thu, Jun 20, 2013 at 06:08:28PM +0300, Volodymyr Kostyrko wrote: Yeah. Everything works when I'm not using squid. Here's the last part of session diff: What about other ports which fetch distfiles from github? For example, net/nyancat. Same

Re: php5-gd and xorg-libraries conflict

2007-05-22 Thread Volodymyr Kostyrko
Norberto Meijome wrote: first of all, i wanted to thank everyone who was involved in the xorg update - it was a massive rebuild that went mostly flawlessly. I had a couple of small stops in my laptop but i fixed each in a matter of a few minutes... really glad and impressed :) anyway, I have

Re: Managing bsdpan

2008-07-22 Thread Volodymyr Kostyrko
David Southwell wrote: On Tuesday 22 July 2008 05:42:05 Volodymyr Kostyrko wrote: David Southwell wrote: The following portsupgrade reports for bsdpan lead me to ask a few trivial questions and suggestions (see below) 1. why are some packages listed in the format: - isc/p5-Array-Compare

Re: Managing bsdpan

2008-07-22 Thread Volodymyr Kostyrko
David Southwell wrote: 2. There is another question on similar lines because some packages helpfully show the hierarchy in the ports tree etc: devel/*** rather than simply *** Why 'devel/'? There's no confidence that thees packages have their corresponding ports. I do not think you read

Re: relevancy of aureal-kmod today

2009-01-05 Thread Volodymyr Kostyrko
Rong-En Fan wrote: is my impression correct that this port (audio/aureal-kmod) never made it past 5-CURRENT? Seems the stray code check will fire on 6-STABLE and newer. I seem to recall when I commit the new rc script, I did a test on a 7-STABLE i386 box. Could you be more specific about which

Re: FreeBSD Port: enlightenment-0.16.999.042_1,2

2009-02-06 Thread Volodymyr Kostyrko
Sondre Tristan Midttun wrote: I'm having some problems with installing the enlightenment-devel port. I posted on FreeBSD forums here: http://forums.freebsd.org/showthread.php?t=1958 I'm not a maintainer, but I'll try... It seems that you skipped the installation of devel/e_dbus. Can you

Re: Call for potential ports maintainers

2009-02-13 Thread Volodymyr Kostyrko
Thomas Abthorpe wrote: The gauntlet has been thrown down, who among you is prepared to pick it up? audio/aureal-kmod please. -- Sphinx of black quartz judge my vow. ___ freebsd-ports@freebsd.org mailing list

Re: Call for potential ports maintainers

2009-03-04 Thread Volodymyr Kostyrko
Thomas Abthorpe wrote: I have summarised some details on the wiki on Adopting Ports, http://wiki.freebsd.org/PortsTasks#head-f018f566bce2ff96ec13fabd536d7cc6dc6f4275. How about adding the mentioned script as periodic weekly job? Let it be disabled by default. I'm monitoring a bunch of

working with port options from commandline

2014-04-03 Thread Volodymyr Kostyrko
Hi all. I'm all about automation. I'd like to automate most tasks so I can schedule them or write a script with which everything would be done automatically. I have some difficulties with current port options framework: 1. Is there a good way to set/unset any option from command line

Re: working with port options from commandline

2014-04-04 Thread Volodymyr Kostyrko
04.04.2014 14:05, Bryan Drewery написав(ла): On 4/3/2014 4:26 AM, Volodymyr Kostyrko wrote: Hi all. I'm all about automation. I'd like to automate most tasks so I can schedule them or write a script with which everything would be done automatically. I have some difficulties with current port

can anyone help taking down deprecated port net-im/tkabber-devel?

2014-04-04 Thread Volodymyr Kostyrko
Hi all. I just fired a PR about that one. I know there should be a maintainer timeout but domain with maintainers email vanished. All distfiles links point to this vanished domain too. http://www.freebsd.org/cgi/query-pr.cgi?pr=188260 -- Sphinx of black quartz, judge my vow.

Re: working with port options from commandline

2014-04-04 Thread Volodymyr Kostyrko
04.04.2014 18:25, Bryan Drewery wrote: On 2014-04-04 09:26, Volodymyr Kostyrko wrote: 04.04.2014 14:05, Bryan Drewery wrote: On 4/3/2014 4:26 AM, Volodymyr Kostyrko wrote: Hi all. I'm all about automation. I'd like to automate most tasks so I can schedule them or write a script with which

pkg fails to detect broken libraries Was: Fallout from UPDATING entry 20140416: gtk3 vs. libxcb

2014-04-18 Thread Volodymyr Kostyrko
17.04.2014 22:03, David Wolfskill wrote: I had already switched to include: WITH_NEW_XORG= YES in /etc/make.conf around 11 March 2014. I update the installed ports on this system (my laptop) daily (just after updating FreeBSD itself), using portmaster; I have been using pkng to keep track of

Re: www/openx: CVE-2013-7149 no patch available?

2014-05-15 Thread Volodymyr Kostyrko
07.05.2014 11:56, Alan Hicks wrote: On 06/05/2014 20:26, Volodymyr Kostyrko wrote: Hi all. In case anyone is still using www/openx. Does anyone know about any patches for this issue? Had anyone patched openx by himself? The project has moved to https://github.com/revive-adserver Although

Re: lang/gcc and tmpfs no space let on device

2014-05-16 Thread Volodymyr Kostyrko
16.05.2014 15:43, Marko Cupać wrote: Hi, I am using 10.0-RELEASE-p3 amd64, and am trying to build lang/gcc as a dependency for emulators/virtualbox-ose. Building fails giving the following messages: jc1: fatal error: error writing to /tmp/ccwgXZ8m.s: No space left on device compilation

databases/redis luajit patch

2014-07-01 Thread Volodymyr Kostyrko
Hello. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190163 hits a maintainer timeout. Would someone commit this one please? Fix is really trivial. -- Sphinx of black quartz judge my vow. ___ freebsd-ports@freebsd.org mailing list

Re: packages compressed with xz

2010-12-03 Thread Volodymyr Kostyrko
30.11.2010 04:40, Julien Laffaye wrote: You can specify limits during compression, so the question is should we do that so that hosts with N MB of RAM can decompress packages? Do we retain the compression ratio over bzip2 if we limit compression memory to 512 MB so that decompression would be

Re: packages compressed with xz

2010-12-05 Thread Volodymyr Kostyrko
05.12.2010 18:03, Ion-Mihai Tetcu wrote: And those ones are all empty at start. So say, if you are compressing something really huge trying to use 4G of memory you end using that much memory between 2G - 3G of source data. And we will need 512MB to decompress that hunk of data. Are the packages

Re: Ccache hangs while compiling and cache size is exaggerated

2011-01-03 Thread Volodymyr Kostyrko
02.01.2011 16:01, Anonymous wrote: I'm using ccache 3.1.3, and it often hangs while compiling. What its waiting channel? Hit ^T when it hangs or run under ktrace(1). Not just every compilation attempt triggers it. Chances are closer to 100/1. Every time this happens, the cache size from $

Re: [FYI] Fwd: cvs commit: ports UPDATING ports/Mk bsd.python.mk

2011-03-05 Thread Volodymyr Kostyrko
04.03.2011 18:25, Martin Wilke написав(ла): fixed thx. On Sat, Mar 5, 2011 at 12:22 AM, Alex Duprea...@freebsd.org wrote: Martin Wilke ha scritto: For the Record: Python 2.7 is now default. -_PYTHON_ALLBRANCHES= 2.6 2.5 2.4 2.7 3.1 3.2# preferred first +_PYTHON_ALLBRANCHES=

Re: [patch] always install python's eggs as unpacked files

2011-08-07 Thread Volodymyr Kostyrko
07.08.2011 14:24, Andrey Zonov wrote: Hi, I've got two problems with python's eggs installed from ports. As you know, many eggs install from ports as archives and then unprivileged pseudo-user tries to use them, it's got an error about can't creating PYTHON_EGG_CACHE. That's OK, I've just set

latest kdelibs update fails

2012-06-19 Thread Volodymyr Kostyrko
Hi all. Trying to update kdelibs I stumbled upon this one: -- No backend for KAuth was explicitly specified: probing system to find the best one available -- Found PolkitQt-1: /usr/local/lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake WARNING: Installation prefix does not match PolicyKit install

Re: latest kdelibs update fails

2012-06-19 Thread Volodymyr Kostyrko
Olivier Smedts wrote: 2012/6/19 Volodymyr Kostyrkoc.kw...@gmail.com: Hi all. Trying to update kdelibs I stumbled upon this one: -- No backend for KAuth was explicitly specified: probing system to find the best one available -- Found PolkitQt-1:

Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-05 Thread Volodymyr Kostyrko
Eygene Ryabinkin wrote: Wed, Jul 04, 2012 at 03:04:44PM -0700, Doug Barton wrote: Thanks for taking this one on. I was also looking at the new version of slim that's out recently: http://slim.berlios.de/ I am running 1.3.4 for some time: most of my workstations are fine with it, but one fails

Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-06 Thread Volodymyr Kostyrko
Eygene Ryabinkin wrote: Thu, Jul 05, 2012 at 05:09:30PM +0400, Eygene Ryabinkin wrote: I am running 1.3.4 for some time: most of my workstations are fine with it, but one fails to start the desktop, though it has a mix of old and new packages, so I am rebuilding them just now. Was a problem

lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Hi all. On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. FreeBSD kohrah.xim.bz 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0 r236967: Tue Jun 12 22:25:24 EEST 2012

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Ruslan Mahmatkhanov wrote: Hi, Volodymyr Kostyrko wrote on 23.07.2012 17:37: Hi all. On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Florian Smeets wrote: On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: I tried full rebuild confident that everything

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Reko Turja wrote: php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: Hmmm... you might try moving memcache.so to the top of the list.

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Volodymyr Kostyrko wrote: Florian Smeets wrote: On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: I tried full rebuild

Re: lang/php53 dumps core

2012-07-23 Thread Volodymyr Kostyrko
Steven Hartland wrote: Silly question did you build with LINKTHR enabled? If not try with it enabled as a number of common modules require it and result in random crashes without it. Long time default for me. I don't remember correctly why for but long time ago this fixed something for me.

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
drich wrote: php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. Do you use e-accelerator? No. Here is full extension list: Hmmm... you might try moving memcache.so to the top of the list. Impossible

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
Olli Hauer wrote: Try starting with an empty extensions.ini and do the following test, if php coredumps it will mostly also cordump on the command line with the following tests. $ php -ie $ php -nme $ php -me Next do the same test with always only one extension enabled. If you got

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
Reko Turja wrote: From: Volodymyr Kostyrko Rebuilding whole PHP without clang/gcc4.6 (my local settings) dumps core with this backtrace: ... Maybe something like this in /etc/make.conf ..if ${.CURDIR:M*php53*} WITH_DEBUG=YES ..endif ..if ${.CURDIR:M*php5-redis*} WITH_DEBUG=YES ..endif

Re: lang/php53 dumps core

2012-07-24 Thread Volodymyr Kostyrko
Volodymyr Kostyrko wrote: On some of my servers php keeps dumping core on some requests. There are days that it dumps core almost continuously. However there are days it works smoothly. FreeBSD kohrah.xim.bz 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0 r236967: Tue Jun 12 22:25:24 EEST 2012 arc

Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-30 Thread Volodymyr Kostyrko
Eygene Ryabinkin wrote: Ping! Were there any testers of the updated slim port? If yes, please, speak up. WFM now, the only problem I had faced is introduced incompatibility with clang but that has mostly nothing to do with the port. I filed a bug at

Re: cvs commit: ports/x11/slim Makefile pkg-plist ports/x11/slim/files pam.conf slim.sh.in

2012-07-30 Thread Volodymyr Kostyrko
Eygene Ryabinkin wrote: the only problem I had faced is introduced incompatibility with clang but that has mostly nothing to do with the port. I filed a bug at http://developer.berlios.de/bugs/?func=detailbuggroup_id=2663bug_id=18667 but with no progress though. I am currently rebuilding all my

Re: flashplugin 11.2r202.238

2012-10-02 Thread Volodymyr Kostyrko
01.10.2012 21:33, Jerry wrote: I just finished installing linux-f10-flashplugin-11.2r202.238. For some inexplicable reason, it is no longer working. I followed the directions in UPDATING but without success. I even cleared out the entries in the ~/.mozilla/plugins directory and reran the command

Re: No package for linux-f10-flashplugin-11 9.0-RELEASE, source code unavailable

2012-10-05 Thread Volodymyr Kostyrko
04.10.2012 17:47, Brett wrote: Has Adobe possibly pulled permission for this to be distributed? = Attempting to fetch http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_11_linux.i386.tar.gz fetch:

Re: flashplugin 11.2r202.238

2012-10-05 Thread Volodymyr Kostyrko
04.10.2012 22:16, Jerry wrote: Yes, it is a bit of a PITA isn't it. I wish flashplayer could be replaced be something better that works on UNIX and all platforms for that matter. Maybe HTML 5 will enable people to do without this crap. This isn't a matter of replacing it, it is a matter of

Re: ports for Oracle and DB2 database servers

2012-10-09 Thread Volodymyr Kostyrko
09.10.2012 16:26, Egidijus Paliulis wrote: Hello Everyone, I have a suggestion for Oracle Database Server and IBM DB2 Database Server/Clients ports in FreeBSD. Oracle and IBM DB2 Database Servers are quite popular in the World like DBMS. Some companies use Oracle or DB2 Database Servers for

Re: portmaster

2012-10-15 Thread Volodymyr Kostyrko
15.10.2012 13:46, ajtiM wrote: Update on my FreeBSD 9.1-RC2 #0 of portmaster does not works: === Installing for portmaster-3.14_1 === Generating temporary packing list === Checking if ports-mgmt/portmaster already installed install -o root -g wheel -m 555 /usr/ports/ports-

Re: pkg has screwed up my ports

2012-10-15 Thread Volodymyr Kostyrko
15.10.2012 18:07, Jamie Paul Griffin wrote: This morning I updated my ports tree using svn, then ran portmaster -L to check outdated ports. portmaster was one of those ports. I then ran portmaster -a . it prompted me to select options from the blue options screen, I selected pkgng support.

Re: [patch] databases/db42 clang -fPIC issue

2012-11-19 Thread Volodymyr Kostyrko
15.11.2012 13:53, Takeshi Taguchi wrote: Hi, In CURRENT, clang can not compile database/db42. here is a error message: BEGIN---8ERROR MESSAGE8--- /usr/bin/ld: .libs/cxx_db.o: relocation R_X86_64_32S against `_ZTV2Db' can not be used when making a shared object; recompile with -fPIC

Re: E17 won't start

2012-12-25 Thread Volodymyr Kostyrko
24.12.2012 11:57, Grzegorz Blach: I rebuilt all EFL and E17 with clang and I get black screen issue, but E17 start to work after I rebuilt only evas-core with gcc. Can anyone confirm that, building evas-core with gcc fixes this issue. Sorry for joining lately but yes, recompiling evas-core

Re: CFT: Update to xf86-video-ati 7.5.0

2014-10-28 Thread Volodymyr Kostyrko
On 27.10.2014 11:26, Jean-Sébastien Pédron wrote: Hi! Before updating xf86-video-ati to 7.5.0, we would like some people to try it out. The reason is that 7.4.0 was crashing for several users, so we want to be sure it's fixed in 7.5.0. What we're especially looking for is report of successful

textproc/sphinxsearch - fails to listen on the file socket under 9.3

2014-11-17 Thread Volodymyr Kostyrko
Hi all. Is anyone else seeing this: [Mon Nov 17 14:13:30.493 2014] [17507] accepting connections [Mon Nov 17 14:13:31.006 2014] [17507] FATAL: setsockopt() failed: Invalid argument [Mon Nov 17 14:13:31.098 2014] [17507] shutdown complete [Mon Nov 17 14:13:31.100 2014] [17506] last message

Re: minidlna server not visible in network

2015-12-19 Thread Volodymyr Kostyrko
On 19.12.15 00:03, Dr. Peter Voigt wrote: Today I have upgraded net/minidlna to latest version. I am on FreeBSD 10.2-RELEASE-p8 (amd64). Access via web interface on port 8200 is working fine. But the MiniDLNA server is not seen in my network and correspondingly I cannot access any of my FLAC

Re: ftp/pure-ftpd mysql auth from jail not working?

2016-02-15 Thread Volodymyr Kostyrko
Marko Cupać wrote: Hi, I have working pure-ftpd server on vmware-based 9.3-RELEASE-p33. It authenticates virtual users from mysql server over tcp, and chroots them to their directories. Any idea why the same configuration does not work in jail-based host? I can only guess wide: there's no

Re: phantomjs build failure system/compiler not supported.

2017-02-01 Thread Volodymyr Kostyrko
Johan Hendriks wrote: Hello I try to build grafana3 which has phantomjs as a dependency, but i get a system compiler error. Yeah, grafana is getting the hype. I think gcc++49 line at files/patch-src_qt_qtbase_configure is causing the breakage: Index: files/patch-src_qt_qtbase_configure

Re: GOOGLE_CODE has gone away?

2017-01-19 Thread Volodymyr Kostyrko
Pavel Timofeev wrote: Hello, all. I've found a port (http://www.freshports.org/net-mgmt/flow-tools-ng/) which is marked as BROKEN. The last commit says "GOOGLE_CODE has gone away.". ( Picking up maintainer hat from dust ) When I first added that port I thought there would be anything fun

Re: sysutils/tmux - strange behaviour with new version 2.4

2017-05-16 Thread Volodymyr Kostyrko
Miroslav Lachman wrote: I noticed some strange behaviours with Tmux 2.4. If I run "cat /path/to/somefile.txt" sometimes part of file is missing in the output (no special characters in this text file, it is log of "pkg upgrade") And I thing some key presses are interpreted differently. (in Vim)

Re: Commiter needed

2018-05-24 Thread Volodymyr Kostyrko
24.05.18 22:14, Kurt Jaeger пише: Hi! https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227750 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191526 Done. Thank you for the reminder and your patience. The lua one really slipped through the cracks 8-( Thank you! -- Sphinx of black

  1   2   >