[opensuse] rebuilding conky from srpm, configure fails - no iwlib.h (but it is there) howto fix?
Guys, I building conky from the 11.1 src.rpm and the rebuild fails with the following iwlib.h error, but iwlib.h is there: <snip> checking iwlib.h presence... no checking for iwlib.h... no configure: error: iwlib.h header not found error: Bad exit status from /var/tmp/rpm-tmp.33117 (%build) RPM build errors: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID 6b9d6523 Bad exit status from /var/tmp/rpm-tmp.33117 (%build) 13:26 alchemy:~/suse/pkg/111> locate iwlib.h /usr/include/iwlib.h How do I modify the spec/etc.. to fix this?? -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 18 September 2010, David C. Rankin wrote:
Guys,
I building conky from the 11.1 src.rpm
What on earth is conky?
and the rebuild fails with the following iwlib.h error, but iwlib.h is there:
Look in the file config.log in the source directory. It is the output of the commands run. Sometimes, something entirely different fails, causing configure to conclude that a file is missing even when it's not Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 18 Sep 2010 13:30:15 -0500 "David C. Rankin" <drankinatty@suddenlinkmail.com> wrote:
Guys,
I building conky from the 11.1 src.rpm and the rebuild fails with the following iwlib.h error, but iwlib.h is there:
<snip> checking iwlib.h presence... no checking for iwlib.h... no configure: error: iwlib.h header not found error: Bad exit status from /var/tmp/rpm-tmp.33117 (%build)
RPM build errors: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID 6b9d6523 Bad exit status from /var/tmp/rpm-tmp.33117 (%build) 13:26 alchemy:~/suse/pkg/111> locate iwlib.h /usr/include/iwlib.h
How do I modify the spec/etc.. to fix this??
# %if 0%{?suse_version} > 1110 # BuildRequires: libiw-devel # %else # BuildRequires: wireless-tools # %endif http://download.opensuse.org/repositories/home:/malcolmlewis:/Python/openSUS... http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&exclude_debug=true&lang=en&p=1&q=conky http://software.opensuse.org/search?q=conkyforecast&baseproject=openSUSE%3A11.1&lang=en&exclude_debug=true -- Cheers Malcolm °¿° (Linux Counter #276890) SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.19-0.2-default up 2 days 3:35, 2 users, load average: 4.17, 2.09, 1.33 GPU GeForce 8600 GTS Silent - Driver Version: 256.53 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 09/18/2010 01:52 PM, Malcolm wrote:
# BuildRequires: libiw-devel
Thanks Anders, Malcolm, I'll bet that is the problem - I'll fix it and report back: 13:45 alchemy:~/suse/pkg/111> rpm -q libiw-devel package libiw-devel is not installed Funny that rpmbuild didn't catch that right up front and stop the build with an error on the dependency. 99% of the rpmbuild will catch a dependency right at the beginning. Anders, conky is basically a newer gkrellm from gnome (a bit of eye-candy, but with 1000's of very-very good themes available :-) -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 18 Sep 2010 13:52:27 -0500 Malcolm <malcolm_lewis@bellsouth.net> wrote:
On Sat, 18 Sep 2010 13:30:15 -0500 "David C. Rankin" <drankinatty@suddenlinkmail.com> wrote:
Guys,
I building conky from the 11.1 src.rpm and the rebuild fails with the following iwlib.h error, but iwlib.h is there:
<snip> checking iwlib.h presence... no checking for iwlib.h... no configure: error: iwlib.h header not found error: Bad exit status from /var/tmp/rpm-tmp.33117 (%build)
RPM build errors: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID 6b9d6523 Bad exit status from /var/tmp/rpm-tmp.33117 (%build) 13:26 alchemy:~/suse/pkg/111> locate iwlib.h /usr/include/iwlib.h
How do I modify the spec/etc.. to fix this??
# %if 0%{?suse_version} > 1110 # BuildRequires: libiw-devel # %else # BuildRequires: wireless-tools # %endif
http://download.opensuse.org/repositories/home:/malcolmlewis:/Python/openSUS... http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&exclude_debug=true&lang=en&p=1&q=conky http://software.opensuse.org/search?q=conkyforecast&baseproject=openSUSE%3A11.1&lang=en&exclude_debug=true
I should also say the version I built has the following features; Compiled in features: System config file: /etc/conky/conky.conf Package library path: /usr/lib64/conky X11: * Xdamage extension * XDBE (double buffer extension) * Xft * ARGB visual Music detection: * MPD * MOC General: * math * hddtemp * portmon * wireless * nvidia * config-output * Imlib2 * apcupsd * iostats * ncurses * Lua Lua bindings: * Cairo * Imlib2 -- Cheers Malcolm °¿° (Linux Counter #276890) SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.19-0.2-default up 2 days 3:45, 2 users, load average: 11.79, 8.39, 4.95 GPU GeForce 8600 GTS Silent - Driver Version: 256.53 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Anders Johansson
-
David C. Rankin
-
Malcolm