Gentoo Archives: gentoo-gnustep

From: Tomasz Kondziola <tkondziola@×××××.com>
To: gentoo-gnustep@l.g.o
Subject: Re: [gentoo-gnustep] gworkspace-0.8.2 compilation problem for x86_64 platform
Date: Sat, 05 May 2007 16:48:17
Message-Id: 30ed6df80705050948g4c61a0f8sbe6add2a3aed39b7@mail.gmail.com
In Reply to: Re: [gentoo-gnustep] gworkspace-0.8.2 compilation problem for x86_64 platform by Erich
1 Hello,
2 I've just added pdfkit to USE flags for gworkspace-0.8.3 but new error
3 appeared:
4
5 FolderViewer.m: In function '-[FolderViewer setContextHelp]':
6 FolderViewer.m:250: error: 'NSHelpManager' undeclared (first use in this
7 function)
8 FolderViewer.m:250: error: (Each undeclared identifier is reported only once
9 FolderViewer.m:250: error: for each function it appears in.)
10 make[4]: *** [shared_obj/FolderViewer.o] Error 1
11 make[3]: *** [FolderViewer.all.bundle.variables] Error 2
12 make[3]: Leaving directory `/var/tmp/portage/gnustep-apps/gworkspace-0.8.3
13 /work/GWorkspace-0.8.3/Inspector/ContentViewers/FolderViewer'
14 make[2]: *** [internal-all] Error 2
15 make[2]: Leaving directory `/var/tmp/portage/gnustep-apps/gworkspace-0.8.3
16 /work/GWorkspace-0.8.3/Inspector/ContentViewers'
17 make[1]: *** [internal-all] Error 2
18 make[1]: Leaving directory `/var/tmp/portage/gnustep-apps/gworkspace-0.8.3
19 /work/GWorkspace-0.8.3/Inspector'
20 make: *** [internal-all] Error 2
21
22 !!! ERROR: gnustep-apps/gworkspace-0.8.3 failed.
23 Call stack:
24 ebuild.sh, line 1614: Called dyn_compile
25 ebuild.sh, line 971: Called qa_call 'src_compile'
26 environment, line 3630: Called src_compile
27 gworkspace-0.8.3.ebuild, line 41: Called egnustep_make
28 gnustep-funcs.eclass, line 170: Called die
29
30
31 On 5/4/07, Erich < erpl@×××.net> wrote:
32 >
33 > Erich schrieb:
34 > > Tomasz Kondziola schrieb:
35 > >> Hello all,
36 > >> Today I've experienced problem with gworkspace compilation.
37 > >> I've used following entries from my portage.keyword:
38 > >> # GNUStep
39 > >> gnustep-libs/pdfkit ~amd64
40 > >> =gnustep-apps/gworkspace- 0.8.2 ~*
41 > >>
42 > >> During compilation process I received following message:
43 > >>
44 > >> [snip]
45 > >>
46 > /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld:
47 >
48 > >> cannot find -lPDFKit
49 > >> collect2: ld returned 1 exit status
50 > >> make[4]: *** [PdfViewer.inspector/./PdfViewer] Error 1
51 > >> make[3]: *** [PdfViewer.all.bundle.variables] Error 2
52 > >> make[3]: Leaving directory `/var/tmp/portage/gnustep-apps/gworkspace-
53 > >> 0.8.2/work/GWorkspace-0.8.2/Inspector/ContentViewers/PdfViewer'
54 > >> make[2]: *** [internal-all] Error 2
55 > >> make[2]: Leaving directory
56 > >> `/var/tmp/portage/gnustep-apps/gworkspace- 0.8.2/work/GWorkspace-0.8.2
57 > /Inspector/ContentViewers'
58 > >>
59 > >> make[1]: *** [internal-all] Error 2
60 > >> make[1]: Leaving directory
61 > >> `/var/tmp/portage/gnustep-apps/gworkspace-0.8.2/work/GWorkspace- 0.8.2
62 > /Inspector'
63 > >> make: *** [internal-all] Error 2
64 > >>
65 > >> I've installed pdfkit earlier of course so I don't understand why
66 > >> message about problems with PDFKit linking appeared.
67 > >
68 > > Strange, to me it seems that PDFKit is not really needed by Gworkspace.
69 > > Today I emerged gworkspace-0.8.3 and it did not pull in PDFKit. It
70 > > emerged without any glitches during compilation. The only difference I
71 > > can spot is that I do not have PDFKit installed (although it is in my
72 > > package.keywords).
73 > I must have been sleeping... ;-)
74 >
75 > FYI: Just added pdfkit to the USE flags and emerged gworkspace-0.8.3
76 > again. PDFKit and Gworkspace both emerged flawlessly.
77 >
78 > Regards,
79 > Erich
80 > --
81 > gentoo-gnustep@g.o mailing list
82 >
83 >

Replies