Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#22283 - [lightspark] should depend on boost libs

Attached to Project: Community Packages
Opened by Daniel Henschel (dhsl) - Monday, 03 January 2011, 09:16 GMT
Last edited by Thomas Dziedzic (tomd123) - Monday, 03 January 2011, 17:09 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Thomas Dziedzic (tomd123)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When installing lightspark on an up-to-date x86_64 machine, it fails to start because of missing libboost_filesystem-mt.so.1.45.0.
After installing extra/boost-libs, lightspark works.

Error message:
lightspark: error while loading shared libraries: libboost_filesystem-mt.so.1.45.0: cannot open shared object file: No such file or directory

Additional info:
* package version(s)
community/lightspark 0.4.5.1-4
extra/boost-libs 1.45.0-1

* config and/or log files etc.
None needed I think.

Steps to reproduce:
Install community/lightspark and start it via your terminal emulator of choice.
See error message.
Install extra/boost-libs.
Start lightspark again from console.
See usage information.

Suggested fix:
--- PKGBUILD.orig 2011-01-03 10:15:05.683123045 +0100
+++ PKGBUILD 2011-01-03 10:15:33.276993782 +0100
@@ -9,7 +9,7 @@
url='http://lightspark.sourceforge.net'
license=('LGPL3')
conflicts=('lightspark-git')
-depends=('mesa' 'ftgl' 'sdl' 'gtk2' 'curl' 'zlib' 'ffmpeg' 'glew' 'pcre' 'libpulse' 'libffi' 'libxml++')
+depends=('mesa' 'ftgl' 'sdl' 'gtk2' 'curl' 'zlib' 'ffmpeg' 'glew' 'pcre' 'libpulse' 'libffi' 'libxml++' 'boost-libs')
makedepends=('cmake' 'nasm' 'xulrunner' 'llvm' 'glproto' 'boost')
optdepends=('gnash-gtk: fallback support')
install="${pkgname}.install"
This task depends upon

Closed by  Thomas Dziedzic (tomd123)
Monday, 03 January 2011, 17:09 GMT
Reason for closing:  Fixed
Additional comments about closing:  pkgrel 5

Loading...