Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-319

can't explain why I am getting this warning

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.4.0
    • 1.4.0
    • General
    • None
    • Ubuntu 12.04, Qt5.0.2 static
    • 9407b867943e880a90ae0b3354c06c8368f17bb0

    Description

      Trying to create an online installer, but I get a warning saying:

      Warning: The following explicitly given packages could not be found
      in package directory: ("XXXXXXXXXXXXXXXXX_online_XXXXXXXXXXXXXXXXX") (../common/repositorygen.cpp:451, QInstallerTools::PackageInfoVector QInstallerTools::createListOfPackages(const QStringList&, QStringList*, QInstallerTools::FilterType))

      I'm using the following command:
      binarycreator -c config/config.xml -p packages/ --online-only sirius_installer

      I tried the "n" flag, as well as not giving it any packages, since an online installer wouldn't need this info, but binarycreator requires a -p dir/ argument. I currently have some issues with authenticating root priviledges, so I don't know if this warning is causing any issues.

      From the source code, I don't really know how a "packagestofilter" list is even specified:

      if (!packagesToFilter->isEmpty())

      { qWarning() << "The following explicitly given packages could not be found\n in package directory:" << *packagesToFilter; }

      Thanks for any help

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tjenssen Tim Jenssen
            geperezg Gabriel Perez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes