MarcT / mt-mythtv

MythTV Trunk SVN Overlay by MarcT
http://wiki.github.com/MarcT/mt-mythtv
8 stars 3 forks source link

0.24-fixes cannot build #14

Closed glemsom closed 13 years ago

glemsom commented 13 years ago

System: AT5IONT-I (Atom), x86_64, gcc 4.5 CFLAGS: "-O2 -pipe"

When trying to build MythTV using this overlay (and using the 0.24-fixes branch), emerge just bailes out with:

make[2]: Leaving directory /var/tmp/portage/media-tv/mythtv-9999/work/mythtv/programs/mythfrontend' make[1]: Leaving directory/var/tmp/portage/media-tv/mythtv-9999/work/mythtv/programs' make: *\ [programs] Error 2 emake failed

MarcT commented 13 years ago

Trunk build test, success. 0.24-fixes build test, success.

Please provide the following info: The output of ebuild --info The config options for your myth build. The complete build log from the failed build, if you have to find another location to store it that is fine.

glemsom commented 13 years ago

I found the error. For some odd reason, the snapshot of MythTV was not complete.

So, my workaround was to delete /usr/portage/distfiles/git-src/mythtv, and let the MythTV ebuild re-download the snapshot. After that, MythTV builds just fine! :)