Package Details: octave-hg 6:8.0.0.r31096.b6aeea949531-1

Git Clone URL: https://aur.archlinux.org/octave-hg.git (read-only, click to copy)
Package Base: octave-hg
Description: A high-level language, primarily intended for numerical computations.
Upstream URL: http://www.octave.org
Licenses: GPL
Conflicts: octave
Provides: octave
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 10
Popularity: 0.000000
First Submitted: 2009-10-01 23:27 (UTC)
Last Updated: 2022-06-15 21:50 (UTC)

Required by (103)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »

flipmess commented on 2015-11-25 16:57 (UTC)

i get the same error unfortunately. but it compiles fine... something i've notced; you reverted the change about java libs: --with-java-libdir=/usr/lib/jvm/`archlinux-java get`/jre/lib/${_arch}/server back to --with-java-libdir=/usr/lib/jvm/`archlinux-java get`/lib/${_arch}/server so it can't find them. at least on my system ^^; there are also many errors when generating docs when pstoedit is missing. also due to !makeflags you are inhibiting -j8 for example, but it compiles fine on multiple cpus so the compile time is drastically reduced when using -j8. i don't know about other makeflags. thx

haawda commented on 2015-11-25 07:31 (UTC)

I removed the + in provides. Does it help?

flipmess commented on 2015-11-25 00:55 (UTC)

ever since there is a "+" in the version i can't update. it's just an observation. shouldn't it be providing ver 4.1.0? looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: octave-control: requires octave>=3.8.0 :: octave-general: requires octave>=4.0.0 :: octave-linear-algebra: requires octave>=3.2.3 :: octave-signal: requires octave>=3.8.0 ... ERROR: unable to update

flipmess commented on 2015-08-12 15:30 (UTC)

i think you should remove www. from http://www.octave.org than it redirects correctly...

flipmess commented on 2015-08-12 15:24 (UTC)

==> Building and installing package ==> Making package: octave-hg r20440.3fc21d7ac11c-1 (Mit Aug 12 17:19:53 CEST 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> Extracting sources... ==> Starting pkgver()... /tmp/yaourt-tmp-flipmess/aur-octave-hg/./PKGBUILD: line 29: cd: /tmp/yaourt-tmp-flipmess/aur-octave-hg/src/octave: No such file or directory ==> Starting build()... abort: HTTP Error 404: Not Found ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build octave-hg. it's kinda empty..?

haawda commented on 2015-08-11 18:05 (UTC)

Indeed, thanks.

flipmess commented on 2015-08-11 17:11 (UTC)

hi, shouldn't line 63 in PKGBUILD say: --with-java-libdir=/usr/lib/jvm/`archlinux-java get`/jre/lib/${_arch}/server instead of --with-java-libdir=/usr/lib/jvm/`archlinux-java get`/lib/${_arch}/server ? thx

haawda commented on 2015-02-01 16:00 (UTC)

Yes, therefore it is a makedependency.

<deleted-account> commented on 2015-02-01 10:34 (UTC)

I would like to note that mercurial must be installed prior to pulling down octave-hg, or the build will complain and fail out.