Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 149246
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Carlos Manuelda <StormByte@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
eminfo.txt emerge info text/plain David Carlos Manuelda 2006-09-27 07:23 0000 7.30 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 149246 depends on: Show dependency tree
Bug 149246 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-26 18:14 0000
This is the error:

(...)
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.    -O2 -pedantic -Wall  
  -march=athlon64 -O2 -pipe -MT VorbisLibEncoder.o -MD -MP -MF
".deps/VorbisLibEncoder.Tpo" \
  -c -o VorbisLibEncoder.o `test -f 'VorbisLibEncoder.cpp' || echo
'./'`VorbisLibEncoder.cpp; \
then mv -f ".deps/VorbisLibEncoder.Tpo" ".deps/VorbisLibEncoder.Po"; \
else rm -f ".deps/VorbisLibEncoder.Tpo"; exit 1; \
fi
LameLibEncoder.cpp: In member function &#8216;virtual bool
LameLibEncoder::open()&#8217;:
LameLibEncoder.cpp:82: error: la conversi

------- Comment #1 From David Carlos Manuelda 2006-09-26 18:14:17 0000 -------
This is the error:

(...)
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.    -O2 -pedantic -Wall  
  -march=athlon64 -O2 -pipe -MT VorbisLibEncoder.o -MD -MP -MF
".deps/VorbisLibEncoder.Tpo" \
  -c -o VorbisLibEncoder.o `test -f 'VorbisLibEncoder.cpp' || echo
'./'`VorbisLibEncoder.cpp; \
then mv -f ".deps/VorbisLibEncoder.Tpo" ".deps/VorbisLibEncoder.Po"; \
else rm -f ".deps/VorbisLibEncoder.Tpo"; exit 1; \
fi
LameLibEncoder.cpp: In member function &#8216;virtual bool
LameLibEncoder::open()&#8217;:
LameLibEncoder.cpp:82: error: la conversión de
&#8216;lame_global_flags*&#8217; a &#8216;int&#8217; pierde precisión
LameLibEncoder.cpp:85: error: la conversión de
&#8216;lame_global_flags*&#8217; a &#8216;int&#8217; pierde precisión
make[2]: *** [LameLibEncoder.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
VorbisLibEncoder.cpp: In member function &#8216;virtual unsigned int
VorbisLibEncoder::write(const void*, unsigned int)&#8217;:
VorbisLibEncoder.cpp:273: aviso: la operación sobre &#8216;ix&#8217; puede
estar indefinida
VorbisLibEncoder.cpp:278: aviso: la operación sobre &#8216;ix&#8217; puede
estar indefinida
make[2]: Leaving directory
`/var/tmp/portage/darkice-0.15/work/darkice-0.15/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/var/tmp/portage/darkice-0.15/work/darkice-0.15/src'
make: *** [all-recursive] Error 1

!!! ERROR: media-sound/darkice-0.15 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  darkice-0.15.ebuild, line 36:   Called die

!!! Compilation failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.

------- Comment #2 From David Carlos Manuelda 2006-09-26 18:15:03 0000 -------
This is the use list used to compile it from emerge:

[ebuild  N    ] media-sound/darkice-0.15  USE="alsa encode jack vorbis" 732 kB

------- Comment #3 From David Carlos Manuelda 2006-09-26 18:15:32 0000 -------
(and 0.17 fails too)

------- Comment #4 From Jakub Moc (RETIRED) 2006-09-27 01:16:20 0000 -------
Reopen with error messages in English and emerge --info.

------- Comment #5 From David Carlos Manuelda 2006-09-27 07:22:24 0000 -------
the error:
LameLibEncoder.cpp: In member function &#8216;virtual bool
LameLibEncoder::open()&#8217;:
LameLibEncoder.cpp:82: error: la conversi

------- Comment #6 From David Carlos Manuelda 2006-09-27 07:22:24 0000 -------
the error:
LameLibEncoder.cpp: In member function &#8216;virtual bool
LameLibEncoder::open()&#8217;:
LameLibEncoder.cpp:82: error: la conversión de
&#8216;lame_global_flags*&#8217; a &#8216;int&#8217; pierde precisión
LameLibEncoder.cpp:85: error: la conversión de
&#8216;lame_global_flags*&#8217; a &#8216;int&#8217; pierde precisión

means in english something like: the conversion from 'lame_global_flags*' to
'int' lacks precision.

------- Comment #7 From David Carlos Manuelda 2006-09-27 07:23:32 0000 -------
Created an attachment (id=98235) [details]
emerge info

------- Comment #8 From David Carlos Manuelda 2006-09-27 07:26:00 0000 -------
VorbisLibEncoder.cpp:273: aviso: la operaci

------- Comment #9 From David Carlos Manuelda 2006-09-27 07:26:00 0000 -------
VorbisLibEncoder.cpp:273: aviso: la operación sobre &#8216;ix&#8217; puede
estar indefinida
VorbisLibEncoder.cpp:278: aviso: la operación sobre &#8216;ix&#8217; puede
estar indefinida

this means: warning: the operation over 'ix' maybe undefined.

------- Comment #10 From Jakub Moc (RETIRED) 2006-09-27 07:26:08 0000 -------
Set your locales to C when reporting bugs.

------- Comment #11 From David Carlos Manuelda 2006-09-29 16:39:52 0000 -------
As you can see, the offending IUSE flag is "encode", and without this flag, it
can be compiled (but you miss the main features of darkice)...

------- Comment #12 From MATSUU Takuto 2006-10-07 22:43:16 0000 -------
darkice-0.17.1 in cvs with 64bit patch.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug