Re: Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-06 Thread Adi Pircalabu
On Thu, 5 Jan 2006 20:54:04 +0100
Kiffin Gish [EMAIL PROTECTED] wrote:

 /usr/bin/gtk-query-immodules-2.0-32: error while loading shared
 libraries: libXinerama.so.1: cannot open shared object file: No such
 file or directory *** Error code 127
 
 Stop in /usr/ports/x11-toolkits/linux-gtk2.
 
 --end---
 
 Something to do with the xorg stuff for linux perhaps?

Something went bad during your updates. Some ports were not updated. Do
you have an up-to-date x11/linux-XFree86-libs port installed? Update
all your dependencies and the problem will dissapear.

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-06 Thread Kiffin Gish
What's the easiest way to clear out all of the /compat/linux stuff and start
all over again?

-- 
Kiffin Rex Gish
Gouda, The Netherlands


 -Original Message-
 From: Adi Pircalabu [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 06, 2006 10:42
 To: Kiffin Gish
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Cannot build linux-gtk2 for FreeBSD 6.0 ...
 
 
 On Thu, 5 Jan 2006 20:54:04 +0100
 Kiffin Gish [EMAIL PROTECTED] wrote:
 
  /usr/bin/gtk-query-immodules-2.0-32: error while loading shared
  libraries: libXinerama.so.1: cannot open shared object 
 file: No such 
  file or directory *** Error code 127
  
  Stop in /usr/ports/x11-toolkits/linux-gtk2.
  
  --end---
  
  Something to do with the xorg stuff for linux perhaps?
 
 Something went bad during your updates. Some ports were not 
 updated. Do you have an up-to-date x11/linux-XFree86-libs 
 port installed? Update all your dependencies and the problem 
 will dissapear.
 
 -- 
 Adi Pircalabu (PGP Key ID 0x04329F5E)
 
 
 -- 
 This message was scanned for spam and viruses by BitDefender. 
 For more information please visit http://www.bitdefender.com/
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-06 Thread Adi Pircalabu
On Fri, 6 Jan 2006 11:44:09 +0100
Kiffin Gish [EMAIL PROTECTED] wrote:

   /usr/bin/gtk-query-immodules-2.0-32: error while loading shared
   libraries: libXinerama.so.1: cannot open shared object 
  file: No such 
   file or directory *** Error code 127
   
   Stop in /usr/ports/x11-toolkits/linux-gtk2.
   
   --end---
   
   Something to do with the xorg stuff for linux perhaps?
  
  Something went bad during your updates. Some ports were not 
  updated. Do you have an up-to-date x11/linux-XFree86-libs 
  port installed? Update all your dependencies and the problem 
  will dissapear.

 What's the easiest way to clear out all of the /compat/linux stuff
 and start all over again?

There are some tools in the ports tree that can be used for this. Two of
them are sysutils/portmanager and sysutils/portupgrade. You can choose
your favourite one based on your own experience and research.
Quick examples for your issue:
1. portmanager
portmanager x11-toolkits/linux-gtk2 -l
or
2. portupgrade -Rv linux-gtk2
In both cases you'd better have an up-to-date ports tree.

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-05 Thread Kiffin Gish
I am trying to build the latest linux-gtk2 for FreeBSD 6.0 but it fails
for some reason:

# pkg_add -r linux-gtk2
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/Latest/linux-gtk2.tbz:
 File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/Latest/linux-gtk2.tbz'
 by URL

# cd /usr/ports/x11-toolkits/linux-gtk2
# make install clean
===  Extracting for linux-gtk2-2.4.14_2
= MD5 Checksum mismatch for rpm/gtk2-2.4.14-4.fc3.i386.rpm.
= SHA256 Checksum mismatch for rpm/gtk2-2.4.14-4.fc3.i386.rpm.
===  Refetch for 1 more times files: rpm/gtk2-2.4.14-4.fc3.i386.rpm
rpm/gtk2-2.4.14-4.fc3.i386.rpm 
= gtk2-2.4.14-4.fc3.i386.rpm doesn't seem to exist
in /usr/ports/distfiles/rpm.
= Attempting to fetch from
ftp://limestone.uoregon.edu/fedora/updates/3/i386/.
fetch:
ftp://limestone.uoregon.edu/fedora/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm: 
File unavailable (e.g., file not found, no access)
= Attempting to fetch from
http://mirrors.kernel.org/fedora/core/updates/3/i386/.
fetch:
http://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm:
 Not Found
= Attempting to fetch from
ftp://mirrors.kernel.org/fedora/core/updates/3/i386/.
fetch:
ftp://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm: 
File unavailable (e.g., file not found, no access)
...

Any ideas what's going wrong?

-- 
Kiffin Gish [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-05 Thread Riemer Palstra
On Thu, Jan 05, 2006 at 01:06:16PM +0100, Kiffin Gish wrote:
 = Attempting to fetch from
 ftp://limestone.uoregon.edu/fedora/updates/3/i386/.
 fetch:
 ftp://limestone.uoregon.edu/fedora/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm: 
 File unavailable (e.g., file not found, no access)
 = Attempting to fetch from
 http://mirrors.kernel.org/fedora/core/updates/3/i386/.
 fetch:
 http://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm:
  Not Found
 = Attempting to fetch from
 ftp://mirrors.kernel.org/fedora/core/updates/3/i386/.
 fetch:
 ftp://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.i386.rpm:
  File unavailable (e.g., file not found, no access)

Having a quick glance over those links, there seems to be no such file,
only gtk2-2.4.14-4.fc3.3.i386.rpm (note the 3, afaik that's indeed the
way Fedora name their RPMs). I'm not sure if there used to be such a
file named as above, or this is just a type or oversight from the port
maintainer... As a quick fix, try downloading the available gtk2, rename
it and put it in /usr/ports/distfiles (you may even have to disable
CHECKSUM as it might not match).

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Cannot build linux-gtk2 for FreeBSD 6.0 ...

2006-01-05 Thread Kiffin Gish
Alright, I updated my ports and things seem to go better. However, here's
the next error:

--start---

# cd /usr/ports/x11-toolkits/linux-gtk2
# make install clean
===  Installing for linux-gtk2-2.4.14_3
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/lib/libglib-2.0.so.0 - found
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/lib/libatk-1.0.so.0 - found
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/lib/libjpeg.so.62 - found
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/lib/libpng12.so.0 - found
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/lib/libtiff.so.3 - found
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/lib/libpango-1.0.so.0 - found
===   linux-gtk2-2.4.14_3 depends on file: /compat/linux/etc/redhat-release
- found
===   linux-gtk2-2.4.14_3 depends on file:
/compat/linux/usr/X11R6/lib/libXrender.so.1 - found
===   Generating temporary packing list
===  Checking if x11-toolkits/linux-gtk2 already installed
gtk2-2.4.14-4.fc3.3.i386.rpm
/usr/bin/gtk-query-immodules-2.0-32: error while loading shared libraries:
libXinerama.so.1: cannot open shared object file: No such file or directory
*** Error code 127

Stop in /usr/ports/x11-toolkits/linux-gtk2.

--end---

Something to do with the xorg stuff for linux perhaps?

-- 
Kiffin Rex Gish
Gouda, The Netherlands


 -Original Message-
 From: Adi Pircalabu [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, January 05, 2006 13:25
 To: Kiffin Gish
 Subject: Re: Cannot build linux-gtk2 for FreeBSD 6.0 ...
 
 
 On Thu, 05 Jan 2006 13:06:16 +0100
 Kiffin Gish [EMAIL PROTECTED] wrote:
 
  fetch:
  
 ftp://mirrors.kernel.org/fedora/core/updates/3/i386/gtk2-2.4.14-4.fc3.
  i386.rpm:
  File unavailable (e.g., file not found, no access) ...
  
  Any ideas what's going wrong?
 
 Update your ports tree and try again.
 
 -- 
 Adi Pircalabu (PGP Key ID 0x04329F5E)
 
 
 -- 
 This message was scanned for spam and viruses by BitDefender. 
 For more information please visit http://www.bitdefender.com/
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]