Bug 1479146 - unknown library '2' appears in dependency_libs
Summary: unknown library '2' appears in dependency_libs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kdelibs3
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kevin Kofler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-08 05:41 UTC by Mamoru TASAKA
Modified: 2017-08-09 09:34 UTC (History)
4 users (show)

Fixed In Version: kdelibs3-3.5.10-89.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-08 09:56:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mamoru TASAKA 2017-08-08 05:41:01 UTC
Description of problem:
For example, looking at /usr/lib64/libkhtml.la,

dependency_libs=' -L/usr/lib64/qt-3.3/lib -L/usr/lib64  /usr/lib64/libkjs.la   /usr/lib64/libkdeprint.la /usr/lib64/libkparts.la /usr/lib64/libkutils.la /usr/lib64/libkio.la /usr/lib64/libkdeui.la /usr/lib64/libkdesu.la   /usr/lib64/libkwalletclient.la /usr/lib64/libkdecore.la  /usr/lib64/libDCOP.la -ldl -lresolv -lutil  2 /usr/lib64/libkdefx.la -lqt-mt  -lz -lXext -lX11 -lSM -lICE -lpthread -lXrender'

There is unknown '2' appearing in dependency_libs.
It breaks kita build for example:
https://koji.fedoraproject.org/koji/taskinfo?taskID=21014806

/usr/bin/libtool  --tag=CXX   --mode=link g++  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic  -L/usr/lib64/qt-3.3/lib -L/usr/lib64    -Wl,--rpath,/usr/lib64/kita -o libkitaui.la -rpath /usr/lib64/kita tabwidgetbase.lo listviewitem.lo htmlview.lo htmlview.moc.lo tabwidgetbase.moc.lo  -lkhtml -lart_lgpl_2 
libtool:   error: cannot find the library '' or unhandled argument '2'
make[4]: Leaving directory '/builddir/build/BUILD/kita-0.177.5/kita/src/kitaui'
make[4]: *** [Makefile:572: libkitaui.la] Error 1


Version-Release number of selected component (if applicable):
kdelibs3-devel-3.5.10-88.fc27.x86_64

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:
kdelibs3-devel-3.5.10-84.fc26.x86_64 has no such issues.

Additional info:

Comment 1 Mamoru TASAKA 2017-08-08 06:07:53 UTC
Actually not kdelibs3-devel but kdelibs3.

And rebuilding kdelibs3-3.5.10-84 against F-27 does not have issue either, so I guess this is related to libidn2 patch or libidn2 rpm itself.

Comment 3 Kevin Kofler 2017-08-08 09:56:36 UTC
kdelibs3-3.5.10-89.fc27, which should fix this, now building for Rawhide.

Comment 5 Mamoru TASAKA 2017-08-09 09:34:18 UTC
Confirmed fixed, now kita builds, thank you.


Note You need to log in before you can comment on or make changes to this bug.