Opened 7 years ago

Closed 6 years ago

#9759 closed defect (fixed)

sshfs will not build on i686

Reported by: Douglas R. Reno Owned by: Cheyenne McNutt
Priority: low Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

It complains about a integer error.

Look into this further.

Change History (6)

comment:1 by Douglas R. Reno, 7 years ago

Owner: changed from blfs-book@… to Douglas R. Reno
Status: newassigned

comment:2 by Cheyenne McNutt, 7 years ago

Owner: changed from Douglas R. Reno to Cheyenne McNutt
Status: assignednew

comment:3 by Cheyenne McNutt, 7 years ago

Status: newassigned

Permission from Douglas to take this one.

comment:4 by Douglas R. Reno, 6 years ago

Priority: normallow

Priority to low to take it out of the update queue.

comment:5 by Douglas R. Reno, 6 years ago

Add the following to get it to build:

if [ $(uname -m) == "i686" ]; then export CFLAGS+="-D_FILE_OFFSET_BITS=64"; fi

comment:6 by Cheyenne McNutt, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r19471.

Note: See TracTickets for help on using tickets.