Re: [Fink-users] Failed: phase compiling: nepomuk-core-mac-4.14.0-1 failed

2014-09-03 Thread Dominique Dhumieres
 I think that's now taken care of as well in revision -2 for
 kdepimlibs4-mac-shlibs.

Confirmed, thanks. Now back to the errors

...
-- Could NOT find LuaJIT (missing:  LUAJIT_LIBRARY) 
CMake Error: Attempt to add a custom rule to output 
/sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule
 which already has a custom rule.
CMake Error: Attempt to add a custom rule to output 
/sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule
 which already has a custom rule.
...
-- Configuring incomplete, errors occurred!
See also 
/sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/CMakeFiles/CMakeOutput.log.
See also 
/sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/CMakeFiles/CMakeError.log.
### execution of /tmp/fink.MxfRM failed, exit code 1
### execution of /tmp/fink.vCB8c failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw64/bin/dpkg-lockwait -r fink-buildlock-cantor4-mac-4.14.0-1
(Reading database ... 342549 files and directories currently installed.)
Removing fink-buildlock-cantor4-mac-4.14.0-1 ...
Failed: phase compiling: cantor4-mac-4.14.0-1 failed

Same error with several other kde packages.

Dominique

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: nepomuk-core-mac-4.14.0-1 failed

2014-09-03 Thread Hanspeter Niederstrasser

On Wed, September 3, 2014 11:50 am, Dominique Dhumieres wrote:
 I think that's now taken care of as well in revision -2 for
 kdepimlibs4-mac-shlibs.

 Confirmed, thanks. Now back to the errors

 ...
 -- Could NOT find LuaJIT (missing:  LUAJIT_LIBRARY)
 CMake Error: Attempt to add a custom rule to output
 /sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule
 which already has a custom rule.
 CMake Error: Attempt to add a custom rule to output
 /sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule
 which already has a custom rule.
 ...
 -- Configuring incomplete, errors occurred!
 See also
 /sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/CMakeFiles/CMakeOutput.log.
 See also
 /sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/CMakeFiles/CMakeError.log.

What cmake version do you have installed? Also, is your filesystem
something other than case-insensitive HFS+ ? And do the two log files
referenced have anything interesting in them?

Hanspeter


-- 
More agile than a turtle, stronger than a mouse, nobler than a lettuce


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: nepomuk-core-mac-4.14.0-1 failed

2014-09-03 Thread Hanspeter Niederstrasser
On 9/3/2014 11:50 AM, Dominique Dhumieres wrote:
 I think that's now taken care of as well in revision -2 for
 kdepimlibs4-mac-shlibs.

 Confirmed, thanks. Now back to the errors

 ...
 -- Could NOT find LuaJIT (missing:  LUAJIT_LIBRARY)
 CMake Error: Attempt to add a custom rule to output 
 /sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule
  which already has a custom rule.
 CMake Error: Attempt to add a custom rule to output 
 /sw64/src/fink.build/cantor4-mac-4.14.0-1/cantor-4.14.0/build/src/cantor_SRCS.iconset/icon_32...@2x.png.rule
  which already has a custom rule.

Icon rules are being created from the macro kde4_install_icons in 
/sw/opt/kde4/mac/share/apps/cmake/modules/KDE4Macros.cmake.  This file 
comes from kdelibs4-mac-dev.

Near as I poorly understand cmake errors, what you're seeing is that the 
macro is somehow being called twice for that png and so the creation of 
the rule the 2nd time around errors out when it sees the first rule. 
This is what I get for KDE4Macros.cmake.  Does that look similar to yours?

$ ls -l /sw/opt/kde4/mac/share/apps/cmake/modules/KDE4Macros.cmake
-rw-r--r--  1 root  admin  59369 Aug 13 02:42 
/sw/opt/kde4/mac/share/apps/cmake/modules/KDE4Macros.cmake

Is there a chance that you might have some stray third-party install 
that might be confusing cmake?  I've tried rebuilding kde* on both a 
brand new Fink install and on a system with lots of packages installed 
and have yet to see anything like that error.

Hanspeter


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users