Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 09:44:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266597] www/bacula-web: Missing dependency php-sqlite3
Message-ID:  <bug-266597-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266597

            Bug ID: 266597
           Summary: www/bacula-web: Missing dependency php-sqlite3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ler@FreeBSD.org
          Reporter: freebsd-ports@charlieroot.de
          Assignee: ler@FreeBSD.org
             Flags: maintainer-feedback?(ler@FreeBSD.org)

helmut@BSDHelmut:~ # su -m www -c "cd /var/www/bacula-web/ && composer inst=
all"
You are using Composer 1 which is deprecated. You should upgrade to Compose=
r 2,
see https://blog.packagist.com/deprecating-composer-1-support/
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested PHP extension ext-sqlite3 * is missing from your system.
Install or enable PHP's sqlite3 extension.

helmut@BSDHelmut:~ # pkg info -ix sqlite
php80-pdo_sqlite-8.0.23
py39-sqlite3-3.9.14_7
sqlite3-3.39.3,1
[helmut@BSDHelmut ~]$ sudo pkg install php80-sqlite3
[...]
helmut@BSDHelmut:~ # su -m www -c "cd /var/www/bacula-web/ && composer inst=
all"
You are using Composer 1 which is deprecated. You should upgrade to Compose=
r 2,
see https://blog.packagist.com/deprecating-composer-1-support/
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Package robloach/component-installer is abandoned, you should avoid using i=
t.
Use oomphinc/composer-installers-extender instead.
Generating autoload files
> ComponentInstaller\Installer::postAutoloadDump
Compiling component files
33 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
helmut@BSDHelmut:~ #

[helmut@BSDHelmut ~]$ pkg info bacula-web-php80-8.5.5
bacula-web-php80-8.5.5
Name           : bacula-web-php80
Version        : 8.5.5
Installed on   : Wed Sep 21 09:06:25 2022 CEST
Origin         : www/bacula-web
Architecture   : FreeBSD:13:*
Prefix         : /usr/local
Categories     : www sysutils
Licenses       : GPLv2+
Maintainer     : ler@FreeBSD.org
WWW            : https://www.bacula-web.org/
Comment        : Bacula-web provides a summarized output of Bacula jobs
Options        :
        MYSQL          : on
        PGSQL          : off
        SQLITE         : on
Annotations    :
        flavor         : php80
        repo_type      : binary
        repository     : MyRepo
Flat size      : 6.85MiB
[...]
[helmut@BSDHelmut ~]$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266597-7788>