philippelatulippe / gitso

Automatically exported from code.google.com/p/gitso
1 stars 0 forks source link

wrong permissions in the ubuntu package for gitso #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install gitso
2. ls -l /usr/bin/gitso
3.

What is the expected output? What do you see instead?
All files in the package are owned by the user with uid 1000 or gerberad,
and permissions are wrong.

What version of the product are you using? On what operating system?
Ubuntu version downloaded from
http://gitso.googlecode.com/files/gitso_0.6_all.deb

Please provide any additional information below.

The problem is probably solved by using fakeroot to build the package and
making all files and directories readable for others before building.

Wouter

Original issue reported on code.google.com by beheer%1...@gtempaccount.com on 9 Mar 2010 at 12:58

GoogleCodeExporter commented 8 years ago
Great info! tinyapps had commented on this on issue 40, but I didn't know that 
the
owner was 1000/gerberad. That definitely needs to be fixed!!

Thanks for the extra info.

Aaron-

Original comment by gerbe...@gmail.com on 10 Mar 2010 at 2:14

GoogleCodeExporter commented 8 years ago
gerberad - once this is fixed, may I suggest pushing this through the Ubuntu
packaging approval process and get it included in the Debian/Ubuntu 
repositories? It
would open up usage to a much larger audience.

FYI:
https://bugs.launchpad.net/ubuntu/+bug/319444
https://wiki.ubuntu.com/PackagingGuide

Original comment by ander...@gmail.com on 17 Mar 2010 at 4:14

GoogleCodeExporter commented 8 years ago
That's a great recommendation. I'll add it on the Roadmap.

Original comment by gerbe...@gmail.com on 22 Mar 2010 at 5:21

GoogleCodeExporter commented 8 years ago
NB I downloaded and installed gitso 0.6 again yesterday and whilst the files in 
/usr/share/gitso were owned by me, the permissions of the icon files were rw 
for me only, not readable for other users on the system = they could not see 
the gitso icon in their menus and the program gave an error when starting. 

Suggest there is still a permissions issue with the 0.6 ubuntu package 
available on Google Code?

Original comment by ander...@gmail.com on 11 Nov 2010 at 11:12

GoogleCodeExporter commented 8 years ago
There still seems to be a problem with the package.
Sorry I am a bit "nooby" but have not seen this sort of warning before.
See attached
(Installing on Natty Narwha)

Cheers

Original comment by burtonsc...@gmail.com on 23 Jul 2011 at 4:40

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There are 2 things to correct for the Debian/Ubuntu version:

1. make all files world readable (chmod +r)
2. build the package under fakeroot (fakeroot /bin/bash, then makegitso.sh)

A corrected package is attached.

Original comment by dieselgu...@gmail.com on 12 Feb 2012 at 8:37

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the tips about building the deb!

Original comment by gerbe...@gmail.com on 13 Feb 2012 at 5:14

GoogleCodeExporter commented 8 years ago
r154 / gitso 0.6.2 should fix this issue.

Original comment by herr.bi...@gmail.com on 27 Sep 2012 at 1:39