Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2022 17:23:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 264912] ports-mgmt/pkg - Missing enabled repositories
Message-ID:  <bug-264912-32340@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 264912
           Summary: ports-mgmt/pkg - Missing enabled repositories
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pkg@FreeBSD.org
          Reporter: yani@pi-greece.eu
          Assignee: pkg@FreeBSD.org
             Flags: maintainer-feedback?(pkg@FreeBSD.org)

Hello,

I've got 2 repos setup, one to download pkgbase packages and one containing
poudriere-generated packages. Since v.1.18.0, the 2nd repository has
disappeared:

# FreeBSD base system repository
FreeBSD-base: {
        url:
"https://pkg.panoramic-imaging.com:8443/DNSSERVER12/${ABI}/latest",
        enabled: yes
}


dnsserver123-pkg: {
        "url":
"https://pkg.panoramic-imaging.com:8443/DNSSERVER12/dnsserver123-default",
        "signature_type": "pubkey",
        "pubkey": "/usr/local/etc/ssl/poudriere/poudriere.cert",
        "enabled": yes
}


pkg -vv only hows the first repository as enabled (FreeBSD-base).
"dnsserver123-pkg" isn't listed anywhere and "pkg update -f -r
dnsserver123-pkg" returns "No repositories are enabled."

# pkg -vv

Version                 : 1.18.2
PKG_DBDIR =3D "/var/db/pkg";
PKG_CACHEDIR =3D "/var/cache/pkg";
PORTSDIR =3D "/usr/ports";
INDEXDIR =3D "";
INDEXFILE =3D "INDEX-12";
HANDLE_RC_SCRIPTS =3D false;
DEFAULT_ALWAYS_YES =3D false;
ASSUME_ALWAYS_YES =3D false;
REPOS_DIR [
    "/etc/pkg/",
    "/usr/local/etc/pkg/repos/",
]
PLIST_KEYWORDS_DIR =3D "";
SYSLOG =3D true;
ABI =3D "FreeBSD:12:amd64";
ALTABI =3D "freebsd:12:x86:64";
DEVELOPER_MODE =3D false;
VULNXML_SITE =3D "http://vuxml.freebsd.org/freebsd/vuln.xml.xz";
FETCH_RETRY =3D 3;
PKG_PLUGINS_DIR =3D "/usr/local/lib/pkg/";
PKG_ENABLE_PLUGINS =3D true;
PLUGINS [
]
DEBUG_SCRIPTS =3D false;
PLUGINS_CONF_DIR =3D "/usr/local/etc/pkg/";
PERMISSIVE =3D false;
REPO_AUTOUPDATE =3D true;
NAMESERVER =3D "";
HTTP_USER_AGENT =3D "pkg/1.18.2";
EVENT_PIPE =3D "";
FETCH_TIMEOUT =3D 30;
UNSET_TIMESTAMP =3D false;
SSH_RESTRICT_DIR =3D "";
PKG_ENV {
}
PKG_SSH_ARGS =3D "";
DEBUG_LEVEL =3D 0;
ALIAS {
    all-depends =3D "query %dn-%dv";
    annotations =3D "info -A";
    build-depends =3D "info -qd";
    cinfo =3D "info -Cx";
    comment =3D "query -i \"%c\"";
    csearch =3D "search -Cx";
    desc =3D "query -i \"%e\"";
    download =3D "fetch";
    iinfo =3D "info -ix";
    isearch =3D "search -ix";
    prime-list =3D "query -e '%a =3D 0' '%n'";
    prime-origins =3D "query -e '%a =3D 0' '%o'";
    leaf =3D "query -e '%#r =3D=3D 0' '%n-%v'";
    list =3D "info -ql";
    noauto =3D "query -e '%a =3D=3D 0' '%n-%v'";
    options =3D "query -i \"%n - %Ok: %Ov\"";
    origin =3D "info -qo";
    orphans =3D "version -vRl?";
    provided-depends =3D "info -qb";
    rall-depends =3D "rquery %dn-%dv";
    raw =3D "info -R";
    rcomment =3D "rquery -i \"%c\"";
    rdesc =3D "rquery -i \"%e\"";
    required-depends =3D "info -qr";
    roptions =3D "rquery -i \"%n - %Ok: %Ov\"";
    shared-depends =3D "info -qB";
    show =3D "info -f -k";
    size =3D "info -sq";
    unmaintained =3D "query -e '%m =3D \"ports@FreeBSD.org\"' '%o (%w)'";
    runmaintained =3D "rquery -e '%m =3D \"ports@FreeBSD.org\"' '%o (%w)'";
}
CUDF_SOLVER =3D "";
SAT_SOLVER =3D "";
RUN_SCRIPTS =3D true;
CASE_SENSITIVE_MATCH =3D false;
LOCK_WAIT =3D 1;
LOCK_RETRIES =3D 5;
SQLITE_PROFILE =3D false;
WORKERS_COUNT =3D 0;
READ_LOCK =3D false;
IP_VERSION =3D 0;
AUTOMERGE =3D true;
VERSION_SOURCE =3D "";
CONSERVATIVE_UPGRADE =3D true;
PKG_CREATE_VERBOSE =3D false;
AUTOCLEAN =3D false;
DOT_FILE =3D "";
REPOSITORIES {
}
VALID_URL_SCHEME [
    "pkg+http",
    "pkg+https",
    "https",
    "http",
    "file",
    "ssh",
    "tcp",
]
ALLOW_BASE_SHLIBS =3D false;
WARN_SIZE_LIMIT =3D 1048576;
METALOG =3D "";
OSVERSION =3D 1203000;
IGNORE_OSVERSION =3D false;
BACKUP_LIBRARIES =3D false;
BACKUP_LIBRARY_PATH =3D "/usr/local/lib/compat/pkg";
PKG_TRIGGERS_DIR =3D "/usr/local/share/pkg/triggers";
PKG_TRIGGERS_ENABLE =3D true;
AUDIT_IGNORE_GLOB [
]
AUDIT_IGNORE_REGEX [
    "NULL",
]
COMPRESSION_LEVEL =3D -1;
ARCHIVE_SYMLINK =3D false;
REPO_ACCEPT_LEGACY_PKG =3D false;
FILES_IGNORE_GLOB [
    "NULL",
]
FILES_IGNORE_REGEX [
    "NULL",
]


Repositories:
  FreeBSD-base: {
    url             :
"https://pkg.panoramic-imaging.com:8443/DNSSERVER12/FreeBSD:12:amd64/latest=
",
    enabled         : yes,
    priority        : 0
  }

--=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-264912-32340>