c081
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
hi
I cannot install /usr/ports/multimedia/kdemultimedia3 on freeBSD 7.0 due to the following problem: Code:
/usr/bin/ld: warning: libvorbisfile.so.5, needed by /usr/local/lib/libartsflow.so, may conflict with libvorbisfile.so.6 /usr/bin/ld: warning: libogg.so.5, needed by /usr/local/lib/libartsflow.so, may conflict with libogg.so.6 /usr/local/lib/compat/pkg/libvorbisfile.so.5: undefined reference to `_analysis_output_always' Last edited by ccc; August 2nd, 2009 at 16:27. Reason: cannot install /multimedia/kdemultimedia3 |
|
#2
|
|||
|
|||
|
I tried to reinstall these packages:
Code:
/usr/ports/audio/libvorbis/ /usr/ports/audio/libogg/ Last edited by ccc; August 2nd, 2009 at 16:28. |
|
#3
|
|||
|
|||
|
still doesn't work:
Code:
/usr/bin/ld: warning: libvorbisfile.so.5, needed by /usr/local/lib/libartsflow.so, may conflict with libvorbisfile.so.6 /usr/bin/ld: warning: libogg.so.5, needed by /usr/local/lib/libartsflow.so, may conflict with libogg.so.6 /usr/local/lib/compat/pkg/libvorbisfile.so.5: undefined reference to `_analysis_output_always' gmake[4]: *** [midisend] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/arts/midi' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/arts/midi' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10/arts' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/kdemultimedia3/work/kdemultimedia-3.5.10' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/multimedia/kdemultimedia3. Last edited by ccc; August 2nd, 2009 at 16:29. |
|
#4
|
||||
|
||||
|
Find out which port causes the problem with
pkg_info -W /usr/local/lib/libartsflow.so, run pkg_delete -f on that port, and reinstall the port after you've installed the others. It will proably compile against the newer libs. Make sure your ports tree is up to date first.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Upgrade 7.0 to 7.1 | clinty | Installing & Upgrading | 3 | August 4th, 2009 05:51 |
| Upgrade 7.1 -> 7.2 | icer | Installing & Upgrading | 4 | May 25th, 2009 17:21 |
| Can not upgrade 7.1 to 7.2 | Darth_Vader | Installing & Upgrading | 17 | May 5th, 2009 05:50 |
| upgrade FreeBSD | rainman82 | Installing & Upgrading | 1 | February 5th, 2009 00:07 |
| mysql 4.1 should i upgrade/how? | p3n1x | Installation and Maintenance of FreeBSD Ports or Packages | 5 | December 10th, 2008 02:10 |