octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45362] pkg load stk fails (stk-2.3.0)


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #45362] pkg load stk fails (stk-2.3.0)
Date: Sun, 21 Jun 2015 07:51:53 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #7, bug #45362 (project octave):

Answered by Marco on the mailing list:

> Hi Julien,
> may be is not a cygwin specific but due to to other directives
> that I am using during the packaging.
>
> I just tried a a local installation and the result is similar to yours:
>
> $ find ~/octave/ -name PKG*
> /home/marco/octave/stk-2.3.1/PKG_ADD
> /home/marco/octave/stk-2.3.1/PKG_DEL
>
> so only one copy of the scripts.
>
> My cygwin build script has:
>
>         octave-cli --eval "
>         echo on all
>         diary ../log/diary
>         more off
>         pkg prefix ${D}/usr/share/octave/packages/
${D}/usr/lib/octave/packages/
>         pkg local_list  ${B}/octave_packages
>         pkg global_list  ${B}/octave_packages
>         pkg build -nodeps -noauto -global -verbose ${B}
${S}/stk-${PV}.tar.gz
> "
>
> where ${D}, ${B} and ${S} are specific directory of the build
> systems.
>
> the binary package has also only one copy:
> tar -tf stk-2.3.1.tar.gz |grep PKG
> stk/PKG_ADD
> stk/PKG_DEL
>
> but after the install directive using the just built binary
>
>         octave-cli --eval "
>         echo on all
>         diary ../log/diary
>         more off
>         pkg prefix ${D}/usr/share/octave/packages/
${D}/usr/lib/octave/packages/
>         pkg local_list  ${B}/octave_packages
>         pkg global_list  ${B}/octave_packages
>         pkg install -nodeps -noauto -global -verbose ${B}/stk-${OV}.tar.gz
>         pkg list
> "
>
> I found two copies in the temporary install directory:
>
> $ find inst -name "PKG*"
>
inst/usr/lib/octave/packages/stk-2.3.1/x86_64-unknown-cygwin-api-v50+/PKG_ADD
>
inst/usr/lib/octave/packages/stk-2.3.1/x86_64-unknown-cygwin-api-v50+/PKG_DEL
> inst/usr/share/octave/packages/stk-2.3.1/PKG_ADD
> inst/usr/share/octave/packages/stk-2.3.1/PKG_DEL
>
> Regards
> Marco

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45362>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]