Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo
Status: New
Owner: ----
Labels: Milestone-1.4 Type-Bug

New issue 5636 by [hidden email]: Installing Nautilus + Seaside from  
Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

Using Pharo One-Click

--
Pharo1.4
Latest update: #14438
--
Running Windows 7, 64-bt
--

1. Open Metacello from Welcome screen.
"Do it"

2. Install Nautilus. "Load configuration and stable version"
3. Install Seaside.  "Load configuration and stable version"

#3 will pile up dozens of DNUs.

Installing Seaside first, then Nautilus, works without error.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 5636 by marianopeck: Installing Nautilus + Seaside from  
Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo

Comment #2 on issue 5636 by marianopeck: Installing Nautilus + Seaside from  
Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

Do you have the PharoDebug.log or at least tell us which was the DNU?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo

Comment #3 on issue 5636 by [hidden email]: Installing Nautilus +  
Seaside from Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

I just figured you'd recreate it. But...lessee...running it again... Here's  
a screenshot of the error. I can't seem to manipulate the windows at all.



Attachments:
        junk.jpg  63.8 KB
        PharoDebug.log  1.9 MB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo

Comment #4 on issue 5636 by [hidden email]: Installing Nautilus +  
Seaside from Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

is there an override of the method package on any class side of the seaside  
package ?

It can be the problem :)



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo

Comment #5 on issue 5636 by [hidden email]: Installing Nautilus +  
Seaside from Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

Not a clue. Right now I'm trying leverage Pharo/Seaside for a critical work  
app, so I can't dig into it too deeply. :-(


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5636 in pharo: Installing Nautilus + Seaside from Metacello causes recursive DNU pileup

pharo
Updates:
        Status: WontFix
        Cc: [hidden email]

Comment #6 on issue 5636 by [hidden email]: Installing Nautilus +  
Seaside from Metacello causes recursive DNU pileup
http://code.google.com/p/pharo/issues/detail?id=5636

Problem is not with Pharo 1.4, nor Nautilus, butSeaside configuration (it  
shouldn't include OB by defaullt). You can avoid this problem by install  
seaside this way:

Gofer it
        squeaksource: 'MetacelloRepository';
        package: 'ConfigurationOfSeaside30';
        load.
ConfigurationOfSeaside30 project latestVersion
        load:  
#('Base' 'Development' 'RSS-Core' 'Javascript-Core' 'Prototype-Core' 'Scriptaculous-Core' 'JQuery-Core' 'JQuery-UI' 'Seaside-Email' 'Seaside-HTML5' 'Seaside-InternetExplorer' 'Seaside-Examples' 'RSS-Examples' 'Seaside-Tools-Web' 'Scriptaculous-Components' 'Seaside-Welcome' 'Seaside-FileSystem' 'Zinc-Seaside').

I'm copying Nick to encourage him to make a ConfigurationOfSeaside that  
works on 1.4 :)



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker