Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 19:39:58 +0100
From:      "Richard M. Timoney" <richardt@maths.tcd.ie>
To:        freebsd-stable@freebsd.org
Subject:   Re: x11/kdelibs4: Update on 9.2-STABLE/CLANG fails, endless loop of the compiler
Message-ID:  <20140413183958.GA63104@maths.tcd.ie>

next in thread | raw e-mail | index | archive | help
> > Since the update of this port is crucial for proceeding with updates,
> > I
> > need desperately to fix this problem. Is there a binary package for
> > that sepcific port/revision?
> >
> 
> I worked around the issue by installing that particular package by 
> disabling clang (thus compiling it with gcc in base) while building it 
> and subsequently skipping it by providing portmaster with -x 
> kdelibs-4.12.4. Haven't seen issues doing so, but you never know...
> 
> No time to research the cause, but this would be critical problem for 
> many and should definitely be addressed.
> 
> Daniel

It seems I can't compile it with gcc but I can with clang33 from ports.

It finally dawned on my that the inability to compile kdelibs was since
I updated world during the week.

There are some minor changes since r264295 that seem to affect clang and
I might soon be able to see what effect that has.

kdelibs fails in a different way if libinotify is installed

  Linking CXX executable ../../bin/nepomuk-rcgen
  ../../lib/libkdecore.so.5.12.4: undefined reference to
  `inotify_add_watch'
  ../../lib/libkdecore.so.5.12.4: undefined reference to
  `inotify_rm_watch'
  ../../lib/libkdecore.so.5.12.4: undefined reference to `inotify_init'
  collect2: error: ld returned 1 exit status
  *** [bin/nepomuk-rcgen] Error code 1

Yours,

Richard

-- 
Richard M. Timoney
		  (richardt@maths.tcd.ie)       Tel. +353-1-896 1196
        School of Mathematics, Trinity College, Dublin 2, Ireland
WWW http://www.maths.tcd.ie/~richardt		FAX  +353-1-896 2282



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140413183958.GA63104>