Hi Colin, Colin King (gmail) <[email protected]> ezt írta (időpont: 2023. nov. 16., Cs, 14:00): > > Hi again Balint, > > On 16/11/2023 11:35, Bálint Réczey wrote: > > Hi Colin, > > > > Thanks for the quick response. > > Please check my other observations, too, in > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041327#58 > > You mentioned: > > "The .pc file is now at the right location, but contains multiarch > strings which will differ across architectures. > I suggest hardcoding the paths in the patch." > > I'm not quite sure what is incorrect here, this file is patched already > via debian/patches/0001-fix-libtypec-libdir.patch > > For an i386 build, the .pc file in usr/share/pkgconfig contains: > > prefix=/usr > exec_prefix=/usr > libdir=${exec_prefix}/lib/i386-linux-gnu > includedir=${prefix}/include/i386-linux-gnu > .. > > For a x86-64 build, the .pc file in usr/share/pkgconfig contains: > prefix=/usr > exec_prefix=/usr > libdir=${exec_prefix}/lib/x86_64-linux-gnu > includedir=${prefix}/include/x86_64-linux-gnu > .. > > For an arm64 build, the .pc file in usr/share/pkgconfig contains: > prefix=/usr > exec_prefix=/usr > libdir=${exec_prefix}/lib/aarch64-linux-gnu > includedir=${prefix}/include/aarch64-linux-gnu > .. > > ..so I'm a bit confused. Do you mind clarifying for me.
I'm sorry, my comment was a bit vague, indeed. So the problem is having the multiarch string in the .pc file, while the file is not in a multiarch location. Lintian throws an error about it, that would cause an auto-reject when uploading the package: E: libtypec-dev: pkg-config-multi-arch-wrong-dir full text contains architecture specific dir x86_64-linux-gnu [usr/share/pkgconfig/libtypec.pc] N: N: The arch all pkg-config file contains a reference to a multi-arch path

