[Kde-bindings] [Bug 153319] New: csharp does not use DESTDIR on make install

Gabriel C crazy at frugalware.org
Mon Dec 3 03:24:53 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=153319         
           Summary: csharp does not use DESTDIR on make install
           Product: bindings
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings kde org
        ReportedBy: crazy frugalware org


Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.2.2 
OS:                Linux

Hi,

current kdebindings (actually I use r744246 ) fails to install csharp when using ' DESTDIR '

CSharpMacros.cmake has the follwing code :

INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${GACUTIL_EXECUTABLE} -i ${CS_LIBRARY_TARGET_DIR}/${target}.dll -package 2.0)")

This is fine for installs without DESTDIR , for DESTDIR usage the argument ' -gacdir ' is needed.

I think the best solution is to add some WITH_GAC_DESTDIR option , so if is set we use  -gacdir ${GAC_DESTDIR }.

Regards,

Gabriel



More information about the Kde-bindings mailing list