MythTV unter FreeBSD

MadBSE

Windows Fluechtling
Hi @ll,
bei mir gibt es da einige schwierigkeiten mit MythTV-0.17 unter FreeBSD 6.1-RC1-i386 & Hauppauge WinTV-Go-FM (BrookTree 878).

Ich habe gerade versucht das Port von http://mythtv.son.org/tiki-index.php zu Installieren.
Mit folgendem Ergebnis::ugly:
Code:
# cd /usr/ports/multimedia/mythtv/ && make install clean
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for mythtv-0.17
===>  Extracting for mythtv-0.17
=> MD5 Checksum OK for mythtv-0.17.tar.bz2.
=> No SHA256 checksum recorded for mythtv-0.17.tar.bz2.
===>  Patching for mythtv-0.17
===>  Applying extra patch /usr/ports/multimedia/mythtv/files/patchsettings-lirc
===>  Applying FreeBSD patches for mythtv-0.17
===>   mythtv-0.17 depends on executable: qmake - found
===>   mythtv-0.17 depends on file: /usr/X11R6/lib/plugins/sqldrivers/libqsqlmysql.so - found
===>   mythtv-0.17 depends on file: /usr/X11R6/bin/moc - found
===>   mythtv-0.17 depends on shared library: mp3lame.0 - found
===>   mythtv-0.17 depends on shared library: freetype.9 - found
===>   mythtv-0.17 depends on shared library: lirc_client.0 - found
===>   mythtv-0.17 depends on shared library: mysqlclient.14 - found
===>  Configuring for mythtv-0.17
Please note that these settings only deal with libavcodec, not MythTV.
CPU              x86
Big Endian       no
MMX enabled      yes
Vector Builtins  no
Creating config.mak and config.h
===>  Building for mythtv-0.17
cd libs && qmake libs.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile
cd libs && make -f Makefile
cd libavcodec && qmake libavcodec.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile
cd libavcodec && make -f Makefile
gcc34 -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -pthread -DPIC -fPIC
-fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++
 -I. -I../.. -I../../../../../../../local/include -I/usr/X11R6/include -o utils.o utils.c
gcc34: not found
*** Error code 127

Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.17/libs/libavcodec.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.17/libs.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.17.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv.
Meine fragen an euch:
Hat schon mal einer von euch diesen Port unter FreeBSD 6.0 i386 oder heoher installiert?

Hat vielleicht jemand eine Idee wie man diesen Port Installieren kann?:confused:
 
gcc34: not found sagt doch schon alles.
Es kann doch bestimmt im Makefile der zu nutzende GCC / CC angegeben werden. Oder probier mal ganz schmuddelig "ln -s /usr/bin/gcc /usr/bin/gcc34"
 
Jetzt sieht's so aus::ugly:
Code:
# ln -s /usr/bin/gcc /usr/bin/gcc34
# ln -s /usr/bin/gcc /usr/bin/gcc34
ln: /usr/bin/gcc34: File exists
# cd /usr/ports/multimedia/mythtv/ && make install clean
===>  Building for mythtv-0.17
cd libs && make -f Makefile
cd libavcodec && make -f Makefile
gcc34 -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -pthread -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../.. -I../../../../../../../local/include -I/usr/X11R6/include -o utils.o utils.c ...
... und so weiter ... bla ... bla ...
gcc34 -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -pthread -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../.. -I../../../../../../../local/include -I/usr/X11R6/include -o fft_sse.o i386/fft_sse.c
gcc34 -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -pthread -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../.. -I../../../../../../../local/include -I/usr/X11R6/include -o vp3dsp_mmx.o i386/vp3dsp_mmx.c
gcc34 -c -pipe -w -O3 -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -pthread -DPIC -fPIC -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX -DUSING_IVTV -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../.. -I../../../../../../../local/include -I/usr/X11R6/include -o vp3dsp_sse2.o i386/vp3dsp_sse2.c
rm -f libmythavcodec-0.17.so.0.17.0 libmythavcodec-0.17.so libmythavcodec-0.17.so.0 libmythavcodec-0.17.so.0.17
g++34 -Wl,-rpath,/usr/local/lib  -Wl,-rpath,/usr/X11R6/lib -pthread -shared -Wl,-soname,libmythavcodec-0.17.so.0 -o libmythavcodec-0.17.so.0.17.0 utils.o  mem.o  allcodecs.o  mpegvideo.o  h263.o  jrevdct.o  jfdctfst.o  mpegaudio.o  ac3enc.o  mjpeg.o  audresample.o  dsputil.o  motion_est.o  imgconvert.o  imgresample.o  msmpeg4.o  mpeg12.o  h263dec.o  svq1.o  rv10.o  mpegaudiodec.o  pcm.o  simple_idct.o  ratecontrol.o  adpcm.o  eval.o  jfdctint.o  dv.o  error_resilience.o  wmadec.o  fft.o  mdct.o  mace.o  huffyuv.o  opts.o  cyuv.o  golomb.o  h264.o  raw.o  indeo3.o  asv1.o  vp3.o  4xm.o  cabac.o  ra144.o  ra288.o  vcr1.o  cljr.o  roqvideo.o  dpcm.o  tscc.o  interplayvideo.o  xan.o  rpza.o  cinepak.o  msrle.o  msvideo1.o  vqavideo.o  idcinvideo.o  adx.o  rational.o  faandct.o  snow.o  sonic.o  8bps.o  parser.o  smc.o  flicvideo.o  truemotion1.o  vmdav.o  lcl.o  qtrle.o  g726.o  flac.o  vp3dsp.o  integer.o  h261.o  resample2.o  h264idct.o  png.o  pnm.o  qdrw.o  qpeg.o  rangecoder.o  ulti.o  xl.o  bitstream.o  vc9.o  postprocess.o  a52dec.o  bit_allocate.o  a52_bitstream.o  downmix.o  imdct.o  parse.o  crc.o  resample.o  fdct_mmx.o  cputest.o  dsputil_mmx.o  mpegvideo_mmx.o  idct_mmx.o  motion_est_mmx.o  simple_idct_mmx.o  fft_sse.o  vp3dsp_mmx.o  vp3dsp_sse2.o   -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
g++34:No such file or directory
*** Error code 1

Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.17/libs/libavcodec.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.17/libs.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv/work/mythtv-0.17.
*** Error code 1

Stop in /usr/ports/multimedia/mythtv.
#
 
Liest Du die Fehlermeldungen eigentlich?
Code:
g++34:No such file or directory
Hast Du mal geguckt, ob man hier analog zum letzten Tip verfahren kann?
 
Also entschuldigt mal bitte die n00b:rolleyes: frage: Wo kriege ich "g++34" überhaupt her in den Ports find' ich die nicht?:confused:
 
Gib doch mal g++ in der Konstole ein, Du HAST es bereits. g++ gehört zu gcc dazu.
Probier: ln -s /usr/bin/g++ /usr/bin/g++34
 
Wenn ich das auf der angegeben Page richtig sehe ist das Programm nur unter FreeBSD 5.3 getestet worden. Da bleibt die Frage, ob es überhaupt unter 6.x läuft bzw. sich hier ohne weiteres kompilieren lässt. Einen echten Port gibt es jedenfalls nicht. Hat vielleicht seinen Grund...
 
Erstmal Herzlichen dank an marzl für die Tipps.:cool:

Einige Plugins liesen sich nicht richtg installieren::ugly:

MythMusic

Code:
ar cru .libs/libid3tag.a  version.o ucs4.o latin1.o utf16.o utf8.o parse.o render.o field.o frametype.o compat.o genre.o frame.o crc.o util.o tag.o file.o
ranlib .libs/libid3tag.a
creating libid3tag.la
(cd .libs && rm -f libid3tag.la && ln -s ../libid3tag.la libid3tag.la)
cd /usr/ports/audio/libid3tag/work/libid3tag-0.15.1b && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating id3tag.pc
config.status: executing depfiles commands
===>  Installing for libid3tag-0.15.1b
===>   libid3tag-0.15.1b depends on executable: pkg-config - found
===>   Generating temporary packing list
===>  Checking if audio/libid3tag already installed
===>   libid3tag-0.15.1b is already installed
     You may wish to ``make deinstall'' and install this port again
     by ``make reinstall'' to upgrade it properly.
     If you really wish to overwrite the old port of audio/libid3tag
     without deleting it first, set the variable "FORCE_PKG_REGISTER"
     in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/audio/libid3tag.
*** Error code 1

Stop in /usr/ports/multimedia/mythmusic.
#

MythGallery

Code:
cc -shared  .libs/exif-byte-order.o .libs/exif-content.o .libs/exif-data.o .libs/exif-entry.o .libs/exif-format.o .libs/exif-ifd.o .libs/exif-loader.o .libs/exif-log.o .libs/exif-mem.o .libs/exif-mnote-data.o .libs/exif-tag.o .libs/exif-utils.o -Wl,--whole-archive canon/.libs/libmnote-canon.a olympus/.libs/libmnote-olympus.a pentax/.libs/libmnote-pentax.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lm -L/usr/local/lib /usr/local/lib/libiconv.so /usr/local/lib/libintl.so  -Wl,-soname -Wl,libexif.so.12 -Wl,-retain-symbols-file -Wl,./libexif.sym -o .libs/libexif.so.12
(cd .libs && rm -f libexif.so && ln -s libexif.so.12 libexif.so)
(cd .libs && rm -f libexif.so && ln -s libexif.so.12 libexif.so)
rm -fr .libs/libexif.lax
mkdir .libs/libexif.lax
rm -fr .libs/libexif.lax/libmnote-canon.a
mkdir .libs/libexif.lax/libmnote-canon.a
(cd .libs/libexif.lax/libmnote-canon.a && ar x /usr/ports/graphics/libexif/work/libexif-0.6.13/libexif/canon/.libs/libmnote-canon.a)
rm -fr .libs/libexif.lax/libmnote-olympus.a
mkdir .libs/libexif.lax/libmnote-olympus.a
(cd .libs/libexif.lax/libmnote-olympus.a && ar x /usr/ports/graphics/libexif/work/libexif-0.6.13/libexif/olympus/.libs/libmnote-olympus.a)
rm -fr .libs/libexif.lax/libmnote-pentax.a
mkdir .libs/libexif.lax/libmnote-pentax.a
(cd .libs/libexif.lax/libmnote-pentax.a && ar x /usr/ports/graphics/libexif/work/libexif-0.6.13/libexif/pentax/.libs/libmnote-pentax.a)
ar cru .libs/libexif.a  exif-byte-order.o exif-content.o exif-data.o exif-entry.o exif-format.o exif-ifd.o exif-loader.o exif-log.o exif-mem.o exif-mnote-data.o exif-tag.o exif-utils.o  .libs/libexif.lax/libmnote-canon.a/exif-mnote-data-canon.o .libs/libexif.lax/libmnote-canon.a/mnote-canon-entry.o .libs/libexif.lax/libmnote-canon.a/mnote-canon-tag.o  .libs/libexif.lax/libmnote-olympus.a/mnote-olympus-entry.o .libs/libexif.lax/libmnote-olympus.a/exif-mnote-data-olympus.o .libs/libexif.lax/libmnote-olympus.a/mnote-olympus-tag.o  .libs/libexif.lax/libmnote-pentax.a/mnote-pentax-entry.o .libs/libexif.lax/libmnote-pentax.a/exif-mnote-data-pentax.o .libs/libexif.lax/libmnote-pentax.a/mnote-pentax-tag.o
ranlib .libs/libexif.a
rm -fr .libs/libexif.lax
creating libexif.la
(cd .libs && rm -f libexif.la && ln -s ../libexif.la libexif.la)
Making all in test
Making all in nls
Making all in doc
Making all in binary
===>  Installing for libexif-0.6.13
===>   libexif-0.6.13 depends on executable: pkg-config - found
===>   Generating temporary packing list
===>  Checking if graphics/libexif already installed
===>   An older version of graphics/libexif is already installed (libexif-0.6.12_2)
     You may wish to ``make deinstall'' and install this port again
     by ``make reinstall'' to upgrade it properly.
     If you really wish to overwrite the old port of graphics/libexif
     without deleting it first, set the variable "FORCE_PKG_REGISTER"
     in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/graphics/libexif.
*** Error code 1

Stop in /usr/ports/multimedia/mythgallery.
*** Error code 1

Stop in /usr/ports/multimedia/mythgallery.

MythWeather

Code:
# cd /usr/ports/multimedia/mythweather/ && make install clean
===>  Vulnerability check disabled, database not found
===>  Extracting for mythweather-0.17
=> MD5 Checksum OK for mythweather-0.17.tar.bz2.
=> No SHA256 checksum recorded for mythweather-0.17.tar.bz2.
===>  Patching for mythweather-0.17
===>   mythweather-0.17 depends on executable: mythtv - found
===>   mythweather-0.17 depends on file: /usr/X11R6/bin/moc - found
===>  Configuring for mythweather-0.17
===>  Building for mythweather-0.17
cd mythweather && qmake mythweather.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile
cd mythweather && make -f Makefile
g++34 -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -fPIC  -D_GNU_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/X11R6/include -o main.o main.cpp
g++34 -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -fPIC  -D_GNU_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/X11R6/include -o weather.o weather.cpp
/usr/X11R6/bin/moc weather.h -o moc_weather.cpp
g++34 -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -fPIC  -D_GNU_SOURCE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -I/usr/X11R6/include -o moc_weather.o moc_weather.cpp
rm -f libmythweather.so
g++34 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib  -Wl,-rpath,/usr/X11R6/lib -pthread -shared -o libmythweather.so main.o  weather.o moc_weather.o  -L/usr/local/lib -L/usr/local/lib -L/usr/X11R6/lib -lqt-mt
cd i18n && qmake i18n.pro -spec /usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile
cd i18n && make -f Makefile
gcc34 -c -pipe -Wall -W -O2 -pipe -march=athlon-xp  -D_GNU_SOURCE -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I../../../../../../local/include -I../../../../../../local/include -o dummy.o dummy.c
g++34 -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread -o i18n dummy.o    -L/usr/local/lib -L/usr/local/lib
===>  Installing for mythweather-0.17
===>   mythweather-0.17 depends on file: /usr/X11R6/bin/moc - found
===>   Generating temporary packing list
===>  Checking if multimedia/mythweather already installed
===>   mythweather-0.17 is already installed
     You may wish to ``make deinstall'' and install this port again
     by ``make reinstall'' to upgrade it properly.
     If you really wish to overwrite the old port of multimedia/mythweather
     without deleting it first, set the variable "FORCE_PKG_REGISTER"
     in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/multimedia/mythweather.
#

Jetzt bin ich soweit das wenn ich MythTV Starte das dann an der Basiskonfiguration hängen bleibe.:confused: Ich fülle die Felder aus wie ich das für richtig halte bei Finish bin ich wieder am Anfang.:eek: Ich gehe nicht davon aus das hier jemand MythTV installiert hat, aber vielleicht kann mir ja anhand dieser Screenshots jemand sagen was ich falsch mache?:confused:
MythTV2.png
MythTV1.png
 
Zuletzt bearbeitet:
da steht doch überall, wo das Problem liegt:
Code:
===>   mythweather-0.17 is already installed
     You may wish to ``make deinstall'' and install this port again
     by ``make reinstall'' to upgrade it properly.
     If you really wish to overwrite the old port of multimedia/mythweather
     without deleting it first, set the variable "FORCE_PKG_REGISTER"
     in your environment or the "make install" command line.
*** Error code 1
Bei solchen Problemen hilft ein make deinstall reinstall
 
Ja, als Legastheniker tue ich mich da schwer,:p egal spass bei Seite.:rolleyes:
Was ich damit nur sagen wollte war das sich eben einige Module nicht Installieren Lassen.:grumble:

Was mir viel wichtiger ist :
MadBSE schrieb:
Jetzt bin ich soweit das wenn ich MythTV Starte das dann an der Basiskonfiguration hängen bleibe.:confused: Ich fülle die Felder aus wie ich das für richtig halte bei Finish bin ich wieder am Anfang.:eek: Ich gehe nicht davon aus das hier jemand MythTV installiert hat, aber vielleicht kann mir ja anhand dieser Screenshots jemand sagen was ich falsch mache?:confused:
MythTV2.png
MythTV1.png
Code:
# cd /usr/ports/multimedia/mythmusic/ && make deinstall
===>  Deinstalling for multimedia/mythmusic
===>   mythmusic not installed, skipping
# cd /usr/ports/multimedia/mythmusic/ && make install clean
===>   mythmusic-0.17_1 depends on executable: mythtv - found
===>   mythmusic-0.17_1 depends on file: /usr/X11R6/bin/moc - found
===>   mythmusic-0.17_1 depends on shared library: mad.2 - found
===>   mythmusic-0.17_1 depends on shared library: id3tag.2 - not found
===>    Verifying install for id3tag.2 in /usr/ports/audio/libid3tag
===>  Installing for libid3tag-0.15.1b
===>   libid3tag-0.15.1b depends on executable: pkg-config - found
===>   Generating temporary packing list
===>  Checking if audio/libid3tag already installed
===>   libid3tag-0.15.1b is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of audio/libid3tag
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/audio/libid3tag.
*** Error code 1

Stop in /usr/ports/multimedia/mythmusic.
# cd /usr/ports/audio/libid3tag/ && make deinstall
===>  Deinstalling for audio/libid3tag
===>   Deinstalling libid3tag-0.15.1b
# cd /usr/ports/multimedia/mythmusic/ && make install clean
===>   mythmusic-0.17_1 depends on executable: mythtv - found
===>   mythmusic-0.17_1 depends on file: /usr/X11R6/bin/moc - found
===>   mythmusic-0.17_1 depends on shared library: mad.2 - found
===>   mythmusic-0.17_1 depends on shared library: id3tag.2 - not found
===>    Verifying install for id3tag.2 in /usr/ports/audio/libid3tag
===>  Installing for libid3tag-0.15.1b
===>   libid3tag-0.15.1b depends on executable: pkg-config - found
===>   Generating temporary packing list
===>  Checking if audio/libid3tag already installed
make  install-recursive
mkdir -p -- . /usr/local/lib
 /bin/sh ./libtool --mode=install /usr/bin/install -c -o root -g wheel  libid3tag.la /usr/local/lib/libid3tag.la
/usr/bin/install -c -o root -g wheel .libs/libid3tag.so.0 /usr/local/lib/libid3tag.so.0
(cd /usr/local/lib && rm -f libid3tag.so && ln -s libid3tag.so.0 libid3tag.so)
(cd /usr/local/lib && rm -f libid3tag.so && ln -s libid3tag.so.0 libid3tag.so)
/usr/bin/install -c -o root -g wheel .libs/libid3tag.a /usr/local/lib/libid3tag.a
ranlib /usr/local/lib/libid3tag.a
chmod 644 /usr/local/lib/libid3tag.a
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
mkdir -p -- . /usr/local/include
 install  -o root -g wheel -m 444 id3tag.h /usr/local/include/id3tag.h
/bin/mkdir -p /usr/local/libdata/pkgconfig
install  -o root -g wheel -m 444 /usr/ports/audio/libid3tag/work/libid3tag-0.15.1b/id3tag.pc /usr/local/libdata/pkgconfig
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for libid3tag-0.15.1b
===>   Returning to build of mythmusic-0.17_1
Error: shared library "id3tag.2" does not exist
*** Error code 1

Stop in /usr/ports/multimedia/mythmusic.
#

Kann mir hier jemand sagen wo ich id3tag.2 her bekomme?
 
Mit Deiner BT878 Karte wirst Du MythTV nicht zum laufen bringen können:

The only capture card it currently supports is the Hauppauge PVR-250 (based on either the Conexant CX23415 or CX23416 chips) using a modified cxm driver.
We really don't have any desire to make MythTV work for older video capture cards based on the Brooktree chipset even though the bktr driver is available.
 
Zurück
Oben