qbittorrent buildl borken on 12-current?

2016-09-07 Thread Daniel Eischen
The log is attached, I'm using poudriere. Any ideas? -- DE>> Building net-p2p/qbittorrent build started at Wed Sep 7 05:33:18 EDT 2016 port directory: /usr/ports/net-p2p/qbittorrent building for: FreeBSD 12amd64-default-job-01 12.0-CURRENT FreeBSD 12.0-CURRENT amd64 maintained by:

pkg 1.6.3 unable to upgrade, URL in pkg.conf problem?

2016-02-10 Thread Daniel Eischen
I'm trying to upgrade my ports with a set that I built using poudriere. I'm running FreeBSD-current r295354, pkg 1.6.3. The packages are here on my local (localhost, vega) box: /usr/local/poudriere/data/packages/11amd64-default My repo pkg.conf (vega.conf) looks like this: vega: {

Re: pkg 1.6.3 unable to upgrade, URL in pkg.conf problem?

2016-02-10 Thread Daniel Eischen
On Wed, 10 Feb 2016, Daniel Eischen wrote: I'm trying to upgrade my ports with a set that I built using poudriere. I'm running FreeBSD-current r295354, pkg 1.6.3. The packages are here on my local (localhost, vega) box: /usr/local/poudriere/data/packages/11amd64-default My repo pkg.conf

Re: pkg 1.6.3 unable to upgrade, URL in pkg.conf problem?

2016-02-10 Thread Daniel Eischen
On Wed, 10 Feb 2016, Dimitry Andric wrote: On 10 Feb 2016, at 20:10, Daniel Eischen <deisc...@freebsd.org> wrote: I'm trying to upgrade my ports with a set that I built using poudriere. I'm running FreeBSD-current r295354, pkg 1.6.3. The packages are here on my local (localhost, veg

Re: pkg 1.6.3 unable to upgrade, URL in pkg.conf problem?

2016-02-10 Thread Daniel Eischen
On Wed, 10 Feb 2016, Warren Block wrote: On Wed, 10 Feb 2016, Daniel Eischen wrote: On Wed, 10 Feb 2016, Dimitry Andric wrote: On 10 Feb 2016, at 20:10, Daniel Eischen <deisc...@freebsd.org> wrote: I'm trying to upgrade my ports with a set that I built using poudriere. I'm running F

Re: pkg 1.6.3 unable to upgrade, URL in pkg.conf problem?

2016-02-10 Thread Daniel Eischen
On Wed, 10 Feb 2016, Baptiste Daroussin wrote: On Wed, Feb 10, 2016 at 10:16:44PM +0100, Dimitry Andric wrote: On 10 Feb 2016, at 20:10, Daniel Eischen <deisc...@freebsd.org> wrote: I'm trying to upgrade my ports with a set that I built using poudriere. I'm running FreeBSD-current r

Using pkg to fetch packages for different ABI

2016-02-02 Thread Daniel Eischen
I want to use pkg to maintain a set of packages for nanobsd systems that are a different OS version and ABI than the host system. Basically, I want to be able to do: # pkg fetch -d -r FreeBSD_10x_32 -o ./ and have it fetch all the required packages for . The host system is 10.2-RELEASE-p9

Re: Using pkg to fetch packages for different ABI

2016-02-02 Thread Daniel Eischen
On Tue, 2 Feb 2016, Jason Unovitch wrote: On Tue, Feb 2, 2016 at 8:21 PM, Daniel Eischen <deisc...@freebsd.org> wrote: I want to use pkg to maintain a set of packages for nanobsd systems that are a different OS version and ABI than the host system. Basically, I want to be able to do:

Re: USES vs BUILD_DEPENDS

2015-03-30 Thread Daniel Eischen
On Sun, 29 Mar 2015, Daniel Eischen wrote: On Sun, 29 Mar 2015, Baptiste Daroussin wrote: On Sun, Mar 29, 2015 at 12:41:21PM -0400, Daniel Eischen wrote: I have a port which needs pod2man just to build the man file during installation. Why do I need USES= pod2man:perl5 just to build

Re: USES vs BUILD_DEPENDS

2015-03-30 Thread Daniel Eischen
On Mon, 30 Mar 2015, Mathieu Arnold wrote: +--On 29 mars 2015 12:41:21 -0400 Daniel Eischen deisc...@freebsd.org wrote: | I have a port which needs pod2man just to build the man file | during installation. Why do I need USES= pod2man:perl5 just to | build the port? It doesn't seem feasible

USES vs BUILD_DEPENDS

2015-03-29 Thread Daniel Eischen
I have a port which needs pod2man just to build the man file during installation. Why do I need USES= pod2man:perl5 just to build the port? It doesn't seem feasible to use BUILD_DEPENDS because there is no generic perl5 port. -- DE ___

Re: USES vs BUILD_DEPENDS

2015-03-29 Thread Daniel Eischen
On Sun, 29 Mar 2015, Baptiste Daroussin wrote: On Sun, Mar 29, 2015 at 12:41:21PM -0400, Daniel Eischen wrote: I have a port which needs pod2man just to build the man file during installation. Why do I need USES= pod2man:perl5 just to build the port? It doesn't seem feasible to use

Re: CFLAGS only for clang in mixed-compiler project?

2015-01-01 Thread Daniel Eischen
On Thu, 1 Jan 2015, Lev Serebryakov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I'm trying to update arm-eabi (microcontroller) cross-gcc port to latest version 4.9 and have one weird problem. Some part of gcc for arm (neon coprocessor machine description, to be precise) requires

RE: shells/bash port, add a knob which symlinks to /bin/bash ?

2014-09-12 Thread Daniel Eischen
On Fri, 12 Sep 2014, Rang, Anton wrote: If you want interoperability just use /usr/bin/env bash as a shebang. That doesn't work for this use case -- the user shell coming from LDAP -- but I agree that the port shouldn't be modifying /usr/bin. It's easy enough to add the symlink manually

net/libexosip2-legacy build is failing on -current

2014-06-28 Thread Daniel Eischen
I'm well into my 2 week quest to update my ports from a Feb 2014 build to now (June). One of the last issues is libexosip2-legacy failing to build with this: eXconf.c:1103:6: warning: implicit declaration of function 'timercmp' is invalid in C99 [-Wimplicit-function-declaration] if

Re: net/libexosip2-legacy build is failing on -current

2014-06-28 Thread Daniel Eischen
On Sat, 28 Jun 2014, Daniel Eischen wrote: I'm well into my 2 week quest to update my ports from a Feb 2014 build to now (June). One of the last issues is libexosip2-legacy failing to build with this: I fixed this by removing package net/libosip2 and instead installing net/libosip

net-im/kopete-kde4 broken on -current, stops kdenetwork build

2013-02-28 Thread Daniel Eischen
I'm trying to upgrade my ports on -current: FreeBSD rigel 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247154: Fri Feb 22 14:59:28 EST 2013 deischen@rigel:/usr/obj/opt/FreeBSD/current/src/sys/rigel amd64 And hitting this error in building net-im/kopete-kde4: cd

Re: net-im/kopete-kde4 broken on -current, stops kdenetwork build

2013-02-28 Thread Daniel Eischen
On Thu, 28 Feb 2013, Daniel Eischen wrote: I'm trying to upgrade my ports on -current: FreeBSD rigel 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247154: Fri Feb 22 14:59:28 EST 2013 deischen@rigel:/usr/obj/opt/FreeBSD/current/src/sys/rigel amd64 And hitting this error in building net-im/kopete

graphics/graphviz broken on -current, hangs indefinitely on install

2013-02-27 Thread Daniel Eischen
I have to mark graphics/graphviz BROKEN on -current in order to get portupgrade to bypass the upgrade of graphviz because it hangs forever on install: Making install in dot gmake[3]: Entering directory `/opt/FreeBSD/current/ports/graphics/graphviz/work/graphviz-2.30.1/cmd/dot' gmake[4]:

Re: graphics/graphviz broken on -current, hangs indefinitely on install

2013-02-27 Thread Daniel Eischen
On Wed, 27 Feb 2013, Chris Rees wrote: On 27 Feb 2013 17:48, Daniel Eischen deisc...@freebsd.org wrote: I have to mark graphics/graphviz BROKEN on -current in order to get portupgrade to bypass the upgrade of graphviz because it hangs forever on install: Making install in dot gmake[3

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-21 Thread Daniel Eischen
On Tue, 21 Feb 2012, Steve Kargl wrote: On Tue, Feb 21, 2012 at 05:00:53PM -0500, Diane Bruce wrote: On Tue, Feb 21, 2012 at 10:37:15PM +0100, Dimitry Andric wrote: On 2012-02-21 20:42, Steve Kargl wrote: ... Yes, /lib comes before /usr/local/lib/gcc46. I suppose that this is a heads up for

Re: cvs commit: ports/devel/ppl Makefile distinfo pkg-plist ports/devel/ppl/files patch-configure

2011-10-19 Thread Daniel Eischen
On Wed, 19 Oct 2011, Chris Rees wrote: On 19 Oct 2011 02:00, Daniel Eischen deisc...@freebsd.org wrote: On Wed, 19 Oct 2011, Daniel Eischen wrote: deischen2011-10-19 00:20:16 UTC FreeBSD ports repository Modified files: devel/pplMakefile distinfo pkg-plist Removed

Re: cvs commit: ports/devel/ppl Makefile distinfo pkg-plist ports/devel/ppl/files patch-configure

2011-10-18 Thread Daniel Eischen
On Wed, 19 Oct 2011, Daniel Eischen wrote: deischen2011-10-19 00:20:16 UTC FreeBSD ports repository Modified files: devel/pplMakefile distinfo pkg-plist Removed files: devel/ppl/files patch-configure Log: Upgrade to 0.11.2. Submitted by: Mark Murray

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Daniel Eischen
On Sat, 29 Jan 2011, Alexey Shuvaev wrote: Hello! It seems www/seamonkey2 is broken on CURRENT for at least 1 month now [1]. Examining build log and reproducing it locally, the problem is in the usage of libiconv in nsNativeCharsetUtils.cpp. The linker fails to produce libxpcom_core.so

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Daniel Eischen
On Sat, 29 Jan 2011, Alexander Kabaev wrote: On Sat, 29 Jan 2011 13:21:44 -0500 Alexander Kabaev kab...@gmail.com wrote: On Sat, 29 Jan 2011 13:02:24 -0500 (EST) Daniel Eischen deisc...@freebsd.org wrote: On Sat, 29 Jan 2011, Alexey Shuvaev wrote: Hello! It seems www/seamonkey2 is broken

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Daniel Eischen
On Sat, 29 Jan 2011, Alexey Shuvaev wrote: And here is the winner: On Sat, Jan 29, 2011 at 08:32:07AM +0300, Anonymous wrote: Alexey Shuvaev shuv...@physik.uni-wuerzburg.de writes: Hello! It seems www/seamonkey2 is broken on CURRENT for at least 1 month now [1]. Examining build log and

Re: The state of Ada (Re: FreeBSD unmaintained ports which are currently scheduled for deletion)

2010-01-08 Thread Daniel Eischen
On Fri, 8 Jan 2010, John Merryweather Cooper wrote: Well, the compiler needs to be upgraded to the latest version. Linux gets a compiler out of the box, but we have to bend one to shape. Most things stay the same, but there are always subtle differences. I'd be happy to help do this (as I'm

Re: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread Daniel Eischen
On Wed, 11 Nov 2009, freebsd-po...@coreland.ath.cx wrote: On 2009-11-08 00:06:16, Daniel Eischen wrote: Patches for amd64 support are also welcome. I thought you were going to do a port for GNAT-gpl amd64? 'Lo. I just tried to compile the vanilla GNAT-GPL 2009 sources today and came

Re: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread Daniel Eischen
On Wed, 11 Nov 2009, freebsd-po...@coreland.ath.cx wrote: On 2009-11-11 14:48:35, Daniel Eischen wrote: /gnat/gpl-2009/src/GNAT/obj/./gcc/xgcc -B/gnat/gpl-2009/src/GNAT/obj/./gcc/ -B/usr/local/x86_64-unknown-freebsd7.2/bin/ -B/usr/local/x86_64-unknown-freebsd7.2/lib/ -isystem /usr/local

Re: Improving Ada support on FreeBSD and in the ports system

2009-11-11 Thread Daniel Eischen
On Wed, 11 Nov 2009, freebsd-po...@coreland.ath.cx wrote: On 2009-11-11 15:07:36, Daniel Eischen wrote: Oh, I see. Did you configure it with host=i386-unknown-freebsd and target=amd64-unknown-freebsd (or is it x86_64?)? It looks like libgcc might not have support for x86_64 FreeBSD?? Full

Re: Improving Ada support on FreeBSD and in the ports system

2009-11-07 Thread Daniel Eischen
On Sat, 7 Nov 2009, freebsd-po...@coreland.ath.cx wrote: [Apologies for the possible double-post, I mistyped the From: address] Hello. It's come to my attention that the FreeBSD ports system has very poor support for Ada and Ada software in general. A quick search on Freshports for 'Ada'

Re: -pthread propagation

2009-04-01 Thread Daniel Eischen
On Thu, 2 Apr 2009, Dmitry Marakasov wrote: Hi! I have a question about -pthread. Imagine the situation where one port installs shared library that uses threads, and other port links with this library. A question: should the second port explicitely add -pthread to linker flags? Yes. For

Re: editors/nedit font weirdness

2009-02-20 Thread Daniel Eischen
On Fri, 20 Feb 2009, Stephen Hurd wrote: I recently updated my ports and rebuilt and now any time I try to run nedit, I get a handfull of Cannot load font. errors followed by a segfault. However, *if* I have xfontsel running, I only get a few warnings, then nedit runs normally. Maybe some

Re: How to break the bootstrapping chain

2006-12-08 Thread Daniel Eischen
On Fri, 8 Dec 2006, Karel Miklav wrote: I'm trying to maintain the gnat-gcc* Ada compiler ports, currently there are gnat-gcc34 and 41. I'd like to introduce newer versions, and retire experimental 34, which is built from an ancient binary which requires FreeBSD 4 compatibility. I'd like to