Bug 459 - libgtk2 autoreconf
Summary: libgtk2 autoreconf
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-14 13:39 UTC by Lionel Landwerlin
Modified: 2010-02-21 10:46 UTC (History)
1 user (show)

See Also:
Host: x86-64
Target: SH4
Build:


Attachments
libgtk2 autoreconf fixes (4.72 KB, patch)
2009-07-14 13:40 UTC, Lionel Landwerlin
Details
Disable test directory in Makefile.am (1.31 KB, patch)
2009-08-09 00:37 UTC, Lionel Landwerlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lionel Landwerlin 2009-07-14 13:39:21 UTC
Hi,

currently it's not possible to reconfigure the libgtk2 packge.
There is 2 problems :
 1) gtk-doc m4 macros are missing
 2) the tests directory which is disabled by the libgtk2-2.12.6-no-tests.patch patch is not disabled anymore after reconfiguration.

Please find a patch that fixes both issues as attachment.

Regards,

Lionel
Comment 1 Lionel Landwerlin 2009-07-14 13:40:00 UTC
Created attachment 467 [details]
libgtk2 autoreconf fixes
Comment 2 Thomas Petazzoni 2009-08-08 22:53:37 UTC
To solve the gtk-doc.m4 problem, what do you think of http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=gtk-doc-m4-fix&id=b53a6096e4ea53517c7de5f711f381333bd6ac11 ?
Comment 3 Lionel Landwerlin 2009-08-09 00:37:03 UTC
(In reply to comment #2)
> To solve the gtk-doc.m4 problem, what do you think of
> http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=gtk-doc-m4-fix&id=b53a6096e4ea53517c7de5f711f381333bd6ac11
> ?
> 

Good job !

It's going to fix most of the problems I had building my rootfs.

Please find another patch to fix the other issue when autoreconfiguring gtk+ (test directory must be disabled).
Comment 4 Lionel Landwerlin 2009-08-09 00:37:49 UTC
Created attachment 583 [details]
Disable test directory in Makefile.am
Comment 5 Will Newton 2009-08-25 12:12:26 UTC
(In reply to comment #2)
> To solve the gtk-doc.m4 problem, what do you think of
> http://git.buildroot.net/~tpetazzoni/git/buildroot/commit/?h=gtk-doc-m4-fix&id=b53a6096e4ea53517c7de5f711f381333bd6ac11
> ?
> 

Hi Thomas,

Do you plan on pushing this change?
Comment 6 Thomas Petazzoni 2010-02-21 10:46:15 UTC
Both patches have been merged:

5b5cf3bf3630352e8c24f9185d7795ec0f503cb4 for the test directory removal
61f677cb060732316b41f072210986e97ae9379f for the gtk-doc.m4 thing