Re: icewm - error during portupgrade / compiling

2009-11-10 Thread Eitan Adler
Hey,
I'm the maintainer for x11-wm/icewm.

Could you tell me if add the port devel/gnome-vfs helps? And could you
tell me what the output of make showconfig is for icewm?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


icewm - error during portupgrade / compiling

2009-08-10 Thread Ewald Jenisch
Hi,

During a portupgrade done today the upgrade of icewm
(/usr/ports/x11-wm/icewm) stopped with the following symptoms:

.
.
.
gnome2.cc:25:19: error: gnome.h: No such file or directory
gnome2.cc:27:40: error: libgnomevfs/gnome-vfs-init.h: No such file or directory
gnome2.cc: In member function 'void GnomeMenu::addEntry(const char*, const 
char*, int, bool)':
gnome2.cc:122: error: 'gnome_pixmap_file' was not declared in this scope
gnome2.cc: In function 'int main(int, char**)':
gnome2.cc:351: error: 'gnome_vfs_init' was not declared in this scope
gmake[1]: *** [gnome2.o] Error 1
gmake[1]: Leaving directory `/usr/ports/x11-wm/icewm/work/icewm-1.2.37/src'
gmake: *** [base] Error 2
*** Error code 1

Stop in /usr/ports/x11-wm/icewm.
*** Error code 1

Stop in /usr/ports/x11-wm/icewm.
#


Even a make clean; make in /usr/ports/x11-wm/icewm didn't help - it
simply doesn't compile.

Has anybody else seen this problems recently?

Any know cure?

Thanks in advance for your help,
-ewald
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: icewm - error during portupgrade / compiling

2009-08-10 Thread Polytropon
On Mon, 10 Aug 2009 14:07:15 +0200, Ewald Jenisch a...@jenisch.at wrote:
 gnome2.cc:25:19: error: gnome.h: No such file or directory
 gnome2.cc:27:40: error: libgnomevfs/gnome-vfs-init.h: No such file or 
 directory

This seems to be the cause of the error: a missing dependency (here:
missing header files, BDEPS).

 Has anybody else seen this problems recently?

Not recently, but I'm sure I have seen this.



 Any know cure?

Maybe not very elegant, but I did pkg_add -r for the dependencies.
I think you can compile the dependencies that are problematic,
it seems to be gnome-vfs, by hand, and then start rebuilding your
icewm port.




-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org