Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 483668 - =net-misc/tigervnc-1.2.80_p5065 with =x11-libs/fltk-1.3.0-r1 - .../work/tigervnc-1.2.80-20130314svn5065/vncviewer/CConn.h:43:27: error: ‘FL_SOCKET’ has not been declared
Summary: =net-misc/tigervnc-1.2.80_p5065 with =x11-libs/fltk-1.3.0-r1 - .../work/tiger...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 485436
  Show dependency tree
 
Reported: 2013-09-05 06:59 UTC by Leho Kraav (:macmaN @lkraav)
Modified: 2013-09-21 15:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log of tigervnc with fltk-1.3.0-r1 installed (build.log,133.10 KB, text/x-log)
2013-09-11 00:15 UTC, Sven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leho Kraav (:macmaN @lkraav) 2013-09-05 06:59:36 UTC
FL_SOCKET is undefined.

Upgrading to fltk-1.3.2 ~amd64 helped.

Reproducible: Always
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-09-05 09:36:02 UTC
Please comment with the output of `emerge --info` and attach the full build log.
Comment 2 Sven 2013-09-11 00:15:25 UTC
Created attachment 358446 [details]
build.log of tigervnc with fltk-1.3.0-r1 installed

What the op is trying to say: the dependencies of the tigervnc ebuild should include >=fltk-1.3.2. Anyway, here's the build.log.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-21 14:44:04 UTC
--- tigervnc-1.2.80_p5065.ebuild        10 Sep 2013 02:51:51 -0000      1.3
+++ tigervnc-1.2.80_p5065.ebuild        21 Sep 2013 14:43:34 -0000
@@ -28,7 +28,7 @@
 RDEPEND="virtual/jpeg:0
        sys-libs/zlib
        >=x11-libs/libXtst-1.0.99.2
-       x11-libs/fltk:1
+       >=x11-libs/fltk-1.3.1
        gnutls? ( net-libs/gnutls )
        java? ( >=virtual/jre-1.5 )
        pam? ( virtual/pam )

This should do it.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-21 15:08:50 UTC
Fixed. See also bug #485582.