[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian pure-amd64 and sun-java (1.5.0 04)



 Le 01 July vers 14:53, Cyril Chaboisseau écrivait:
> I've just tried to build 1.5.0 update 4 JDK
>                                ^^^^^^^^
> so I download the appropriate file and used make-jpkg but it failed

I've just tried again and it worked !

what I did is to export the DEB_BUILD_GNU_TYPE variable instead of doing
everything in one command line

so

$ DEB_BUILD_GNU_TYPE=x86_64-linux fakeroot make-jpkg jdk-1_5_0_04-linux-amd64.bin

fails while

$ export DEB_BUILD_GNU_TYPE=x86_64-linux
$ fakeroot make-jpkg jdk-1_5_0_04-linux-amd64.bin

works fine

my 2 cents

-- 
	Cyril Chaboisseau



Reply to: