gnome2-lite problem

hello,
i have this problem when i try to compil gnome2-lite
Code:
checking for TIFFReadRGBAImageOriented in -ltiff... no
checking for TIFFWriteScanline in -ltiff... no
checking for TIFFFlushData in -ltiff34... no
configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
configure: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
===>  Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
[email]gnome@FreeBSD.org[/email], and attach (a)
"/usr/ports/x11-toolkits/gtk20/work/gtk+-2.18.7/config.log", (b) the output
of the failed make command, and (c) the gnomelogalyzer output. Also, it might
be a good idea to provide an overview of all packages installed on your system
(i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
copy-and-paste into [url]http://freebsd-gnome.pastebin.com[/url], or use send-pr(1) with
the attachment. Try to avoid sending any attachments to the mailing list
(gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are
usually discarded by the mailing list software.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk20.
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-gtk2.
*** Error code 1

Stop in /usr/ports/sysutils/gnome-settings-daemon.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome2-lite.
*** Error code 1

Stop in /usr/ports/x11/gnome2-lite.
thks !
 
Make sure your ports tree is up-to-date (as of: now, e.g. [cmd=]portsnap fetch update[/cmd]), and run

# /usr/sbin/pkg_version -vL '='

Then update ports as indicated (make sure you read and apply /usr/ports/UPDATING for any special instructions). Don't install new ports before all of your ports are upgraded.
 
Did you update the ports tree and upgrade all the ports in your system before you install gnome2-light?

I run freebsd as my desktop nearly 1.5 years and I compile everything by myself, but I don't remember any compilation error. :e
 
ok it's good i made a "portsnap fetch update" and for each library i made an update
for example : pkg_delete -f tiff-3.9.1
and : pkg_delete -f jasper-1.900.1_8
and so on ...
and after for each one make and make install
now i have this error
Code:
gvfs-1.4.3_1 depends on executable: mount_fusefs - not found
===>    Verifying install for mount_fusefs in /usr/ports/sysutils/fusefs-kmod
===>  fusefs-kmod-0.3.9.p1.20080208_6 requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src.
*** Error code 1

Stop in /usr/ports/sysutils/fusefs-kmod.
*** Error code 1

Stop in /usr/ports/devel/gvfs.
*** Error code 1

Stop in /usr/ports/devel/gvfs.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libgnomeui.
*** Error code 1

Stop in /usr/ports/x11/gnome-panel.
*** Error code 1

Stop in /usr/ports/x11/gnome-panel.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome2-lite.
thks!
 
Please install a ports maintenance tool like ports-mgmt/portmaster or ports-mgmt/portupgrade. Manually deleting ports and installing newer versions is almost impossible to get right. The tools I mentioned resolve dependency issues for you, so the installation occurs in the correct order.

So install one of those (not both!), sync your ports tree, and run the proper upgrade command using portmaster/portupgrade, and let that tool sort out the right order.
 
freaks said:
ok it's good i made a "portsnap fetch update" and for each library i made an update
for example : pkg_delete -f tiff-3.9.1
and : pkg_delete -f jasper-1.900.1_8
and so on ...
and after for each one make and make install
now i have this error
Code:
gvfs-1.4.3_1 depends on executable: mount_fusefs - not found
===>    Verifying install for mount_fusefs in /usr/ports/sysutils/fusefs-kmod
===>  fusefs-kmod-0.3.9.p1.20080208_6 requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src.
*** Error code 1

Stop in /usr/ports/sysutils/fusefs-kmod.
*** Error code 1

Stop in /usr/ports/devel/gvfs.
*** Error code 1

Stop in /usr/ports/devel/gvfs.
*** Error code 1

Stop in /usr/ports/x11-toolkits/libgnomeui.
*** Error code 1

Stop in /usr/ports/x11/gnome-panel.
*** Error code 1

Stop in /usr/ports/x11/gnome-panel.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome-applets.
*** Error code 1

Stop in /usr/ports/x11/gnome2-lite.
thks!

Handbook chapter 4: http://www.freebsd.org/doc/handbook/ports.html
 
ok for the handbook chapter 4 but anything i find to help me regarding this
Code:
===>>> Port directory: /usr/ports/sysutils/fusefs-kmod
	===>>> This port is marked IGNORE
	===>>> requires the userland sources to be installed. Set SRC_BASE if it is not in /usr/src
i tried
Code:
cd /usr/src && make cleanworld
make: don't know how to make cleanworld. Stop
thks!
 
Looks some package depend on some userland source.

Did you install the kernel and userland source code?

Next time when you what run $ make something, run $ make help or check the Makefiles in your current directory firstly.

If you don't know how to install the kernel and userland source code read Handbook Chapter 21.
 
Back
Top