View Issue Details

IDProjectCategoryView StatusLast Update
0001201Ecere SDKinstallerpublic2018-09-06 18:40
Reporterubuntourist Assigned Tojerome  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
PlatformIntel Core i7 (64-bit)OSArch LinuxOS Version(up-to-date)
Product Version0.44.15 
Summary0001201: AUR PKGBUILD fails
Description(I will post to AUR as well.)

$ makepkg -si

fails. Log and PKGBUILD files attached.
Steps To Reproduce$ git clone https://aur.archlinux.org/ecere-sdk.git
$ cd ecere-sdk
$ makepkg -si

(Also fails using alternative package)
$ git clone https://aur.archlinux.org/ecere-sdk-git.git
TagsNo tags attached.

Activities

ubuntourist

2018-08-26 23:34

reporter  

ecere-bug.tbz (2,171 bytes)

ubuntourist

2018-08-27 00:23

reporter   ~0001484

Never mind. I must have done something wrong several times yesterday. Today, the alternate package listed above appears to have installed. Sorry for the confusion.

jerome

2018-08-27 03:19

administrator   ~0001485

Last edited: 2018-08-27 03:24

View 2 revisions

Thanks for the report ubuntourist!
I glanced at the log and those HTTPFile errors look familiar.
I see that the build recipe uses ENABLE_SSL=y, but it does not list OpenSSL as a dependency. Perhaps you had first tried to build, encountered a failure, then installed OpenSSL, then tried again without first doing a 'make clean' and got this?
And then on a brand new day you started from a make clean... That's my theory anyways.
I think the recipe should be fixed to depend on SSL if it is built with ENABLE_SSL=y.

Note that the 'alternative' package (ecere-sdk-git) you mentioned is extremely old (0.44.11) and shouldn't even be there.

The ecere-sdk one is using the latest official release (0.44.15) but that is also dated, and until a new release comes out it would probably be best to refer to 'master' which contains fixes and would avoid those _Float128 warnings, among other numerous fixes & improvements.

jerome

2018-09-06 18:40

administrator   ~0001486

the issue was with the old version; the latest master is fine and the next stable release will be fine as well.

Issue History

Date Modified Username Field Change
2018-08-26 23:34 ubuntourist New Issue
2018-08-26 23:34 ubuntourist File Added: ecere-bug.tbz
2018-08-27 00:23 ubuntourist Note Added: 0001484
2018-08-27 03:19 jerome Note Added: 0001485
2018-08-27 03:24 jerome Note Edited: 0001485 View Revisions
2018-09-06 18:40 jerome Note Added: 0001486
2018-09-06 18:40 jerome Status new => closed
2018-09-06 18:40 jerome Assigned To => jerome
2018-09-06 18:40 jerome Resolution open => no change required