Bug 40444 - graphics/libfpx won't build (on Alpha ??)
Summary: graphics/libfpx won't build (on Alpha ??)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-11 06:50 UTC by Jan Lentfer
Modified: 2002-11-08 13:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lentfer 2002-07-11 06:50:01 UTC
graphics/libfpx doesn't build. ImageMagick depends on this.

jan-alpha# make all
===>  Building for libfpx-1.2.0.4
Warning: Object directory not changed from original /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4
c++  -O -pipe -mcpu=ev56 -fno-rtti -fno-exceptions -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h -I/usr/ports/graphics/libfpx
/work/libfpx-1.2.0.4/jpeg -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics -
I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless -I/usr/ports/graphics/li
bfpx/work/libfpx-1.2.0.4/fpx -I/usr/local/include -D_UNIX -c /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp -o b_str
ing.o
c++ -fpic -DPIC  -O -pipe -mcpu=ev56 -fno-rtti -fno-exceptions -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless/h -I/usr/ports/gra
phics/libfpx/work/libfpx-1.2.0.4/jpeg -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ole -I/usr/ports/graphics/libfpx/work/libfpx-1.2.
0.4/basics -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/ri_image -I/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/oless -I/usr/ports
/graphics/libfpx/work/libfpx-1.2.0.4/fpx -I/usr/local/include -D_UNIX -c /usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.
cpp -o b_string.So
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp: In method `void Chaine::Pla)':
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp:347: invalid operands `const -'
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp:352: passing `int8 *' as arg changes signedness
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp: In method `void Chaine::Pla)':
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp:347: invalid operands `const -'
/usr/ports/graphics/libfpx/work/libfpx-1.2.0.4/basics/b_string.cpp:352: passing `int8 *' as arg changes signedness
*** Error code 1
*** Error code 1
2 errors
*** Error code 2

Stop in /usr/ports/graphics/libfpx.

How-To-Repeat: cd /usr/ports/graphics/libfpx
make all
Comment 1 Maxim Maximov 2002-07-18 17:28:57 UTC
Yes, this is Alpha problem only. It builds ok on i386.

-- 
Maxim Maximov
System Administrator
AGAVA Software (http://www.agava.com)
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2002-07-23 04:45:44 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports

libfpx is in ports.
Comment 3 Mikhail Teterin freebsd_committer freebsd_triage 2002-11-08 13:45:05 UTC
State Changed
From-To: open->closed

The newly added patch should fix the compilation problems. However, 
no testing was done of the correctness of the resulting library. 

Please, test if possible. Thank you! 

-mi