Re: [kde-freebsd] ports/187260: x11-toolkits/qt5-gui Compile error: linux/kd.h not found

2014-03-21 Thread Martin Tournoij
The following reply was made to PR ports/187260; it has been noted by GNATS.

From: "Martin Tournoij" 
To: bug-follo...@freebsd.org
Cc: k...@freebsd.org, m...@freebsd.org
Subject: Re: ports/187260: x11-toolkits/qt5-gui Compile error: linux/kd.h not
 found
Date: Thu, 20 Mar 2014 18:56:52 +0100

 On Mon, Mar 10, 2014 at 08:31:15AM +, m...@freebsd.org wrote:
 > Synopsis: x11-toolkits/qt5-gui Compile error: linux/kd.h not found
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: makc
 > State-Changed-When: Mon Mar 10 08:31:15 UTC 2014
 > State-Changed-Why: 
 > Please, show output of 'make configure WANT_QT_VERBOSE_CONFIGURE=1' and
 > list of installed ports.
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=187260
 
 Thanks for your reply.
 
 I did a `portsnap fetch update', pkg_delete qt5\*, and reinstalled qt5-gui with
 the verbose option.
 It builds & installs okay now. With or without the WANT_QT_VERBOSE_CONFIGURE
 flag.
 
 - I have a /usr/local/include/linux/kd.h now, installed by svgalib-1.4.3_6
 
   This seems to be incidentally installed, +REQUIRED_BY lists:
ghostscript9-9.06_5
libspectre-0.2.6_1
evince-2.32.0_12
 
   I incidentally installed evince a few days ago.
 
   Conclusion: svgalib should be listed as a dependency?
 
 - As for the missing -lxcb-xkb ... I don't know... It doesn't appear in
   /usr/local/libdata/pkgconfig except in the xcb-xkb package itself. I have no
   idea why it didn't work before, but works now...
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/187260: x11-toolkits/qt5-gui Compile error: linux/kd.h not found

2014-03-21 Thread Martin Tournoij
On Mon, Mar 10, 2014 at 08:31:15AM +, m...@freebsd.org wrote:
> Synopsis: x11-toolkits/qt5-gui Compile error: linux/kd.h not found
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: makc
> State-Changed-When: Mon Mar 10 08:31:15 UTC 2014
> State-Changed-Why: 
> Please, show output of 'make configure WANT_QT_VERBOSE_CONFIGURE=1' and
> list of installed ports.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=187260

Thanks for your reply.

I did a `portsnap fetch update', pkg_delete qt5\*, and reinstalled qt5-gui with
the verbose option.
It builds & installs okay now. With or without the WANT_QT_VERBOSE_CONFIGURE
flag.

- I have a /usr/local/include/linux/kd.h now, installed by svgalib-1.4.3_6

  This seems to be incidentally installed, +REQUIRED_BY lists:
ghostscript9-9.06_5
libspectre-0.2.6_1
evince-2.32.0_12

  I incidentally installed evince a few days ago.

  Conclusion: svgalib should be listed as a dependency?

- As for the missing -lxcb-xkb ... I don't know... It doesn't appear in
  /usr/local/libdata/pkgconfig except in the xcb-xkb package itself. I have no
  idea why it didn't work before, but works now...
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] quazip update

2014-03-21 Thread Jan Henrik Sylvester
On 03/17/2014 23:46, Ajtim wrote:
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> *** [qztest] Error code 1
> 
> make[2]: stopped in /usr/ports/archivers/quazip/work/quazip-0.6.2/qztest
> 1 error

I worked around this error by forcibly deleting the old version
installed and reinstalling cleanly. Probably, the build is picking up
something from the old version.

pkg delete -f quazip
make -C /usr/ports/archivers/quazip/ clean
make -C /usr/ports/archivers/quazip/ install clean

Cheers,
Jan Henrik
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information