* Failure to build policycoreutils from git
@ 2009-06-23 17:52 Manoj Srivastava
2009-06-23 19:06 ` Joshua Brindle
0 siblings, 1 reply; 4+ messages in thread
From: Manoj Srivastava @ 2009-06-23 17:52 UTC (permalink / raw)
To: selinux
Hi,
__> tar zvvfx /usr/local/src/selinux-dev-release/policycoreutils-2.0.64.tar.gz
__> cd policycoreutils-2.0.64
__> make
make[1]: Entering directory `/tmp/policycoreutils-2.0.64/setfiles'
cc -Werror -Wall -W -D_FILE_OFFSET_BITS=64 -I/usr/include -c -o setfiles.o setfiles.c
cc setfiles.o -lselinux -lsepol -L/usr/lib -o setfiles
…
cc setsebool.o -lsepol -lselinux -lsemanage -L/usr/lib -o setsebool
make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/setsebool'
make[1]: Entering directory `/tmp/policycoreutils-2.0.64/po'
make[1]: *** No rule to make target `../gui/booleansPage.py', needed by `policycoreutils.pot'. Stop.
make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/po'
make: *** [all] Error 1
Indeed, there is no policycoreutils-2.0.64/gui directory at
all. I think the pot file needs to be redone, without any extraneos
directories, or a means for generating the gui dir should be given.
Thanks,
manoj
--
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Failure to build policycoreutils from git
2009-06-23 17:52 Failure to build policycoreutils from git Manoj Srivastava
@ 2009-06-23 19:06 ` Joshua Brindle
2009-06-24 13:22 ` Daniel J Walsh
0 siblings, 1 reply; 4+ messages in thread
From: Joshua Brindle @ 2009-06-23 19:06 UTC (permalink / raw)
To: selinux
Manoj Srivastava wrote:
> Hi,
>
> __> tar zvvfx /usr/local/src/selinux-dev-release/policycoreutils-2.0.64.tar.gz
> __> cd policycoreutils-2.0.64
> __> make
> make[1]: Entering directory `/tmp/policycoreutils-2.0.64/setfiles'
> cc -Werror -Wall -W -D_FILE_OFFSET_BITS=64 -I/usr/include -c -o setfiles.o setfiles.c
> cc setfiles.o -lselinux -lsepol -L/usr/lib -o setfiles
>
> …
>
> cc setsebool.o -lsepol -lselinux -lsemanage -L/usr/lib -o setsebool
> make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/setsebool'
> make[1]: Entering directory `/tmp/policycoreutils-2.0.64/po'
> make[1]: *** No rule to make target `../gui/booleansPage.py', needed by `policycoreutils.pot'. Stop.
> make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/po'
> make: *** [all] Error 1
>
>
> Indeed, there is no policycoreutils-2.0.64/gui directory at
> all. I think the pot file needs to be redone, without any extraneos
> directories, or a means for generating the gui dir should be given.
>
> Thanks,
>
> manoj
Hrm, those entries were added to POTFILES last September and haven't seemed to
cause a problem. When I build I always build from the top of the repo and this
didn't happen at all but indeed when I built from the policycoreutils directory
it did.
I don't really know anything about POTFILES or generating it, the po patches
were pretty much accepted blindly, perhaps a mistake in hindsight.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Failure to build policycoreutils from git
2009-06-23 19:06 ` Joshua Brindle
@ 2009-06-24 13:22 ` Daniel J Walsh
2009-06-24 14:43 ` Joshua Brindle
0 siblings, 1 reply; 4+ messages in thread
From: Daniel J Walsh @ 2009-06-24 13:22 UTC (permalink / raw)
To: Joshua Brindle; +Cc: selinux
On 06/23/2009 03:06 PM, Joshua Brindle wrote:
> Manoj Srivastava wrote:
>> Hi,
>>
>> __> tar zvvfx
>> /usr/local/src/selinux-dev-release/policycoreutils-2.0.64.tar.gz
>> __> cd policycoreutils-2.0.64
>> __> make
>> make[1]: Entering directory `/tmp/policycoreutils-2.0.64/setfiles'
>> cc -Werror -Wall -W -D_FILE_OFFSET_BITS=64 -I/usr/include -c -o
>> setfiles.o setfiles.c
>> cc setfiles.o -lselinux -lsepol -L/usr/lib -o setfiles
>>
>> …
>>
>> cc setsebool.o -lsepol -lselinux -lsemanage -L/usr/lib -o setsebool
>> make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/setsebool'
>> make[1]: Entering directory `/tmp/policycoreutils-2.0.64/po'
>> make[1]: *** No rule to make target `../gui/booleansPage.py', needed
>> by `policycoreutils.pot'. Stop.
>> make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/po'
>> make: *** [all] Error 1
>>
>>
>> Indeed, there is no policycoreutils-2.0.64/gui directory at
>> all. I think the pot file needs to be redone, without any extraneos
>> directories, or a means for generating the gui dir should be given.
>>
>> Thanks,
>>
>> manoj
>
> Hrm, those entries were added to POTFILES last September and haven't
> seemed to cause a problem. When I build I always build from the top of
> the repo and this didn't happen at all but indeed when I built from the
> policycoreutils directory it did.
>
> I don't really know anything about POTFILES or generating it, the po
> patches were pretty much accepted blindly, perhaps a mistake in hindsight.
>
> --
> This message was distributed to subscribers of the selinux mailing list.
> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov
> with
> the words "unsubscribe selinux" without quotes as the message.
Yes you should remove the gui lines from the Makefile.* and probably
POTFILES.*
Some one is working on a system-config-selinux package to remove the gui
from policycoreutils and make it a separate package.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Failure to build policycoreutils from git
2009-06-24 13:22 ` Daniel J Walsh
@ 2009-06-24 14:43 ` Joshua Brindle
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Brindle @ 2009-06-24 14:43 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: selinux, Manoj Srivastava
Daniel J Walsh wrote:
> On 06/23/2009 03:06 PM, Joshua Brindle wrote:
>> Manoj Srivastava wrote:
>>> Hi,
>>>
>>> __> tar zvvfx
>>> /usr/local/src/selinux-dev-release/policycoreutils-2.0.64.tar.gz
>>> __> cd policycoreutils-2.0.64
>>> __> make
>>> make[1]: Entering directory `/tmp/policycoreutils-2.0.64/setfiles'
>>> cc -Werror -Wall -W -D_FILE_OFFSET_BITS=64 -I/usr/include -c -o
>>> setfiles.o setfiles.c
>>> cc setfiles.o -lselinux -lsepol -L/usr/lib -o setfiles
>>>
>>> …
>>>
>>> cc setsebool.o -lsepol -lselinux -lsemanage -L/usr/lib -o setsebool
>>> make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/setsebool'
>>> make[1]: Entering directory `/tmp/policycoreutils-2.0.64/po'
>>> make[1]: *** No rule to make target `../gui/booleansPage.py', needed
>>> by `policycoreutils.pot'. Stop.
>>> make[1]: Leaving directory `/tmp/policycoreutils-2.0.64/po'
>>> make: *** [all] Error 1
>>>
>>>
>>> Indeed, there is no policycoreutils-2.0.64/gui directory at
>>> all. I think the pot file needs to be redone, without any extraneos
>>> directories, or a means for generating the gui dir should be given.
>>>
>>> Thanks,
>>>
>>> manoj
>>
>> Hrm, those entries were added to POTFILES last September and haven't
>> seemed to cause a problem. When I build I always build from the top of
>> the repo and this didn't happen at all but indeed when I built from the
>> policycoreutils directory it did.
>>
>> I don't really know anything about POTFILES or generating it, the po
>> patches were pretty much accepted blindly, perhaps a mistake in
>> hindsight.
>>
>> --
>> This message was distributed to subscribers of the selinux mailing list.
>> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov
>> with
>> the words "unsubscribe selinux" without quotes as the message.
> Yes you should remove the gui lines from the Makefile.* and probably
> POTFILES.*
>
> Some one is working on a system-config-selinux package to remove the gui
> from policycoreutils and make it a separate package.
>
Ok, I removed the gui stuff from Makefile and POTFILES and regenerated the .po
files, commited as policycoreutils 2.0.65. Thanks for pointing this out.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-24 14:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 17:52 Failure to build policycoreutils from git Manoj Srivastava
2009-06-23 19:06 ` Joshua Brindle
2009-06-24 13:22 ` Daniel J Walsh
2009-06-24 14:43 ` Joshua Brindle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.