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

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

[Octave-bug-tracker] [bug #38491] PKG_ADD fails with __all_db_opts__ und


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #38491] PKG_ADD fails with __all_db_opts__ undefined
Date: Sat, 16 Mar 2013 19:54:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20121207 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #8, bug #38491 (project octave):

I paste the reply from Clemens below, since it does not seem to have reached
the tracker.

Thanks for the information. The situation is indeed similar to Fedora.

Of course it's no mistake to report the 'pkg build' issue here as long as the
situation is not clear. Since you think it's more urgent, I'll look into the
pkg issue first (but probably not today). As for a workaround, however, this
could be to 'pkg install' the package first, so that the function will be in
the path.


------- From: Clemens Buchacher <address@hidden> -------

Here's where the files are located on Arch. Note that some files exist
twice (even if they did not in Olaf's list).

While I do appreciate a solution for the include files, that was
actually pretty easy to work around with a simple sed script. So I
mentioned it in the report mostly for completeness. The PKG_ADD problem
is not so easy to work around.

Note that f.e. the geometry package detects the pkg build phase in its
PKG_ADD. Maybe that could be used to work around the issue.

[local_packages, global_packages] = pkg("list");
installed_pkgs_lst = {local_packages{:}, global_packages{:}};
pkg_data = installed_pkgs_lst (cellfun(@(x) ismember (x.name, {"geometry"}),
...
                                             installed_pkgs_lst, "unif",
true));
if isempty(pkg_data)
  % The package is not installed yet


If as you say, the PKG_ADD issue is a bug in pkg build, is it not also
correct for me to report it here?

Regards,
Clemens
---

postgresql      /usr/include/postgresql/server/mb/pg_wchar.h
postgresql-libs /usr/include/libpq-events.h
postgresql      /usr/include/postgresql/server/postgres.h
postgresql      /usr/include/postgresql/server/pg_config_os.h
postgresql-libs /usr/include/pg_config_os.h
postgresql-libs /usr/include/postgresql/internal/port.h
postgresql-libs /usr/include/postgresql/internal/postgres_fe.h
postgresql-libs /usr/include/postgresql/internal/c.h
postgresql-libs /usr/include/postgresql/internal/libpq/pqcomm.h
postgresql-libs /usr/include/postgresql/internal/libpq-int.h
postgresql-libs /usr/include/postgresql/internal/pqexpbuffer.h
postgresql      /usr/include/postgresql/server/port.h
postgresql      /usr/include/postgresql/server/utils/errcodes.h
postgresql      /usr/include/postgresql/server/utils/elog.h
postgresql      /usr/include/postgresql/server/utils/palloc.h
postgresql      /usr/include/postgresql/server/postgres_fe.h
postgresql      /usr/include/postgresql/server/pg_config_manual.h
postgresql-libs /usr/include/pg_config_manual.h
postgresql      /usr/include/postgresql/server/c.h
postgresql      /usr/include/postgresql/server/pg_config.h
postgresql-libs /usr/include/pg_config.h
postgresql-libs /usr/include/libpq-fe.h
postgresql      /usr/include/postgresql/server/pg_trace.h
postgresql      /usr/include/postgresql/server/libpq/libpq-fs.h
postgresql-libs /usr/include/libpq/libpq-fs.h
postgresql      /usr/include/postgresql/server/postgres_ext.h
postgresql-libs /usr/include/postgres_ext.h
postgresql      /usr/include/postgresql/server/nodes/nodes.h
postgresql      /usr/include/postgresql/server/catalog/genbki.h
postgresql      /usr/include/postgresql/server/catalog/pg_type.h


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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