Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#9899 closed Bug Report - General (Works for me)
X86_64 build of Mythtv
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.24-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | yes |
Description
I found this issue while trying to build MythTV from 0.24-fixes. Here is the latest commit:
commit d06878a812f5bbd104a673bca738c580b7f11fc5 Author: Gavin Hurlbut <ghurlbut@…> Date: Tue Jun 28 14:13:20 2011 -0700
Here are the steps I performed during the build.
#>cd /<mythtv git repo> #>git pull #>cd mythtv #>./configure #>make
I then get several errors regarding LD trying to link a 32-bit binary objects into and 64-bit library (see attached files).
I am running Slackware 13.37
Attachments (2)
Change History (5)
by , 14 years ago
Attachment: | makelog.txt added |
---|
by , 14 years ago
Attachment: | config.mak added |
---|
comment:1 by , 14 years ago
Resolution: | → Works for me |
---|---|
Status: | new → closed |
That commit compiled successfully on the buildbot. Please seek assistance on the mythtv-users mailing list.
http://code.mythtv.org/buildbot/builders/0.24-linux-64bit/builds/204 http://www.mythtv.org/mailman/listinfo/mythtv-users
comment:2 by , 14 years ago
LIBDIRNAME=lib LIBDIR=/usr/local/lib SHLIBDIR=/usr/local/lib
Incorrect configure options. Slackware64's lib directory is /usr/lib64
Use the build script at SlackBuilds.org for reference on how to correctly build MythTV for Slackware.
comment:3 by , 14 years ago
Ticket locked: | set |
---|
This is apparently not a mythtv issue, this is a packaging issue. Please take this up with your distro packagers.
make output