Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2017 15:56:33 -0300
From:      Ricardo Campos Passanezi <riccp@ige.unicamp.br>
To:        Dmitry Marakasov <amdmi3@amdmi3.ru>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: qt5-widgets fails to build
Message-ID:  <assp.0260906f94.20170328185633.GB24348@ige.unicamp.br>
In-Reply-To: <assp.0260b45a55.20170328183121.GA24348@ige.unicamp.br>
References:  <assp.025973aa05.20170327193747.GC88467@ige.unicamp.br> <20170328162345.GD42495@hades.panopticon> <assp.0260b45a55.20170328183121.GA24348@ige.unicamp.br>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 28, 2017 at 03:31:21PM -0300, Ricardo Campos Passanezi wrote:
> On Tue, Mar 28, 2017 at 07:23:45PM +0300, Dmitry Marakasov wrote:
> > 
> > See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218187
> 
> Ok, thanks.
> 
> I've removed all qt pkgs (pkg delete -f qt5-\* and qtchooser).
> 
> When "make install" in /usr/ports/x11-toolkits/qt5-widgets I get the
> same error. I may have some other port to reinstall... 

update:

i've put the same in qt5-core:

# diff -u Makefile.orig Makefile
--- Makefile.orig       2017-03-28 15:55:23.780731000 -0300
+++ Makefile    2017-03-28 15:55:28.613663000 -0300
@@ -3,6 +3,7 @@
 PORTNAME=      core
 DISTVERSION=   ${QT5_VERSION}
 CATEGORIES=    devel
+PORTREVISION=   1
 PKGNAMEPREFIX= qt5-
 
 MAINTAINER=    kde@FreeBSD.org
@@ -25,7 +26,8 @@
                -no-alsa -no-egl -no-evdev -no-feature-concurrent \
                -no-fontconfig -no-freetype -no-gtk -no-harfbuzz \
                -no-libudev -no-pulseaudio -no-xcb -no-xinput2 -no-xkb -no-xcb-xlib \
-               -no-xkbcommon -no-xrender -no-xshape -no-xsync -no-libinput
+               -no-xkbcommon -no-xrender -no-xshape -no-xsync -no-libinput \
+               -no-use-gold-linker
 USE_LDCONFIG=  ${PREFIX}/${QT_LIBDIR_REL}
 
 BUILD_WRKSRC=  ${WRKSRC}/src/corelib


Then, removed every qt5 pkg and installed all over. It's alright now.


> 
> 
> 
> > 
> > -- 
> > Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
> > amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru
> > _______________________________________________
> > freebsd-ports@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
> 
> -- 
> Ricardo Campos Passanezi - Network Analyst
> PGP & GPG public key at:   http://www.ige.unicamp.br/~riccp
> Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"

-- 
Ricardo Campos Passanezi - Network Analyst
PGP & GPG public key at:   http://www.ige.unicamp.br/~riccp
Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.0260906f94.20170328185633.GB24348>