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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to