[RESOLVED] Package dependency not found after dependency update

Share your tips or issues concerning the WAPT Console or WAPT Agent here
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
User avatar
Jonattend
Messages: 43
Registration: March 26, 2018 - 2:45 PM

December 3, 2018 - 9:59 AM

Good morning,
Following my message allowing me to clean the start menu, I created, on the advice of the Team, an empty package whose sole purpose is to clean the start menu.

The latter contains dependencies which are, in reality, all the software to be installed.
Thanks to this trick, the cleaning pack is installed last. Perfect.

The cleanup package (full-install-ens) contains the following dependencies:
- 7zip
- audacity
- cdburnerXP
-.NET 4.7
- Firefox-esr (58)
- Geogebra5
- VLC

So I run this package on the target machine: perfect, all the software is installed, the shortcuts are well organized.
I realize that I installed version 58 of firefox-esr, but that a version 63 exists...
- I therefore import this version of firefox-esr 63 into my private repository
- I tried checking for updates, but WAPT doesn't offer to update my "full-install-ens" package: logically, it hasn't been updated. Only one of its dependencies (firefox-esr) should be updated... but how do I do that?
- I tried removing the firefox-esr-58 version from my repository to have only one package, but no better... worse: WAPT indicates that the full-install-ens package is missing a "firefox-esr" dependency....

Return of a wapt-get upgrade on the client:

Code: Select all

Installing full-install-ens
Installing 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX
Installing full-install-ens
Installing 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX
Installing full-install-ens

=== install packages ===
 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (=113) | 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (113)
  4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX | 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (113)
  full-install-ens          | full-install-ens (1.0-16)

=== additional packages ===
  full-install-ens          | full-install-ens (1.0-16)

=== skipped packages ===
  lame-mp3                  | lame-mp3 (3.99.3-1)
  7zip                      | 7zip (18.5.0.0-7)
  audacity                  | audacity (2.2.2-6)
  cdburnerxp                | cdburnerxp (4.5.8.6795-4)
  dotnetfx4.7               | dotnetfx4.7 (4.7.2046-9)
  geogebra-5                | geogebra-5 (5.0.466.0-4)
  vlc                       | vlc (3.0.4-3)

=== errors packages ===
  full-install-ens          | full-install-ens (1.0-16)
 
  4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (=113) | 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (113)
  4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX | 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (113)
2018-12-03 09:51:41,160 CRITICAL Package full-install-ens not installed due to errors : EWaptUnavailablePackage: Missing dependencies: firefox-esr
2018-12-03 09:51:41,253 CRITICAL Package 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX (=113) not installed due to errors : EWaptUnavailablePackage: Missing dependencies: full-install-ens
2018-12-03 09:51:41,394 CRITICAL Package full-install-ens not installed due to errors : EWaptUnavailablePackage: Missing dependencies: firefox-esr
2018-12-03 09:51:41,487 CRITICAL Package 4C4C4544-0059-XXXXXXXXXXXXXXXXXXXX not installed due to errors : EWaptUnavailablePackage: Missing dependencies: full-install-ens
2018-12-03 09:51:41,565 CRITICAL Package full-install-ens not installed due to errors : EWaptUnavailablePackage: Missing dependencies: firefox-esr
The package does exist on the wapt server:

Code: Select all

root@wapt:/home/wapt# ls -lha | grep firefox
-rw-r--r-- 1 wapt www-data  12K Nov 30 16:14 config-for-firefox_7_all.wapt
-rw-r--r-- 1 wapt www-data  35M Dec  3 08:41 firefox-esr_60.3.0-3_x86_fr.wapt
Clearly, there's a problem with the firefox-esr package... Any ideas?
WAPT Server version: 1.8.1 on Debian 10
WAPT Agent version: 1.8.1.6756
WAPT Setup version: 1.8.1.6756 on Windows10 v1909
WAPT Deploy version: 1.8.1.6756
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

December 17, 2018 - 10:53 PM

Firefox is x86 on your repository, I assume your PC is x64
Locked