Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356357 - media-video/mplayer-1.0_rc4_p20101219 runs `svn info' somewhere in src_compile
Summary: media-video/mplayer-1.0_rc4_p20101219 runs `svn info' somewhere in src_compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 23:10 UTC by Piotr Szymaniak
Modified: 2011-12-15 13:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info mplayer (emerge --info,5.75 KB, text/plain)
2011-02-24 23:11 UTC, Piotr Szymaniak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Szymaniak 2011-02-24 23:10:54 UTC
mplayer compilation causes `svn info' process to freeze. Similar bugs #356347 and #353466.

mplayer-1.0_rc4_p20101219 # grep -r svn\ info .
./version.sh:test $svn_revision || svn_revision=$(LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2)
./ffmpeg/version.sh:test $revision || revision=$(cd "$1" && LC_ALL=C svn info 2> /dev/null | grep "Last Changed Rev" | cut -d' ' -f4)
./TOOLS/checktree.sh:            svn info -R $p 2>/dev/null | sed -n \
./TOOLS/checktree.sh:                    "use svn info to determine which files to check"
./TOOLS/checktree.sh:# Test presence of svn info
./TOOLS/checktree.sh:    echo "No svn info available. Please use -nosvn." >&2
./debian/daily-build.sh:LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2
./debian/daily-build.sh:version=$(LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2)


Reproducible: Always

Steps to Reproduce:
Comment 1 Piotr Szymaniak 2011-02-24 23:11:55 UTC
Created attachment 263727 [details]
emerge --info mplayer
Comment 2 Reimar Döffinger 2011-02-27 15:18:50 UTC
This should be fixed in upstream SVN r32978. As a workaround you could create a non-empty snapshot_version file in the ebuild (in addition to the VERSION one), that should avoid it and will also work for FFmpeg btw.
Comment 3 Alexis Ballier gentoo-dev 2011-12-15 13:13:13 UTC
should be fixed in our snapshots these days