[opensuse-buildservice] latest obs requires deb package which doesn't seem to be available
Hi, just noticed, that all our debian builds contain empty Package files. In publisher log I found: running dpkg-scanpackages Unknown option(-m)! apt-ftparchive failed: 256 can be fixed in removing the -m option in the call to dpkg-scanpackages in /usr/lib/obs/server/bs_publish: - qsystem('chdir', $extrep, 'stdout', 'Packages.new', 'dpkg-scanpackages', '-m', '.', '/dev/null') && print " apt-ftparchive failed: $?\n"; + qsystem('chdir', $extrep, 'stdout', 'Packages.new', 'dpkg-scanpackages', '.', '/dev/null') && print " apt-ftparchive failed: $?\n"; buildservice:/usr/lib/obs/server # rpm -q deb deb-1.10.27-185.3 Is there a newer version of deb available for SLE10? -- With best regards, Carsten Hoeger
Am Donnerstag, 6. August 2009 18:25:18 schrieb Carsten Hoeger:
Hi,
just noticed, that all our debian builds contain empty Package files.
In publisher log I found:
running dpkg-scanpackages Unknown option(-m)! apt-ftparchive failed: 256
can be fixed in removing the -m option in the call to dpkg-scanpackages in /usr/lib/obs/server/bs_publish:
- qsystem('chdir', $extrep, 'stdout', 'Packages.new', 'dpkg-scanpackages', '-m', '.', '/dev/null') && print " apt-ftparchive failed: $?\n"; + qsystem('chdir', $extrep, 'stdout', 'Packages.new', 'dpkg-scanpackages', '.', '/dev/null') && print " apt-ftparchive failed: $?\n";
Marting Mohring just added that with this comment: r7115 | MartinMohring | 2009-04-17 14:26:57 +0200 (Fr, 17. Apr 2009) | 1 Zeile - fixed: .deb style multiarch Packages file generation, but requires new dpkg tools
buildservice:/usr/lib/obs/server # rpm -q deb deb-1.10.27-185.3
Is there a newer version of deb available for SLE10?
I just fixed the build for SLE_10 in openSUSE:Tools project hopefully (version 1.15) bye adrian -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Adrian Schröter
-
Carsten Hoeger