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 or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/322#issuecomment-605993643___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/322#issuecomment-328264893___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/322#issuecomment-328260705___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/322#issuecomment-328171006___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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

2017-09-08 Thread srakitnican
Hmm, `sort` is doing the right thing after all, it is sorting by the NULL 
character instead. debugsources.list does indeed contain those files but with a 
combination of good ones, I wonder why is that.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/322#issuecomment-328135246___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint