Re: DEFAULT_VERSIONS=gcc=8 results in gfortran7

2018-08-17 Thread Anton Shterenlikht
On Fri, Aug 17, 2018 at 12:55:18PM +0200, Tijl Coosemans wrote: > > Make sure you don't set DEFAULT_VERSIONS elsewhere Yes, I'm an idiot. I had net/mpich/Makefile.local with DEFAULT_VERSIONS. I checked the ports tree with svn diff, but forgot to check with svn status. All is fine now. Thanks for

DEFAULT_VERSIONS=gcc=8 results in gfortran7

2018-08-17 Thread Anton Shterenlikht
I got no replies from fortran@, reposting here. I'm building with synth. jrmarino says this should work, i.e. the problem is not in synth. I have DEFAULT_VERSIONS=gcc=8 in synth make.conf: # cat /usr/local/etc/synth/LiveSystem-make.conf DEVELOPER=yes FFLAGS+= -O2 -pipe -march=bdver2 -mtune=bdve

how to run "make test" as an unprivileged user?

2018-03-22 Thread Anton Shterenlikht
I'm the maintainer of lang/opencoarrays. When the port is built with OpenMPI or OpenMPI2, I cannot run "make test", because their mpiexec thinks it's unsafe: Script started on Thu Mar 22 11:41:05 2018 Command: ctest -VV UpdateCTestConfiguration from :/usr/ports/lang/opencoarrays/work/.build/Dart

nonexistent port update reminder?

2018-03-14 Thread Anton Shterenlikht
This port does not exist anymore. The name is lang/opencoarrays. I think some script needs to be updated. Thanks Anton >From portsc...@freebsd.org Sat Mar 10 09:16:05 2018 >To: >Subject: FreeBSD ports you maintain which are out of date > >Dear port maintainer, > >The portscout new distfile chec

pkg fallout - wrong shared lib version?

2018-02-20 Thread Anton Shterenlikht
Please help My port lang/opencoarrays gives this error via pkg-fallout: ... -- Installing: /wrkdirs/usr/ports/lang/opencoarrays/work/stage/usr/local/lib/libcaf_mpi.so.1 ... ===> Building package for opencoarrays-1.9.3 pkg-static: Unable to access file /wrkdirs/usr/ports/lang/opencoarrays/work

how to make upstream acknowledge MPI port options?

2018-01-11 Thread Anton Shterenlikht
I'm the maintainer of lang/opencoarrays. I offer users a choice of 3 MPI libraries. It seems upstream cmake doesn't know of my options: # make showconfig ===> The following configuration options are available for opencoarrays-1.9.3_1: > MPI (Message Passing Interface) support: you have to sele

coflict resolution approaches: installs files into the same place

2017-09-11 Thread Anton Shterenlikht
===> Registering installation for omni-compiler-1.2.1 Installing omni-compiler-1.2.1... pkg-static: omni-compiler-1.2.1 conflicts with openmp-4.0.1 (installs files into the same place). Problematic file: /usr/local/include/omp.h I certainly want to enable both openmp and omni-compiler ports

SOLVED: Re: help with pkg-plist, @dir and files under @dir

2017-09-11 Thread Anton Shterenlikht
Errors in upstream Makefile.in were to blame. Now fixed. Anton > From as Mon Sep 11 10:52:31 2017 > To: freebsd-ports@freebsd.org > Subject: help with pkg-plist, @dir and files under @dir > > I have at the end of my pkg-plist: > > @dir fincludes > iso_c_binding.xmod > iso_fortran_env.xmod > > but

help with pkg-plist, @dir and files under @dir

2017-09-11 Thread Anton Shterenlikht
I have at the end of my pkg-plist: @dir fincludes iso_c_binding.xmod iso_fortran_env.xmod but this gives: install -m 755 -d /usr/ports/lang/omni-compiler/work/stage/usr/local/fincludes install fincludes/iso_fortran_env.xmod fincludes/iso_c_binding.xmod /usr/local/fincludes install: target direc

how to use MAKE_ENV or MAKE_ARGS to fix the right bash path?

2017-09-08 Thread Anton Shterenlikht
The porter's handbook has: "If scripts are created with incorrect shebangs during the build phase, the build process (for example, the configure script, or the Makefiles) must be patched or given the right path (for example, with CONFIGURE_ENV, CONFIGURE_ARGS, MAKE_ENV, or MAKE_ARGS) to generate t

Re: how to build mpich with gcc?

2017-08-17 Thread Anton Shterenlikht
Hi Dewayne Thanks for the hint. I've done this years ago, but haven't needed custom ports for a while. For me net/mpich/Makefile.local with USE_GCC=7 was the best option. Thanks Anton ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org

how to build mpich with gcc?

2017-08-15 Thread Anton Shterenlikht
I need mpicc to be built with gcc, not clang. How can I do this? Thanks Anton ___ 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"

SOLVED: WAS: Re: synth: Error opening terminal: xterm

2017-07-13 Thread Anton Shterenlikht
> from Anton Shterenlikht: > > > I'm starting using synth, never used it before. > > I get this error: > > > # synth build net/mpich > > Error opening terminal: xterm. It turned out I was missing a symlink: # ls -al /etc/termcap lrwxr-xr-x 1 root wheel

Re: synth: Error opening terminal: xterm

2017-07-12 Thread Anton Shterenlikht
> From: Baho Utot > Date: Wed, 12 Jul 2017 21:09:11 -0400 > > > > On 7/12/2017 7:59 AM, Anton Shterenlikht wrote: > > I'm starting using synth, never used it before. > > I get this error: > > > > # synth build net/mpich > > Error opening term

synth: Error opening terminal: xterm

2017-07-12 Thread Anton Shterenlikht
I'm starting using synth, never used it before. I get this error: # synth build net/mpich Error opening terminal: xterm. I'm supposed to run synth as root, right? Is synth trying to open another xterm as root? I've never allowed root access to a display: # xterm Warning: This program is an sui

Re: The future of portmaster

2017-05-30 Thread Anton Shterenlikht
>From ad...@adamw.org Tue May 30 15:03:31 2017 > >The ports tree continues to evolve. Major new features are planned and in the >process of being implemented. These changes will break all the port-building >tools. oy vei >poudriere and synth are actively developed, so they will quickly support

Re: The future of portmaster

2017-05-30 Thread Anton Shterenlikht
>when portmaster have gone away? What? WHAT? portmaster going away??? I hope not Anton ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@free

Re: RELRO breaks net/openmpi, was: net/openmpi fails to compile with default settings

2017-04-16 Thread Anton Shterenlikht
>The compilation was broken because of > >OPTIONS_FILE_SET+=RELRO > >in > >devel/binutils > >After disabling RELRO net/openmpi can be compiled successfully. Not sure >if this is a bug or expected behaviour. I'm glad you nailed it. I've no idea what this option does. Anton ___

Re: net/openmpi fails to compile with default settings

2017-04-14 Thread Anton Shterenlikht
>I don't know which ports default to MPICH. For me failed openmpi blocks >141 ports: > >[00:05:53] >> [01][00:04:13] Finished build of net/openmpi: Failed: >build >[00:05:55] >> [01][00:04:15] Skipping build of graphics/ImageMagick: >Dependent port net/openmpi failed This is strange. It

Re: net/openmpi fails to compile with default settings

2017-04-14 Thread Anton Shterenlikht
No, with default GCC I still cannot reproduce your build failure. Here's my build log: http://eis.bris.ac.uk/~mexas/openmpi1-2.text # pkg info -xd openmpi openmpi-1.10.6_1: slurm-wlm-16.05.9_1 gcc-5.4.0 libltdl-2.4.6 hwloc-1.11.1 openmpi2-2.0.2_4: slurm-wlm

Re: net/openmpi fails to compile with default settings

2017-04-14 Thread Anton Shterenlikht
>Makefile ident: $FreeBSD: head/net/openmpi/Makefile 437439 Builds fine for me at the same ports revision: ===>>> The following actions were performed: Re-installation of openmpi-1.10.6_1 Re-installation of openmpi2-2.0.2_4 However, I use a custom /etc/make.conf: # cat /et

how to allow a port to choose an MPI library?

2017-02-22 Thread Anton Shterenlikht
I've submitted a port for lang/OpenCoarrays [1], which at present depends on net/mpich. I'd like to add options to allow the user to choose the desired MPI library (port) from what is available at present: net/mpich net/mpich2 net/openmpi net/openmpi2 How do I implement this correctly via port op

Re: help build mpich with gcc6

2017-02-21 Thread Anton Shterenlikht
>From mexas Tue Feb 21 15:00:10 2017 >To: freebsd-ports@freebsd.org >Subject: help build mpich with gcc6 >Reply-To: me...@bris.ac.uk > >I added > >USE_GCC=6+ > >to net/mpich/Makefile > >but it seems this affected only the C and C++ parts: > >$ mpichversion >*skip* > >MPICH CC: gcc6 -

help build mpich with gcc6

2017-02-21 Thread Anton Shterenlikht
I added USE_GCC=6+ to net/mpich/Makefile but it seems this affected only the C and C++ parts: $ mpichversion *skip* MPICH CC: gcc6 -O2 -pipe -fstack-protector -Wl,-rpath=/usr/local/lib/gcc6 -fno-strict-aliasing MPICH CXX: g++6 -O2 -pipe -fstack-protector -Wl,-rpath=/us

openjdk8 installed, but libjawt.so => not found

2016-11-26 Thread Anton Shterenlikht
This is on 11.0-RELEASE-p2 amd64 laptops. # ldd /usr/local/lib/libnativewindow_awt.so /usr/local/lib/libnativewindow_awt.so: libX11.so.6 => /usr/local/lib/libX11.so.6 (0x801202000) libXxf86vm.so.1 => /usr/local/lib/libXxf86vm.so.1 (0x801541000) libXrender.so.1 => /usr/local

required shared library libjawt.so not found

2016-10-18 Thread Anton Shterenlikht
11.0-RELEASE-p1 amd64 # pkg info -xo pkg- pkg-1.8.7_3ports-mgmt/pkg # pkg check -srdBa Checking all packages: 29% (jogamp-jogl-2.2.4) /usr/local/lib/libnativewindow_awt.so - required shared library libjawt.so not found Checking all packages: 77% (swt-devel-3.7.1_2,1) /usr/l

firefox-47.0_1,1 - PDF plugin does not work

2016-06-17 Thread Anton Shterenlikht
Since upgrading to firefox-47.0_1,1 via pkg on amd64 11-current laptop, the PDF plugin does not seem to work anymore. Have I missed some change firefox setup? Thanks Anton ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/list

Re: help make port for opencoarrays

2016-02-21 Thread Anton Shterenlikht
>From thie...@pompo.net Sun Feb 21 17:36:47 2016 > >Hello, > >[+ tijl@ to Cc: as maintainer of net/mpich] > >Le mer 17 fév 16 à 23:50:37 +0100, Anton Shterenlikht > écrivait : >> Please help/advise >> >> https://github.com/sourceryinstitute/opencoarr

help make port for opencoarrays

2016-02-17 Thread Anton Shterenlikht
Please help/advise https://github.com/sourceryinstitute/opencoarrays It requires mpich built with at least gcc5.3, more specifically mpif90 built with gcc5.3 or gcc6. net/mpich has FORTRAN_USES=fortran, which I understand triggers lang/gcc. Is it a good idea (or at all possible) to add an option

Re: Removal of print/ghostscript*-nox11

2015-08-20 Thread Anton Shterenlikht
I haven't used -nox11 for years. Plan A for me, but I don't have a strong opinion. Thank you for looking into this. Anton ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail t

Re: Running ''portmaster ghostscript9-9.06_10'' takes a lot of time

2015-08-20 Thread Anton Shterenlikht
>From m...@freebsd.org Thu Aug 20 09:33:38 2015 > >+--On 20 ao=C3=BBt 2015 08:24:25 +0100 Anton Shterenlikht = > >wrote: >|> OTOH I do not want to use ghostscript ! >|=20 >| In my view ghost is a critically important port. >| I will not be able to use FreeBSD produc

Re: skype4 on -current: error while loading shared libraries: libpulse-mainloop-glib.so.0

2015-08-20 Thread Anton Shterenlikht
>On Fri, 14 Aug 2015 00:40:27 +0100 (BST) >Anton Shterenlikht wrote: > >> Anybody else is seeing this? >> > >I'm not. > >[tiger@laptop]:/<2>net-im/skype4>pkg info -x skype >linux-skype_oss_wrapper-0.1.1 >skype4-4.3.0.37,1 > >[tiger@lap

Re: Running ''portmaster ghostscript9-9.06_10'' takes a lot of time

2015-08-20 Thread Anton Shterenlikht
>OTOH I do not want to use ghostscript ! In my view ghost is a critically important port. I will not be able to use FreeBSD productively withouth it. Since I have no time or skill to contribute to address the slowness problem, I'm happy to put up with the extra hour. Anton ___

on -current: pkg install graphviz: Unable to find pthread_mutexattr_setkind_np versioned symbol. Aborting.

2015-08-19 Thread Anton Shterenlikht
Has anybody seen this: root@rat:~ # uname -a FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r286908: Wed Aug 19 00:30:59 BST 2015 root@rat:/usr/obj/usr/src/sys/GENERIC amd64 root@rat:~ # pkg install graphviz Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All re

Re: skype ports status and expectations

2015-08-14 Thread Anton Shterenlikht
> I'm using FreeBSD-CURRENT (amd64) + net-im/skype4. All works fine (I hope). > http://gyazo.com/258a43fcb34ea384482800fa3d3de464 I'm now on 11.0-CURRENT #1 r286741 with # pkg info -xo skype linux-skype_oss_wrapper-0.1.1 audio/linux-skype_oss_wrapper skype4-4.3.0.37,1 # pkg info -xo pwcview web

skype4 on -current: error while loading shared libraries: libpulse-mainloop-glib.so.0

2015-08-13 Thread Anton Shterenlikht
Anybody else is seeing this? $ skype /usr/local/share/skype/skype: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory $ pkg info -xl pulse | grep mainloop-glib.so /usr/local/lib/libpulse-mainloop-glib.so /

anybody successfully using net-im/skype-devel?

2015-08-13 Thread Anton Shterenlikht
I can build the port on 10.1-RELEASE-p16. I have to change the default options to NVIDIA_GL : on VIDEO : off On startup the skype login screen comes up. However, on entering the login/password, the skype login screen stays up for about a minute. Then says "Server co

Re: skype ports status and expectations

2015-07-31 Thread Anton Shterenlikht
>From sergey.dya...@gmail.com Fri Jul 31 08:09:20 2015 > >I'm using FreeBSD-CURRENT (amd64) + net-im/skype4. All works fine (I hope). >http://gyazo.com/258a43fcb34ea384482800fa3d3de464 I'm on 10.1, so no skype4. net-im/skype on launch says: exec: LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so: not f

skype ports status and expectations

2015-07-30 Thread Anton Shterenlikht
I now have a laptop with a camera running FreeBSD. I wanted to see if skype or a clone is usable on it. It seems there is no workable skype port ATM. Have these been working at all in the past? Are there any other skype clients? Any suggestions for using skype on FreeBSD? Thanks Anton ___

help categorise license

2015-07-27 Thread Anton Shterenlikht
I'm making a port of http://netlib.org/math. Their license looks like BSD2CLAUSE, but can somebody please check: http://netlib.org/math/license.htm Thanks Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: help update cad/z88 port

2015-07-07 Thread Anton Shterenlikht
>In general, when a new release introduces major changes in a program, >you might have to start over. ok, thanks for the advice. I got to here: cc -I/usr/ports/cad/z88/work/z88v14os/src/z88o/common -O2 -fomit-frame-pointer -DFR_UNIX -DFR_XDOUB -DFR_XLONG -DFR_LINUX `pkg-config --cflags --libs

Re: help update cad/z88 port

2015-07-06 Thread Anton Shterenlikht
>On Fri, Jul 3, 2015 at 11:37 AM, Anton Shterenlikht wrote: >> I'm stuck on the patching stage: >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201250 >> > >Your bug report was difficult to interpret; what exactly is the problem? >You know about &#

help update cad/z88 port

2015-07-03 Thread Anton Shterenlikht
I'm stuck on the patching stage: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201250 Thanks Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-un

PR 196258, new port, help test and commit

2015-05-18 Thread Anton Shterenlikht
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196258 no action since DEC-2014. A simple math port - a library of fortran routines. Redports is still not available, is it? Can anybody test on non amd64 10.1-stable? Can anybody commit this port? Thanks Anton ___

nspluginwrapper weirdness

2015-05-13 Thread Anton Shterenlikht
Seems nspluginwrapper -v -a -i is harmful rather than helpful. Two laptops, both with 10.1-stable. Running nspluginwrapper -v -a -i on one laptop I get: $ nspluginwrapper -v -a -i Auto-install plugins from /usr/local/lib/browser_plugins Looking for plugins in /usr/local/lib/browser_plugins Auto-

flash does not work, npviewer.bin critical errors?

2015-05-13 Thread Anton Shterenlikht
I've one laptop, which refuses to show flash, e.g. youtube. Another laptop runs flash fine. Both run 10.1-stable. This broken system is 10.1-STABLE #33 r282833. I already deleted all packages and started from scratch - no change. It seems compat.linux.osrelease=2.6.18 is no longer needed, after sr

Re: damage to pkg's sqlite data base

2015-05-12 Thread Anton Shterenlikht
>Date: Tue, 12 May 2015 09:52:14 +0100 >From: Matthew Seaman > >> 2) how might such an event be avoided/prevented in the future? > >It's pretty rare judging by the lack of complaints we've had. So long Happened several times to me. I never bothered to complain, thinking I messed someting u

SOLVED: WAS: Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-13 Thread Anton Shterenlikht
>From oha...@gmx.de Fri Mar 13 10:49:53 2015 > >There is a way to clean old dmesg messages (param -c) > >show dmesg once and clean the message buffer. ># dmesg -c > >A second call with dmesg will display nothing until something new is logged to >the buffer (reboot, eventlog ...) Thank you $ sysc

Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-13 Thread Anton Shterenlikht
>From kob6...@gmail.com Thu Mar 12 19:19:32 2015 > >spaces. The real question is why "sysctl -a" is trying to execute "sysctl >'sysctl compat.linux.osrelease'" or some shell specific equivalent. Is >"sysctl" aliased to a script or something like it? >What do you get for the output of "sysctl -a > s

PORTS_MODULES=x11/nvidia-driver-340 results in [all] Stopped -- signal 22

2015-03-12 Thread Anton Shterenlikht
# cat /etc/src.conf PORTS_MODULES=x11/nvidia-driver-340 net/bwn-firmware-kmod # on buildkernel I get: ===> Ports module x11/nvidia-driver-340 (all) cd ${PORTSDIR:-/usr/ports}/x11/nvidia-driver-340; PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/t

Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Anton Shterenlikht
>From bsd-li...@bsdforge.com Thu Mar 12 15:16:15 2015 >> >From da...@catwhisker.org Thu Mar 12 12:44:43 2015 >> > >> >What does output of "kldstat | grep linux" look like? >> > >> >Expected: >> > >> >g1-251(11.0-C)[1] kldstat |grep linux >> > 23 0xc17a4000 74c90linux.ko >> >g1-251(11.0-C)[2

Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Anton Shterenlikht
>From da...@catwhisker.org Thu Mar 12 12:44:43 2015 > >What does output of "kldstat | grep linux" look like? > >Expected: > >g1-251(11.0-C)[1] kldstat |grep linux > 23 0xc17a4000 74c90linux.ko >g1-251(11.0-C)[2]=20 > > >But if it's not loaded, I suspect that might be a valid reason for >the

Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Anton Shterenlikht
>From mexas Thu Mar 12 12:49:17 2015 >To: da...@catwhisker.org, me...@bris.ac.uk >Subject: Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line >11: No such file or directory >Cc: freebsd-ports@freebsd.org >Reply-To: me...@bris.ac.uk >In-Reply-To: <20150312122324.gl1...@albert.catw

<118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory

2015-03-12 Thread Anton Shterenlikht
I'm still trying to figure out why flash wouldn't work on this particular laptop. I see this error/warning: $ sysctl -a | grep "compat.linux.os" <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory compat.linux.osname: Linux compat.linux.osrelease: 2.6.1

Re: flash does not work: firefox-35.0.1_1,1, nspluginwrapper-1.4.4_4

2015-03-07 Thread Anton Shterenlikht
I still haven't fixed it. But I haven't had enough free time to try other options. Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebs

Re: flash does not work: firefox-35.0.1_1,1, nspluginwrapper-1.4.4_4

2015-02-19 Thread Anton Shterenlikht
> >>Since about 2-3 weeks ago >>I cannot get flash to work in firefox. >> >>I checked the handbook again, deinstalled/reinstalled, etc. >>Still nothing. > >So you followed the directions on > and >remembered to run "nspluginwrappe

flash does not work: firefox-35.0.1_1,1, nspluginwrapper-1.4.4_4

2015-02-18 Thread Anton Shterenlikht
Since about 2-3 weeks ago I cannot get flash to work in firefox. I checked the handbook again, deinstalled/reinstalled, etc. Still nothing. I've 10.1-STABLE #23 r277808 laptop with # pkg info -xo fire nsplug linux-c6-flash nvidia-d firefox-35.0.1_1,1 www/firefox nspluginwrapper-1.4.4

please add nvidia-driver changes in r378360 to ports/UPDATING

2015-02-09 Thread Anton Shterenlikht
Hi I think changes to x11/nvidia-driver* in r378360 need to be mentioned in ports/UPDATING. Otherwise it's a POLA violation. nvidia-driver no longer worked for me after the updated to 346.35. I had to install nvidia-driver-340 instead. But would be good to be warned about this change. Thanks An

bugzilla Error 503 Service Unavailable

2015-01-12 Thread Anton Shterenlikht
Not sure who to alert to this: https://bugs.freebsd.org/bugzilla/ Error 503 Service Unavailable Backend status: Service Unavailable Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscrib

Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Anton Shterenlikht
>$ pkg info -xo paraview png >paraview-4.1.0_6 science/paraview >linux-c6-png-1.2.49_1 graphics/linux-c6-png >png-1.6.16 graphics/png >$ paraview >Shared object "libpng15.so.15" not found, required by >"libvtkIOExport-pv4.1.so.1" >$ > >Seems paraview shou

Re: official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Anton Shterenlikht
>From woods...@gmail.com Thu Jan 8 10:30:49 2015 > >The port revision was bumped on Christmas Day for the png version update. >However new packages are not available as the paraview port fails to build. > >It was marked as broken on 19th December: >http://www.freshports.org/science/paraview As I

official amd64 pkg repo: need to rebuild paraview for png-1.6.16

2015-01-08 Thread Anton Shterenlikht
All packages installed/upgraded via the official pkg repo, i.e. /etc/pkg/FreeBSD.conf $ pkg info -xo paraview png paraview-4.1.0_6 science/paraview linux-c6-png-1.2.49_1 graphics/linux-c6-png png-1.6.16 graphics/png $ paraview Shared object "libpng15.so.1

Re: npviewer.bin: exec format error

2015-01-06 Thread Anton Shterenlikht
>From miche...@sorbs.net Tue Jan 6 17:04:09 2015 > >Anton Shterenlikht wrote: >> After upgrading to 10.1-release and >> updating all ports via pkg, I get this error >> on amd64: >> >Saw something similar (not using pkg or 10.x) on my hosts the other day...

npviewer.bin: exec format error

2015-01-06 Thread Anton Shterenlikht
After upgrading to 10.1-release and updating all ports via pkg, I get this error on amd64: % nspluginwrapper -v -a -i Auto-install plugins from /usr/local/lib/browser_plugins Looking for plugins in /usr/local/lib/browser_plugins Auto-install plugins from /usr/local/lib/browser_plugins/linux-c6-fla

reports down?

2014-12-24 Thread Anton Shterenlikht
redports.org times out. Is it down? Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Reducing the size of the ports tree (brainstorm v2)

2014-11-06 Thread Anton Shterenlikht
I've been following this discussion with growing alarm. A similarly elevated tone conversation led to dougb@ (the portmaster author) leaving the project a few years back, when pkg was first introduced. I think the project has lost as a result. As a user, I see and appreciate the initiative and str

custom gcc article outdated?

2014-10-24 Thread Anton Shterenlikht
Is this arcticle outdated: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/custom-gcc/ Specifically, is this form still understood: *quote* Add the following lines to the /etc/make.conf file (or modify appropriately): .if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/bin/gcc44) CC=gcc4

vt in amd64/10.0-RELEASE-p9 #0?

2014-10-14 Thread Anton Shterenlikht
Regarding /usr/ports/UPDATING from 20141001 and 20141003, I'm following instructions but cannot get vt. I've set kern.vty=vt in /boot/loader.conf, but on reboot I get: % sysctl kern.vty sysctl: unknown oid 'kern.vty': No such file or directory and the switching from the graphicsl console to the t

Re: /usr/local/share/poudriere/include/common.sh.freebsd: sysctl: not found

2014-07-18 Thread Anton Shterenlikht
>From m...@madpilot.net Fri Jul 18 14:02:57 2014 > >Looks like a PATH problem. > >Does your crontab PATH include /sbin? forgot about it, my bad. Thanks Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

/usr/local/share/poudriere/include/common.sh.freebsd: sysctl: not found

2014-07-18 Thread Anton Shterenlikht
I can run this command interactively: /usr/local/bin/poudriere bulk -J4 -j ia64-10 -f /usr/local/etc/poudriere.d/pkglist and build the packages. But when I put in into crontab, I get: /usr/local/share/poudriere/include/common.sh.freebsd: sysctl: not found and package building does not start.

Re: please set math/gnuplot PDF=off by default, or resolve texlive vs teTeX

2014-07-07 Thread Anton Shterenlikht
>From baptiste.darous...@gmail.com Mon Jul 7 21:07:54 2014 > >On Mon, Jul 07, 2014 at 07:32:23PM +0100, Anton Shterenlikht wrote: >> # make -C /usr/ports/math/gnuplot/ showconfig >> =3D=3D=3D> The following configuration options are available for gnuplot-= >4.6.5_3

please set math/gnuplot PDF=off by default, or resolve texlive vs teTeX

2014-07-07 Thread Anton Shterenlikht
# make -C /usr/ports/math/gnuplot/ showconfig ===> The following configuration options are available for gnuplot-4.6.5_3: CAIRO=on: Cairo graphics library support DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples GD=on: GD graphics library su

Gnome negative group permissions

2014-07-07 Thread Anton Shterenlikht
>From a daily log: Checking negative group permissions: 55224447 -rw-r--r-x 1 root wheel 3672 Jun 19 23:55:12 2014 /usr/local/share/gnome/help/services-admin/nl/legal.xml 55224448 -rw-r--r-x 1 root wheel 7330 Jun 19 23:55:12 2014 /usr/local/share/gnome/help/services-admin/nl/services-admin

large pkg installs - experience

2014-06-30 Thread Anton Shterenlikht
Last week I needed to prepare 3 FreeBSD boxes for UG students. Since there were not for me, I wanted to have as painless experence as possible. All boxes are amd64. So I chose 10-release. I wanted to try gnome on one box, xfce on the second, and kde on the third, i.e. the 3 environments described i

Re: persistent timout poudriere builds on sparc64

2014-06-24 Thread Anton Shterenlikht
>> ===> Building package for qt4-doc-4.8.6 >> >> Killing timed out build after 3600 seconds > >Can you type > >ctrl-t > >during the wait ? It will display which command currently runs >and what it does. load: 4.26 cmd: pkg-static 10762 [runnable] 942.34r 65.82u 209.31s 31% 32768k sleep: abou

Re: persistent timout poudriere builds on sparc64

2014-06-23 Thread Anton Shterenlikht
>> I've checked the disk with smartmontools, seems fine. >> Still I keep getting: >> >> ===> Building package for qt4-doc-4.8.6 >> >> Killing timed out build after 3600 seconds > >Can you type > >ctrl-t > >during the wait ? It will display which command currently runs >and what it does. I us

Re: persistent timout poudriere builds on sparc64

2014-06-23 Thread Anton Shterenlikht
>From craig...@lerwick.hopto.org Mon Jun 23 12:49:13 2014 > >Hello Anton > >I can replicate the timeout issue via tinderbox for qt4-doc so I don't think >it is poudriere specific. >Unhelpfully tbcleanup scrubbed the log. > >Kind Regards > >Craig Butler Craig, thanks, so it's a real issue. I open

persistent timout poudriere builds on sparc64

2014-06-23 Thread Anton Shterenlikht
I've checked the disk with smartmontools, seems fine. Still I keep getting: ===> Building package for qt4-doc-4.8.6 >> Killing timed out build after 3600 seconds Creating package for teTeX-texmf-3.0_9 >> Killing timed out build after 3600 seconds Does the time, >25min, for pkg-static lo

Re: poudriere-devel and index.html

2014-06-19 Thread Anton Shterenlikht
>On 06/02/14 14:59, Anton Shterenlikht wrote: >> Trying again: poudriere-devel used to make index.html with the >> build progress. Since 12-MAY-2014, this file is no longer being >> generated. I wonder if it's due to my misconfig or this is on > >poudriere-devel

Re: any javascript browser works on sparc64?

2014-06-19 Thread Anton Shterenlikht
Apologies, this was meant to go to sparc64@. >From mexas Thu Jun 19 09:26:26 2014 >To: freebsd-ports@freebsd.org >Subject: any javascript browser works on sparc64? >Reply-To: me...@bris.ac.uk > >I had to switch to sparc64 for my X clients. >www/firefox is blocked by multimedia/libvpx. > >Can anybo

any javascript browser works on sparc64?

2014-06-19 Thread Anton Shterenlikht
I had to switch to sparc64 for my X clients. www/firefox is blocked by multimedia/libvpx. Can anybody recommend a working web browser with javascript? Thanks Anton P.S. I'm on 11-current. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd

Re: explain "Killing timed out build after 3600 seconds" poudriere failure

2014-06-19 Thread Anton Shterenlikht
>From bdrew...@freebsd.org Wed Jun 18 20:32:17 2014 >> > >It means the 'make package' phase took longer than 1 hour so it was >killed. There's currently no way to change this value. Is your disk dead? possibly, I'm investigating. Why always "make package"? Why don't disk errors manifest themselv

please add revision number along with the date in ports/UPDATING

2014-06-18 Thread Anton Shterenlikht
20140611: AFFECTS: users of devel/icu AUTHOR: b...@freebsd.org icu has been updated to 53.1. Please rebuild all ports that depend on it When using svn to update ports, it would be helpful to know which revision each change affects. Thanks Anton

Re: explain "Killing timed out build after 3600 seconds" poudriere failure

2014-06-10 Thread Anton Shterenlikht
>From li...@opsec.eu Tue Jun 10 16:39:02 2014 >> >> /usr/local/bin/poudriere bulk -j sparc64-11 -J 3 -f >> /usr/local/etc/poudriere.d/pkglist >> >> > >> >Which port did it build at that time ? >> >> How do I know? > >If I let it run as you describe above, it displays the port >it is currently

Re: svn: E000005: Can't read file '/usr/ports/.svn/pristine/73/...

2014-06-10 Thread Anton Shterenlikht
>From etnapier...@gmail.com Tue Jun 10 15:26:57 2014 > >On 0610T1447, Anton Shterenlikht wrote: >> I'm trying to bisect a sparc64 port failure and >> have to move between multiple ports revisions. >> >> I get lots of errors like this: >> >>

Re: explain "Killing timed out build after 3600 seconds" poudriere failure

2014-06-10 Thread Anton Shterenlikht
>From li...@opsec.eu Tue Jun 10 15:26:52 2014 > >> I'm seeing lots of timeout build failures, all >> simply saying: >> >> >> Killing timed out build after 3600 seconds >> >> Can anything more be found about such failures? >> What's causing them? And what to do? > >How did you call poudriere ?

explain "Killing timed out build after 3600 seconds" poudriere failure

2014-06-10 Thread Anton Shterenlikht
I'm seeing lots of timeout build failures, all simply saying: >> Killing timed out build after 3600 seconds Can anything more be found about such failures? What's causing them? And what to do? Do such failures deserve a PR? Anton ___ freebsd-ports@

svn: E000005: Can't read file '/usr/ports/.svn/pristine/73/...

2014-06-10 Thread Anton Shterenlikht
I'm trying to bisect a sparc64 port failure and have to move between multiple ports revisions. I get lots of errors like this: svn: E05: Can't read file '/usr/ports/.svn/pristine/73/737bbb7d1b529d920172f3ae59f3a5e26d14afb9.svn-base': Input/output error svn: E05: Additional errors: svn:

what is https://phabric.freebsd.org/

2014-06-05 Thread Anton Shterenlikht
And what is this file for: $ cat /usr/ports/.arcconfig { "project.name": "P", "phabricator.uri" : "https://phabric.freebsd.org/"; } Thanks Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-03 Thread Anton Shterenlikht
>Could bugzilla maybe allow email verified submissions without an account? So >you report a bug with your email address and have to click verify in an email >response to get it to a state people will look at it. That would eliminate the >whole "oh no, one more account/password" hassle, but reduc

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-03 Thread Anton Shterenlikht
>There are also other mechanisms. For example, mailing lists. We were repeatedly told in this list that the preferred way to let people know of the issue is to file a PR. Posting something to ports@ is the easiest route (for me, at least), however, I take the trouble to use the send-pr route. Reg

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-03 Thread Anton Shterenlikht
>On 3 June 2014 10:11, John Marino wrote: >> ... it's doubtful most folks unwilling to register are >> about to make a meaningful report... > >This is *not* the reason for registation. > >The reason for registation is that we know from experience that having >a way to talk with the reporter drasti

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-03 Thread Anton Shterenlikht
>On 6/3/2014 14:41, Vitaly Magerya wrote: >> Anything that would allow me to participate without using an account >> would be very much appreciated. > >Why? For me it's easier to mail to bug-followup@ and to use send-pr than via an html browser. Indeed, in many cases the failures are such that the

Re: [FreeBSD-Announce] FreeBSD bug tracking moves from GNATS to Bugzilla

2014-06-03 Thread Anton Shterenlikht
>> No comment-by-email too, as far as I can tell. > >This is probably going to reappear at some point, if there is sufficient >demand for it. yes, this is probably a good idea, bug-followup@ or similar. Also, will send-pr still work? Anton ___ freebs

poudriere-devel and index.html

2014-06-02 Thread Anton Shterenlikht
I asked 2 weeks ago, but got no answer: http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092408.html Trying again: poudriere-devel used to make index.html with the build progress. Since 12-MAY-2014, this file is no longer being generated. I wonder if it's due to my misconfig or this is on

drop maintainership of 6 ports

2014-06-02 Thread Anton Shterenlikht
I can no longer maintain these ports: astro/xearth cad/feappv devel/fpp devel/robodoc math/slatec textproc/urlview Please reset Thanks Anton ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscr

poudriere-devel-3.0.99.20140509 no longer makes index.html

2014-05-19 Thread Anton Shterenlikht
I just noticed that index.html files are no longer there: # find /pdr/data/logs/ -name "*html" /pdr/data/logs/bulk/sparc64-11-default/2014-05-02_14h20m28s/index.html /pdr/data/logs/bulk/sparc64-11-default/2014-05-05_14h20m00s/index.html /pdr/data/logs/bulk/sparc64-11-default/2014-05-07_14h18m50s/

Re: staging without root privileges

2014-05-15 Thread Anton Shterenlikht
> >Am 14.05.2014 17:51, schrieb Baptiste Daroussin: > >> Add USES=uidfix it should do the magic :) > >...added a note to the wiki ports/StageDir... doesn't work for me: without USES=uidfix: ===> slatec-4.1_2 depends on executable: gfortran47 - found ===> Generating temporary packing list ins

Re: staging without root privileges

2014-05-14 Thread Anton Shterenlikht
>Am 13.05.2014 19:18, schrieb Anton Shterenlikht: >> https://wiki.freebsd.org/ports/StageDir >> says >> >> Make sure you tested make package as a normal user (not root). >> >> Does this refer specifically to the package target? > >build targets (&quo

restore from /var/backup/pkgng.db

2014-05-14 Thread Anton Shterenlikht
What program produces /var/backup/pkgng.db and pkgdb.bak.tbz? How can these files be used if the pkg database is corrupted? If I manually run pkg backup -d somefile, is somefile identical to /var/backup/pkgng.db? Thanks Anton ___ freebsd-ports@freebsd.o

  1   2   3   4   5   6   >