Changed PKGFUILD as follows to get to work (with suggestion by madd.in):
11c11
< depends=('cairo' 'freetype2' 'libwnck' 'xfconf' 'libx11' 'pixman')
---
> depends=('cairo' 'freetype2' 'libwnck' 'xfconf')
41d40
< LDFLAGS="-lX11 -lpixman-1"
48c47
< }
---
> }
\ No newline at end of file
Also, not completely required by changed my CFLAGS in /etc/makepkg.conf from -march="X86_64 to -march=native.
Search Criteria
Package Details: notify-osd-xfconf-bzr 384-2
Package Actions
| Package Base: | notify-osd-xfconf-bzr |
|---|---|
| Description: | Canonical's on-screen notification display agent: xfconf branch. |
| Upstream URL: | https://code.launchpad.net/~sidi/notify-osd/xfconf-experimental |
| Category: | xfce |
| Licenses: | |
| Submitter: | ava1ar |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2009-11-11 21:50 |
| Last Updated: | 2011-06-07 19:57 |
Latest Comments
Comment by flamusdiu
Anonymous comment
In order to compile this packages, i need to add
LDFLAGS="-lX11 -lpixman-1"
infront of the autogen.sh line.
Otherwise compile will fail with
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
or
/usr/lib/libpixman-1.so.0: could not read symbols: Invalid operation
Comment by ava1ar
magicrhesus, thanks! Updated the PKGBUILD.
Comment by magicrhesus
I updated the PKGBUILD to remove the '-Werror' CFLAG.
See here: http://pastebin.com/aLKxdfH8
Comment by ava1ar
PKGBUILD was updated:
* changed version to revision number
* added patch for switching off building unit tests - they are failed to compile and I am too lazy to fix this :)