[Bug 577417] New: CMake obstacle "FIND_PACKAGE(Zypp REQUIRED)"
http://bugzilla.novell.com/show_bug.cgi?id=577417 http://bugzilla.novell.com/show_bug.cgi?id=577417#c0 Summary: CMake obstacle "FIND_PACKAGE(Zypp REQUIRED)" Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: Markus.Elfring@web.de QAContact: qa@suse.de Found By: --- Blocker: --- I would like to build the package management application also on my system to evaluate further software development like for bug #574687. Unfortunately, It seems that I stumble over another open issue. elfring@Sonne:~/Projekte/YaST/lokal/qt-pkg> cmake -G KDevelop3 -- prefix set to /usr/local -- Libraries will be installed in /usr/local/lib64 -- package name set to 'yast2-qt-pkg' -- YaST2 found: includes in /usr/include/YaST2, library in /usr/lib64/liby2.so -- plugins in /usr/local/lib64/YaST2/plugin -- scr in YAST_PLUGIN_SCR_LIBRARY-NOTFOUND -- wfm in YAST_PLUGIN_WFM_LIBRARY-NOTFOUND -- UI in YAST_PLUGIN_UI_LIBRARY-NOTFOUND -- prefix set to /usr/local -- Libraries will be installed in /usr/local/lib64 -- libyui found: includes in /usr/include/YaST2/yui, library in /usr/lib64/libyui.so -- UI plugins in /usr/local/lib64/YaST2/plugin CMake Error at CMakeLists.txt:13 (FIND_PACKAGE): Could not find module FindZypp.cmake or a configuration file for package Zypp. .. -- Configuring incomplete, errors occurred! How should the mentioned dependencies be resolved? Would you like to provide any missing configuration scripts by a package? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=577417 http://bugzilla.novell.com/show_bug.cgi?id=577417#c1 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Ján Kupec <jkupec@novell.com> 2010-02-05 15:24:02 UTC --- You need to install libzypp-devel. BTW, you can talk to developers in freenode.net IRC to discuss things like this. There are #yast and #zypp channels. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=577417 http://bugzilla.novell.com/show_bug.cgi?id=577417#c2 Markus Elfring <Markus.Elfring@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #2 from Markus Elfring <Markus.Elfring@web.de> 2010-02-05 18:10:10 UTC --- I'm sorry that I did not find the missing file earlier. - The configuration script "/usr/share/cmake/Modules/FindZypp.cmake" is provided by the package "libzypp-devel" after it was added to my installation. Now I get the expected result. .. -- Configuring done -- Generating done -- Build files have been written to: /home/elfring/Projekte/YaST/lokal/qt-pkg -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com