FS#14492 - openoffice base beta can't build with new gcc 4.4. so i attach a bugfix patch.

Attached to Project: Arch Linux
Opened by Hubert Star (hubert_star) - Wednesday, 29 April 2009, 10:42 GMT
Last edited by Allan McRae (Allan) - Sunday, 07 June 2009, 02:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

openoffice base beta can't build with new gcc 4.4. so i attach a bugfix patch.

Additional info:
* package version(s) OOO310m11


Steps to reproduce:

apply this patch.
This task depends upon

Closed by  Allan McRae (Allan)
Sunday, 07 June 2009, 02:21 GMT
Reason for closing:  Fixed
Comment by Juanma Hernandez (juanmah) - Tuesday, 05 May 2009, 08:38 GMT
I can confirm that when building amarok1

I did some patches including stdio.h but there are a lot.

wavproperties.cpp:95: error: 'fseek' was not declared in this scope
wavproperties.cpp:97: error: 'fread' was not declared in this scope
Comment by Juanma Hernandez (juanmah) - Thursday, 07 May 2009, 08:43 GMT
Because this bug affect more than one package, I propose to change topic to:

#include <stdio.h> bug in new gcc 4.4

Move to category Packages: Core

Change severity to more than Low

Change priority to more than Normal
Comment by Andreas Radke (AndyRTR) - Thursday, 07 May 2009, 15:09 GMT
no. please one bug per package. this one is mine :D
Comment by Juanma Hernandez (juanmah) - Thursday, 07 May 2009, 19:05 GMT
My treasure.... :) My big and mighty treasure :D

Ok. But, then there will be a lot of bugs. I rather mean that this is not a openoffice's bug (or whatelsemore's), but a gcc one.
Comment by Jan de Groot (JGC) - Saturday, 06 June 2009, 21:26 GMT
This is not a gcc or glibc bug. The fact that many pieces of software use C functions they assume are available by default doesn't mean the compiler is wrong when these functions don't exist anymore in a future version without including the required files.

Loading...