[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in Pkg Update
From: |
Andreas Weber |
Subject: |
Re: Error in Pkg Update |
Date: |
Mon, 30 Jan 2017 20:06:48 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 |
Am 30.01.2017 um 19:35 schrieb Thomas D. Dean:
> error: cellfun: C must be a cell array
> error: called from
> get_forge_pkg at line 72 column 14
> pkg at line 567 column 29
>
>
> Is this a known problem? How can I determine which package is causing
> this?
you can enable debug on error with
"debug_on_error(1);"
and then run "pkg update" again. After the error is triggered you can
look around with the db* functions.
-- Andy
Re: Error in Pkg Update,
Andreas Weber <=