Package Details: florb-git r156.85d2be7-1

Git Clone URL: https://aur.archlinux.org/florb-git.git (read-only, click to copy)
Package Base: florb-git
Description: simple FLTK powered map viewer and GPX editor
Upstream URL: http://florb.shugaa.de/
Licenses: MIT
Conflicts: florb
Provides: florb
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 1
Popularity: 0.000000
First Submitted: 2018-09-01 13:01 (UTC)
Last Updated: 2021-11-16 21:33 (UTC)

Required by (0)

Sources (2)

Latest Comments

jose1711 commented on 2021-11-16 21:33 (UTC)

@dreieck

thank you, should work now

dreieck commented on 2020-12-28 21:10 (UTC)

Hm, fails to build for me:

==> Starting build()...
[florb]                           Generating desktop file... ok
*** omake: reading OMakefiles
*** omake: finished reading OMakefiles (0.25 sec)
--- Checking for gcc... (found /sbin/gcc)
--- Checking for g++... (found /sbin/g++)
--- Checking for gcc... (found /sbin/gcc)
--- Checking for g++... (found /sbin/g++)
--- Checking for gcc... (found /sbin/gcc)
--- Checking for ld... (found /sbin/ld)
--- Checking for as... (found /sbin/as)
- build . downloader.o                                                                                                                                                             
+ /usr/bin/c++ -std=c++11 -Wall -O2 -funroll-loops -DLOCALEDIR='"/usr/share/locale"' -DRESOURCEDIR='"/usr/share/res"' -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_THREAD_SAFE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -c -o downloader.o downloader.cpp
In file included from /usr/include/boost/bind.hpp:30,
                 from downloader.cpp:3:
/usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
- build . florb                                                                                                                                                                    
+ /usr/bin/c++ -std=c++11 -Wall -O2 -funroll-loops -DLOCALEDIR='"/usr/share/locale"' -DRESOURCEDIR='"/usr/share/res"' -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_THREAD_SAFE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o florb areaselectlayer.o cache.o dlg_bulkdl_ex.o dlg_editselection_ex.o dlg_eleprofile_ex.o dlg_garmindl_ex.o dlg_garminul_ex.o dlg_search_ex.o dlg_settings_ex.o dlg_tileserver_ex.o dlg_txtdisp_ex.o dlg_ui_ex.o downloader.o event.o fluid/dlg_bulkdl.o fluid/dlg_editselection.o fluid/dlg_eleprofile.o fluid/dlg_garmindl.o fluid/dlg_garminul.o fluid/dlg_search.o fluid/dlg_settings.o fluid/dlg_tileserver.o fluid/dlg_txtdisp.o fluid/dlg_ui.o gfx.o gpsdclient.o gpsdlayer.o layer.o markerlayer.o osmlayer.o res/KEYS.o res/LICENSE.o scalelayer.o settings.o shell.o tracklayer.o unit.o utils.o viewport.o wgt_eleprofile.o wgt_map.o -lfltk_images -lpng -lz -ljpeg -lfltk -lm -lX11 -lXext -lpthread -lXinerama -lXfixes -lXcursor -lXft -lXrender -lfontconfig -ldl -lcurl -ltinyxml2 -lgps -lX11 -lyaml-cpp -lXpm -lX11 -lpthread -lboost_system -lboost_filesystem -lboost_thread
/sbin/ld: dlg_ui_ex.o: relocation R_X86_64_PC32 against absolute symbol `_binary_LICENSE_res_size' in section `.text' is disallowed
collect2: error: ld returned 1 exit status======================================================================================================================   ] 00179 / 00181
*** omake: 179/181 targets are up to date                                                                                                                                          
*** omake: failed (1 min 27.53 sec, 39/39 scans, 53/53 rules, 132/344 digests)
*** omake: targets were not rebuilt because of errors:                                                                                                                             
   florb
==> ERROR: A failure occurred in build().
    Aborting...

jose1711 commented on 2020-07-10 13:45 (UTC)

thank you, fixed now

dreieck commented on 2020-07-08 10:10 (UTC)

Seems that gpsd needs to be a makedepend, as suggested by @julianuu. Please check and add.

dreieck commented on 2020-07-08 10:09 (UTC)

A patch in prepare() fails:

==> Starting prepare()...
patching file gpsdclient.cpp
Hunk #1 FAILED at 181.
1 out of 1 hunk FAILED -- saving rejects to file gpsdclient.cpp.rej
==> ERROR: A failure occurred in prepare().

Thanks for maintaining!

julianuu commented on 2020-05-17 15:39 (UTC)

It doesn't build without gpsd.

sekret commented on 2019-02-12 06:56 (UTC)

Please add git to makedepends