View Issue Details

IDProjectCategoryView StatusLast Update
0001865gnunet-gtkbuild systempublic2011-11-30 18:38
ReporterMatthias Wachs Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Summary0001865: does not obey prefix
Descriptioninstalled to --prefix/opt/gnb-gtk

mwachs@herrena:/opt/gnunet/gnb-gtk/bin$ ./gnunet-setup
Oct 28 21:43:35-675996 gnunet-setup-30068 ERROR Failed to load `/opt/gnunet/gnb-head/share/gnunet-gtk/gnunet_setup_gtk_main_window.glade': Failed to open file '/opt/gnunet/gnb-head/share/gnunet-gtk/gnunet_setup_gtk_main_window.glade': No such file or directory
mwachs@herrena:/opt/gnunet/gnb-gtk/bin$ ls
TagsNo tags attached.

Activities

Matthias Wachs

2011-10-28 21:50

manager   ~0004789

/opt/gnunet/gnb-head is $GNUNET_PREFIX

Christian Grothoff

2011-10-29 12:17

manager   ~0004791

You mean you configured with '--prefix=/opt/gnb-gtk', not --prefix/opt/gnb-gtk, I hope?

Matthias Wachs

2011-10-29 16:07

manager   ~0004793

> You mean you configured with '--prefix=/opt/gnb-gtk', not --prefix/opt/gnb-gtk, I hope?

of, course:

gtk:
./configure --prefix=/opt/gnb-gtk --with-gnunet=/opt/gnb-head

Christian Grothoff

2011-10-29 19:03

manager   ~0004798

I think your problem is that you have GNUNET_PREFIX set but not GNUNET_GTK_PREFIX. As you installed gnunet-gtk to a different directory, you need to either unset GNUNET_PREFIX or set GNUNET_GTK_PREFIX.

(otherwise GNUNET_PREFIX overrides the path auto-detection, and as it points to the wrong location, data is not found).

Christian Grothoff

2011-11-02 15:08

manager   ~0004825

Fixed in SVN 17923 -- we now ignore GNUNET_PREFIX in gnunet-gtk.

Issue History

Date Modified Username Field Change
2011-10-28 21:49 Matthias Wachs New Issue
2011-10-28 21:50 Matthias Wachs Note Added: 0004789
2011-10-29 12:17 Christian Grothoff Note Added: 0004791
2011-10-29 12:17 Christian Grothoff Assigned To => Christian Grothoff
2011-10-29 12:17 Christian Grothoff Status new => feedback
2011-10-29 16:07 Matthias Wachs Note Added: 0004793
2011-10-29 16:07 Matthias Wachs Status feedback => assigned
2011-10-29 19:03 Christian Grothoff Note Added: 0004798
2011-10-29 19:03 Christian Grothoff Status assigned => feedback
2011-11-02 15:08 Christian Grothoff Note Added: 0004825
2011-11-02 15:08 Christian Grothoff Status feedback => resolved
2011-11-02 15:08 Christian Grothoff Fixed in Version => 0.9.0
2011-11-02 15:08 Christian Grothoff Resolution open => fixed
2011-11-29 14:45 Christian Grothoff Product Version => Git master
2011-11-29 14:45 Christian Grothoff Fixed in Version 0.9.0 => 0.9.0pre3
2011-11-29 14:45 Christian Grothoff Target Version => 0.9.0pre3
2011-11-30 18:38 Christian Grothoff Status resolved => closed