Package Details: ifeffit 1.2.11c-1

Git Clone URL: https://aur.archlinux.org/ifeffit.git (read-only, click to copy)
Package Base: ifeffit
Description: XAFS analysis program
Upstream URL: https://millenia.cars.aps.anl.gov/ifeffit/
Licenses: GPL
Submitter: awacha
Maintainer: awacha
Last Packager: awacha
Votes: 1
Popularity: 0.000000
First Submitted: 2016-11-09 09:27 (UTC)
Last Updated: 2025-08-06 07:57 (UTC)

Latest Comments

awacha commented on 2025-08-06 07:59 (UTC)

@fft thanks for letting me know this. I've updated the source and project URL, but could not test if the package builds or not, as its dependence, pgplot does not build. Furthermore, this is an obsolete piece of software, chances are that it does not even compile with modern GCC versions.

fft commented on 2025-08-06 07:39 (UTC)

Seems package outdated - url inactive, source unavailable.

micwoj92 commented on 2024-08-06 20:37 (UTC)

Fails to build with gcc14

display.c: In function ‘rl_redisplay’:
display.c:643:22: error: implicit declaration of function ‘wcwidth’ [-Wimplicit-function-declaration]
  643 |               temp = wcwidth (wc);
      |                      ^~~~~~~
complete.c: In function ‘fnwidth’:
rm -f callback.o
complete.c:601:19: error: implicit declaration of function ‘wcwidth’; did you mean ‘fnwidth’? [-Wimplicit-function-declaration]
  601 |               w = wcwidth (wc);
      |                   ^~~~~~~
      |                   fnwidth
complete.c: In function ‘compute_lcd_of_matches’:
complete.c:1154:58: warning: passing argument 1 of ‘rl_filename_dequoting_function’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1154 |               dtext = (*rl_filename_dequoting_function) (text, rl_completion_quote_character);
      |                                                          ^~~~
complete.c:1154:58: note: expected ‘char *’ but argument is of type ‘const char *’
gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/ifeffit/src=/usr/src/debug/ifeffit -flto=auto callback.c
rm -f terminal.o
rm -f text.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/ifeffit/src=/usr/src/debug/ifeffit -flto=auto terminal.c
gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/ifeffit/src=/usr/src/debug/ifeffit -flto=auto text.c
rm -f nls.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/ifeffit/src=/usr/src/debug/ifeffit -flto=auto nls.c
rm -f misc.o
rm -f compat.o
gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/ifeffit/src=/usr/src/debug/ifeffit -flto=auto misc.c
gcc -c -DHAVE_CONFIG_H   -I. -I. -DRL_LIBRARY_VERSION='"5.0"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/ifeffit/src=/usr/src/debug/ifeffit -flto=auto compat.c
make[2]: *** [Makefile:96: display.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:96: complete.o] Error 1
make[2]: Leaving directory '/build/ifeffit/src/ifeffit-1.2.final/readline'
make[1]: *** [Makefile:155: all-recursive] Error 1
make[1]: Leaving directory '/build/ifeffit/src/ifeffit-1.2.final'
make: *** [Makefile:273: all-recursive-am] Error 2
==> ERROR: A failure occurred in build().
    Aborting...