Opened 12 years ago
Closed 11 years ago
#35345 closed defect (fixed)
libgsasl: error: conflicting types for 'gl_int_fast8_t'
Reported by: | surtin@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | bwalle (Bernhard Walle), admsimat@…, tkren@…, mtughan@…, neverpanic (Clemens Lang), rcobbe, jacob+macports@…, akimd (Akim Demaille), ecbrown (Eric Brown) | |
Port: | libgsasl |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
When trying to port msmtp, libgsasl fails giving an error, preventing the installation of msmtp.
Fails with:
---> Computing dependencies for libgsasl ---> Fetching archive for libgsasl ---> Attempting to fetch libgsasl-1.6.1_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/libgsasl ---> Fetching distfiles for libgsasl ---> Verifying checksum(s) for libgsasl ---> Extracting libgsasl ---> Configuring libgsasl ---> Building libgsasl Error: org.macports.build for port libgsasl returned: command execution failed Please see the log file for port libgsasl for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_libgsasl/libgsasl/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port libgsasl failed
Attachments (2)
Change History (19)
Changed 12 years ago by surtin@…
Attachment: | libgsasl.txt added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | mountainlion added; libgsasl msmtp removed |
Owner: | changed from macports-tickets@… to ryandesign@… |
Priority: | Not set → Normal |
comment:3 Changed 12 years ago by admsimat@…
A very clean solution is to use 1.8.0. Unless you need libgsasl 1.6.1 for other purposes, you can tell macports to download the latest release. In my experience, the compilation goes smoothly with 1.8.0.
Changed 12 years ago by admsimat@…
comment:6 Changed 12 years ago by admsimat@…
Replying to adamwalsh14@…:
Where can I find libgsasl 1.8.0?
You can find my Portfile among the attachments. As you can see, I just changed the version and the checksum.
comment:7 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
The reason I have not yet updated libgsasl to version 1.8.0 is that this changes the library version number, which means that every other port that links with libgsasl needs a revbump to force a rebuild. Identifying and then updating those other ports is a bit more work than just updating the version and checksums of a single port.
comment:10 Changed 12 years ago by neverpanic (Clemens Lang)
Cc: | cal@… added |
---|
Ryan, any progress on this?
comment:12 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | mountainlion removed |
---|---|
Status: | new → assigned |
Summary: | libgsasl fails on mountain lion → libgsasl: error: conflicting types for 'gl_int_fast8_t' |
Has duplicate #36592 which shows a similar error occurs on Lion.
comment:13 Changed 12 years ago by rcobbe
Another data point: the attached Portfile works fine on Lion (10.7.5, XCode 4.5.1).
comment:17 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The port was updated to 1.8.0 awhile ago; see #37461.
main.log for libgsasl failure under Mounttain Lion