Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Changes in archive-products or dependencies?

upgrade to 0.16.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=368089

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Benjamin Schwertfeger
Sent: Dienstag, 5. März 2013 13:19
To: Tycho user list
Subject: [tycho-user] Changes in archive-products or dependencies?

Hi there,
I have a problem with executable bits again. The build is done on MacOsX or linux and the product is build correctly in the target/products folder. After compressing the archives for linux and macos the executables are no more executable. We are using Tycho 0.14.1 but I tried with 0.17.0-SNAPSHOT also. The build from friday (1.3.2013) was working.

The product folder contains
-rwxr-xr-x  1 Schwertfeger  staff  25072 Mar  5 12:59 ./target/products/yrt-product/macosx/cocoa/x86_64/MyProduct/MyProduct.app/Contents/MacOS/MyProduct
but the archive the bit is lost:
tar -vztf ./target/products/MyProduct-SNAPSHOT-*-macosx.*_64.tar.gz --options mtree:flags |grep YRT/YRT
-rw-r--r--  0 0            0       25072 Mar  5 12:59 MyProduct/MyProduct.app/Contents/MacOS/MyProduct

I found a Bug[0] for this symptoms which says setting the LANG should help, but setting LC_ALL and LANG does not change anything.

Do you know some changes, which could lead to this behavior?

Regards,

Benjamin


[0] https://bugs.eclipse.org/bugs/show_bug.cgi?id=368089
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top