Package Details: fityk 1.3.2-1

Git Clone URL: https://aur.archlinux.org/fityk.git (read-only, click to copy)
Package Base: fityk
Description: A program for nonlinear fitting of analytical functions to data.
Upstream URL: http://fityk.nieto.pl/
Keywords: analysis Data fitting
Licenses: GPL
Submitter: td123
Maintainer: saxonbeta
Last Packager: saxonbeta
Votes: 22
Popularity: 0.000000
First Submitted: 2012-02-17 02:15 (UTC)
Last Updated: 2022-08-06 22:58 (UTC)

Latest Comments

1 2 3 Next › Last »

KingElrond commented on 2022-07-15 07:48 (UTC)

After today's wxWidgets 3.2 update, the package is not working anymore.

fityk: error while loading shared libraries: libwx_gtk2u_adv-3.0.so.0: cannot open shared object file: No such file or directory

Any workaround? Thanks!

pcapiod commented on 2021-08-23 14:15 (UTC) (edited on 2021-08-23 14:17 (UTC) by pcapiod)

I could compile fityk with the latest changes by adding

CXXFLAGS="-std=c++14"

to the configure arguments.

The configure syntax should be changed to:

./configure CXXFLAGS="-std=c++14"

Tio commented on 2021-06-18 23:58 (UTC)

I get this error:

make[3]: *** [Makefile:1162: libfityk_la-data.lo] Error 1
make[3]: *** [Makefile:1127: libfityk_la-eparser.lo] Error 1
make[3]: *** [Makefile:1134: libfityk_la-cparser.lo] Error 1
make[3]: *** [Makefile:1106: libfityk_la-logic.lo] Error 1
make[3]: *** [Makefile:1148: libfityk_la-info.lo] Error 1
make[3]: Leaving directory '/var/tmp/pamac-build-tio/fityk/src/fityk-1.3.1/fityk'
make[2]: *** [Makefile:546: all] Error 2
make[2]: Leaving directory '/var/tmp/pamac-build-tio/fityk/src/fityk-1.3.1/fityk'
make[1]: *** [Makefile:1327: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-tio/fityk/src/fityk-1.3.1'
make: *** [Makefile:804: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

saxonbeta commented on 2020-09-04 03:46 (UTC) (edited on 2020-09-04 03:46 (UTC) by saxonbeta)

The package does not compile using the current version of lua (5.4). I managed to get it to compile using lua52 as dependency and changing the configure command to:

./configure LUA_INCLUDE=-I/usr/include/lua5.2 LUA=/usr/bin/lua5.2 --prefix=/usr

a.kudelin commented on 2020-04-02 14:52 (UTC)

Could you please remove python2-sphinx from dependencies? The reason is (1) it isn't needed for the package to build, (2) python2 is deprecated.

agusdallalba commented on 2017-03-14 02:15 (UTC)

This package is out of date and doesn't build. It works if I just change: pkgver=1.3.1 pkgrel=0 md5sums=('41c9a2589e2eac4317a480b364ff493a')

chron commented on 2017-01-24 10:47 (UTC)

fityk-frame.o: In function `FFrame::OnDataQLoad(wxCommandEvent&)': frame.cpp:(.text+0xe06a): undefined reference to `xylib::get_wildcards_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' frame.cpp:(.text+0xedbc): undefined reference to `xylib::Cache::load_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' frame.cpp:(.text+0xee6b): undefined reference to `xylib::Block::get_name[abi:cxx11]() const' fityk-xybrowser.o: In function `PreviewPlot::load_dataset(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)': xybrowser.cpp:(.text+0xee5): undefined reference to `xylib::Cache::load_file(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' fityk-xybrowser.o: In function `XyFileBrowser::update_block_list()': xybrowser.cpp:(.text+0x1414): undefined reference to `xylib::Block::get_name[abi:cxx11]() const' fityk-xybrowser.o: In function `XyFileBrowser::XyFileBrowser(wxWindow*)': xybrowser.cpp:(.text+0x3bf3): undefined reference to `xylib::get_wildcards_string(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:623: fityk] Error 1 make[2]: Leaving directory '/tmp/yaourt-tmp-chron/aur-fityk/src/fityk-1.3.0/wxgui' make[1]: *** [Makefile:1313: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-chron/aur-fityk/src/fityk-1.3.0' make: *** [Makefile:789: all] Error 2 I had to recompile xylib before I could build fityk! PS: You don't need the install file, pacman hooks allready take care of 'update-desktop-database -q' and 'update-mime-database usr/share/mime'. https://wiki.archlinux.org/index.php/Pacman#Hooks https://wiki.archlinux.org/index.php/DeveloperWiki:Pacman_Hooks

cluminescence commented on 2016-02-18 14:12 (UTC)

had an error during building today: "Source should be an array" Needed to add brackets around the source(!) url in pckgbuild, worked fine afterwards. (on 4.2.8.1-1-MANJARO)

masutu commented on 2015-05-29 01:16 (UTC)

@saxonbeta: thanks again!