On Thu, Jun 22, 2017 at 05:48:49PM +0900, vita...@ciubotaru.tk wrote: > I am looking for a sponsor for my package "pcc". The RFP for this package > was first filed in 2007, there were some ITFs since that time, but > apparently it has never been packaged.
It was briefly in the archive: https://packages.qa.debian.org/p/pcc.html Removed due to no upstream activity. I see the upstream is somewhat alive nowadays, although I wouldn't call the development brisk. > * Package name : pcc > Version : 1.2.0~20170614-1 > Upstream Author : Anders Magnusson <ra...@ludd.luth.se> > * URL : http://pcc.ludd.ltu.se/ The packaging lacks for example any Depends: line. [~]$ ldd /usr/bin/pcc linux-vdso.so.1 (0x00007fffec3d4000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f275bace000) /lib64/ld-linux-x86-64.so.2 (0x0000558f0c7da000) So it needs at the very least libc6. And the compiler doesn't seem to work for me: .----[ foo.c ] #include <stdio.h> int main() { printf("meow\n"); return 0; } `---- [~]$ pcc foo.c /usr/include//stdio.h:33: error: cannot find 'stddef.h' error: /usr/lib/x86_64-linux-gnu/cpp terminated with status 1 -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ A dumb species has no way to open a tuna can. ⢿⡄⠘⠷⠚⠋⠀ A smart species invents a can opener. ⠈⠳⣄⠀⠀⠀⠀ A master species delegates.