Package Details: octave-communications 1.2.6-1

Git Clone URL: https://aur.archlinux.org/octave-communications.git (read-only, click to copy)
Package Base: octave-communications
Description: Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields
Upstream URL: https://gnu-octave.github.io/packages/communications
Licenses: GPL3
Groups: octave-forge
Submitter: drizzd
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 17
Popularity: 0.000013
First Submitted: 2011-11-12 10:42 (UTC)
Last Updated: 2023-05-20 00:33 (UTC)

Latest Comments

net147 commented on 2018-11-22 09:22 (UTC)

@ReekyMarko: https://pastebin.com/raw/UFQ7z3zX

FunctionalHacker commented on 2018-11-21 19:52 (UTC)

@net147 even after applying the patches I'm getting an error:

galois.cc:21:10: fatal error: octave/config.h: No such file or directory

Can you supply a working PKGBUILD? I need to build this ASAP

Liquen commented on 2018-09-11 17:09 (UTC)

@wangjiezhe Could you please consider adding the patches suggested by @net147? Thanks a lot!

net147 commented on 2018-07-17 05:15 (UTC) (edited on 2018-07-17 06:01 (UTC) by net147)

Please add these patches so the package can build: http://hg.octave.org/mxe-octave/raw-file/tip/src/of-communications-1-fixes.patch http://hg.octave.org/mxe-octave/raw-file/tip/src/of-communications-2-fixes.patch http://hg.octave.org/mxe-octave/raw-file/tip/src/of-communications-3-fixes.patch http://hg.octave.org/mxe-octave/raw-file/tip/src/of-communications-4-fixes.patch http://hg.octave.org/mxe-octave/raw-file/tip/src/of-communications-5-fixes.patch

I can update it for you if you add me as a co-maintainer.

Calimero commented on 2017-01-20 11:32 (UTC) (edited on 2017-01-20 11:35 (UTC) by Calimero)

Amazingly, it still hangs with --no-window-system. I still have to `unset DISPLAY` before running makepkg. Maybe `env -i octave` could be a solution. Also, the compile still fails with the same problem (octave/base-lu.h isn't included in extra/octave anymore).

Calimero commented on 2017-01-16 10:39 (UTC) (edited on 2017-01-20 11:18 (UTC) by Calimero)

Found the problem. /usr/bin/octave is the graphical interface by default since a few months on Arch. If I unset DISPLAY, the build doesn't hang anymore. Aren't package building systems supposed to sanitize environment variables, though!? Now the compile fails (but the package gets built, with empty contents): In file included from galois-def.cc:21:0: galois.h:25:28: fatal error: octave/base-lu.h : No such file or directory #include <octave/base-lu.h> extra/octave doesn't include the file anymore, but it used to.

Calimero commented on 2017-01-04 16:13 (UTC)

The compile hangs for me, on "checking for Octave HDF5 preprocessor flags... "

drizzd commented on 2016-12-21 20:21 (UTC)

Known issue: https://savannah.gnu.org/bugs/?47267 No workaround available other than patching Octave source.

j605 commented on 2016-12-19 17:15 (UTC)

The package fails to compile with the latest release, "galois.h:25:28: fatal error: octave/base-lu.h: No such file or directory".