Date: Sat, 3 Dec 2005 08:27:56 -0800 From: "Michael C. Shultz" <ringworm01@gmail.com> To: edward <kouye@wanadoo.fr> Cc: freebsd-questions@freebsd.org Subject: Re: Trouble upgrading ports collection Message-ID: <200512030827.57766.ringworm01@gmail.com> In-Reply-To: <4391C3DB.3060100@wanadoo.fr> References: <439093D2.3020905@wanadoo.fr> <200512030739.36696.ringworm01@gmail.com> <4391C3DB.3060100@wanadoo.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
> skipping linux-sun-jdk-1.4.2.08_1 /java/linux-sun-jdk14 marked IGNORE > reason: port marked IGNORE > skipping compat3x-i386-5.0.20020925 /misc/compat3x marked IGNORE reason: > port marked FORBIDDEN > ------------------------------------------------------------------------ > portmanager 0.3.8_2 INFO: finished with some ports not updated if --log > was used see /var/log/portmanager.log > ------------------------------------------------------------------------ > > I also did : pkg_delete -f jre-1.1.8 > > I have found no reference to linux-sun-jdk in /usr/local/etc/pkgtools.conf > or in > /usr/local/etc/portmanager/pm-020.conf > > Yet /java/linux-sun-jdk14 is marked as IGNORE in the portmanager output, > as you can see above. Hope this can help. > Edward It does help, the linux-sun-jdk14 port is flagging its self as ignore because you don't have J2SE SDK in distfiles. You'll have to build java/linux-sun-jdk14 manually and jump through the Sun hoops to get the distfiles, just follow the instructions that pop up when you make it. In this status report it looks like the kde ports updated successfully, so your just down to the java port correct? (java/linux-sun-jdk14) The compat3x-i386-5.0.20020925 missing can be ignored, one of the java build dependencies must have this listed as a dependency but java is a weird animal, it's build dependencies can be missing and it will still build so I would just ignore that for now. -Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512030827.57766.ringworm01>