[Fink-beginners] What does [ImageData.C:57: failed assertion `index = 0'] mean?

2004-08-08 Thread Edward Thome
I've recently had a problem with ksokoban working for one user and not 
for another.  I posted a long post earlier, but I think the central 
error was too well hidden within.  Here is a short summary and then a 
followup question:

I am running the stable tree here at home (because I am on dial-up; I 
run the unstable tree at work) and everything compiled just fine.  When 
running ksokoban from one user (called user1 from here on), everything 
works fine, but when running ksokoban from two other user accounts on 
the same computer, it crashes.  Everything else I've run from kde seems 
to work for each user, or not for any user.  They all use the same 
~/.xinitrc file.

The central error seems to be:
ImageData.C:57: failed assertion `index = 0'
What possible problems could this mean?
What I've tried:
1)  Deleting all files in the home folder for the other users and 
starting over.  [in fact, originally, ksokoban crashed when opened from 
the kde start menu for all users, but worked from the xterm for user1 
until I deleted these files for user1, after which ksokoban worked for 
user1 no matter how it was opened).
2)  Deleted all files in /private/tmp/ which are associated with x11 
and kde.
3)  Moved all files associated with x11 and kde from the account of 
user1 to the account of another user, set the permissions to be correct 
for the other user.
4)  Switched around which user account the computer started up in.
5)  Before I knew that it worked for one user, I rebuilt kde-games.
6)  Switched class of user account from admin to standard and 
vice-versa.
7)  Log out and back in, restarted.
8)  Combinations of the above.

Obviously, this is not a problem which is production related, so there 
is no hurry to reply, but does anyone have any ideas.

Thanks!

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] What does [ImageData.C:57: failed assertion `index = 0'] mean?

2004-08-08 Thread Martin Costabel
Edward Thome wrote:
[]
ImageData.C:57: failed assertion `index = 0'
No idea about this, but did you run /sw/bin/pathsetup.sh for the other 
users or otherwise set up their fink environment?

--
Martin

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] X code Tools 1.5

2004-08-08 Thread david bonde
At 16.46 -0400 04-08-06, Benjamin Reed wrote/04-08-06, 16.46 -0400 
skrev Benjamin Reed

There is actually a bug that will cause all current versions of fink 
(the program) to incorrectly not provide a versioned cctools 
package, so a small number of packages won't compile.

It will be fixed in fink 0.21.1 which is due out shortly.  In the 
mean time, the vast majority of packages in Fink will still be 
buildable, just the few that want cctools (= some-version) will 
fail.  There are no actual compiler incompatibilities that I'm aware 
of.
Is this problem one of the cases where this bug occur:
% sudo fink install tree
Information about 1730 packages read in 2 seconds.
The following package will be installed or updated:
 tree
gzip -dc /sw/src/tree-1.4b2.tgz | /sw/bin/tar -xf -  --no-same-owner 
--no-same-permissions
patch -p1 /sw/fink/dists/stable/main/finkinfo/utils/tree-1.4b2-1.patch
patching file Makefile
make prefix=/sw CC=gcc3
gcc3 -O2 -Wall -fomit-frame-pointer -no-cpp-precomp -I/sw/include  -c 
-o tree.o tree.c
make: gcc3: Command not found
make: *** [tree.o] Error 127
### execution of make failed, exit code 2
Failed: compiling tree-1.4b2-1 failed

gcc3 is removed on the machine I installed Xcode 1.5 on.
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] What does [ImageData.C:57: failed assertion `index = 0'] mean?

2004-08-08 Thread Edward Thome
On Aug 8, 2004, at 8:30 AM, Martin Costabel wrote:
Edward Thome wrote:
[]
ImageData.C:57: failed assertion `index = 0'
No idea about this, but did you run /sw/bin/pathsetup.sh for the other 
users or otherwise set up their fink environment?

--
Martin
Thank you for your reply.  I had not, but when I ran that it says that 
the environment is already set up correctly.  Also, the same thing with 
the same error occurred right afterward.

Thanks,
Ed

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] FAQ for unstable

2004-08-08 Thread david bonde
Isn't the answers on question 5.8 in the FAQ a little vague:
Q5.8: There's this package in unstable that I want to install, but 
the fink command just says 'no package found'. How can I install it?

If you just want a few packages the way to do it is
1. Copy the *.info and *.patch files from their location in the 
unstable hierarchy to the corresponding location in the stable 
hierarchy
2. Run fink index
3. Install

IMHO, the FAQ is far to complicated when it describes this process. 
Feel free to use or be inspired by the steps above if you like to 
modify the answer to that question.
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] X code Tools 1.5

2004-08-08 Thread Martin Costabel
david bonde wrote:
[]
make: gcc3: Command not found
make: *** [tree.o] Error 127
### execution of make failed, exit code 2
Failed: compiling tree-1.4b2-1 failed
 
gcc3 is removed on the machine I installed Xcode 1.5 on.
This is because you didn't install the gcc3.1.pkg. You should install 
this and also the gcc2.95.pkg if you want to be able to compile all Fink 
packages. Unfortunately, those bloody fools^H^H^H^H^H^H^H our dear 
friends from Apple have done it again and hid some of the important 
packages including these compiler versions and X11SDK.pkg in a 
personalized installation option, unchecked by default. We should 
probably be grateful that they didn't destroy the Java headers this time.

--
Martin

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Re: [Fink-beginners] FAQ for unstable

2004-08-08 Thread david bonde
At 14.34 -0400 04-08-08, Alexander K.Hansen wrote/04-08-08, 14.34 
-0400 skrev Alexander K.Hansen

The problem with this approach is that the latest versions of many 
packages don't have their versions in their filenames; e.g. 
xchat.info in 10.3/stable gives you version 2.0.9-21, but xchat.info 
in 10.3/unstable gives you 2.0.10-21.  And in any case, it's better 
not to mess with .info files in the stable and unstable trees 
directly, because it can lead to update problems down the road--the 
local tree is immune to that.
But then I don't know how install a single package from unstable. 
Maybe you could divide 5.8 into two answers and then split them into 
a step by step instruction? I think they are a bit messy;-)

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] Nautilus? Running only Gnome (without Aqua)?

2004-08-08 Thread Erez Yoeli
Hi,
Anyone know if the nautilus packages are available?  I have tried to 
download them, but apt-get says it can't find them.  They're listed 
online.

Also, I still haven't figured out how to run Gnome without running 
Aqua.  Running startx from console still yields a frozen blue screen.  
If anyone has figured this out, I'd appreciate a hint or two.

Thank you,
erez

---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


[Fink-beginners] gtk and gtk-shlibs have unmet dependencies

2004-08-08 Thread Malcolm Fitzgerald
I'm wondering how I get around this situation:

Sorry, but the following packages have unmet dependencies:
gtk+2: Depends: gtk+2-shlibs (= 2.2.4-3) but 2.2.4-2 is to be installed
gtk+2-dev: Depends: gtk+2 (= 2.2.4-2) but 2.2.4-3 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

I encountered this problem several weeks ago and did try 'apt-get -f install'. It worked on for me on that machine, though Martin suggested a fink bug http://article.gmane.org/gmane.os.apple.fink.beginners/13117>. 

Now I'm trying to set up my home machine and can't get past this. Fink Commander won't let me remove, rebuild or install anything that uses gtk+2. You can see what fink-commander reports below:


flagged	status	name	installed	version	binary	category	summary
NO	current	gtk+2	2.2.4-3	2.2.4-3	2.2.4-3	unknown  GTK+ - multi-platform toolkit libraries
NO	current	gtk+2-shlibs	2.2.4-2	2.2.4-2	2.2.4-3	gnomeThe Gimp Toolkit
NO	archived	gtk+2-dev	 	2.2.4-2	2.2.4-3	gnomeThe Gimp Toolkit