Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2020-03-30 Thread Panu Matilainen
Ok, still easily reproducable by commenting out this: https://src.fedoraproject.org/rpms/timeshift/blob/master/f/timeshift.spec#_71 Whether there's anything rpm can actually do about this I dunno. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2017-09-09 Thread srakitnican
The build system is a crude makefile, vala is called like so: ``` valac Core/*.vala Utility/*.vala Utility/Gtk/*.vala Gtk/*.vala ``` The .c files are being generated along with .vala file counterpart. Do you think it is a vala bug? -- You are receiving this because you are subscribed to this

Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2017-09-09 Thread Igor Gnatenko
I think this is a bit common with vala. Hint: vala generates .c files out of .vala, so usually it is in builddir and buildsystem might insert wrong paths. Or something like this. Not sure if this is the cause though. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2017-09-08 Thread srakitnican
Copr build are here: https://copr.fedorainfracloud.org/coprs/srakitnican/default/build/600055/ It seems to add all files and that is what it's important, still curious to where does this coming from, though... -- You are receiving this because you are subscribed to this thread. Reply to this

[Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: cpio looking into wrong path (#322)

2017-09-08 Thread srakitnican
Don't know what is wrong, these messages appear when package is being created at debuginfo part. ``` cpio: timeshift-17.2/src/AboutWindow.c: Cannot stat: No such file or directory cpio: timeshift-17.2/src/AppConsole.c: Cannot stat: No such file or directory cpio: