Question

external tool causes eclipse puke

Asked by: kayvey

I am trying to import my project that is part of a subversion and I have just checked out my group's
revision 97.  I am using "Importing Nachos from Filesystem"

http://inst.eecs.berkeley.edu/~cs162/fa08/Nachos/eclipse/

because my

KV_BSD% uname -a
FreeBSD KV_BSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
KV_BSD%


command line does just fine with the "svn"command

sound.png      nov06_08
new_project.png      not_fished.png      nov08_08
KV_BSD% mkdir nov10_08
KV_BSD% cd nov10_08
KV_BSD% svn co https://isvn.eecs.berkeley.edu/cs162/group6/trunk/nachos
subversion/libsvn_ra_neon/util.c:592: (apr_err=175002)
svn: OPTIONS of 'https://isvn.eecs.berkeley.edu/cs162/group6/trunk/nachos': Could not resolve hostname `isvn.eecs.berkeley.edu': Host not found (https://isvn.eecs.berkeley.edu)
KV_BSD% svn co https://isvn.eecs.berkeley.edu/cs162/group6/trunk/nachos
A    nachos/test
A    nachos/test/printf.c
A    nachos/test/cat.coff
A    nachos/test/cp.c
A    nachos/test/sh.coff
A    nachos/test/echo.coff
A    nachos/test/sh.c
A    nachos/test/start.s
A    nachos/test/mv.coff
A    nachos/test/echo.c
A    nachos/test/syscall.h
A    nachos/test/stdlib.c
A    nachos/test/va-mips.h
A    nachos/test/sort.coff
A    nachos/test/mv.c
A    nachos/test/stdio.c
A    nachos/test/matmult.c
A    nachos/test/strcpy.c
A    nachos/test/stdlib.h
A    nachos/test/stdio.h
A    nachos/test/memcpy.c
A    nachos/test/Makefile
A    nachos/test/libnachos.a
A    nachos/test/strcat.c
A    nachos/test/assert.c
A    nachos/test/cat.c
A    nachos/test/strlen.c
A    nachos/test/strcmp.c
A    nachos/test/rm.coff
A    nachos/test/writeShort.c
A    nachos/test/rm.c
A    nachos/test/matmult.coff
A    nachos/test/script
A    nachos/test/readline.c
A    nachos/test/halt.coff
A    nachos/test/lasttests.c
A    nachos/test/strncmp.c
A    nachos/test/sort.c
A    nachos/test/part1test.c
A    nachos/test/halt.c
A    nachos/test/stdarg.h
A    nachos/test/part3test.c
A    nachos/test/memset.c
A    nachos/test/atoi.c
A    nachos/test/cp.coff
A    nachos/vm
A    nachos/vm/VMProcess.java
A    nachos/vm/VMKernel.java
A    nachos/vm/package.html
A    nachos/ag
A    nachos/ag/BoatGrader.java
A    nachos/ag/AutoGrader.java
A    nachos/ag/package.html
A    nachos/network
A    nachos/network/PostOffice.java
A    nachos/network/NetProcess.java
A    nachos/network/MailMessage.java
A    nachos/network/NetKernel.java
A    nachos/network/package.html
A    nachos/threads
A    nachos/threads/Communicator.java
A    nachos/threads/LotteryScheduler.java
A    nachos/threads/Rider.java
A    nachos/threads/PrioritySchedulerTester.java
A    nachos/threads/Condition2.java
A    nachos/threads/ThreadQueue.java
A    nachos/threads/Scheduler.java
A    nachos/threads/package.html
A    nachos/threads/RoundRobinScheduler.java
A    nachos/threads/PriorityScheduler.java
A    nachos/threads/SynchList.java
A    nachos/threads/ThreadedKernel.java
A    nachos/threads/KThread.java
A    nachos/threads/Semaphore.java
A    nachos/threads/ElevatorController.java
A    nachos/threads/Boat.java
A    nachos/threads/Condition.java
A    nachos/threads/LotterySchedulerTester.java
A    nachos/threads/Lock.java
A    nachos/threads/Alarm.java
A    nachos/proj1
A    nachos/proj1/nachos.conf
A    nachos/proj1/Makefile
A    nachos/proj2
A    nachos/proj2/nachos.conf
A    nachos/proj2/Makefile
A    nachos/proj3
A    nachos/proj3/nachos.conf
A    nachos/proj3/Makefile
A    nachos/README
A    nachos/proj4
A    nachos/proj4/nachos.conf
A    nachos/proj4/Makefile
A    nachos/runTestOn
A    nachos/machine
A    nachos/machine/Machine.java
A    nachos/machine/ElevatorControls.java
A    nachos/machine/RiderEvent.java
A    nachos/machine/NetworkLink.java
A    nachos/machine/ElevatorBank.java
A    nachos/machine/MalformedPacketException.java
A    nachos/machine/ArrayFile.java
A    nachos/machine/TranslationEntry.java
A    nachos/machine/Kernel.java
A    nachos/machine/ElevatorTest.java
A    nachos/machine/OpenFileWithPosition.java
A    nachos/machine/ElevatorEvent.java
A    nachos/machine/FileSystem.java
A    nachos/machine/Interrupt.java
A    nachos/machine/OpenFile.java
A    nachos/machine/SerialConsole.java
A    nachos/machine/CoffSection.java
A    nachos/machine/Config.java
A    nachos/machine/ElevatorControllerInterface.java
A    nachos/machine/Lib.java
A    nachos/machine/Packet.java
A    nachos/machine/TCB.java
A    nachos/machine/Coff.java
A    nachos/machine/package.html
A    nachos/machine/Processor.java
A    nachos/machine/Timer.java
A    nachos/machine/StubFileSystem.java
A    nachos/machine/StandardConsole.java
A    nachos/machine/RiderInterface.java
A    nachos/machine/ElevatorGui.java
A    nachos/machine/RiderControls.java
A    nachos/machine/Stats.java
A    nachos/userprog
A    nachos/userprog/UserKernel.java
A    nachos/userprog/SynchConsole.java
A    nachos/userprog/UThread.java
A    nachos/userprog/UserProcess.java
A    nachos/userprog/package.html
A    nachos/security
A    nachos/security/Privilege.java
A    nachos/security/NachosSecurityManager.java
A    nachos/security/package.html
A    nachos/bin
A    nachos/bin/nachos
A    nachos/Makefile
Checked out revision 97.
KV_BSD%


I am trying to configure the Run->Run for the eclipse but things aren't working exactly like the examples,
and although I have followed directions, there is an additional error message (as seen in the file attached)

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2008-11-10 at 22:13:33ID23893444
Topics

Eclipse

,

FreeBSD

,

ANT

Participating Experts
1
Points
500
Comments
72

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Java Eclipes step by step instructions
    Hi, I am new to programming and need some help learning how to get Eclipes working properly. I have used JCreate and it works great. I heard about this Eclipes program so I wanted to try it out. I downloaded and installed it. What I need is a step by step doc that shows me ho...
  2. how to config struts with eclipes
    Hello experts, I am using eclipse 3.1 and tomcat 5.5 and struts 1.2.8. I have successed to config tomcat with eclipse but I cann't getting config struts with eclipse. How to download Easy struts for eclipes pls tell me
  3. NetBeans or eclips IDE's for java
    NetBeans or eclips what to use? which is better? and why?
  4. How do I setup VM's on a FreeBSD ver 6.2 box?
    We are looking to install VM's to our FreeBSD ver 6.2 box and we are not sure how to do it. Plus, we need to know what software to use.

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: TeRReFPosted on 2008-11-11 at 01:00:20ID: 22928615

Kayvey, the configuration screen you are using now the 'External Tools Configuration' is not mentioned at all in the 'How to use Eclipse for 162 projects' document. You need the

File > New > Project...

Make sure you use the 'Create project from existing source' option

and

Run > run


So, NO 'External Tools Configuration'...

 

by: kayveyPosted on 2008-11-11 at 09:03:19ID: 22932352

IT mentions something

http://inst.eecs.berkeley.edu/~cs162/fa08/Nachos/eclipse/#nachosrun

When I do "Run -> Run" or hit the green play button, it pukes on "no main found" because nachos
doesn't run on a main() it is supposed to give you a command line.  It takes options.  It is made for
a unix command line consarnt all this stupid Windoze is mucking it up.

I need to properly configure the Run, but something is wrong.  The window I get is obviously analogous
to the above window, but not perfectly so.

 

by: kayveyPosted on 2008-11-11 at 09:05:23ID: 22932377

Here is the start

  • start.png
    • 485 KB

    starting eclipse in the nov 10 directory

    starting eclipse in the nov 10 directory
 

by: kayveyPosted on 2008-11-11 at 09:07:17ID: 22932396

After I hit okay it looks like this.  Nachos is there because I have used the command line svn

 

by: kayveyPosted on 2008-11-11 at 09:13:25ID: 22932443

Green Play is shortcut

 

by: kayveyPosted on 2008-11-11 at 09:15:12ID: 22932458

ooh.. wait.. this looks much better.. more exactly similar to the one on the help page

 

by: kayveyPosted on 2008-11-11 at 09:18:54ID: 22932478

oookay.  This is much better. I didn't type in the workspace_loc nonsense the app found it.

 

by: kayveyPosted on 2008-11-11 at 09:26:08ID: 22932536

Oh jeez.  It can't find Java 5.  Adam told me it's important to use Java 5 and not Java 6.  portupgrade -a
has left me with Java 6.  I need to make install port now?

      distinfo      files            pkg-descr      pkg-plist
KV_BSD# pwd
/usr/ports/java
KV_BSD# ls -d *diablo*
diablo-jdk15      diablo-jdk16      diablo-jre15      diablo-jre16
KV_BSD#

JDK includes JRE right? Okay

 

by: kayveyPosted on 2008-11-11 at 09:27:25ID: 22932556

Do deee do

KV_BSD# cd diablo-jdk15
KV_BSD# make install clean
cd /usr/ports/java/diablo-jdk15 && make config;


      
                   Options for diablo-jdk 1.5.0.07.01_12                   
         
                  [X] TZUPDATE  Update the time zone data                
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
     $  
                            [  OK  ]       Cancel                          
       
                                                                             
===>  Found saved configuration for diablo-jdk-1.5.0.07.01_12

 Because of licensing restrictions, you must fetch the distribution
 manually.

 Please access
 
 http://www.FreeBSDFoundation.org/cgi-bin/download?download=diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2
 
 with a web browser and "Accept" the End User License Agreement for
 "Caffe Diablo 1.5.0".  Please place the downloaded
 diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 in /usr/ports/distfiles.

*** Error code 1

Stop in /usr/ports/java/diablo-jdk15.
*** Error code 1

Stop in /usr/ports/java/diablo-jdk15.
KV_BSD#

 

by: kayveyPosted on 2008-11-11 at 09:33:53ID: 22932615

What's up with this dingy?

config -m /usr/local/lib/compat
===>   Installing ldconfig configuration file
*******************************************************************************
*                                                                             *
* Do not forget to add COMPAT_FREEBSD6 into                                   *
* your kernel configuration (enabled by default).                             *
*                                                                             *
* To configure and recompile your kernel see:                                 *
* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html *
*                                                                             *
*******************************************************************************

 

by: kayveyPosted on 2008-11-11 at 09:35:07ID: 22932625

Oh oh.  Can't run Java 5 without FreeBSD 6?

 

by: kayveyPosted on 2008-11-11 at 09:44:11ID: 22932717

kg-install diablo-jdk-1.5.0.07.01_12 POST-INSTALL
You appear to already have a Java browser plugin installed.
Would you like to replace it with the Diablo 1.5.0 plugin? [yes or no]
no
===>   Registering installation for diablo-jdk-1.5.0.07.01_12

 

by: kayveyPosted on 2008-11-11 at 09:53:18ID: 22932804

Oh MWAN..

 

by: kayveyPosted on 2008-11-11 at 09:55:20ID: 22932822

ooh.. it says "/usr/local"  {:}

 

by: kayveyPosted on 2008-11-11 at 10:09:48ID: 22932970

aaw jeez.  back to square one

  • nomain.png
    • 329 KB

    no main. On the bright side, that error .. saw that on the command line.. tried gmake in proj3 directory to fix it no dice

    no main.  On the bright side, that error .. saw that on the command line.. tried gmake in proj3 directory to fix it no dice
 

by: kayveyPosted on 2008-11-11 at 19:14:12ID: 22936543

Don't go bye bye!! {:(

I am getting closer now.  The TA didn't have much patience, but he told me I need two levels of directories.  Haven't you ever created a project that was in mutiple directories like this?  I'm confused, but this current screenshot looks good.  I don't want to screw it up like I did before coming to discussion today!

 

by: kayveyPosted on 2008-11-11 at 20:27:40ID: 22936822

well..maybe this is working

 

by: kayveyPosted on 2008-11-11 at 21:05:29ID: 22936949

oooh noooo!!! You've forsaken me!!!!  {:(

 

by: TeRReFPosted on 2008-11-12 at 00:28:02ID: 22937653

No I haven't, I have a life you know ;-)

Look at this thread, it talks about your specific problem:
http://forums.sun.com/thread.jspa?threadID=5144147&start=0

 

by: kayveyPosted on 2008-11-13 at 12:18:46ID: 22954031

Okay.. there are conflicting interests.. my lab partner had told me we better not use Java 6.. I'm not 100% sure
why it should be super significant.. is the code going to be that different?  but now.. I guess I ran it on Java 6,
but I don't know if that is good..

I have decided I will give points for resolution of the following issue:  I have CVS on my brand new eclipse Ganymede but no SVN.  This could be bad.  I'm trying this:

      distinfo      files            pkg-descr      pkg-plist
KV_BSD# ls -d su*
subversion-java      sun-wtk
KV_BSD# cd subversion-java
KV_BSD# make install clean
===>  Found saved configuration for subversion-1.5.2
===>  Extracting for subversion-java-1.5.4_2
=> MD5 Checksum OK for subversion/subversion-1.5.4.tar.bz2.

  • no-svn.png
    • 326 KB

    If I am not pointing to the right place in this picture (I think I am) I guess

    If I am not pointing to the right place in this picture (I think I am) I guess
 

by: kayveyPosted on 2008-11-13 at 12:19:46ID: 22954047

I was going to say "I guess this will be easy?"  Either way.. WOOPS..

sr/ports/java/subversion-java/work/subversion-1.5.4/subversion/bindings/javahl/native/JNICriticalSection.cpp: In destructor 'JNICriticalSection::~JNICriticalSection()':
/usr/ports/java/subversion-java/work/subversion-1.5.4/subversion/bindings/javahl/native/JNICriticalSection.cpp:51: error: 'apr_thread_mutex_unlock' was not declared in this scope
*** Error code 1

Stop in /usr/ports/java/subversion-java/work/subversion-1.5.4.
*** Error code 1

Stop in /usr/ports/java/subversion-java.
*** Error code 1

Stop in /usr/ports/java/subversion-java.
KV_BSD#

 

by: TeRReFPosted on 2008-11-13 at 14:03:54ID: 22955204

That might be beause you didn't finish your portupgrade -a. Or did you?

Also, did you compile eclipse-devel with svn support?

Have a look in the Makefile file in the eclipse-devel dir and see if you can find any svn related compile directive...

 

by: kayveyPosted on 2008-11-13 at 14:36:38ID: 22955469

I finished the portupgrade -a

How do I ..

KV_BSD# pwd
/usr/ports/java
KV_BSD# cd eclipse
eclipse/                 eclipse-findbugs/        eclipse-quantum/
eclipse-EPIC/            eclipse-gef/             eclipse-shelled/
eclipse-RDT/             eclipse-gef-examples/    eclipse-sqlexplorer/
eclipse-aptana/          eclipse-hibernatetools/  eclipse-sysdeo-tomcat/
eclipse-cdt/             eclipse-jad/             eclipse-uml/
eclipse-checkstyle/      eclipse-langpack/        eclipse-v4all/
eclipse-clay-core/       eclipse-log4e/           eclipse-vep/
eclipse-datatools/       eclipse-lomboz/          eclipse-vep-examples/
eclipse-devel/           eclipse-ocl/             eclipse-viplugin/
eclipse-drjava/          eclipse-pmd/             eclipse-webtools/
eclipse-emf/             eclipse-propedit/        eclipseme/
eclipse-examples/        eclipse-pydev/  

 

by: kayveyPosted on 2008-11-13 at 14:38:02ID: 22955479

I don't think so

KE_MOZILLA=
.endif

.if (${ARCH} == "amd64")
ECLIPSE_ARCH=   amd64
ECLIPSE_SWT=    gtk64
.else
ECLIPSE_ARCH=   x86
ECLIPSE_SWT=    gtk
.endif

MAKE_ENV+=      BROWSER=${BROWSER} \
                ECLIPSE_ARCH=${ECLIPSE_ARCH} \
Makefile: 187 lines, 6342 characters.
KV_BSD# grep subversion Makefile
KV_BSD# grep svn Makefile
KV_BSD# pwd
/usr/ports/java/eclipse-devel
KV_BSD#

 

by: TeRReFPosted on 2008-11-13 at 15:50:31ID: 22956134

I guess you need subclipse:

/usr/ports/devel/subclipse

 

by: kayveyPosted on 2008-11-13 at 15:54:32ID: 22956185

Oh oh.  There's that bastard seamonkey.  I had to kill him

flating: plugins/org.tigris.subversion.subclipse.ui_1.2.4/plugin_ja.properties  
  inflating: plugins/org.tigris.subversion.subclipse.ui_1.2.4/plugin_zh.properties  
  inflating: plugins/org.tigris.subversion.subclipse.ui_1.2.4/plugin_zh_TW.properties  
===>  Patching for subclipse-1.2.4_1
===>  Configuring for subclipse-1.2.4_1
===>  Installing for subclipse-1.2.4_1
===>   subclipse-1.2.4_1 depends on file: /usr/local/bin/eclipse - not found
===>    Verifying install for /usr/local/bin/eclipse in /usr/ports/java/eclipse

 eclipse is using xulrunner for gecko support, but you can
 change that by defining WITH_GECKO to the following values:

   xulrunner
   firefox
   mozilla
   seamonkey

===>  Extracting for eclipse-3.3.2

 

by: kayveyPosted on 2008-11-13 at 15:55:59ID: 22956198

oh, wait.  maybe that was seahorse.

 

by: kayveyPosted on 2008-11-13 at 15:58:23ID: 22956218

Will I have to remake eclipse after subclipse, or will making subclipse cause my eclipse to work right after I reboot?

 

by: kayveyPosted on 2008-11-13 at 15:59:26ID: 22956229

  eclipse-3.3.2 depends on shared library: xml2.5 - found
===>   eclipse-3.3.2 depends on shared library: ORBit-2.0 - found
===>   eclipse-3.3.2 depends on shared library: pango-1.0.0 - found
===>  Configuring for eclipse-3.3.2
===>  Building for eclipse-3.3.2
     [echo] TARGET: compiler
     [echo] UPDATE ecj.jar

BUILD SUCCESSFUL
Total time: 1 minute 6 seconds
     [echo] TARGET: compiler2
     [echo] compilerArg -enableJavadoc -nowarn -encoding ISO-8859-1
     [echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter

 

by: TeRReFPosted on 2008-11-13 at 16:00:11ID: 22956234

It should be working, make sure you restart eclipse though... Gotta go to bed now.

 

by: kayveyPosted on 2008-11-13 at 16:04:25ID: 22956267

What Time zone?

 

by: TeRReFPosted on 2008-11-14 at 00:11:52ID: 22957898

GMT +1

 

by: kayveyPosted on 2008-11-14 at 02:54:28ID: 22958524

I find this

loop detected for package libgnomeui-2.22.1_2
pkg_create: dependency loop detected for package eel-2.22.2_1
pkg_create: dependency loop detected for package gnome-desktop-2.22.3
pkg_create: dependency loop detected for package gvfs-0.2.5
pkg_create: dependency loop detected for package libgnomeui-2.22.1_2
pkg_create: dependency loop detected for package nautilus-2.22.5.1_1
===>   Returning to build of subclipse-1.2.4_1
===>   Generating temporary packing list
===>  Checking if devel/subclipse already installed
===>   subclipse-1.2.4_1 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of devel/subclipse
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/devel/subclipse.
KV_BSD#  


rather confusing because I took note of the fact that the subclipse build was calling the hell out of
eclipse stuff..  as of right now, I could be satifisfied, if it wasn't for the fact that SVN was obviously
non operational between the time I killed this build last time, started up eclipse, so no trace
of SVN support, and restarted this build.  What now?  uninsta

 

by: kayveyPosted on 2008-11-14 at 02:56:09ID: 22958531

I typoed my self while trying to say ..

uninstall eclipse, or subclipse.. and reinstall.. which order..what?

 

by: TeRReFPosted on 2008-11-14 at 02:56:38ID: 22958533

Try a make deinstall
and then install again, see if there are any error messages during the install...

 

by: TeRReFPosted on 2008-11-14 at 02:57:08ID: 22958536

The subclipse I mena...

 

by: kayveyPosted on 2008-11-14 at 15:19:00ID: 22964590

JEEz you are 9 hours ahead of me.. so you were going to bed at 1am?  Well.. I guess that's not that
bad.  I do that sometimes. In fact I probably stayed up that late last night.

 

by: kayveyPosted on 2008-11-14 at 15:23:32ID: 22964609

heh {:}  looks like I posted at 3am my time. I might have been .. umm.. I remember I was watching
my tapes (I do manual tivo programming the VCR and 8 hour VHS.. DTV is messing up my system
now because the  VCR is built into the TV so now I can't have the tape automatically switch between
shows if I am gone) and fell asleep, and the tape ran.  I woke up at that 3am I think, noticed the build
was done, shut off the puter.. made those two posts, shut down, and then went right to sleep.
When I woke up in the morning, I had to rewind my tape quite some distance.. I remember we quit
in Berkeley at 11:30pm, I probably took the 11:50 BART.. Civic Center quarter after midnight..
bus came right away.. Prolly got home before 12:30am

 

by: kayveyPosted on 2008-11-15 at 10:43:55ID: 22968053

This seems a little bizzare

  • two-clipse.png
    • 1.1 MB

    two eclipses..maybe I should unistall everything and start again?

    two eclipses..maybe I should unistall everything and start again?
 

by: TeRReFPosted on 2008-11-15 at 11:34:26ID: 22968173

Mmm, it might be a remnant from the old eclipse install you had before. I don't think it's anything to worry about.

 

by: kayveyPosted on 2008-11-15 at 19:53:32ID: 22969552

I don't think I had subversion

 

by: TeRReFPosted on 2008-11-16 at 11:57:56ID: 22971755

So what's the current status?

 

by: kayveyPosted on 2008-11-16 at 15:40:42ID: 22972417

pathetic luser here running windoze.  We are on our second slip day.. I can't find that link
for screenshots but to make it work right we actually did a pulldown while running eclipse that
installed things to it that gave it SVN.  That doesn't seem tenable in FreeBSD..

I can try to do way later tonight.  We might be here until midnight PST (that's 9 hours before you..
I guess 9am your time tommorrow).  I'll have to run Windoze until then I think..

Another problem with FreeBSD here in Berkeley for me is wireless adapater.  Gheist is scooping you

http://www.experts-exchange.com/Networking/Wireless/Standards/802.11x/Q_23908575.html

 

by: TeRReFPosted on 2008-11-18 at 11:11:54ID: 22987730

Are you running BSD already again?

 

by: kayveyPosted on 2008-11-18 at 14:24:53ID: 22989596

Already?  Well..  right now I am on a lab machine.  I am hoping to get some design docs done by
tonight so tommorrow I can go to Office Hours and be the honcho for my group tommorrow evening.
Maybe Thursday I will troubleshoot.

 

by: kayveyPosted on 2008-11-18 at 14:33:50ID: 22989666

I might just spend some time on this tonight.. maybe something like 5am your time or later.

 

by: kayveyPosted on 2008-11-18 at 22:49:51ID: 22992055

welllll......

  • subtigris.png
    • 177 KB

    this isn't everything I got on Windoze.. but all I NEED is subversion...

    this isn't everything I got on Windoze.. but all I NEED is subversion...
 

by: kayveyPosted on 2008-11-18 at 22:51:01ID: 22992058

hrmm

 

by: kayveyPosted on 2008-11-18 at 22:54:21ID: 22992075

this looks promising

 

by: kayveyPosted on 2008-11-18 at 22:58:04ID: 22992094

oookay

 

by: kayveyPosted on 2008-11-18 at 23:03:22ID: 22992115

okay.. it is looking good.. but I am going to hit you up for one last little bit..

at this juncture, it feels like I am doing something wrong.  My directories are not quite
right.  My lab partners have complex screwy way of doing things.  I don't think I
am doing this right.  All the source is in a directory called "nachos"  I created a directory
called "proj4/hash" and fed that to the startup of eclipse.  Inside "proj4_hash" I created
"nach-OS" and planned to import "nachos" inside that.

This is probably not the exact right thing to do.  I am going to be cheesy and hit you
up for advice at this juncture.  

 

by: TeRReFPosted on 2008-11-19 at 00:44:03ID: 22992495

THe good thing about SVN is that it 'knows' the directory structure in the repository. It doesn't really matter what directory you use as check out dir, as long as you DON't start to alter the directory structure WITHIN the checked out source (unless you have a good reason) because those changes will not be committed back to the repository without doing a 'svn add'.

If you would make those changes, all the other lab partners will get this new structure once they do a svn update.

 

by: kayveyPosted on 2008-11-19 at 21:43:10ID: 23001451

I have to do it right or I don't get packages.

 

by: kayveyPosted on 2008-11-19 at 21:53:18ID: 23001483

This is not good.  I have no packages.  The instructions are all wrong.  Every time I ask somebody to help me with
this they do like a million things and I don't know WTF is going on and it is fixed but I never
know what to do.

  • bad.png
    • 171 KB

    this is bad and is not cutting it

    this is bad and is not cutting it
 

by: kayveyPosted on 2008-11-19 at 21:56:13ID: 23001492

A    nachos/machine/Coff.java
A    nachos/machine/package.html
A    nachos/machine/Processor.java
A    nachos/machine/Timer.java
A    nachos/machine/StubFileSystem.java
A    nachos/machine/StandardConsole.java
A    nachos/machine/RiderInterface.java
A    nachos/machine/ElevatorGui.java
A    nachos/machine/RiderControls.java
A    nachos/machine/Stats.java
A    nachos/userprog
A    nachos/userprog/UserKernel.java
A    nachos/userprog/SynchConsole.java
A    nachos/userprog/UThread.java
A    nachos/userprog/UserProcess.java
A    nachos/userprog/package.html
A    nachos/security
A    nachos/security/Privilege.java
A    nachos/security/NachosSecurityManager.java
A    nachos/security/package.html
A    nachos/bin
A    nachos/bin/nachos
A    nachos/Makefile
Checked out revision 143.
KV_BSD%

 

by: kayveyPosted on 2008-11-19 at 21:57:15ID: 23001497

I know how to do "svn co" on the commmand line

 

by: TeRReFPosted on 2008-11-20 at 00:39:41ID: 23002020

Kayvey, I can't help you here. I don't know the structure of the SVN repository you guys use at school. It seems to me that the packages should be in the repository as well, so it could be that you need to either check out 2 times. Once for the source, once for the packages. Or you need to checkout one (or more) level(s) higher. So, for instance, not nachos, but the actual directory that nachos is a sub dir off...

I urge you to ask a lab partner again and then ask him/ her to do it slowly so you can either write the process down or memorize it more easily...

 

by: kayveyPosted on 2008-11-20 at 06:35:01ID: 23004016

This is the correct way to start

  • start-eclipse.png
    • 201 KB

    I don't need the "proj4_hash" but having different directories like that allows me to have multiple copies of the source without figuring out how to do SVN branches. I need the "nach-OS" directory, b

    I don't need the "proj4_hash" but having different directories like that allows me to have multiple copies of the source without figuring out how to do SVN branches.  I need the "nach-OS" directory, b
 

by: kayveyPosted on 2008-11-20 at 06:39:21ID: 23004081

I know you can help me with this if I show you the right thing.  The right thing to do is to check out the "trunk"  here you see I have selected the trunk (which is something didn't know before) so that it grabs the
.settings directory as well as the nachos directory that has all the code

  • get-trunk.png
    • 218 KB

    we need one level higher (e.g. nach-OS) for svn settings and project. Now you know that.

    we need one level higher (e.g. nach-OS) for svn settings and project.  Now you know that.
 

by: kayveyPosted on 2008-11-20 at 06:56:06ID: 23004276

I am for sure giving you points because I have SVN now.  If I solve this question:

http://www.experts-exchange.com/Networking/Wireless/Standards/802.11x/Q_23908575.html

Then I can have a classmate help me with this on FreeBSD and after I get my one version
of the project SVNing properly, I won't care if I know how to do it anymore.  Right now,
though I can't make progress running on eclipse with nobody that's not good.. here I feel
like I am looping again.

  • wizard.png
    • 123 KB

    I don't know what to do with this ornery wizard

    I don't know what to do with this ornery wizard
 

by: kayveyPosted on 2008-11-20 at 06:58:57ID: 23004309

Now it wants me to create project.  I think I want existing source, but I am confused.  It asks again and again.

 

by: kayveyPosted on 2008-11-20 at 07:01:12ID: 23004325

oops.. now it is existing somehow

 

by: kayveyPosted on 2008-11-20 at 07:02:46ID: 23004334

Maybe I should have tried to checkout instead?

 

by: kayveyPosted on 2008-11-20 at 07:04:06ID: 23004342

now it wants existing repository

 

by: TeRReFPosted on 2008-11-20 at 07:04:19ID: 23004343

You're talking about having no packages. Are these the project packages you're talking about? Well of course you don't have those until you compile the code??!!

 

by: kayveyPosted on 2008-11-20 at 07:05:28ID: 23004359

now this is really confusing

 

by: kayveyPosted on 2008-11-20 at 07:07:01ID: 23004370

now it wants wizard again

 

by: kayveyPosted on 2008-11-20 at 10:35:34ID: 23006651

Isn't the green button supposed to compile?

  • square-one.png
    • 246 KB

    around around we go. I press the green button it doesn't want to launch

    around around we  go.  I press the green button it doesn't want to launch
 

by: kayveyPosted on 2008-11-22 at 10:07:38ID: 23021667

Come on, man, you got to be kidding!  {:(  How do I compile??

 

by: kayveyPosted on 2008-11-22 at 10:09:31ID: 23021673

Okay. I sent these nice screenshots to the professor now.. This whole thing has been a bit of a merry go
round.. but if the professor answers the question and I think I might be solving my wireless woes
via Best Buy today, but I think I can give you the points for this question if you can solve an ancillary problem I am having just now...

 

by: kayveyPosted on 2008-11-22 at 10:10:46ID: 23021679

oops.  figured it out.  never mind.

 

by: kayveyPosted on 2008-12-12 at 20:41:00ID: 31515416

goodwill points.  class is over.  other folks got me thru.

i am sick of school as of right now.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...