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 115311 - file-roller fails to build from CVS
file-roller fails to build from CVS
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.3.x
Other Linux
: Immediate major
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2003-06-16 20:13 UTC by Elijah Newren
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to file mode_t parse error in file-utils.h (313 bytes, patch)
2003-06-16 20:17 UTC, Elijah Newren
none Details | Review

Description Elijah Newren 2003-06-16 20:13:31 UTC
I have run into multiple problems building file-roller from CVS.  One is
that I also experience bug 101480.  The other two are the following:


Error #1--gcc fails with the following error:
In file included from bookmarks.c:29:
file-utils.h:55: parse error before "mode_t"

This can be fixed with a patch that I'll attach in a moment.


Error #2--gcc fails with the error:
fr-archive.c:41:22: fr-error.h: No such file or directory

I have no idea how to fix this error.  Neither 'fr-error.h' nor
'fr-error.c' appear to exist.  I just re-ran 'cvs -q update' and no files
were pulled in.
Comment 1 Elijah Newren 2003-06-16 20:17:20 UTC
Created attachment 17561 [details] [review]
Patch to file mode_t parse error in file-utils.h
Comment 2 Elijah Newren 2003-06-16 20:19:12 UTC
Adding PATCH & bugsquad keyword.  Setting priority to immediage (I
apologize if that's the wrong level--from the description at
http://bugzilla.gnome.org/bug_status.html#priority that said "This bug
blocks development or testing work", I believe this is the right
level.  Let me know if I was wrong.
Comment 3 Elijah Newren 2003-06-16 20:23:10 UTC
Ugh.  Sorry for all those typos.  I meant:
  s/Patch to file mode_t parse error/Patch to fix mode_t parse error/
  s/Setting priority to immediage/Setting priority to immediate/
  s/if I was wrong./if I was wrong.)/

...and sorry for the extra spam.  :}
Comment 4 Elijah Newren 2003-06-16 20:48:40 UTC
Okay, I decided to use the gnome-2-2 branch instead of CVS HEAD. 
gnome-2-2 is not affected by the second bug, but it is affected by the
first and still needs my patch to build (but with it, I need to make
no other changes to get it to build successfully).  Hope this helps...
Comment 5 Paolo Bacchilega 2003-06-17 17:03:08 UTC
fixed now, sorry for the inconvenience
Comment 6 Elijah Newren 2003-06-18 20:31:13 UTC
No worries--thanks for fixing this.  It looks like my patch for
file-utils.h didn't get applied to the gnome-2-2 branch, though.  Was
that an oversight, or is there policy stating that the branch should
change?
Comment 7 Paolo Bacchilega 2003-06-19 17:41:08 UTC
applied to the gnome-2-2 too.