Re: java/openjdk7 update fails to build

2020-03-16 Thread Greg Lewis
Hi Jon, On 2020-03-09 18:12, Jonathan Chen wrote: > Hi, > > The latest update to java/openjdk7 on 8-Mar to 7u251 is currently failing > with: > > echo Linking launcher... > Linking launcher... > cc -m64 -Xlinker -O1 -Xlinker -z -Xlinker noexecstack -m64 -Xlinker > -export-dynamic -L`pwd` -o

Re: PR 228848: add Linux Oracle JRE/JDK/Server JRE 10 to our ports

2018-06-09 Thread Greg Lewis
itial release of Java 10 on FreeBSD 10 was that it didn't work. What architectures and releases did you test this on? -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology

Re: TeXLive 2014

2014-08-23 Thread Greg Lewis
) the errors seem much more serious: Error: 'share/texmf-var/web2c/euptex/uplatex.fmt' is referring to /usr/ports/japanese/tex-ptex/work/stage In this case the .fmt files are a needed file for things to work. I haven't yet looked into how to possibly fix these. Can others reproduce? -- Greg

Re: please update eclipse and eclipse-devel to remove libxul19 [was: please update java/eclipse to www/libxul]

2013-03-03 Thread Greg Lewis
I've just noticed glewis@ has committed the patch of 174846. Thank you very much, sir! Dare I ask to commit the same in eclipse-devel (ports/175826)? I actually committed 175826 before committing 174846, so if you update your ports tree you should get that too :). -- Greg Lewis

Re: java/jdk16 ISSUE outdated info in Makefile

2013-01-18 Thread Greg Lewis
respectively. And again, as in java/openjdk6 and may be other java ports, - silent usage of -march=586 overriding system-wide march/mtune. The jdk16 port has been removed from the ports tree for some time now. Please use openjdk6 instead. -- Greg Lewis Email : gle

Re: java/openjdk6 fails to build..

2012-12-28 Thread Greg Lewis
is. IMHO MAKE_JOBS should start with an _. I think that's right. I have no objection. I think whats in openjdk7 is closer to what it should be. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information

Re: java/openjdk6 fails to build..

2012-12-28 Thread Greg Lewis
On Fri, Dec 28, 2012 at 03:49:56PM -0500, Eitan Adler wrote: On 28 December 2012 15:24, Greg Lewis gle...@eyesbeyond.com wrote: On Fri, Dec 21, 2012 at 07:27:22PM -0500, Eitan Adler wrote: On 21 December 2012 19:16, David Demelier demelier.da...@gmail.com wrote: Yes, I wanted to answser

Re: java diablo-jdk

2012-10-14 Thread Greg Lewis
/JamVM/Avian, etc. (VMKit/LLVM is in my wildest dreams...) Being able to bootstrap using ECJ/GCJ would be awesome :D This is what icedtea does. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com

Re: Procfs in Jail on fresh install of openjdk6

2012-05-20 Thread Greg Lewis
is built there may well be some internal functionality that doesn't work based on procfs being mounted. I think there may be some code in the HotSpot Serviceability Agent that uses that, but it's been a while since I was looking at that. -- Greg Lewis Email : gle

KWin no longer compositing?

2011-10-23 Thread Greg Lewis
. Has anyone else run into this or has KWin doing compositing after the upgrade? -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : gle...@freebsd.org

Re: KWin no longer compositing?

2011-10-23 Thread Greg Lewis
G'day Raphael, On Sun, Oct 23, 2011 at 11:01:10PM -0200, Raphael Kubo da Costa wrote: Greg Lewis gle...@eyesbeyond.com writes: kwin(2319): KWin requires at least Mesa 7.10 for OpenGL compositing. kwin(2319): Failed to initialize compositing, compositing disabled kwin(2319): Consult http

Re: updating kdehier 4-1.0.9 yields operation not permitted

2011-10-23 Thread Greg Lewis
. snip That part of the instructions hasn't worked for at least some people (myself included). The solution is to pkg_delete -f the ortp package and then install net/linphone-base. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web

Re: openjdk7 missing dependency on alsa

2011-05-30 Thread Greg Lewis
why I need yet another sound server. Because there is code in OpenJDK to use ALSA that was easy to pull in and no one has written an alternative. It could be made an option like it is in openjdk6. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond

Re: openjdk7 build 144 fails on both CURRENT and 8.2

2011-05-30 Thread Greg Lewis
] Error 2 gmake[1]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk' gmake: *** [build_product_image] Error 2 *** Error code 1 Stop in /usr/ports/java/openjdk7. Thanks for the report. I forgot a dependency :(. Just committed a fix. -- Greg Lewis

Re: java/jdk15 doesn't build with latest open-motif

2011-05-09 Thread Greg Lewis
/Xm.h which is earlier included via the #include Xm/VirtKeys.h from awt_TextField.c freetype/config/ftheader.h exists on the system but print/freetype2 installs it into /usr/include/freetype2 which isn't in the search path. Could you please look into this. -- Peter Jeremy -- Greg Lewis

Re: MAKE_JOBS and openjdk6

2010-09-04 Thread Greg Lewis
On Sun, Aug 29, 2010 at 10:37:37AM +0200, David Naylor wrote: On Saturday 28 August 2010 23:30:22 Greg Lewis wrote: On Sun, Aug 29, 2010 at 12:44:39AM +0400, Anonymous wrote: Greg Lewis gle...@eyesbeyond.com writes: I would argue that overriding a private variable is a hack (other ports

Re: MAKE_JOBS and openjdk6

2010-08-28 Thread Greg Lewis
!= ${SYSCTL} -n kern.smp.cpus -MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} +.if !defined(DISABLE_MAKE_JOBS) +MAKE_ENV+= HOTSPOT_BUILD_JOBS=${MAKE_JOBS_NUMBER} +_MAKE_JOBS= +.endif COPYDIRS=\ hotspot/src/os/linux/launcher \ -- Greg Lewis

Re: MAKE_JOBS and openjdk6

2010-08-28 Thread Greg Lewis
On Sun, Aug 29, 2010 at 12:44:39AM +0400, Anonymous wrote: Greg Lewis gle...@eyesbeyond.com writes: I would argue that overriding a private variable is a hack (other ports doing it doesn't make it not a hack). You could've spoke up in ports/148754 about your concern in order for portmgr

Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-05 Thread Greg Lewis
On Fri, Feb 05, 2010 at 09:27:49AM +0100, Dominic Fandrey wrote: Greg Lewis wrote: On Fri, Feb 05, 2010 at 07:48:37AM +1100, Peter Jeremy wrote: On 2010-Feb-04 01:19:33 +0100, Martin Wilke m...@freebsd.org wrote: The problem was that starting Firefox 3.6 with certain addons installed

Re: [CFT] Firefox 3.6 for FreeBSD

2010-02-04 Thread Greg Lewis
difficult. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : gle...@freebsd.org ___ freebsd-ports@freebsd.org mailing list

Re: Unable to build graphics/gd

2009-07-19 Thread Greg Lewis
libgd.so so the linker picks up libgd.so from /usr/local/lib and uses that, hence the failure above. I saw the same problem. So just a little variant on what you said. Its trying to do the right thing but just getting the ordering wrong. -- Greg Lewis Email : gle

Re: Re: java/jboss5 - buildable

2009-01-26 Thread Greg Lewis
/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : gle...@freebsd.org

Re: I can't ge jdk16 on AMD64 Current to compile, nor jdk15 that I need to build OpenOffice.

2008-07-12 Thread Greg Lewis
WITH_LINUX_BOOTSTRAP when compiling jdk15 or jdk16. -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : [EMAIL PROTECTED

Re: Issues with portmaster

2008-06-23 Thread Greg Lewis
portsmaster. From a partial reading of the email thread, it looks like the simplest thing to do is to just not set BUILD_DEPENDS if it finds an appropriately installed JDK. That way it will only set it if it can't find a bootstrap JDK and it needs one installed. -- Greg Lewis

Re: FreeBSD Port: jdk-1.5.0.13p7_4,1

2008-02-06 Thread Greg Lewis
/index.jsp as are the JDK sources http://download.java.net/tiger/archive/tiger_u13/index.html so what is unavailable? -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD

Re: Diablo on 7.0-BETA

2007-11-02 Thread Greg Lewis
install it via ports). NOT the game I'd rather add a dependency to COMPAT6x There already is one. -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : [EMAIL

Re: Diablo on 7.0-BETA

2007-11-02 Thread Greg Lewis
the error you get when you try to run an application? It should work if you have compat6x installed and the port already pulls in compat6x on 7.x. -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information

Re: FreeBSD-current cannot build java/jdk15

2007-09-24 Thread Greg Lewis
) = 6a5f7e16795f89e20f415b8748ee2c0b The build log can be found at: http://people.freebsd.org/~lioux/jdk15.log Looks like the gcc 4.2 optimiser bug. Try setting -fno-tree-vrp in your CFLAGS. Either that or hack the HotSpot compile to use -O0 rather than -O3. -- Greg Lewis

Re: /usr/ports/java/jdk14 doesn't build

2007-09-01 Thread Greg Lewis
fails at some point. Yes. The port is broken on 7.x - I need to mark it as so. Its C++ code isn't gcc 4.2 clean. Please try jdk15 or jdk16. -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information

Re: anyone able to build jboss4 on amd64?

2007-08-29 Thread Greg Lewis
On Wed, Aug 29, 2007 at 04:59:56PM -0400, Vivek Khera wrote: On Aug 29, 2007, at 4:44 PM, Greg Lewis wrote: I asked over on the java mailing list, but was greeted with complete silence. I know not much about java, but need jboss to run an application we are planning to use. What version

Re: Eclipse 3.2.2 on 7.0-CURRENT

2007-08-26 Thread Greg Lewis
the FreeBSD foundation hasn't built a release yet for 7-CURRENT (because it's not a real release yet). It should work with the compat6x port. FYI, the fact that 7.x hasn't had a release yet pretty much rules out doing a binary for it. -- Greg Lewis Email : [EMAIL

Re: Ports depending on FORBIDDEN ports

2007-07-21 Thread Greg Lewis
for running Java programs'. This appears to occasionally trap people who are looking for a current JRE and attempt to install java/jre. It and anything that depends on it should be removed. -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond

Re: need java

2006-09-07 Thread Greg Lewis
/listinfo/freebsd-ports To unsubscribe, send any mail to [EMAIL PROTECTED] -- Greg Lewis Email : [EMAIL PROTECTED] Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : [EMAIL PROTECTED