@FabriceN, try it now. It builds on my system using extra-x86_64-build.
The problem was that the code in question was trying to send an ifstream to cerr. This doesn't make sense if you can't even open the file in question. So, I patched the source so that it prints the name of the file.
Upstream pull request: https://github.com/hills/xosview/pull/7
Search Criteria
Package Details: xosview 1.24-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xosview.git (read-only, click to copy) |
---|---|
Package Base: | xosview |
Description: | Displays system stats such as cpu, memory, swap, and network usage |
Upstream URL: | http://www.pogo.org.uk/~mark/xosview/ |
Licenses: | GPL |
Submitter: | KlipperKyle |
Maintainer: | adsun |
Last Packager: | adsun |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-20 01:05 (UTC) |
Last Updated: | 2023-02-06 12:28 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxpm (libxpm-gitAUR)
Required by (0)
Sources (1)
Latest Comments
KlipperKyle commented on 2016-06-26 05:15 (UTC) (edited on 2016-06-26 05:23 (UTC) by KlipperKyle)
KlipperKyle commented on 2016-06-25 01:35 (UTC)
Hmm... I already know that this wasn't building in a clean chroot (using extra-x86_64-build). That's definitely an interesting error. I will take a look at this shortly.
FabriceN commented on 2016-06-24 13:55 (UTC) (edited on 2016-06-24 13:58 (UTC) by FabriceN)
not compiling :-(
How to make the compiler less picky ? (I'm new to ArchLinux, but I already installed many other packages successfully in it ).
linux/acpitemp.cc:121:44: note�: 'std::ifstream {aka std::basic_ifstream<char>}' is not derived from 'const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>'
std::cerr << "Can not open file : " << temp_file << std::endl;
^~~~~~~~~
linux/acpitemp.cc:126:41: erreur�: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'std::ifstream {aka std::basic_ifstream<char>}')
std::cerr << "Can not open file : " << high_file << std::endl;
(etc, in most following source files)
KlipperKyle commented on 2015-12-20 01:10 (UTC)
xosview is a system monitor that resembles osview from SGI IRIX. (Rewatch Jurassic Park if you are curious.)
I pulled this PKGBUILD from the AUR archive and updated it.
Pinned Comments
KlipperKyle commented on 2015-12-20 01:10 (UTC)