After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632824 - gnome-shell-build-setup.sh: autopoint is a separate package on newer Debian/Ubuntu
gnome-shell-build-setup.sh: autopoint is a separate package on newer Debian/U...
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 634364 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-10-21 19:50 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2010-11-15 13:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this. (732 bytes, patch)
2010-10-21 19:51 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
Use apt-cache show to fix it. (1.24 KB, application/octet-stream)
2010-11-15 02:24 UTC, Jasper St. Pierre (not reading bugmail)
  Details
Use apt-cache show to fix it. (2.61 KB, patch)
2010-11-15 02:26 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review
Use apt-cache show to fix it. (2.81 KB, patch)
2010-11-15 02:28 UTC, Jasper St. Pierre (not reading bugmail)
needs-work Details | Review
gnome-shell-build-setup.sh: Conditionally check for autopoint on Debian/Ubuntu. (2.89 KB, patch)
2010-11-15 13:18 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2010-10-21 19:50:54 UTC
Debian (and by extension, Ubuntu) recently split autopoint
into its own package from gettext.
Comment 1 Jasper St. Pierre (not reading bugmail) 2010-10-21 19:51:22 UTC
Created attachment 172954 [details] [review]
Patch to fix this.
Comment 2 Owen Taylor 2010-11-09 16:58:34 UTC
*** Bug 634364 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2010-11-09 17:00:30 UTC
This is blocking on figuring out when autopoint was split out in version terms,
and if it was recent adding conditionality.
Comment 4 Milan Bouchet-Valat 2010-11-09 17:03:56 UTC
autopoint has been a separate package in Debian since Squeeze (testing), and in Ubuntu since Maverick (10.10). So we need something separate to support Ubuntu Lucid (10.04) at least - or drop support for Lucid in the script, but...
Comment 5 Owen Taylor 2010-11-15 00:44:59 UTC
Is Debian at a point where all people with an interest in new stuff are using testing and stable is for servers only? Or are we likely to encounter people compiling GNOME Shell with stable? What version of GNOME is in stable?

For Ubuntu, I don't mind just updating our requirement to 10.10 to simplify - I get the impression that people upgrade pretty quickly after releases.
Comment 6 Jasper St. Pierre (not reading bugmail) 2010-11-15 02:24:47 UTC
Created attachment 174480 [details]
Use apt-cache show to fix it.

Looks like apt-cache show will return a code of 100 if it can't find the package.
Comment 7 Jasper St. Pierre (not reading bugmail) 2010-11-15 02:26:31 UTC
Created attachment 174481 [details] [review]
Use apt-cache show to fix it.

Whoops, uploaded the wrong patch.
Comment 8 Jasper St. Pierre (not reading bugmail) 2010-11-15 02:28:23 UTC
Created attachment 174482 [details] [review]
Use apt-cache show to fix it.

Uploaded the wrong patch *again*.
Comment 9 Owen Taylor 2010-11-15 13:08:31 UTC
Review of attachment 174482 [details] [review]:

Looks good except for the subject and body of commit message. Subject should be something like:

 gnome-shell-build-setup.sh: conditionally check for autopoint on Debian/Ubuntu

Then the body should describe why we need a conditional check.
Comment 10 Jasper St. Pierre (not reading bugmail) 2010-11-15 13:18:39 UTC
Created attachment 174507 [details] [review]
gnome-shell-build-setup.sh: Conditionally check for autopoint on Debian/Ubuntu.
Comment 11 Owen Taylor 2010-11-15 13:50:20 UTC
Attachment 174507 [details] pushed as f6e9ae3 - gnome-shell-build-setup.sh: Conditionally check for autopoint on Debian/Ubuntu.