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 404515 - pan-0.122.tar.bz2 build problems on x86 fedora core 6
pan-0.122.tar.bz2 build problems on x86 fedora core 6
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal normal
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2007-02-05 07:13 UTC by pteer
Modified: 2007-02-06 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description pteer 2007-02-05 07:13:05 UTC
for ./configure:

[...]
checking for xgettext... /usr/bin/xgettext
checking build system type... /bin/sh: ./config.guess: No such file or directory
configure: error: cannot guess build type; you must specify one
WORKAROUND: ./configure --build=i686-pc-linux

[...]
config.status: creating pan.iss
config.status: error: cannot find input file: pan.iss.in
WORKAROUND: copied pan.iss.in from pan-0.121.tar.bz2

[...]
config.status: creating po/Makefile.in
config.status: error: cannot find input file: po/Makefile.in.in
WORKAROUND: copied po/Makefile.in.in from pan-0.121.tar.bz2

[...]
config.status: executing po/stamp-it commands
sed: can't read ./po/POTFILES.in: No such file or directory
WORKAROUND: copied po/POTFILES.in from pan-0.121.tar.bz2

for make:
[...]
make[2]: Entering directory `/usr/local/tar/pan-0.122/po'
file=`echo am | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file am.po
make[2]: *** No rule to make target `ar.gmo', needed by `all-yes'.  Stop.
WORKAROUND: copied po/* from pan-0.121.tar.bz2

Then seemed to have built a runnable pan/gui/pan.
Comment 1 Charles Kerr 2007-02-06 06:47:48 UTC
Yep, I ran autoconf on a different machine than usual, one with some
fedora 7 test bits that apparently caused the trouble.  I'll go back
to using the stable machine when I roll 0.123. :/

Not sure how to mark this ticket, as it's not something to be changed
in the Pan code but rather where I build the release.  I suppose it
should be `assigned' until 0.123 `fixes' it simply by being released.
Comment 2 Charles Kerr 2007-02-06 15:16:19 UTC
I've confirmed that the po/Makefile in 0.123 is like 0.121's, not 0.122's.