FS#20249 - GCC 4.5.0-6 fails to builds via abs

Attached to Project: Arch Linux
Opened by robb seaton (rps) - Wednesday, 21 July 2010, 17:06 GMT
Last edited by Allan McRae (Allan) - Thursday, 22 July 2010, 10:02 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Makepkg fails to build GCC 4.5.0-6 from abs because it cannot retrieve ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.20100312.tar.bz2. The package does not currently exist on the GNU project's server. http://gcc.gnu.org/ml/libstdc++/2010-07/msg00044.html proposes changing the way that libstdc++ documentation is generated, which leads me to believe that libstdc++-man.20100312.tar.bz2 has been deprecated by libstdc++-api.20100719.man.tar.bz2. I have attached a patch that updates the PKGBUILD to reflect this change.


Additional info:
* GCC 4.5.0-6, libstdc++-man.20100312

The error:
<code>
-> Downloading libstdc++-man.20100312.tar.bz2...
--2010-07-21 10:22:39-- ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.20100312.tar.bz2
=> “libstdc++-man.20100312.tar.bz2.part”
Resolving gcc.gnu.org... 209.132.180.131
Connecting to gcc.gnu.org|209.132.180.131|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /pub/gcc/libstdc++/doxygen ... done.
==> SIZE libstdc++-man.20100312.tar.bz2 ... done.
==> PASV ... done. ==> RETR libstdc++-man.20100312.tar.bz2 ...
No such file “libstdc++-man.20100312.tar.bz2”.

==> ERROR: Failure while downloading libstdc++-man.20100312.tar.bz2
Aborting...
</code>

Steps to reproduce:
- Clone abs.
- Copy GCC folder from Core.
- Run makepkg.
This task depends upon

Closed by  Allan McRae (Allan)
Thursday, 22 July 2010, 10:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  gcc-4.5.0-7 in [testing]
Comment by robb seaton (rps) - Wednesday, 21 July 2010, 18:03 GMT
Slight change to patch, original contains an incorrect path for the man pages.

Loading...