You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the investigations done to adapt the acceptance_test feature branch to the new package format, see #5341 for details. I discovered the current master rpm package does not install in fedora-22, see:
[vagrant@localhost ~]$ sudo yum install -y /logstash-build/logstash-5.0.0.dev.rpm
Yum command has been deprecated, redirecting to '/usr/bin/dnf install -y /logstash-build/logstash-5.0.0.dev.rpm'.
See 'man dnf' and 'man yum2dnf' for more information.
To transfer transaction metadata from yum to DNF, run:
'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
Failed to set locale, defaulting to C
Last metadata expiration check performed 0:12:52 ago on Fri May 27 15:45:43 2016.
Dependencies resolved.
=========================================================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================================================
Installing:
logrotate x86_64 3.8.8-1.fc22 fedora 70 k
logstash noarch 1:5.0.0~dev-1 @commandline 96 M
Transaction Summary
=========================================================================================================================================================
Install 2 Packages
Total size: 96 M
Total download size: 70 k
Installed size: 182 M
Downloading Packages:
logrotate-3.8.8-1.fc22.x86_64.rpm 237 kB/s | 70 kB 00:00
---------------------------------------------------------------------------------------------------------------------------------------------------------
Total 36 kB/s | 70 kB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : logrotate-3.8.8-1.fc22.x86_64 1/2
Installing : logstash-1:5.0.0~dev-1.noarch 2/2
Error unpacking rpm package logstash-1:5.0.0~dev-1.noarch
Error unpacking rpm package logstash-1:5.0.0~dev-1.noarch
error: unpacking of archive failed: cpio: Bad magic
logstash-1:5.0.0~dev-1.noarch was supposed to be installed but is not!
Verifying : logstash-1:5.0.0~dev-1.noarch 1/2
Verifying : logrotate-3.8.8-1.fc22.x86_64 2/2
Installed:
logrotate.x86_64 3.8.8-1.fc22
Failed:
logstash.noarch 1:5.0.0~dev-1
Complete!
[vagrant@localhost ~]$
for details.
The text was updated successfully, but these errors were encountered:
From the investigations done to adapt the acceptance_test feature branch to the new package format, see #5341 for details. I discovered the current master rpm package does not install in fedora-22, see:
for details.
The text was updated successfully, but these errors were encountered: