#18397 closed bug (not reproducible)

Build system tries to download GCC 5

Reported by: khallebal Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

Tested only on 32 bit so far, tried with both ../configure --target-arch x86_gcc2 --target-arch x86 and ../configure --target-arch x86 i keep getting

...failed DownloadLocatedFile1 generated/download/gcc_syslibs_devel-5.4.0_2016_06_04-4-x86.hpkg ...
...removing generated/download/gcc_syslibs_devel-5.4.0_2016_06_04-4-x86.hpkg

BUILD FAILURE:
...failed updating 1 target(s)...
...skipped 3 target(s)...

Change History (3)

comment:1 by pulkomandy, 13 months ago

Keywords: gcc_syslibs_devel- removed

../configure --target-arch x86 (on its own) is currently not supported, x86 can only be a secondary architecture. The files for x86 as a primary architecture have been kept around and date back to the gcc5 days, so that explains that part.

I'm not sure why ../configure --target-arch x86_gcc2 --target-arch x86 wouldn't work. Did you try this from an empty directory? (not pre-configured by an attempt to run an x86-only build)? Are you sure the error message was the same?

What system are you building from? Haiku or Linux?

(also, please don't put random things in the "keywords" field, this field is reserved for filtering tickets by special queries)

in reply to:  1 comment:2 by khallebal, 13 months ago

Replying to pulkomandy:

Did you try this from an empty directory? (not pre-configured by an attempt to run an x86-only build)?

I just tried again with a clean clone and the error has gone away, it seems i tried first with the seconday arch and the leftovers prevented the second attempt, sorry for the disturbance.

comment:3 by waddlesplash, 13 months ago

Resolution: not reproducible
Status: newclosed
Note: See TracTickets for help on using tickets.