Author Topic: [fixed] r3365: Victor FTBFS in shared_lib/sources/graphics/video_player.cpp  (Read 844 times)

tomreyn

  • Local Moderator
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
I'm summing up VictorJ's efforts to create a full rebuild yesterday, which failed, due to build error (which doesn't seem to be due to errors on his end).

Here's his termnial output: http://megaglest.pzt.me/3910

In line 2 Victor shows that he's just changed into the correct build directory (uppermost directory of his subversion working copy).

He then runs a series of commands which are of no use in this context but should also not be harmful - sudo svn up may be bad (because of how it may set permissions) but it fails anyways due to DNS issues.

In line 313, Victor runs rm -r build/ and gets this in return rm: não foi possível remover "build/": Arquivo ou diretório não encontrado which translates to: rm: Cannot delete "build/": File or directory not found.. So the build/ directory is already deleted.

In line 314, he runs svn up and (this time at least) it exits with a revisão 3365. without error message. The output ^[[A^[N is probably caused by pressing cursor keys during runtime and can be ignored.

At this point he should be ready to do a full rebuild. In line 320, he starts building using ./build-mg.sh. Cmake looks happy and determines that libvls is available and will be used. Then make kicks in and runs into build errors on line 552.

This is a Kubuntu 11.10 system.
« Last Edit: 22 September 2012, 17:44:36 by tomreyn »
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: r3365: FTBFS in shared_lib/sources/graphics/video_player.cpp
« Reply #1 on: 28 May 2012, 16:16:19 »
This has to do with an older version of libvlc. I updated the build so please try again to see if this corrects the problem.

tomreyn

  • Local Moderator
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Victor hasn't been around lately, and when he was, didn't report back - so chances are this is [fixed] (I seem to recall him saying so on IRC).
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

 

anything