Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread Jan Kratochvil
On Sat, 10 Dec 2011 01:32:01 +0100, David Howells wrote: > Thus the strip program used (from > the wrong binutils) appears to corrupt the binary. rpmbuild uses eu-strip, not strip. Therefore elfutils, not binutils. See: /usr/lib/rpm/find-debuginfo.sh Regards, Jan -- devel mailing list devel@li

Re: MATE desktop environment (GNOME 2 fork)

2011-12-10 Thread Zoltan Boszormenyi
2011-12-09 11:34 keltezéssel, Kevin Kofler írta: >> and there is a development community. > LOL, a "community" called Timothy Pearson… > > Don't make me laugh. > > Kevin Kofler Not so fast, there was a point in time when the whole Linux development community was Linus Torvalds. Live and le

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread Josh Boyer
On Sat, Dec 10, 2011 at 4:52 AM, Jan Kratochvil wrote: > On Sat, 10 Dec 2011 01:32:01 +0100, David Howells wrote: >> Thus the strip program used (from >> the wrong binutils) appears to corrupt the binary. > > rpmbuild uses eu-strip, not strip.  Therefore elfutils, not binutils. > See: /usr/lib/rpm

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread Jan Kratochvil
On Sat, 10 Dec 2011 13:20:37 +0100, Josh Boyer wrote: > On Sat, Dec 10, 2011 at 4:52 AM, Jan Kratochvil > wrote: > > rpmbuild uses eu-strip, not strip.  Therefore elfutils, not binutils. > > See: /usr/lib/rpm/find-debuginfo.sh > > That's if debuginfo packages are enabled. If they aren't it uses

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread Richard W.M. Jones
On Fri, Dec 09, 2011 at 09:34:16PM -0500, Josh Boyer wrote: > On Fri, Dec 9, 2011 at 7:32 PM, David Howells wrote: > > > > Hi, > > > > How do I prevent rpmbuild from attempting to strip a particular binary?  The > > problem is that the binary was cross-compiled and is not of the same > > architect

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread David Howells
Josh Boyer wrote: > You might also want to redefine %{__strip} to the appropriate > cross-strip utility, or /bin/true. Something like: > > %define debug_package %{nil} > %define __strip /bin/true Ah, so I can make a shell script to apply the appropriate strip binary... Jan Kratochvil wrote:

Re: MATE desktop environment (GNOME 2 fork)

2011-12-10 Thread Ralf Ertzinger
Hi. On Sat, 10 Dec 2011 11:00:55 +0100, Zoltan Boszormenyi wrote > Not so fast, there was a point in time when > the whole Linux development community > was Linus Torvalds. Live and let live. Yes, there was. But it was a) rather short, and b) did not have a codebase even remotely comparable to t

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread Jan Kratochvil
On Sat, 10 Dec 2011 15:15:24 +0100, David Howells wrote: > Interesting: > > + eu-strip -g > /data/cross-gcc/cross-gcc/rpmbuild/BUILDROOT/cross-gcc-4.6.2-1.fc16.1.x86_64/usr/lib64/gcc/powerpc64-linux-gnu/4.6.2/libgcov.a > /data/cross-gcc/cross-gcc/rpmbuild/BUILDROOT/cross-gcc-4.6.2-1.fc16.1.x86_64

Re: MATE desktop environment (GNOME 2 fork)

2011-12-10 Thread Rahul Sundaram
On 12/10/2011 03:30 PM, Zoltan Boszormenyi wrote: u > Not so fast, there was a point in time when > the whole Linux development community > was Linus Torvalds. Live and let live. You would have a better point there if MATE was a new desktop environment trying to grow a community. GNOME 2.x is a c

BuildError: No srpms found

2011-12-10 Thread Andrea Musuruane
Hi all, I continue getting the following error while trying to build tecnoballz for F16 & F15: "BuildError: No srpms found in /var/lib/mock/f16-build-1198748-191373/root/tmp/scmroot/tecnoballz". Example build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3577090 I really wonder what's g

Re: BuildError: No srpms found

2011-12-10 Thread Mathieu Bridon
On Sat, 2011-12-10 at 16:56 +0100, Andrea Musuruane wrote: > Hi all, > I continue getting the following error while trying to build > tecnoballz for F16 & F15: "BuildError: No srpms found in > /var/lib/mock/f16-build-1198748-191373/root/tmp/scmroot/tecnoballz". > > Example build: > http://koji

Re: BuildError: No srpms found

2011-12-10 Thread Michael Schwendt
On Sat, 10 Dec 2011 16:56:39 +0100, AM (Andrea) wrote: > Hi all, > I continue getting the following error while trying to build > tecnoballz for F16 & F15: "BuildError: No srpms found in > /var/lib/mock/f16-build-1198748-191373/root/tmp/scmroot/tecnoballz". > > Example build: > http://koji.fe

Re: BuildError: No srpms found

2011-12-10 Thread Andrea Musuruane
On Sat, Dec 10, 2011 at 5:05 PM, Mathieu Bridon wrote: > Did you forget to commit/push that patch? :) It seems so (blush) Thanks, Andrea. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread David Howells
David Howells wrote: > Josh Boyer wrote: > > > You might also want to redefine %{__strip} to the appropriate > > cross-strip utility, or /bin/true. Something like: > > > > %define debug_package %{nil} > > %define __strip /bin/true > > Ah, so I can make a shell script to apply the appropriat

Re: How to prevent a binary from being stripped by rpmbuild?

2011-12-10 Thread David Howells
Jan Kratochvil wrote: > > + eu-strip -g > > /data/cross-gcc/cross-gcc/rpmbuild/BUILDROOT/cross-gcc-4.6.2-1.fc16.1.x86_64/usr/lib64/gcc/powerpc64-linux-gnu/4.6.2/libgcov.a > > /data/cross-gcc/cross-gcc/rpmbuild/BUILDROOT/cross-gcc-4.6.2-1.fc16.1.x86_64/strip: > > line 9: 28521 Segmentation fault