[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to make example-package run correct
From: |
Kai Torben Ohlhus |
Subject: |
Re: how to make example-package run correct |
Date: |
Thu, 6 Feb 2020 13:58:10 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 2/6/20 9:18 AM, xuhaida via Help list for GNU Octave wrote:> Hello,
>
> I am planning to port sci-doe to octave, and clone the example-package
> from octave-forge . To test the package, I use "make dist" in the
> plain-package directory, but see the following error:
>
> rm -f -r "target/example-package-1.2.0"
> cd "target/example-package-1.2.0/src" && ./bootstrap && rm -f -r
> "autom4te.cache"
> /bin/sh: 1: cd: can't cd to target/example-package-1.2.0/src
> make: *** [Makefile:117:target/example-package-1.2.0] 错误 2
>
> I check the directory and can't see the target directory. So I clone
> the dataframe package, use the same command, but see the target
> directory. Can some one tell me how to run example-package correctly?
>
Sorry for the inconvenience. I see the same error and already filed a
bug report about this issue [1] including a fix.
To apply the fix, please do the following:
$ hg clone http://hg.code.sf.net/p/octave/example-package
$ wget --content-disposition
https://savannah.gnu.org/bugs/download.php?file_id=48359
$ cd example-package
$ hg backout 0b5ba58fde08
$ hg import ../of_example-package.patch
$ make dist
HTH,
Kai
[1] https://savannah.gnu.org/bugs/?57750