[opensuse-packaging] %files list in subpackages says 'installed but unpackaged'
https://build.opensuse.org/package/live_build_log/home:intijk:eucalyptus/euc... My building fails on packaging step , the file listed in subpackages like %files subpackname file1 file2 are reported as : RPM build errors: Installed (but unpackaged) file(s) found: file1 file2 Did I missed some thing ? Thank you for your reply. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Quoting Pengfei Hao <intijk@gmail.com>:
https://build.opensuse.org/package/live_build_log/home:intijk:eucalyptus/euc...
My building fails on packaging step , the file listed in subpackages like
%files subpackname file1 file2
are reported as :
RPM build errors: Installed (but unpackaged) file(s) found: file1 file2
Did I missed some thing ?
Yes :) Start reading the error at the beginning of the error message: [ 576s] RPM build errors: [ 576s] File not found: /home/abuild/rpmbuild/BUILDROOT/eucalyptus-3.3.0.1-39.1.x86_64/etc/udev/rules.d/12-dm-permissions.rules [ 576s] File not found: /home/abuild/rpmbuild/BUILDROOT/eucalyptus-3.3.0.1-39.1.x86_64/etc/udev/rules.d/65-drbd-owner.rules [ 576s] Directory not found: /home/abuild/rpmbuild/BUILDROOT/eucalyptus-3.3.0.1-39.1.x86_64/var/lib/eucalyptus/upgrade Fixing those will likely fix the rest. Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 08/14/2013 05:36 AM, Dominique Leuenberger a.k.a. Dimstar wrote:
Quoting Pengfei Hao <intijk@gmail.com>:
https://build.opensuse.org/package/live_build_log/home:intijk:eucalyptus/euc...
My building fails on packaging step , the file listed in subpackages like
%files subpackname file1 file2
are reported as :
RPM build errors: Installed (but unpackaged) file(s) found: file1 file2
Did I missed some thing ?
Yes :)
Start reading the error at the beginning of the error message: [ 576s] RPM build errors: [ 576s] File not found: /home/abuild/rpmbuild/BUILDROOT/eucalyptus-3.3.0.1-39.1.x86_64/etc/udev/rules.d/12-dm-permissions.rules
[ 576s] File not found: /home/abuild/rpmbuild/BUILDROOT/eucalyptus-3.3.0.1-39.1.x86_64/etc/udev/rules.d/65-drbd-owner.rules
[ 576s] Directory not found: /home/abuild/rpmbuild/BUILDROOT/eucalyptus-3.3.0.1-39.1.x86_64/var/lib/eucalyptus/upgrade
Fixing those will likely fix the rest.
Yeah, but also it must not install udev rules in /etc/udev/ but /usr/lib/udev -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, Aug 14, 2013 at 04:28:00AM -0500, Pengfei Hao wrote:
https://build.opensuse.org/package/live_build_log/home:intijk:eucalyptus/euc...
My building fails on packaging step , the file listed in subpackages like
%files subpackname file1 file2
are reported as :
RPM build errors: Installed (but unpackaged) file(s) found: file1 file2
Did I missed some thing ?
Are these 2 udev rules getting installed at all? Their names do not appear in the rest of the logfile. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (4)
-
Cristian Rodríguez
-
Dominique Leuenberger a.k.a. Dimstar
-
Marcus Meissner
-
Pengfei Hao