Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286739 - app-arch/unzip doesn't merge on interix3
Summary: app-arch/unzip doesn't merge on interix3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Interix
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 09:49 UTC by Sergey Kishchenko
Modified: 2009-09-29 11:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Additional define for interix3 (unzip-6.0-r1.ebuild.patch,583 bytes, text/plain)
2009-09-28 09:49 UTC, Sergey Kishchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Kishchenko 2009-09-28 09:49:21 UTC
i586-pc-interix3.5-gcc  -o unzip  -Lbzip2 unzip.o crc32.o  crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o ubz2err.o unreduce.o unshrink.o zipinfo.o unix.o -lbz2 
unix.o(.text+0x1b9e):unix.c: undefined reference to `_lchmod'
collect2: ld returned 1 exit status

Patch below fixed the issue for me
Comment 1 Sergey Kishchenko 2009-09-28 09:49:42 UTC
Created attachment 205450 [details]
Additional define for interix3
Comment 2 Markus Duft (RETIRED) gentoo-dev 2009-09-28 12:17:50 UTC
thanks for the patch, and well done. the only thing i changed is, that i used append-cppflags to match what the other archs do in there, thus interix3 now has a append-flags -DUNIX and a append-cppflags -DNO_LCHMOD.

could you try whether this works?
Comment 3 Sergey Kishchenko 2009-09-29 11:46:56 UTC
> could you try whether this works?
Works fine