Triode wrote: 
> I've checked the same from an install - this occurs on a wandboard for a
> build which works ok, so this is not a show stopping problem - its only
> that in building that module YAML can't be used, not that it will
> prevent the server using it.  
> 
> Suggest you look though the rest of the build log for errors related to
> the modules which don't exist when you try to run slimserver.pl
> 
> You can do the following to create a new log:
> > 
Code:
--------------------
  >   > 
  > [root@alarm soa-aur]# cd logitechmediaserver-7.9-cpan/
  > [root@alarm logitechmediaserver-7.9-cpan]# rm *.tar
  > [root@alarm logitechmediaserver-7.9-cpan]# makepkg --asroot > log.txt 2>&1
  > 
--------------------
> > 
> 
> What does the log.txt say after the build has completed?

Look thru' the log, I found this:


Code:
--------------------
    
  CC    libavcodec/vorbis.o
  CC    libavcodec/vorbis_data.o
  CC    libavcodec/vorbisdec.o
  libavcodec/vorbisdec.c: In function ‘vorbis_decode_frame’:
  libavcodec/vorbisdec.c:1652:1: internal compiler error: in 
rtx_equal_for_memref_p, at alias.c:1560
  }
  ^
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See <https://github.com/archlinuxarm/PKGBUILDs/issues> for instructions.
  common.mak:31: recipe for target 'libavcodec/vorbisdec.o' failed
  
--------------------


So looks like the compile booms out during a compile.  Some how the make
process did not stop because of this error.

The gcc version I'm using is 4.8.2 20131219 (prerelease).  Any idea how
I can upgrade to a newer compiler?

Is it possible to take out compiler optimization so that it will compile
successfully?

I suspect there maybe other internal compiler error when compiling the
code for LMS...


------------------------------------------------------------------------
Kuro's Profile: http://forums.slimdevices.com/member.php?userid=16701
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to