[FIXORED, old findutils] I can't build BMPanel :(

Whenever I try to (re!)compile BMPanel, the following happens.
/Users/dav7/ + yaourt bmpanel
1 aur/bmpanel 0.9.26-1
A modern, NETWM compliant, bitmap theme-based x11 panel.
2 aur/bmpanel-git 20080721-1
BMPanel is a lightweight panel with taskbar, tray, desktop switcher and clock. It is themeable reincarnation of fspanel.
==> Enter n° (separated by blanks, or a range) of packages to be installed
Example: '1 6 7 8 9' or '1 6-9'
==> ----------------------------------------------
==>1
==> WARNING: Building unsupported package as root is dangerous.
Please run yaourt as a non-privileged user.
==> Resuming previous build
==> Downloading bmpanel PKGBUILD from AUR...
no configuration found for bmpanel in /etc/customizepkg.d/
Comment by: gothmog.todi on 20080212 [18:34:58]
BMPanel is a lightweight panel with taskbar, tray, desktop switcher and clock. It is themeable reincarnation of fspanel. Panel should work with NETWM (aka EWMH) compliant window manager (tested on openbox3). Systray follows only systray-spec, KDE tray is not supported.
Comment by: nsf on 20080601 [11:13:27]
I have cleaned all comments, please see homepage for important info before install.
Comment by: bartbrasil on 20080904 [16:20:40]
libxcomposite and libxrender shout be optional, i think. Who don't use composite don't have install this deps.
First Submitted: Tue, 12 Feb 2008 18:34:58 +0000
Last Updated: Thu, 14 Aug 2008 16:43:33 +0000
bmpanel 0.9.26-1 (Unsupported): A modern, NETWM compliant, bitmap theme-based x11 panel.
==> bmpanel dependencies:
- imlib2 (already installed)
- fontconfig (already installed)
- libx11 (already installed)
- libxrender (already installed)
- libxcomposite (already installed)
- gcc (already installed)
==> Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
==> ----------------------------------------------
==>y
Please add $EDITOR to your environment variables
for example:
==> Edit PKGBUILD with: (replace gvim with your favorite editor)
==> Edit ./PKGBUILD with: cat
# Contributor: nsf <[email protected]>
pkgname=bmpanel
pkgver=0.9.26
pkgrel=1
pkgdesc="A modern, NETWM compliant, bitmap theme-based x11 panel."
arch=('i686' 'x86_64')
url="http://nsf.110mb.com/bmpanel/"
license=('custom')
depends=('imlib2' 'fontconfig' 'libx11' 'libxrender' 'libxcomposite')
makedepends=('gcc')
source=(http://nsf.110mb.com/bmpanel/$pkgname-$pkgver.tar.gz)
md5sums=('90fe38ca01f53cc9a6c052dec7fb57ef')
build() {
cd "$startdir/src/$pkgname-$pkgver"
./configure --prefix=/usr || return 1
make || return 1
DESTDIR=$startdir/pkg make install || return 1
install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
==> bmpanel dependencies:
- imlib2 (already installed)
- fontconfig (already installed)
- libx11 (already installed)
- libxrender (already installed)
- libxcomposite (already installed)
- gcc (already installed)
==> Continue the building of 'bmpanel'? [Y/n]
==> ----------------------------------------------
==>y
==> Building and installing package
==> Making package: bmpanel 0.9.26-1 i686 (Fri Sep 5 14:20:28 EST 2008)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found bmpanel-0.9.26.tar.gz in build dir
==> Validating source files with md5sums...
bmpanel-0.9.26.tar.gz ... Passed
==> Extracting Sources...
-> bsdtar -x -f bmpanel-0.9.26.tar.gz
==> Removing existing pkg/ directory...
==> Starting build()...
checking for installed devel packages
checking for sys/timerfd.h... yes
checking for imlib2 >= 1.4.0... yes
checking for x11... yes
checking for xrender... yes
checking for xcomposite... yes
checking for fontconfig... yes
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
---------- summary ----------
CFLAGS :
LIBS :
PREFIX : /usr
DEBUG : no
MEMDEBUG : no
OPTIMIZE : no
UGLY : no
writing .mk/config.mk...
configure done
C: src/bmpanel.c
C: src/common.c
C: src/logger.c
C: src/render.c
C: src/theme.c
L: bmpanel
.mk/build/src/bmpanel.o: In function `get_prop_int':
bmpanel.c:(.text+0x1f4): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x205): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `is_window_iconified':
bmpanel.c:(.text+0x289): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x2a0): undefined reference to `XFree'
bmpanel.c:(.text+0x301): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x339): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `X_error_handler':
bmpanel.c:(.text+0x38a): undefined reference to `XGetErrorText'
.mk/build/src/bmpanel.o: In function `acquire_tray_selection':
bmpanel.c:(.text+0x403): undefined reference to `XInternAtom'
bmpanel.c:(.text+0x419): undefined reference to `XGetSelectionOwner'
bmpanel.c:(.text+0x453): undefined reference to `XSetSelectionOwner'
bmpanel.c:(.text+0x47a): undefined reference to `XInternAtom'
bmpanel.c:(.text+0x4e1): undefined reference to `XSendEvent'
.mk/build/src/bmpanel.o: In function `initP':
bmpanel.c:(.text+0x6f0): undefined reference to `XCreateWindow'
bmpanel.c:(.text+0x70b): undefined reference to `XSelectInput'
bmpanel.c:(.text+0x74c): undefined reference to `XChangeProperty'
bmpanel.c:(.text+0x7ea): undefined reference to `XChangeProperty'
bmpanel.c:(.text+0x82f): undefined reference to `XChangeProperty'
bmpanel.c:(.text+0x875): undefined reference to `XChangeProperty'
bmpanel.c:(.text+0x8e2): undefined reference to `XSetWMNormalHints'
bmpanel.c:(.text+0x90f): undefined reference to `XSetWMHints'
bmpanel.c:(.text+0x970): undefined reference to `XChangeProperty'
bmpanel.c:(.text+0x975): undefined reference to `XAllocClassHint'
bmpanel.c:(.text+0x9a1): undefined reference to `XSetClassHint'
bmpanel.c:(.text+0x9a9): undefined reference to `XFree'
bmpanel.c:(.text+0x9ba): undefined reference to `XMapWindow'
bmpanel.c:(.text+0x9cf): undefined reference to `XSync'
bmpanel.c:(.text+0xa56): undefined reference to `XSendEvent'
bmpanel.c:(.text+0xb23): undefined reference to `XCreateWindow'
bmpanel.c:(.text+0xb87): undefined reference to `XCompositeQueryExtension'
bmpanel.c:(.text+0xba4): undefined reference to `XRenderQueryExtension'
bmpanel.c:(.text+0xbeb): undefined reference to `XGetVisualInfo'
bmpanel.c:(.text+0xc2e): undefined reference to `XRenderFindVisualFormat'
bmpanel.c:(.text+0xc45): undefined reference to `XFree'
bmpanel.c:(.text+0xc75): undefined reference to `XCreateColormap'
bmpanel.c:(.text+0xcf5): undefined reference to `XCompositeRedirectSubwindows'
bmpanel.c:(.text+0xe6c): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `alloc_window_name':
bmpanel.c:(.text+0xf12): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0xf2b): undefined reference to `XFree'
bmpanel.c:(.text+0xf9e): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x1009): undefined reference to `XGetWindowProperty'
.mk/build/src/bmpanel.o: In function `rebuild_desktops':
bmpanel.c:(.text+0x1122): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x11ee): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `get_window_icon':
bmpanel.c:(.text+0x12b9): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x1323): undefined reference to `imlib_create_image_using_copied_data'
bmpanel.c:(.text+0x1335): undefined reference to `imlib_context_set_image'
bmpanel.c:(.text+0x1341): undefined reference to `imlib_image_set_has_alpha'
bmpanel.c:(.text+0x134c): undefined reference to `XFree'
bmpanel.c:(.text+0x1358): undefined reference to `imlib_context_set_image'
bmpanel.c:(.text+0x135d): undefined reference to `imlib_image_get_width'
bmpanel.c:(.text+0x1364): undefined reference to `imlib_image_get_height'
bmpanel.c:(.text+0x139a): undefined reference to `imlib_create_cropped_scaled_image'
bmpanel.c:(.text+0x13a1): undefined reference to `imlib_free_image'
bmpanel.c:(.text+0x13a9): undefined reference to `imlib_context_set_image'
bmpanel.c:(.text+0x13b5): undefined reference to `imlib_image_set_has_alpha'
bmpanel.c:(.text+0x13cd): undefined reference to `XGetWMHints'
bmpanel.c:(.text+0x13e0): undefined reference to `XFree'
bmpanel.c:(.text+0x145f): undefined reference to `XGetGeometry'
bmpanel.c:(.text+0x146a): undefined reference to `imlib_context_set_drawable'
bmpanel.c:(.text+0x1499): undefined reference to `imlib_create_image_from_drawable'
bmpanel.c:(.text+0x14a3): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `update_tasks':
bmpanel.c:(.text+0x14e3): undefined reference to `XGetInputFocus'
bmpanel.c:(.text+0x1549): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x15df): undefined reference to `imlib_context_set_image'
bmpanel.c:(.text+0x15e4): undefined reference to `imlib_free_image'
bmpanel.c:(.text+0x1661): undefined reference to `XFree'
bmpanel.c:(.text+0x16d6): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x16ff): undefined reference to `XFree'
bmpanel.c:(.text+0x1763): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x17ac): undefined reference to `XFree'
bmpanel.c:(.text+0x1817): undefined reference to `XSelectInput'
bmpanel.c:(.text+0x185d): undefined reference to `XFree'
bmpanel.c:(.text+0x1895): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `init_and_start_loop':
bmpanel.c:(.text+0x1a39): undefined reference to `XPending'
bmpanel.c:(.text+0x1a58): undefined reference to `XNextEvent'
bmpanel.c:(.text+0x1aea): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x1afb): undefined reference to `XFree'
bmpanel.c:(.text+0x1b29): undefined reference to `XSync'
bmpanel.c:(.text+0x1c04): undefined reference to `XSelectInput'
bmpanel.c:(.text+0x1c31): undefined reference to `XReparentWindow'
bmpanel.c:(.text+0x1c45): undefined reference to `XMapRaised'
bmpanel.c:(.text+0x1e0a): undefined reference to `XSendEvent'
bmpanel.c:(.text+0x1f07): undefined reference to `imlib_context_set_image'
bmpanel.c:(.text+0x1f0c): undefined reference to `imlib_free_image'
bmpanel.c:(.text+0x1fdc): undefined reference to `XConfigureWindow'
bmpanel.c:(.text+0x2150): undefined reference to `XSendEvent'
bmpanel.c:(.text+0x217a): undefined reference to `XConfigureWindow'
bmpanel.c:(.text+0x2297): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x22a8): undefined reference to `XFree'
bmpanel.c:(.text+0x231e): undefined reference to `XIconifyWindow'
bmpanel.c:(.text+0x2387): undefined reference to `XIconifyWindow'
bmpanel.c:(.text+0x2430): undefined reference to `XSendEvent'
bmpanel.c:(.text+0x25f1): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x2602): undefined reference to `XFree'
.mk/build/src/bmpanel.o: In function `cleanup':
bmpanel.c:(.text+0x26bd): undefined reference to `XReparentWindow'
bmpanel.c:(.text+0x26de): undefined reference to `XSync'
bmpanel.c:(.text+0x271c): undefined reference to `imlib_context_set_image'
bmpanel.c:(.text+0x2721): undefined reference to `imlib_free_image'
bmpanel.c:(.text+0x2753): undefined reference to `XDestroyWindow'
bmpanel.c:(.text+0x2760): undefined reference to `XCloseDisplay'
bmpanel.c:(.text+0x27b2): undefined reference to `XSetSelectionOwner'
bmpanel.c:(.text+0x27c8): undefined reference to `XDestroyWindow'
.mk/build/src/bmpanel.o: In function `main':
bmpanel.c:(.text+0x2888): undefined reference to `XOpenDisplay'
bmpanel.c:(.text+0x28a6): undefined reference to `XSetErrorHandler'
bmpanel.c:(.text+0x28b2): undefined reference to `XSetIOErrorHandler'
bmpanel.c:(.text+0x296d): undefined reference to `XInternAtoms'
bmpanel.c:(.text+0x298b): undefined reference to `XSelectInput'
bmpanel.c:(.text+0x29ee): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x29ff): undefined reference to `XFree'
bmpanel.c:(.text+0x2a68): undefined reference to `XGetWindowProperty'
bmpanel.c:(.text+0x2a96): undefined reference to `XFree'
bmpanel.c:(.text+0x2b13): undefined reference to `XSync'
.mk/build/src/render.o: In function `get_image_width':
render.c:(.text+0xe): undefined reference to `imlib_context_set_image'
.mk/build/src/render.o: In function `update_bg':
render.c:(.text+0x55): undefined reference to `imlib_context_set_drawable'
render.c:(.text+0x66): undefined reference to `imlib_context_set_image'
render.c:(.text+0x6b): undefined reference to `imlib_free_image'
render.c:(.text+0xa3): undefined reference to `imlib_create_image_from_drawable'
render.c:(.text+0xb5): undefined reference to `imlib_context_set_display'
render.c:(.text+0xc2): undefined reference to `imlib_context_set_visual'
render.c:(.text+0xcf): undefined reference to `imlib_context_set_drawable'
render.c:(.text+0xdc): undefined reference to `imlib_context_set_image'
render.c:(.text+0xe1): undefined reference to `imlib_clone_image'
render.c:(.text+0x107): undefined reference to `imlib_context_set_blend'
render.c:(.text+0x10f): undefined reference to `imlib_context_set_image'
render.c:(.text+0x16e): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x1c6): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x1d2): undefined reference to `imlib_context_set_blend'
render.c:(.text+0x1e4): undefined reference to `imlib_render_pixmaps_for_whole_image'
render.c:(.text+0x201): undefined reference to `XSetWindowBackgroundPixmap'
render.c:(.text+0x20c): undefined reference to `imlib_free_pixmap_and_mask'
render.c:(.text+0x211): undefined reference to `imlib_free_image'
.mk/build/src/render.o: In function `render_present':
render.c:(.text+0x244): undefined reference to `imlib_context_set_image'
render.c:(.text+0x294): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x2a0): undefined reference to `imlib_context_set_blend'
render.c:(.text+0x2f0): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x2fc): undefined reference to `imlib_context_set_blend'
render.c:(.text+0x309): undefined reference to `imlib_context_set_drawable'
render.c:(.text+0x31d): undefined reference to `imlib_render_image_on_drawable'
render.c:(.text+0x331): undefined reference to `imlib_context_set_image'
render.c:(.text+0x33d): undefined reference to `imlib_image_set_has_alpha'
render.c:(.text+0x361): undefined reference to `imlib_context_set_color'
render.c:(.text+0x387): undefined reference to `imlib_image_fill_rectangle'
render.c:(.text+0x3d7): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x3e4): undefined reference to `imlib_context_set_drawable'
render.c:(.text+0x3f8): undefined reference to `imlib_render_image_on_drawable'
render.c:(.text+0x405): undefined reference to `imlib_context_set_image'
render.c:(.text+0x422): undefined reference to `imlib_image_copy_alpha_to_image'
render.c:(.text+0x42e): undefined reference to `imlib_image_set_has_alpha'
render.c:(.text+0x43b): undefined reference to `imlib_context_set_drawable'
render.c:(.text+0x44f): undefined reference to `imlib_render_image_on_drawable'
render.c:(.text+0x4c1): undefined reference to `XRenderComposite'
.mk/build/src/render.o: In function `tile_image':
render.c:(.text+0x4f0): undefined reference to `imlib_context_set_image'
render.c:(.text+0x546): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x59e): undefined reference to `imlib_blend_image_onto_image'
.mk/build/src/render.o: In function `draw_image':
render.c:(.text+0x5d7): undefined reference to `imlib_context_set_image'
render.c:(.text+0x61e): undefined reference to `imlib_blend_image_onto_image'
.mk/build/src/render.o: In function `get_text_dimensions':
render.c:(.text+0x6ce): undefined reference to `imlib_context_set_font'
render.c:(.text+0x6de): undefined reference to `imlib_get_text_size'
.mk/build/src/render.o: In function `render_update_panel_positions':
render.c:(.text+0xbaa): undefined reference to `XGetWindowAttributes'
render.c:(.text+0xbfc): undefined reference to `XMoveResizeWindow'
.mk/build/src/render.o: In function `shutdown_render':
render.c:(.text+0xdcf): undefined reference to `imlib_context_set_image'
render.c:(.text+0xdd4): undefined reference to `imlib_free_image'
render.c:(.text+0xde1): undefined reference to `imlib_context_set_image'
render.c:(.text+0xde6): undefined reference to `imlib_free_image'
render.c:(.text+0xdff): undefined reference to `imlib_context_set_image'
render.c:(.text+0xe19): undefined reference to `imlib_context_set_image'
render.c:(.text+0xe1e): undefined reference to `imlib_free_image'
render.c:(.text+0xe34): undefined reference to `XRenderFreePicture'
render.c:(.text+0xe4a): undefined reference to `XRenderFreePicture'
render.c:(.text+0xe60): undefined reference to `XRenderFreePicture'
render.c:(.text+0xe76): undefined reference to `XFreePixmap'
render.c:(.text+0xe8c): undefined reference to `XFreePixmap'
.mk/build/src/render.o: In function `init_render':
render.c:(.text+0xecd): undefined reference to `imlib_create_image'
render.c:(.text+0xee8): undefined reference to `imlib_create_image'
render.c:(.text+0xefa): undefined reference to `imlib_context_set_image'
render.c:(.text+0xf06): undefined reference to `imlib_image_set_has_alpha'
render.c:(.text+0xf4e): undefined reference to `imlib_context_set_display'
render.c:(.text+0xf5b): undefined reference to `imlib_context_set_visual'
render.c:(.text+0xf68): undefined reference to `imlib_context_set_colormap'
render.c:(.text+0xf83): undefined reference to `imlib_context_set_blend'
render.c:(.text+0xf8f): undefined reference to `imlib_context_set_operation'
render.c:(.text+0xfb1): undefined reference to `XRenderFindStandardFormat'
render.c:(.text+0xfc9): undefined reference to `imlib_create_image'
render.c:(.text+0xffe): undefined reference to `XCreatePixmap'
render.c:(.text+0x1033): undefined reference to `XCreatePixmap'
render.c:(.text+0x1062): undefined reference to `XRenderCreatePicture'
render.c:(.text+0x1091): undefined reference to `XRenderCreatePicture'
render.c:(.text+0x10b3): undefined reference to `XRenderFindVisualFormat'
render.c:(.text+0x10dc): undefined reference to `XRenderCreatePicture'
.mk/build/src/render.o: In function `draw_text':
render.c:(.text+0x111e): undefined reference to `imlib_context_set_image'
render.c:(.text+0x1126): undefined reference to `imlib_context_set_font'
render.c:(.text+0x1149): undefined reference to `imlib_context_set_color'
render.c:(.text+0x1162): undefined reference to `imlib_get_text_size'
render.c:(.text+0x11ad): undefined reference to `imlib_text_draw'
.mk/build/src/render.o: In function `render_taskbar':
render.c:(.text+0x133c): undefined reference to `imlib_context_set_cliprect'
render.c:(.text+0x13b8): undefined reference to `imlib_context_set_cliprect'
render.c:(.text+0x1418): undefined reference to `imlib_context_set_image'
render.c:(.text+0x141d): undefined reference to `imlib_image_get_width'
render.c:(.text+0x1425): undefined reference to `imlib_image_get_height'
render.c:(.text+0x144b): undefined reference to `imlib_context_set_image'
render.c:(.text+0x1457): undefined reference to `imlib_context_set_blend'
render.c:(.text+0x14aa): undefined reference to `imlib_blend_image_onto_image'
render.c:(.text+0x14b6): undefined reference to `imlib_context_set_blend'
.mk/build/src/render.o: In function `render_clock':
render.c:(.text+0x192f): undefined reference to `imlib_context_set_cliprect'
render.c:(.text+0x1988): undefined reference to `imlib_context_set_cliprect'
.mk/build/src/render.o: In function `get_image_width':
render.c:(.text+0x14): undefined reference to `imlib_image_get_width'
.mk/build/src/render.o: In function `shutdown_render':
render.c:(.text+0xe05): undefined reference to `imlib_free_image'
.mk/build/src/theme.o: In function `free_imlib_image':
theme.c:(.text+0x43a): undefined reference to `imlib_context_set_image'
.mk/build/src/theme.o: In function `free_imlib_font':
theme.c:(.text+0x45a): undefined reference to `imlib_context_set_font'
.mk/build/src/theme.o: In function `load_font':
theme.c:(.text+0x6e0): undefined reference to `FcNameParse'
theme.c:(.text+0x702): undefined reference to `FcConfigSubstitute'
theme.c:(.text+0x70a): undefined reference to `FcDefaultSubstitute'
theme.c:(.text+0x721): undefined reference to `FcFontMatch'
theme.c:(.text+0x72b): undefined reference to `FcPatternDestroy'
theme.c:(.text+0x752): undefined reference to `FcPatternGetString'
theme.c:(.text+0x779): undefined reference to `FcPatternGetInteger'
theme.c:(.text+0x796): undefined reference to `FcPatternDestroy'
theme.c:(.text+0x800): undefined reference to `imlib_load_font'
theme.c:(.text+0x828): undefined reference to `FcPatternDestroy'
.mk/build/src/theme.o: In function `load_and_parse_theme':
theme.c:(.text+0xd55): undefined reference to `imlib_load_image'
theme.c:(.text+0xde5): undefined reference to `imlib_load_image'
theme.c:(.text+0xfde): undefined reference to `imlib_load_image'
theme.c:(.text+0x108c): undefined reference to `imlib_load_image'
theme.c:(.text+0x10fd): undefined reference to `imlib_load_image'
.mk/build/src/theme.o:theme.c:(.text+0x1331): more undefined references to `imlib_load_image' follow
.mk/build/src/theme.o: In function `load_theme':
theme.c:(.text+0x21b9): undefined reference to `FcInit'
theme.c:(.text+0x21f6): undefined reference to `imlib_context_set_image'
theme.c:(.text+0x21fb): undefined reference to `imlib_image_get_height'
theme.c:(.text+0x226a): undefined reference to `imlib_context_set_image'
theme.c:(.text+0x226f): undefined reference to `imlib_image_get_width'
theme.c:(.text+0x2276): undefined reference to `imlib_image_get_height'
theme.c:(.text+0x22a6): undefined reference to `imlib_create_cropped_scaled_image'
theme.c:(.text+0x22ad): undefined reference to `imlib_free_image'
theme.c:(.text+0x22b5): undefined reference to `imlib_context_set_image'
theme.c:(.text+0x22c1): undefined reference to `imlib_image_set_has_alpha'
.mk/build/src/theme.o: In function `free_imlib_image':
theme.c:(.text+0x440): undefined reference to `imlib_free_image'
.mk/build/src/theme.o: In function `free_imlib_font':
theme.c:(.text+0x460): undefined reference to `imlib_free_font'
.mk/build/src/theme.o: In function `free_theme':
theme.c:(.text+0x63d): undefined reference to `FcFini'
collect2: ld returned 1 exit status
make: *** [bmpanel] Error 1
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build bmpanel package.
missing dependency for catalyst : catalyst-utils>=8.5
missing dependency for gksu : libgksu>=2.0.4
missing dependency for mplayer : ttf-dejavu
missing dependency for python-pygame : sdl_ttf
missing dependency for scribes : gnome-python-extras
missing dependency for scribes : gtksourceview
missing dependency for scribes : yelp
missing dependency for scribes : gnome-python-desktop
missing dependency for sdl_perl : sdl_ttf
/Users/dav7/ +
The "missing dependancy" complaints were from when I went a little wild with -Rd to free some diskspace up, and they don't look related, but I've included them anyway.
Obviously, I'm missing some libraries related to imlib and X, but I've tried reinstalling imlib2, fontconfig, libx11, libxrender and libxcomposite, with zero success (and in fact, the dump above was after I'd reinstalled them).
Any help would be appreciated; I'm going on a wm/panel hunt again. I'm looking for something as minimalistic as twm (which I'm using right now), but with some required features like keyboard-oriented task switching and etc. I've already given openbox its fair few months of usage (and even a modification and recompile or two), next stop PekWM. Once I get the panel in order.
-dav7
Last edited by dav7 (2008-09-05 07:45:41)

It builds fine here (on x86_64). Your problem is:
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
Is your system up-to-date, especially findutils? you could check in $startdir/src/bmpanel-0.9.26 to see if there is an error log with more details.

Similar Messages

  • Can I build a interactive log-in form with Edge and Export Raw code to edit?

    Hey Everyone,
    I love adobe edge, but I'm still getting used to it. It's very easy to use, but I ran into an issue. I am redesigning a webpage for a client and need to build a log-in page and re-design the site. The site is a Dashboard that will be on an ipad and computer. What I need to do is take my design and design a template for them to use. They require HTML4 and up with some coding (not a fan of coding, I am strictly a designer, and before you guys critize about why I took the job when I don't know coding, it's a side project they are having me do for them while the main design project is being evaluated and I'm on contract so I don't have a choice, still would like to learn how to achieve what I need) but I still want to maintain the animation I have planned for the log in, very simple nothing special. Basically what I want is when you log in and click in the "text" box the background image will go from the clear image to the blur image.
    What I've done so far,
    I built the log-in page as a test to see if it would work (didn't take long since I saved as a PSD and imporated the files). I've attached an imagw to show a visual of what I am trying to do. The animation works fgreat for what i need, but now I want the box I click in to be writtable inside and work with the animation. I can't seem to figure out how to make the box's I created typable to type in for a "Username" and "Password" in other word interative. I used the boxes provided in edge because they are HTML boxes, but I want them to become text boxes to enter the Username and Password (It doesn't have to be perfect just enough for me to type in to pass off to the programmers). I know you can make edge interative with muse and what not and I was hoping to achieve what I want for them so I can export it and pass it off to the programmers. Is there a way to add this in Edge? If not, I know you can export to Dreamweaver and  when I import the file to Dreamweaver I just see a grey box with the file I created (.oma I think) from Edge but not the content unless I "Preview it" in a browser.
    So is there a way to build what I want in edge without resorting to dreamweaver? If so and there is code to input can you guys provide step by step on how to put it in the program? And is there a way to export the project so I can pass the RAW code to the programmers to do there thing? Lastly, is there a way to incorporate Jquery mobile to Edge? For the Dashboard can I build the same thing in Edge? Example what will be in there are things like charts, Calendars, Dates, Etc, Etc.  If I need to resort to building it in dreamweaver I can provide the code for you guys to alter to change for what I need. Like I said I'm not a big fan of coding and a little stranger to it. I just know the basics and the fact I haven't touched dreamweaver since CS4 makes it even harder to use. Some tools I like are gone such as AP divs. However i like the new elements you can inject into the program such as the Jquery stuff, but for the simplist things I want to do such as moving them left or right or centering them is a different story.
    Please Help!
    Thanks!

    if you search on the forum you can find useful posts about creating a form in edge
    Zaxist

  • BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject

    Hi
    In BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject
    Thanks

    Hi,
    No not possible.
    You can include any DataStore object, InfoCube or InfoObject of type Characteristic with Master Data in a join. A join can contain objects of the same object type, or objects of different object types. You can include individual objects in a join as many times as you want. Join conditions (equal join condition) connect the objects in a join to one another . A join condition specifies the combination of individual object records included in the results set.
    For more info go through the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/ed/084e3ce0f9fe3fe10000000a114084/content.htm
    Regards,
    Marasa.

  • My itunes is on an old computer.  So old that I can't update it and so Haven't used it in two years.  How can I move it to my new laptop and make sure this doesn't happen again?  Very frustrated that I've spend $$ but can't get my music.

    My itunes is on an old computer.  So old that I can't update it and so Haven't used it in two years.  How can I move it to my new laptop and make sure this doesn't happen again?  Very frustrated that I've spend $$ but can't get my music.
    I want so set up itunes on my laptop and make sure that I get all of my old music and any music shared from my sons' itunes accounts.  Do I have to set up itunes on my new laptop first and then use the same logins?  Really concerned about losing any music, etc.

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have failed to move contacts and calendar items across you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • How to delete old account, I can't log in due to - This email address is not available for use as an Apple ID. You may already have an Apple ID associated with this address. Please try again or sign in using your existing Apple ID.

    How to delete old account, I can't log in due to error - This email address is not available for use as an Apple ID. You may already have an Apple ID associated with this address. Please try again or sign in using your existing Apple ID.

    All good, I loved with AppStore and now everything seems to be back to normal.

  • My friend bought an ipad mini and gave me his old iPad. how can i re-register the iPad in my name so that i can sync it with my macbook air?

    My friend bought an ipad mini and gave me his old iPad. how can i re-register the iPad in my name so that i can sync it with my macbook air?

    Setup as new
    Settings>General>Reset>Erase all content and settings

  • How to delete an old app in DPS App Builder?

    Hi,
    I was wondering how to delete an old app in DPS App Builder when the delete button is inactive?
    I had purchased a single edition and build an iPad App. After download the Developer app from DPS App Builder and tested on my iPad, I'd found some page number errors so I'd created a new app. Inorder to activate app, I need to insert the serial number. But it says "this serial number already been redeemed".  Is it because I already use it to build the old app? If so, how to delete the old app because the delete button is inactive for the old app but the new one?
    Thank you so much for your kindly help, really appreciated!!!

    You need to call product support and have them reset your serial number. In the future you should test your content thoroughly using Adobe Content Viewer before building your app with the serial number. We make it rather painful to update when you are using a serial number for single edition
    Neil

  • How many websites can I build with one account

    I am looking at setting up a BC account for one of my customers but they need two websites. Can I build these on the one account and would it cost any more to do the second website?
    Jim.

    You can have a partner account, for sites you pay for each site per month/year depending on the plan you choose for each.

  • I have  anew computer and my ipod was attached to the old one, how can i have my music download to the new computer and sincronize it.

    I have  anew computer and my ipod was attached to the old one, how can i have my music download to the new computer and sincronize it.

    If you no longer have the old computer this will be very helpful and If you have other content - apps, books, movies, that you want to transfer to the iTunes library - you need to transfer your purchases from the iPod to the computer as well.
    Take a look.
    https://discussions.apple.com/message/16153193#16153193
    This works the same way whether you have a Mac or a PC.

  • HT5624 my iphone is connected to a old account that i have used in a while i have a new icloud i tried reseting my phone but now i can get in becuase it linked in with my old account how can i fix this so i can log in with my new account?

    my iphone is connected to a old account that i have used in a while i have a new icloud i tried reseting my phone but now i can get in becuase it linked in with my old account how can i fix this so i can log in with my new account i reset my phone but i did it before on my new phone but this old is link to a account that i set up when i was so much younger can you advise what to do?
    Thanks

    Go into Settings App and turn OFF Find My iPhone. It will ask for your old password, but in the future you can use your new Apple ID account. If you need to reset the old password try this: https://iforgot.apple.com/password/verify/appleid?language=US-EN&returnURL=https ://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa&app_id=93&app_type=ext

  • 2007 iMac freezes up, rainbow wheel appears when this happens. I know the computer is starting to get old but I can't afford a new one at this time and would love to continue using my Mac, but it's frustrating. Would a fresh install or OS upgrade resolve?

    My circa 2007 iMac freezes up, and rainbow wheel appears when this happens. I know the computer is starting to get old but I can't afford a new one at this time and would love to continue using my Mac, but it's frustrating. Most of the time I ONLY have 1 thing open at a time, and keep my tabs down to a minimum. I bought this to do film editing on but with it acting like this I cannot do that. I know I need a ram upgrade (currently running 2 gb) and my OS is old, 10.5.8, but I think even with it being a bit outdated it should run better than this. Would a fresh install or OS upgrade resolve this? Or any other suggestions to keep this clunker chugging along for a little while longer?

    How full is the hard drive?
    Do you run any virus software or hard drive "cleaner" software like MacKeeper?
    If your model is from 2007 you can install up to 6 GBs of RAM.
    2 GBs is the barest of minimum RAM for OS X to run on.
    Especially if doing video work. You simply do not have sufficient RAM.
    Also OS X 10.5.8 Leopard support ended around 2009.
    You could update to OS X 10.6 Snow Leopard, at least.
    It is available on disc from the Apple store for U.S. $19.99.
    I Would seriously upgrade your iMac's RAM to the max. 6 GBs before doing this.
    Reliable Mac RAM can be purchase from online Mac RAM source Crucial memory or OWC ( also known as macsales).

  • How can I get bookmarks moved to a new laptop when my old broken laptop can no longer launch Firefox but does still allow access to all of the Profile files such as places.sqlite

    My old laptop appears to be a victim of Bit Rot according to an IT person who was here helping me. All of the support material I've seen so far related to moving bookmarks from one computer to another seem to assume that Firefox can be launched on the old computer (which can't be done in my case). I'd like to figure out how to use the files which may hold my extensive bookmark data while the old computer is still allowing me to access those files and save to a removable thumb drive.

    Fortunately I seem to have found and still have access to the old Profile files you're mentioning but I don't know how to make use of them such that Firefox on my new computer can incorporate all the data they hold. Again, I'm not able to open Firefox on the old computer. Any ideas how to use these .sqlite files on the new computer to get myself operable how I had been w. Firefox on the old broken one?

  • HT3819 Bought new iMac & moved (or thought so) music from old PC to new Mac. Now several hundred songs are orphaned on old PC; , I can "see" them with both machines turned on & iTunes open. "Missing" songs show in iMac Shared folder. How do I move & retir

    Bought new iMac & moved (or thought I had) all of my music from the old PC to the new iMac. Have discovered several hundred songs are orphaned on old PC; I can "see" them with both machines turned on & iTunes open. "Missing" songs show in iMac itunes Shared folder. How do I move them all so I can then & retire the old PC?

    From things you are saying, such as "shared folder" and having both machines on, it doesn't sound to me like you truly moved the whole iTunes collection. 
    iTunes: How to move [or copy] your music to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    do not confuse moving your whole folder and library with moving just media files as in
    iTunes for Mac: Moving your iTunes Media folder - http://support.apple.com/kb/HT1449
    Quick answer if you let iTunes manage your music:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Start iTunes with the option key held down and guide it to the new location of the library.
    Macworld - How to transfer iTunes libraries between PC and Mac - http://www.macworld.com/article/46248/2005/08/shiftitunes.html

  • I have a problem to connect with FaceTime. I am using OS X 10.9.1 on a Mac PowerBook which is 4 weeks old. I can connect on iPhone but not from my computer.

    I have a problem to connect with FaceTime. I am using OS X 10.9.1 on a Mac PowerBook which is 4 weeks old. I can connect on iPhone but not from my computer. Does anyone have a similar problem???

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • [SOLVED] Can't build 'crystalhd-git' package

    Hi
    I've bought  Broadcom  BCM70012 Video Decoder [Crystal HD] today. I'm trying to compile driver for this device. I need to compile two packages.
    1. libcrystalhd-git
    2. crystalhd-git
    Libcrytstalhd-git compiles just fine, no errors. But I can't build the driver crystalhd-git . Here is the output :
    make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux modules
    make[1]: Wejście do katalogu `/usr/src/linux-2.6.39-ARCH'
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_lnx.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_misc.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_cmds.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c: In function ‘crystalhd_hw_post_tx’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c:719:21: warning: variable ‘high_addr’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c:719:11: warning: variable ‘low_addr’ set but not used [-Wunused-but-set-variable]
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_linkfuncs.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c: In function ‘crystalhd_flea_init_dram’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:42: warning: variable ‘sd_1_row_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:26: warning: variable ‘sd_1_bank_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:11: warning: variable ‘sd_1_col_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c: In function ‘crystalhd_flea_set_power_state’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:847:12: warning: variable ‘sts’ set but not used [-Wunused-but-set-variable]
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c: In function ‘crystalhd_flea_ddr_pll_config’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:152:5: error: implicit declaration of function ‘msleep_interruptible’ [-Werror=implicit-function-declaration]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c: In function ‘crystalhd_flea_ddr_ctrl_init’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:324:10: warning: variable ‘DQ_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:323:10: warning: variable ‘CTL_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:322:10: warning: variable ‘DM_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:320:10: warning: variable ‘DQ_WIDTH’ set but not used [-Wunused-but-set-variable]
    cc1: some warnings being treated as errors
    make[2]: *** [/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.o] Błąd 1
    make[1]: *** [_module_/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux] Błąd 2
    make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.39-ARCH'
    make: *** [all] Błąd 2
    ==> BŁĄD: Wystąpił błąd w build().
    Przerywam...
    ==> ERROR: Makepkg was unable to build .
    ==> Restart building crystalhd-git ? [y/N]
    ==> --------------------------------------
    ==>
    Last edited by lgolebio (2011-06-29 06:01:46)

    Try replacing `sed -i 's/'-Werror'/''/g' Makefile` with `sed -i 's/-Werror/-Wno-error=implicit-function-declaration/g' Makefile` in the PKGBUILD. This won't fix the warning but the package should build.

Maybe you are looking for