[OpenWrt-Tickets] [OpenWrt] #2850: firmwarehotplug package requires "sdcc" command under Fedora, which is not available.
OpenWrt
openwrt-devel at lists.openwrt.org
Mon Mar 17 13:07:33 CET 2008
#2850: firmwarehotplug package requires "sdcc" command under Fedora, which is not
available.
--------------------------------------------+-------------------------------
Reporter: rpjday <rpjday at crashcourse.ca> | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Resolution:
Keywords: |
--------------------------------------------+-------------------------------
Comment (by rpjday <rpjday at crashcourse.ca>):
There's a simple fix for this. Because of potential naming conflicts, the
Fedora packagers for "sdcc" renamed the executables to have the prefix
"sdcc-" so that, on Fedora systems, there is no /usr/bin/sdcc but rather
/usr/bin/sdcc-sdcc, and so on, which not surprisingly screws up the
OpenWrt build when you're trying to build the "firmwarehotplug" package,
which goes looking for "sdcc" and can't find it.
Luckily, those renamed executables are simply wrappers for the properly-
named executables in /usr/libexec/sdcc. Thus, all you need to do is add
/usr/libexec/sdcc to your search path before running your build, and the
package firmwarehotplug should be buildable.
--
Ticket URL: <https://dev.openwrt.org/ticket/2850#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
More information about the openwrt-tickets
mailing list