public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] libvisual error
@ 2006-09-05 22:03 Colleen Beamer
  2006-09-05 22:40 ` Richard Fish
  2006-09-05 22:57 ` Bo Ørsted Andresen
  0 siblings, 2 replies; 8+ messages in thread
From: Colleen Beamer @ 2006-09-05 22:03 UTC (permalink / raw
  To: gentoo-user

Hi Guys,

I *did* look in the archives, but the only hits that I got related to
libvisual had nothing to do with the problem I am experiencing.

Through my own stupidity, I was forced to reinstall Gentoo a couple of
days ago and I'm having a bit of a stuggle.  Since I had to reinstall, I
used the 2006.1 minimal install disk with the latest stage 3 tarball.
I'm having a bit of a problem with USE flags because some of the USE
flags that were in use.default aren't there anymore and in my original
make.conf file, I didn't include them, so I've had to reinstall a couple
of things.  Makes the going slower, but hey it's a learning experience! :-)

Anyway, my latest package install was amarok, but I forgot to set the
visualization flag, so had to rebuild.  Of course, with this flag set,
libvisual needs to be installed and I'm getting the following output
from the install.  I'm not sure if it's me or a program error, so I'm
deferring to the wizards on this list for some assistance.  This is the
output that I am getting:

./libvisual -DPLUGPATH=\"/usr/lib/libvisual\" -O2 -march=i686 -pipe -MT
lv_video_mmx.lo -MD -MP -MF .deps/lv_video_mmx.Tpo -c lv_video_mmx.c
-fPIC -DPIC -o .libs/lv_video_mmx.o
lv_video_mmx.c: In function '_lv_blit_overlay_alpha32_mmx':
lv_video_mmx.c:60: error: unknown register name 'mm6' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm7' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm6' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm5' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm4' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm3' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm2' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm1' in 'asm'
lv_video_mmx.c:69: error: unknown register name 'mm0' in 'asm'
lv_video_mmx.c: In function '_lv_scale_bilinear_32_mmx':
lv_video_mmx.c:150: error: unknown register name 'mm7' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm6' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm5' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm4' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm3' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm2' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm1' in 'asm'
lv_video_mmx.c:150: error: unknown register name 'mm0' in 'asm'
make[2]: *** [lv_video_mmx.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libvisual
-I.. -I../libvisual -DPLUGPATH=\"/usr/lib/libvisual\" -O2 -march=i686
-pipe -MT lv_mem.lo -MD -MP -MF .deps/lv_mem.Tpo -c lv_mem.c  -fPIC
-DPIC -o .libs/lv_mem.o
make[2]: Leaving directory
`/var/tmp/portage/libvisual-0.2.0/work/libvisual-0.2.0/libvisual'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/libvisual-0.2.0/work/libvisual-0.2.0'
make: *** [all] Error 2

!!! ERROR: media-libs/libvisual-0.2.0 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  libvisual-0.2.0.ebuild, line 27:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.

Any assistance would be appreciated.

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-05 22:03 [gentoo-user] libvisual error Colleen Beamer
@ 2006-09-05 22:40 ` Richard Fish
  2006-09-05 23:34   ` Colleen Beamer
  2006-09-05 22:57 ` Bo Ørsted Andresen
  1 sibling, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-09-05 22:40 UTC (permalink / raw
  To: gentoo-user

On 9/5/06, Colleen Beamer <colleen.beamer@gmail.com> wrote:
> ./libvisual -DPLUGPATH=\"/usr/lib/libvisual\" -O2 -march=i686 -pipe -MT
> lv_video_mmx.lo -MD -MP -MF .deps/lv_video_mmx.Tpo -c lv_video_mmx.c
> -fPIC -DPIC -o .libs/lv_video_mmx.o

-march=i686 means old Pentium Pro CPUs, without mmx, sse, etc.  What
processor are you actually using?  I suspect you'll want
-march=pentium4, but better report your /proc/cpuinfo to be sure.

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-05 22:03 [gentoo-user] libvisual error Colleen Beamer
  2006-09-05 22:40 ` Richard Fish
@ 2006-09-05 22:57 ` Bo Ørsted Andresen
  2006-09-05 23:47   ` Colleen Beamer
  2006-09-06  0:21   ` Colleen Beamer
  1 sibling, 2 replies; 8+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-05 22:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

On Wednesday 06 September 2006 00:03, Colleen Beamer wrote:
> Any assistance would be appreciated.

http://bugs.gentoo.org/show_bug.cgi?id=146335

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-05 22:40 ` Richard Fish
@ 2006-09-05 23:34   ` Colleen Beamer
  0 siblings, 0 replies; 8+ messages in thread
From: Colleen Beamer @ 2006-09-05 23:34 UTC (permalink / raw
  To: gentoo-user

Hey Richard,

Richard Fish wrote:
> On 9/5/06, Colleen Beamer <colleen.beamer@gmail.com> wrote:
>> ./libvisual -DPLUGPATH=\"/usr/lib/libvisual\" -O2 -march=i686 -pipe -MT
>> lv_video_mmx.lo -MD -MP -MF .deps/lv_video_mmx.Tpo -c lv_video_mmx.c
>> -fPIC -DPIC -o .libs/lv_video_mmx.o
> 
> -march=i686 means old Pentium Pro CPUs, without mmx, sse, etc.  What
> processor are you actually using?  I suspect you'll want
> -march=pentium4, but better report your /proc/cpuinfo to be sure.
> 
> -Richard

As requested, this line is from /proc/cpuinfo, but I could have told you
that this was a Pentium 4 since I built the machine.

model name      : Intel(R) Pentium(R) 4 CPU 2.80GHz


Despite how this looks, I'm not exactly an idiot. :-)  When I first
installed Gentoo, (okay, maybe back then I *was* and idiot), I read the
Handbook and somehow got the impression that if I wanted backward
compatibility, that I should set -march= lower than what I actually had.
 Maybe I misinterpreted?

Can I change this without having to go through the whole process of
rebuilding my system again?

However, and again I have to say why? .... This is the same machine that
I build Gentoo on a bit over a year ago.  Granted, it was a different
kernel, different gcc, but why all of a sudden can't I install libvisual
with the -march=686 when this is what I've been using all along and I
never had any problems install libvisual before?

Regards,

Colleen


-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-05 22:57 ` Bo Ørsted Andresen
@ 2006-09-05 23:47   ` Colleen Beamer
  2006-09-06  0:21   ` Colleen Beamer
  1 sibling, 0 replies; 8+ messages in thread
From: Colleen Beamer @ 2006-09-05 23:47 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> On Wednesday 06 September 2006 00:03, Colleen Beamer wrote:
>> Any assistance would be appreciated.
> 
> http://bugs.gentoo.org/show_bug.cgi?id=146335

Thanks for the link.  I never searched bugs.  Sorry, thought it was
something I was doing wrong.

However, I tried emerge libvisual-0.4.0 and that solved the problem!

Regards,

Colleen



-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-05 22:57 ` Bo Ørsted Andresen
  2006-09-05 23:47   ` Colleen Beamer
@ 2006-09-06  0:21   ` Colleen Beamer
  2006-09-06  0:30     ` Bo Ørsted Andresen
  1 sibling, 1 reply; 8+ messages in thread
From: Colleen Beamer @ 2006-09-06  0:21 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> On Wednesday 06 September 2006 00:03, Colleen Beamer wrote:
>> Any assistance would be appreciated.
> 
> http://bugs.gentoo.org/show_bug.cgi?id=146335
> 

Well, despite the fact that libvisual-0.4.0 installed fine on my system,
I still can't install amarok 'cause it wants only libvisual-0.2.0., so
I'm back at square 1.  :-(

Take care,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-06  0:21   ` Colleen Beamer
@ 2006-09-06  0:30     ` Bo Ørsted Andresen
  2006-09-06  3:07       ` Colleen Beamer
  0 siblings, 1 reply; 8+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-06  0:30 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

On Wednesday 06 September 2006 02:21, Colleen Beamer wrote:
> Well, despite the fact that libvisual-0.4.0 installed fine on my system,
> I still can't install amarok 'cause it wants only libvisual-0.2.0., so
> I'm back at square 1.  :-(

AmaroK 1.4.1 requires libvisual 0.4*.

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] libvisual error
  2006-09-06  0:30     ` Bo Ørsted Andresen
@ 2006-09-06  3:07       ` Colleen Beamer
  0 siblings, 0 replies; 8+ messages in thread
From: Colleen Beamer @ 2006-09-06  3:07 UTC (permalink / raw
  To: gentoo-user

Bo Ørsted Andresen wrote:
> On Wednesday 06 September 2006 02:21, Colleen Beamer wrote:
>> Well, despite the fact that libvisual-0.4.0 installed fine on my system,
>> I still can't install amarok 'cause it wants only libvisual-0.2.0., so
>> I'm back at square 1.  :-(
> 
> AmaroK 1.4.1 requires libvisual 0.4*.


Thanks everyone for the assistance, especially Bo! :-)  I now have
amaroK installed including visualizations, so I'm happy.

I'd like to thank everyone.  I don' mean to cast rocks, but this list is
  *great*!  When I used to use Fedora Core, I often got responses to
queries that were of little or no help, or else I couldn't understand
the explantation.  So, thanks again!

Take care, Colleen




-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-09-06  3:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-05 22:03 [gentoo-user] libvisual error Colleen Beamer
2006-09-05 22:40 ` Richard Fish
2006-09-05 23:34   ` Colleen Beamer
2006-09-05 22:57 ` Bo Ørsted Andresen
2006-09-05 23:47   ` Colleen Beamer
2006-09-06  0:21   ` Colleen Beamer
2006-09-06  0:30     ` Bo Ørsted Andresen
2006-09-06  3:07       ` Colleen Beamer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox