RPM Community Forums

Mailing List Message of <rpm-devel>

Re: [CVS] RPM: rpm-5_2: rpm/ CHANGES rpm/scripts/ find-debuginfo.sh

From: Jeff Johnson <n3npq@mac.com>
Date: Tue 12 May 2009 - 18:11:26 CEST
Message-id: <279390B9-894E-4787-B546-695B8273F6DA@mac.com>
Thank you!

On May 12, 2009, at 12:02 PM, Bernhard Rosenkraenzer wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>   
> ____________________________________________________________________________
>
>  Server: rpm5.org                         Name:   Bernhard  
> Rosenkraenzer
>  Root:   /v/rpm/cvs                       Email:  bero@rpm5.org
>  Module: rpm                              Date:   12-May-2009 18:02:39
>  Branch: rpm-5_2                          Handle: 2009051216023801
>
>  Modified files:           (Branch: rpm-5_2)
>    rpm                     CHANGES
>    rpm/scripts             find-debuginfo.sh
>
>  Log:
>    Adjust find-debuginfo.sh to new location of debugedit (/usr/lib/ 
> rpm ->
>    /usr/lib/rpm/bin)
>
>  Summary:
>    Revision    Changes     Path
>    1.2970.2.4  +1  -0      rpm/CHANGES
>    1.11.6.1    +1  -1      rpm/scripts/find-debuginfo.sh
>   
> ____________________________________________________________________________
>
>  patch -p0 <<'@@ .'
>  Index: rpm/CHANGES
>   
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
>  $ cvs diff -u -r1.2970.2.3 -r1.2970.2.4 CHANGES
>  --- rpm/CHANGES	12 May 2009 15:30:49 -0000	1.2970.2.3
>  +++ rpm/CHANGES	12 May 2009 16:02:38 -0000	1.2970.2.4
>  @@ -1,5 +1,6 @@
>
>   5.2a4 -> 5.2b1:
>  +    - bero: adjust find-debuginfo.sh to new location of debugedit
>       - jbj: don't reset to -O0 with --enable-build-debug and GCC.
>       - jbj: grep: fix: don't segfault if no usage mutex or pool  
> attached.
>       - rse: align semantics of Lua function rpm.hostname() with the  
> C API function buildHost()
>  @@ .
>  patch -p0 <<'@@ .'
>  Index: rpm/scripts/find-debuginfo.sh
>   
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
>  $ cvs diff -u -r1.11 -r1.11.6.1 find-debuginfo.sh
>  --- rpm/scripts/find-debuginfo.sh	6 Sep 2007 07:36:38 -0000	1.11
>  +++ rpm/scripts/find-debuginfo.sh	12 May 2009 16:02:39 -0000	1.11.6.1
>  @@ -199,7 +199,7 @@
>     fi
>
>     echo "extracting debug info from $f"
>  -  id=$(/usr/lib/rpm/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/ 
> debug \
>  +  id=$(/usr/lib/rpm/bin/debugedit -b "$RPM_BUILD_DIR" -d /usr/src/ 
> debug \
>   			      -i -l "$SOURCEFILE" "$f") || exit
>     if [ -z "$id" ]; then
>       echo >&2 "*** ${strict_error}: No build ID note found in $f"
>  @@ .
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-cvs@rpm5.org
Received on Tue May 12 18:11:53 2009
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.