[Bug 515006] New: OBS doesn't install Build-Depends: packages selected using [architecture]
http://bugzilla.novell.com/show_bug.cgi?id=515006 Summary: OBS doesn't install Build-Depends: packages selected using [architecture] Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: david@dgreaves.com QAContact: adrian@novell.com Found By: Community User Given : Build-Depends: debhelper (>= 4.0.0), .... libts-dev [arm armel], linux-libc-dev, .... libts-dev is not installed See r3 of Maemo:Mer:Devel:HW:N8x0:Devel/xomap -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=515006 https://bugzilla.novell.com/show_bug.cgi?id=515006#c3 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|mls@novell.com | --- Comment #3 from Michael Schröder <mls@novell.com> 2011-07-06 13:21:45 UTC --- Hmm, worksforme: $ osc api /source/Maemo:Mer:Devel:HW:N8x0:Devel/xomap\?view=info\&rev=3\&parse\&arch=arm [...] <deps>libts-dev</deps> I guess it's because "armv5el" doesn't match [arm armel]. We need to investigate how this is supposed to work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=515006 https://bugzilla.novell.com/show_bug.cgi?id=515006#c4 --- Comment #4 from Michael Schröder <mls@novell.com> 2011-07-06 13:27:35 UTC --- Deb.pm already contains some mappings: # map to debian names $os = 'linux' if !defined($os); $arch = 'all' if !defined($arch) || $arch eq 'noarch'; $arch = 'i386' if $arch =~ /^i[456]86$/; $arch = 'powerpc' if $arch eq 'ppc'; $arch = 'amd64' if $arch eq 'x86_64'; Maybe we should add a: $arch =~ s/^armv[0-9]/arm/; so that armv5el gets rewritten to armel. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com