-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makepkg fails on Arch Linux #49
Comments
You need to install the libboost-date-time. Maybe this verification should be in arch package also. |
$ pacman -Ss libboost-date-time # none
$ yaourt -Ss libboost-date-time # none
$ yaourt -Ss boost-date-time # none
$ pacman -Ss boost-date-time # none
$ pkgfile libboost-date-time # none
$ pkgfile boost-date-time # none
$ ? $ ls /usr/lib/ | grep boost | grep time
libboost_date_time.so
libboost_date_time.so.1.57.0
libboost_timer.so
libboost_timer.so.1.57.0
$ pkgfile libboost_date_time.so
extra/boost-libs
$ Then the package is the What to do ? |
$ pkgfile posix_time.hpp
extra/boost
community/passenger
$ pkgfile -l boost | grep -i posix_time.hpp
extra/boost /usr/include/boost/date_time/posix_time/posix_time.hpp
$ pkgfile -l passenger | grep -i posix_time.hpp
community/passenger /usr/lib/passenger/ext/boost/date_time/posix_time/posix_time.hpp
$ pacman -Q boost
erro: pacote "boost" não foi encontrado Then I installed the package Success! |
Version 1.1.0 is failing to build on latest ArchLinux with a bunch of errors related to C++11:
|
The text was updated successfully, but these errors were encountered: