Bug #4955
Updated by Vincent MEMBRÉ over 10 years ago
Sice we added pam-devel as dependencies in SLES11 rudder-agent package build, the build is failing on a error about it.
it triees to install pam-devel 1.02, pam 1.0.2 is not avalaible in sles repositories (but 1.0.4 is)
error message is:
<pre>
if [ ! -z "gcc openssl-devel bison flex autoconf automake libtool pcre-devel zlib-devel libbz2-devel pam-devel" ];then zypper -n install gcc openssl-devel bison flex autoconf automake libtool pcre-devel zlib-devel libbz2-devel pam-devel;fi
Loading repository data...
Reading installed packages...
'gcc' is already installed.
No update candidate for 'gcc'.
'libopenssl-devel' providing 'openssl-devel' is already installed.
'bison' is already installed.
No update candidate for 'bison'.
'flex' is already installed.
No update candidate for 'flex'.
'autoconf' is already installed.
No update candidate for 'autoconf'.
'automake' is already installed.
No update candidate for 'automake'.
'libtool' is already installed.
No update candidate for 'libtool'.
'zlib-devel' is already installed.
No update candidate for 'zlib-devel'.
Resolving package dependencies...
Problem: nothing provides pam = 1.0.2 needed by pam-devel-1.0.2-20.1.i586
Solution 1: do not ask to install a solvable providing pam-devel
Solution 2: break pam-devel by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c): c
make: *** [buildpackage-rpm-common-prep-suse] Error 4
</pre>
Maybe some leads here: http://www.linuxquestions.org/questions/suse-novell-60/pam-devel-at-wrong-version-829913/