[opensuse] dependencies and tarballs
Hi everyone I have the obs NETWORK:samba repo I want samba-client 4.0.7 from the rpm and my own cifs-utils from source. I can't remove samba-client without also removing cifs-utils. Currently, I take what it gives me and then make install the cifs-utils over the top of what's already there. I need to debug some bits which don't work. I don't want to have to install the whole of 4.0.7. Is there a way to remove the dependency and do this neatly? Thanks, L x -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/27/2013 07:25 PM, lynn wrote:
Hi everyone I have the obs NETWORK:samba repo
I want samba-client 4.0.7 from the rpm and my own cifs-utils from source. I can't remove samba-client without also removing cifs-utils. Currently, I take what it gives me and then make install the cifs-utils over the top of what's already there. I need to debug some bits which don't work.
I don't want to have to install the whole of 4.0.7. Is there a way to remove the dependency and do this neatly?
What about not poking around with the RPM, but instead use your software installation from the source tarball like that? $ ./configure --prefix=/path/to/somwhere \ && make && make install And then use that installation by $ export PATH="/path/to/somewhere:$PATH" and maybe/probably $ export LD_LIBRARY_PATH="/path/to/somewhere/lib:$LD_LIBRARY_PATH" I'm sure you get the idea. Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sat, Jul 27, 2013 at 07:25:32PM +0200, lynn wrote:
Hi everyone I have the obs NETWORK:samba repo
I want samba-client 4.0.7 from the rpm and my own cifs-utils from source.
I fear the network:samba:STABLE repository with 4.0.7 is broken at the moment. I've removed a wrong dependency at the end of last week. But there is still something wrong. I expect to investigate this further earliest tomorrow. In general the cifs-utils package from network:samba:STABLE got some dependency cleanup some weeks back. See https://bugzilla.novell.com/show_bug.cgi?id=804822 The BuildRequires to libwbclient-devel in the cifs-utils very likely causes this. That sounds to me like the same brokenness as stated above. Please file a defect report at https://bugzilla.novell.com/ and quote http://lists.opensuse.org/opensuse/2013-07/msg00612.html in the report. Assign it to me and report the bug ID as link back to enable the others to follow the progress. Cheers, Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team + SUSE Labs SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
participants (3)
-
Bernhard Voelker
-
Lars Müller
-
lynn