After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764779 - vte 0.44.0 does not build if a previous version is installed
vte 0.44.0 does not build if a previous version is installed
Status: RESOLVED DUPLICATE of bug 762780
Product: vte
Classification: Core
Component: general
0.44.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-08 13:13 UTC by g.trentalancia
Modified: 2016-04-15 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description g.trentalancia 2016-04-08 13:13:17 UTC
...
  CXX      interpret-table.o
  CXX      interpret-vteconv.o
  CXX      interpret-vtetree.o
  CC       interpret-interpret.o
  CC       slowcat-slowcat.o
  CC       vte_2_91-appresources.o
  CXXLD    interpret
  CCLD     slowcat
  CXXLD    libvte-2.91.la
  CCLD     testvte
  GISCAN   Vte-2.91.gir
  GICOMP   Vte-2.91.gir
 VAPIGEN vte-2.91.vapi
  VALAC    vte_2_91_vala.stamp
app.vala:370.5-370.40: error: Vte.Terminal.set_color_cursor_foreground is not available in vte-2.91 0.42.5. Use vte-2.91 >= 0.44
    terminal.set_color_cursor_foreground(App.Options.get_color_cursor_foreground());
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)

Only after uninstalling vte-0.42.5, I could build it correctly (this should not happen).
Comment 1 Egmont Koblinger 2016-04-08 15:10:37 UTC
On one hand, I keep flipping between 0.42 and 0.44 and haven't seen this happening.

On the other hand, ./configure checks for the presence of vte – I have absolutely no clue why and I guess it shouldn't do it. This could easily be related to your problem.
Comment 2 Christian Persch 2016-04-15 16:10:33 UTC

*** This bug has been marked as a duplicate of bug 762780 ***