Package Details: neoleo 15.0-1

Git Clone URL: https://aur.archlinux.org/neoleo.git (read-only, click to copy)
Package Base: neoleo
Description: Lightweight curses spreadsheet based on GNU oleo
Upstream URL: https://github.com/blippy/neoleo
Keywords: spreadsheet
Licenses: GPL-2.0-or-later
Submitter: blippy
Maintainer: lmartinez-mirror
Last Packager: lmartinez-mirror
Votes: 6
Popularity: 0.000007
First Submitted: 2016-11-29 09:37 (UTC)
Last Updated: 2025-04-22 18:46 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

flauta commented on 2025-05-15 18:37 (UTC) (edited on 2025-05-15 20:33 (UTC) by flauta)

Manjaro Linux (stable) Build fails during ctime.scr test:

PASS: decompile-01.scr
FAIL: ctime.scr
PASS: floor.scr
PASS: issue16.scr
PASS: issue18.scr
PASS: issue25.sh
PASS: nohead-01.scr
PASS: parser.sh
============================================================================
Testsuite summary for neoleo 15.0
============================================================================
# TOTAL: 8
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

Moxon commented on 2025-01-12 11:46 (UTC)

BTW: compiles fine latest version 15.0 is used and set in the PKGBUILD accordingly.

haawda commented on 2023-01-31 17:13 (UTC)

The build issue has been fixed in new realease.

haawda commented on 2022-07-12 10:35 (UTC)

I filed an upstream bug report. For the time being, use clang to build.

micwoj92 commented on 2022-07-12 09:55 (UTC)

Build fails, issue also present on -git version

In file included from /usr/include/c++/12.1.0/ios:40,
                 from /usr/include/c++/12.1.0/ostream:38,
                 from /usr/include/c++/12.1.0/iostream:39,
                 from oleofile.cc:25:
In static member function ‘static constexpr std::size_t std::char_traits<char>::length(const char_type*)’,
    inlined from ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with <template-parameter-2-1> = std::allocator<char>; _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>]’ at /usr/include/c++/12.1.0/bits/basic_string.h:641:49,
    inlined from ‘char* read_new_value(CELLREF, CELLREF, char*, char*)’ at oleofile.cc:54:16:
/usr/include/c++/12.1.0/bits/char_traits.h:395:32: error: ‘text’ may be used uninitialized [-Werror=maybe-uninitialized]
  395 |         return __builtin_strlen(__s);
      |                ~~~~~~~~~~~~~~~~^~~~~
compilation terminated due to -Wfatal-errors.
cc1plus: all warnings being treated as errors

haawda commented on 2019-01-18 12:33 (UTC)

Just for the record: I made a neoleo-git PKGBUILD.

Moxon commented on 2016-11-30 12:03 (UTC)

Thanks for providing this one!