Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

Just Finished Emerging KDE 3.2 now emerge transcode dies

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
troinfo
n00b
n00b
User avatar
Posts: 72
Joined: Fri May 02, 2003 1:22 am
Location: New York
Contact:
Contact troinfo
Website

Just Finished Emerging KDE 3.2 now emerge transcode dies

  • Quote

Post by troinfo » Mon Feb 23, 2004 3:22 pm

Hey all,

This is the error I get when emerging transcode while trying to update Kb3:

Code: Select all

 g++ -DHAVE_CONFIG_H -I.. -I. -I.. -I. -Wall -I./ -I../src -I../avilib -I../libac3 -I./../libac3 -I../libmpeg2 -I./../libmpeg2 -I../libvo -I./../src -I./../avilib -I./../libvo -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I/usr/include/libmpeg3 -I/usr/local/include/libmpeg3 -I/usr/include -I/usr/local/include -I/usr/include/avifile-0.7 -I/usr/include/freetype2 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -O3 -mcpu=i686 -funroll-loops -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -MT af6_decore.lo -MD -MP -MF .deps/af6_decore.Tpo -c af6_decore.cpp  -fPIC -DPIC -o .libs/af6_decore.o
In file included from af6_decore.cpp:39:
/usr/include/avifile-0.7/cpuinfo.h:4:2: warning: #warning Use #include "avm_cpuinfo.h" instead
In file included from af6_decore.cpp:43:
/usr/include/avifile-0.7/creators.h:4:2: warning: #warning Use #include "avm_creators.h" instead
af6_decore.cpp: In function `void af6_decore(info_t*)':
af6_decore.cpp:402: warning: comparison between signed and unsigned integer
   expressions
af6_decore.cpp:404: warning: comparison between signed and unsigned integer
   expressions
af6_decore.cpp:419: warning: comparison between signed and unsigned integer
   expressions
af6_decore.cpp:421: warning: comparison between signed and unsigned integer
   expressions
af6_decore.cpp:427: warning: comparison between signed and unsigned integer
   expressions
/bin/sh ../libtool --mode=link g++  -O3 -mcpu=i686 -funroll-loops -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o af6_decore.la -rpath /usr/lib/transcode -module -avoid-version  af6_decore.lo ioaux.lo -Wl,-rpath,/usr/lib -laviplay -lstdc++ -lm -lpthread -ldl
grep: /usr/kde/3.1/lib/libartsc.la: No such file or directory
/bin/sed: can't read /usr/kde/3.1/lib/libartsc.la: No such file or directory
libtool: link: `/usr/kde/3.1/lib/libartsc.la' is not a valid libtool archive
make[3]: *** [af6_decore.la] Error 1
make[3]: Leaving directory `/var/tmp/portage/transcode-0.6.11/work/transcode-0.6.11/import'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/transcode-0.6.11/work/transcode-0.6.11/import'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/transcode-0.6.11/work/transcode-0.6.11'
make: *** [all] Error 2

!!! ERROR: media-video/transcode-0.6.11 failed.
!!! Function src_compile, Line 121, Exitcode 2
!!! (no error message)
I tried emerging libdv, libsdl, arts, libtool. I did and emerge sync before everything.

I not sure what else to do.

I hope some one can help.

TIA,

troinfo
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Mon Feb 23, 2004 5:35 pm

I currently can't emerge transcode 0.6.12, but could emerge transcode 0.6.11, like this, after downloading it to distfiles, and after doing a bunch of other updates:

emerge -kv =media-video/transcode-0.6.11

Then I was able to emerge the new k3b.

This is on two ~xf86 systems.

In your posted error output, I notice it's referring to kde-3.1.
When you emerged kde-3.2.0, did you unmerge kde-3.1, and rename any /home/.kde3.1 directories first?

grep: /usr/kde/3.1/lib/libartsc.la: No such file or directory
/bin/sed: can't read /usr/kde/3.1/lib/libartsc.la: No such file or directory
libtool: link: `/usr/kde/3.1/lib/libartsc.la' is not a valid libtool archive

You might try running ldconfig as root, and trying again- that allowed me to emerge avifile before when I was also stumped with the transcode thing, and it seemed to help. There is an avifile warning in your errors. Maybe try remerging avifile after running ldconfig, then try transcode with the full "=full path" like I mention above? Add the -v option to emerge so it will elaborate on any errors.

wrc1944
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
poisson
n00b
n00b
User avatar
Posts: 35
Joined: Sun Nov 24, 2002 2:13 pm

  • Quote

Post by poisson » Mon Feb 23, 2004 7:26 pm

Analizing the command:

/bin/sh ../libtool --mode=link g++ -O3 -mcpu=i686 -funroll-loops -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o af6_decore.la -rpath /usr/lib/transcode -module -avoid-version af6_decore.lo ioaux.lo -Wl,-rpath,/usr/lib -laviplay -lstdc++ -lm -lpthread -ldl

I found libaviplay.la contains references to the old kde.


Reinstalling "avifile" solved the "transcode" problem.
Top
troinfo
n00b
n00b
User avatar
Posts: 72
Joined: Fri May 02, 2003 1:22 am
Location: New York
Contact:
Contact troinfo
Website

  • Quote

Post by troinfo » Tue Feb 24, 2004 3:58 am

Thanks for the replies.

I did the ldconfig, now I'm running the avifile emerge.

It just finished and "Holy Merging Batman" that worked. Thank you.

What does ldconfig do anyway?

Going to to try transcode now.
Top
troinfo
n00b
n00b
User avatar
Posts: 72
Joined: Fri May 02, 2003 1:22 am
Location: New York
Contact:
Contact troinfo
Website

  • Quote

Post by troinfo » Tue Feb 24, 2004 4:07 am

Transcode is now installed now I'm on my way to getting K3b installed

Thank you so much.

I will keep you updated on my K3b install

troinfo
Top
troinfo
n00b
n00b
User avatar
Posts: 72
Joined: Fri May 02, 2003 1:22 am
Location: New York
Contact:
Contact troinfo
Website

  • Quote

Post by troinfo » Tue Feb 24, 2004 4:27 am

K3b is now installed.

Thank All,
troinfo
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Tue Feb 24, 2004 4:40 am

Type:

man:ldconfig

in the cleared konqueror address location bar, and read the man page as a webpage. (This works with any man page- much easier to read than in a terminal).

This page explains ldconfig in depth.

wrc1944
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
troinfo
n00b
n00b
User avatar
Posts: 72
Joined: Fri May 02, 2003 1:22 am
Location: New York
Contact:
Contact troinfo
Website

  • Quote

Post by troinfo » Tue Feb 24, 2004 4:34 pm

Thanks,

I Love Gentoo, I love Linux :)

troinfo
Top
Post Reply

8 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic