public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cyginw64 ioperm package
@ 2013-06-17 18:36 Balaji Venkataraman
  2013-06-17 19:43 ` marco atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Balaji Venkataraman @ 2013-06-17 18:36 UTC (permalink / raw)
  To: cygwin

I don't see the ioperm package in Cygwin64, unless I'm not looking in
the right place. Any ideas on if/when it might become available?
Thanks.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cyginw64 ioperm package
  2013-06-17 18:36 cyginw64 ioperm package Balaji Venkataraman
@ 2013-06-17 19:43 ` marco atzeri
  2013-06-18  0:54   ` Balaji Venkataraman
  0 siblings, 1 reply; 5+ messages in thread
From: marco atzeri @ 2013-06-17 19:43 UTC (permalink / raw)
  To: cygwin

Il 6/17/2013 8:23 PM, Balaji Venkataraman ha scritto:
> I don't see the ioperm package in Cygwin64, unless I'm not looking in
> the right place. Any ideas on if/when it might become available?
> Thanks.
>

as the 32 bit package is orphaned, we need a volunteer to take over.
Are you interested ?

Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cyginw64 ioperm package
  2013-06-17 19:43 ` marco atzeri
@ 2013-06-18  0:54   ` Balaji Venkataraman
  2013-06-18  3:37     ` marco atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Balaji Venkataraman @ 2013-06-18  0:54 UTC (permalink / raw)
  To: cygwin

On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri <marco.atzeri@gmail.com> wrote:

> as the 32 bit package is orphaned, we need a volunteer to take over.
> Are you interested ?

I'm new to maintaining a Cygwin package but sure, I'd like to give it
a shot. Is there more info besides this: http://cygwin.com/setup.html.
Would appreciate any more pointers. Thanks.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cyginw64 ioperm package
  2013-06-18  0:54   ` Balaji Venkataraman
@ 2013-06-18  3:37     ` marco atzeri
  2013-07-09 10:12       ` Balaji Venkataraman
  0 siblings, 1 reply; 5+ messages in thread
From: marco atzeri @ 2013-06-18  3:37 UTC (permalink / raw)
  To: cygwin

Il 6/18/2013 2:19 AM, Balaji Venkataraman ha scritto:
> On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri  wrote:
>
>> as the 32 bit package is orphaned, we need a volunteer to take over.
>> Are you interested ?
>
> I'm new to maintaining a Cygwin package but sure, I'd like to give it
> a shot. Is there more info besides this: http://cygwin.com/setup.html.
> Would appreciate any more pointers. Thanks.
>

that is the base, but a bit outdated on packaging details.
Install cygport and read the documentation for effective package 
construction.

A lot of pratical example are here
http://cygwin-ports.git.sourceforge.net/git/gitweb-index.cgi



Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cyginw64 ioperm package
  2013-06-18  3:37     ` marco atzeri
@ 2013-07-09 10:12       ` Balaji Venkataraman
  0 siblings, 0 replies; 5+ messages in thread
From: Balaji Venkataraman @ 2013-07-09 10:12 UTC (permalink / raw)
  To: Cygwin

>> On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri  wrote:
>>
>>
>>> as the 32 bit package is orphaned, we need a volunteer to take over.

I tried building the 32bit version of ioperm on Windows 7 x64 and
after getting past a few initial hurdles, make fails as below:

Making all in admin
make[1]: Entering directory `/usr/src/ioperm-0.4/admin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/ioperm-0.4/admin'
Making all in driver
make[1]: Entering directory `/usr/src/ioperm-0.4/driver'
gcc -Wall -I/usr/include/w32api/ddk -c ./ioperm.c -o ioperm.o
./ioperm.c:48:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘Ke386IoSetAccessProcess’
./ioperm.c:49:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘Ke386QueryIoAccessMap’
./ioperm.c:50:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘Ke386SetIoAccessMap’
./ioperm.c:53:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘ioperm_unload’
./ioperm.c:63:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘ioperm_dispatch_create’
./ioperm.c:77:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘ioperm_dispatch_device_control’
./ioperm.c:182:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘DriverEntry’
Makefile:341: recipe for target `ioperm.o' failed
make[1]: *** [ioperm.o] Error 1
make[1]: Leaving directory `/usr/src/ioperm-0.4/driver'
Makefile:238: recipe for target `all-recursive' failed
make: *** [all-recursive] Error 1

I found a few relevant threads[1,2], which did give me some background
but I'm still fairly lost. This[3] had me further puzzled. Having no
background with ddk or Windows drivers etc., I would appreciate any
pointers from the more knowledgeable folks out there.

Thanks,
Balaji

[1] http://cygwin.com/ml/cygwin/2013-04/msg00116.html
[2] http://cygwin.com/ml/cygwin/2011-08/msg00330.html
[3] https://groups.google.com/forum/#!topic/microsoft.public.windows.64bit.general/wkAETs4zidw

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-09  5:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-17 18:36 cyginw64 ioperm package Balaji Venkataraman
2013-06-17 19:43 ` marco atzeri
2013-06-18  0:54   ` Balaji Venkataraman
2013-06-18  3:37     ` marco atzeri
2013-07-09 10:12       ` Balaji Venkataraman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).