Arch Linux

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#3090 - source-highlight doesn't work anymore

Attached to Project: Arch Linux
Opened by Nikos Kouremenos (zeppelin) - Wednesday, 17 August 2005, 18:16 GMT
Last edited by Judd Vinet (judd) - Wednesday, 24 August 2005, 22:59 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Damir Perisa (damir.perisa)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

source-highlight: error while loading shared libraries: libboost_regex-gcc-1_32.so.1.32.0: cannot open shared object file: No such file or directory

apparently someone needs to rebuilt it against boost
This task depends upon

Closed by  Damir Perisa (damir.perisa)
Wednesday, 19 October 2005, 00:23 GMT
Reason for closing:  Fixed
Additional comments about closing:  2.1.2 was out fixing this
2.2 is out now anyway .. i forgot to close this bug :-)
Comment by Damir Perisa (damir.perisa) - Thursday, 25 August 2005, 01:17 GMT
recompiling fails - i contacted the author:
============================================================

we updated boost to 1.33.0 for archlinux and it requested
( http://bugs.archlinux.org/index.php?do=details&id=3090 )
a recompile of source-highlight.
unfortunately compiling 2.1.1 against boost 1.33.0 fails:

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -DSOURCE_HIGHLIGHT_DATA_DIR=\"/usr/share/source-highlight\" -march=i686 -O2 -pipe -Wl,-O1 -MT regexpstatebuilder.o -MD -MP -MF ".deps/regexpstatebuilder.Tpo" -c -o regexpstatebuilder.o regexpstatebuilder.cpp; \
then mv -f ".deps/regexpstatebuilder.Tpo" ".deps/regexpstatebuilder.Po"; else rm -f ".deps/regexpstatebuilder.Tpo"; exit 1; fi
regexpstatebuilder.cpp: In member function 'virtual void RegExpStateBuilder::build(LangElems*, RegExpStatePointer)':
regexpstatebuilder.cpp:100: error: no matching function for call to 'boost::regex_error::regex_error(const char [15])'
/usr/include/boost/regex/pattern_except.hpp:44: note: candidates are: boost::regex_error::regex_error(boost::regex_constants::error_type)
/usr/include/boost/regex/pattern_except.hpp:43: note: boost::regex_error::regex_error(const std::string&, boost::regex_constants::error_type, ptrdiff_t)
/usr/include/boost/regex/pattern_except.hpp:41: note: boost::regex_error::regex_error(const boost::regex_error&)
make[4]: *** [regexpstatebuilder.o] Error 1
make[4]: Leaving directory `/home/damir/cvsARCH/extra/devel/source-highlight/src/source-highlight-2.1.1/src/lib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/damir/cvsARCH/extra/devel/source-highlight/src/source-highlight-2.1.1/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/damir/cvsARCH/extra/devel/source-highlight/src/source-highlight-2.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/damir/cvsARCH/extra/devel/source-highlight/src/source-highlight-2.1.1'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...

do you know about this problem? any patch or a 2.1.2 release waiting to be released?

============================================================

Loading...