Mailinglist Archive: zypp-devel (227 mails)
| < Previous | Next > |
Re: [zypp-devel] new libzypp
- From: Duncan Mac-Vicar Prett <dmacvicar@xxxxxxx>
- Date: Fri, 04 Apr 2008 11:56:52 +0200
- Message-id: <47F5FB64.50409@xxxxxxx>
Stephan Kulow wrote:
cmake -DCMAKE_INSTALL_PREFIX=/zyppprefix
(I build the sat solver to /usr first)
And then make the package selector link to /usr YaST but to the prefixed libzypp:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DZYPP_PREFIX=/zyppprefix ..
(remove $CMAKE_BINARY_DIR/CMakeCache.txt first if you used /usr libzypp first )
Duncan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
PackageKit:I will fix the package selector. By the way, for future reference, it is easy to build a edge libzypp on a prefix
pk-backend-zypp.cpp: In function 'gboolean backend_get_requires_thread(PkBackendThread*, void*)':
pk-backend-zypp.cpp:224: error: 'nosolvable' is not a member of 'zypp::sat::Solvable'
pk-backend-zypp.cpp: In function 'gboolean backend_resolve_thread(PkBackendThread*, void*)':
pk-backend-zypp.cpp:1171: error: 'nosolvable' is not a member of 'zypp::sat::Solvable'
yast2-qt-pkg:
qt-pkg/src/YQPkgPatchList.cc:134: error: ‘class zypp::ResStatus’ has no member named ‘isIncomplete’
qt-pkg/src/YQPkgPatchList.cc:175: error: ‘class zypp::ResStatus’ has no member named ‘isNeeded’
qt-pkg/src/YQPkgPatchList.cc:204: error: ‘class zypp::ResStatus’ has no member named ‘isNeeded’
qt-pkg/src/YQPkgPatchList.cc:205: error: ‘class zypp::ResStatus’ has no member named ‘isSatisfied’
Greetings, Stephan
cmake -DCMAKE_INSTALL_PREFIX=/zyppprefix
(I build the sat solver to /usr first)
And then make the package selector link to /usr YaST but to the prefixed libzypp:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DZYPP_PREFIX=/zyppprefix ..
(remove $CMAKE_BINARY_DIR/CMakeCache.txt first if you used /usr libzypp first )
Duncan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |