Re: [opensuse-factory] New Tumbleweed snapshot 20160203 released!
* Ludwig Nussel <ludwig.nussel@suse.de> [02-05-16 10:00]:
Please note that this mail was generated by a script. The described changes are computed based on the x86_64 DVD. The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&version=Tumbleweed&build=20160203
Packages changed: ant
update applied and now: #> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin and I have *no* idea how to fix. Any help appreciated. tks, -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 2016-02-05 at 12:54 -0500, Patrick Shanahan wrote:
update applied and now:
HOW did you do it? Any warnings / dep issues you ignored?
#> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
and I have *no* idea how to fix. Any help appreciated.
Let's first do some diagnostic before we jump to a fix.
rpm -q libcurl4 (current in TW is 7.47.0-1.1) rpm -qV libcurl4
Then let's look at libpsl:
rpm -q libpsl5 (current in TW is 0.12.0-1.1) rpm -qV libpsl5
Then let's see if the linking is proper:
ldd /usr/lib64/libcurl.so.4 | grep psl
Can you please post the outputs so we can have a look at what's going on on your machine? (needles to say I did not see any such error). Cheers, Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* Dominique Leuenberger / DimStar <dimstar@opensuse.org> [02-05-16 13:18]:
On Fri, 2016-02-05 at 12:54 -0500, Patrick Shanahan wrote:
update applied and now:
HOW did you do it? Any warnings / dep issues you ignored?
#> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
and I have *no* idea how to fix. Any help appreciated.
Let's first do some diagnostic before we jump to a fix.
rpm -q libcurl4 (current in TW is 7.47.0-1.1)
that is what I have
rpm -qV libcurl4
no output
Then let's look at libpsl:
rpm -q libpsl5 (current in TW is 0.12.0-1.1)
No output
rpm -qV libpsl5
Then let's see if the linking is proper:
ldd /usr/lib64/libcurl.so.4 | grep psl
Can you please post the outputs so we can have a look at what's going on on your machine? (needles to say I did not see any such error).
NOTE: found conflict with GMT, removed GMT and zypper no longer complains. But still doesn't report libpsl5, and I have: 17:19 Crash: ~ # l /usr/lib64/libps* lrwxrwxrwx 1 root root 15 Jun 28 2015 /usr/lib64/libpsl.so.5 -> libpsl.so.5.1.1* -rwxr-xr-x 1 root root 114440 Jun 28 2015 /usr/lib64/libpsl.so.5.1.1* lrwxrwxrwx 1 root root 20 Jan 18 21:08 /usr/lib64/libpstoedit.so.0 -> -libpstoedit.so.0.0.0* -rwxr-xr-x 1 root root 495760 Jan 18 21:08 /usr/lib64/libpstoedit.so.0.0.0* ??? -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 05 Feb 12:54, Patrick Shanahan wrote:
* Ludwig Nussel <ludwig.nussel@suse.de> [02-05-16 10:00]:
Please note that this mail was generated by a script. The described changes are computed based on the x86_64 DVD. The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&version=Tumbleweed&build=20160203
Packages changed: ant
update applied and now: #> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
What does ldd /usr/lib64/libcurl.so.4 | grep psl rpm -qa | grep -E "libcurl4|libpsl5" says?
* İsmail Dönmez <idoenmez@suse.de> [02-05-16 13:21]:
On 05 Feb 12:54, Patrick Shanahan wrote:
* Ludwig Nussel <ludwig.nussel@suse.de> [02-05-16 10:00]:
Please note that this mail was generated by a script. The described changes are computed based on the x86_64 DVD. The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&version=Tumbleweed&build=20160203
Packages changed: ant
update applied and now: #> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
What does
ldd /usr/lib64/libcurl.so.4 | grep psl rpm -qa | grep -E "libcurl4|libpsl5"
says?
libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007ff9cc926000) tks -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
I'm having exactly the same problem :(
rpm -q libcurl4 Output: libcurl4-7.47.0-1.1.x86_64
rpm -qV libcurl4 Output: (nothing)
rpm -q libpsl5 Output: el paquete libpsl5 no está instalado [libpsl5 not installed]
rpm -qV libpsl5 Output: el paquete libpsl5 no está instalado [libpsl5 not installed]
ldd /usr/lib64/libcurl.so.4 | grep psl Output: libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007f547[...])
rpm -qa | grep -E "libcurl4|libpsl5" Output: libcurl4-7.47.0-1.1.x86_64 libcurl4-32bit-7.46.0-2.1.x86_64
2016-02-05 17:42 GMT-05:00 Patrick Shanahan <paka@opensuse.org>:
* İsmail Dönmez <idoenmez@suse.de> [02-05-16 13:21]:
On 05 Feb 12:54, Patrick Shanahan wrote:
* Ludwig Nussel <ludwig.nussel@suse.de> [02-05-16 10:00]:
Please note that this mail was generated by a script. The described changes are computed based on the x86_64 DVD. The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&version=Tumbleweed&build=20160203
Packages changed: ant
update applied and now: #> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
What does
ldd /usr/lib64/libcurl.so.4 | grep psl rpm -qa | grep -E "libcurl4|libpsl5"
says?
libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007ff9cc926000)
tks -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* Sancordar CA <cordobaa92@gmail.com> [02-05-16 18:05]:
I'm having exactly the same problem :(
rpm -q libcurl4 Output: libcurl4-7.47.0-1.1.x86_64
rpm -qV libcurl4 Output: (nothing)
rpm -q libpsl5 Output: el paquete libpsl5 no está instalado [libpsl5 not installed]
rpm -qV libpsl5 Output: el paquete libpsl5 no está instalado [libpsl5 not installed]
ldd /usr/lib64/libcurl.so.4 | grep psl Output: libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007f547[...])
rpm -qa | grep -E "libcurl4|libpsl5" Output: libcurl4-7.47.0-1.1.x86_64 libcurl4-32bit-7.46.0-2.1.x86_64
2016-02-05 17:42 GMT-05:00 Patrick Shanahan <paka@opensuse.org>:
* İsmail Dönmez <idoenmez@suse.de> [02-05-16 13:21]:
On 05 Feb 12:54, Patrick Shanahan wrote:
* Ludwig Nussel <ludwig.nussel@suse.de> [02-05-16 10:00]:
Please note that this mail was generated by a script. The described changes are computed based on the x86_64 DVD. The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&version=Tumbleweed&build=20160203
Packages changed: ant
update applied and now: #> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
What does
ldd /usr/lib64/libcurl.so.4 | grep psl rpm -qa | grep -E "libcurl4|libpsl5"
says?
libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007ff9cc926000)
tks -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Do you have GMT installed? If so remove it and download libpsl5 and install it using rpm, rpm -Uv --force ./libpsl5-0.12.0-1.1.x86_64 -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
A lot of thanks guys, for your help (^^) It worked, but now my 'zypper verify' screen is a real mess. I tried to 'zypper dup' agian, selecting option 3 this time, but it re-broke everything so I had to uninstall GMT and libpsl5[i586], and install libpsl5[x86_64] manually once again. (sorry about my grammar btw :) 2016-02-05 18:08 GMT-05:00 Patrick Shanahan <paka@opensuse.org>:
* Sancordar CA <cordobaa92@gmail.com> [02-05-16 18:05]:
I'm having exactly the same problem :(
rpm -q libcurl4 Output: libcurl4-7.47.0-1.1.x86_64
rpm -qV libcurl4 Output: (nothing)
rpm -q libpsl5 Output: el paquete libpsl5 no está instalado [libpsl5 not installed]
rpm -qV libpsl5 Output: el paquete libpsl5 no está instalado [libpsl5 not installed]
ldd /usr/lib64/libcurl.so.4 | grep psl Output: libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007f547[...])
rpm -qa | grep -E "libcurl4|libpsl5" Output: libcurl4-7.47.0-1.1.x86_64 libcurl4-32bit-7.46.0-2.1.x86_64
2016-02-05 17:42 GMT-05:00 Patrick Shanahan <paka@opensuse.org>:
* İsmail Dönmez <idoenmez@suse.de> [02-05-16 13:21]:
On 05 Feb 12:54, Patrick Shanahan wrote:
* Ludwig Nussel <ludwig.nussel@suse.de> [02-05-16 10:00]:
Please note that this mail was generated by a script. The described changes are computed based on the x86_64 DVD. The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading: https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&version=Tumbleweed&build=20160203
Packages changed: ant
update applied and now: #> zypper ref zypper: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: psl_builtin
What does
ldd /usr/lib64/libcurl.so.4 | grep psl rpm -qa | grep -E "libcurl4|libpsl5"
says?
libpsl.so.5 => /usr/lib64/libpsl.so.5 (0x00007ff9cc926000)
tks -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Do you have GMT installed? If so remove it and download libpsl5 and install it using rpm, rpm -Uv --force ./libpsl5-0.12.0-1.1.x86_64 -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Dominique Leuenberger / DimStar
-
İsmail Dönmez
-
Patrick Shanahan
-
Sancordar CA