HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Available Reports
  • Custom Query

Custom Query (688 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 688)

1 2 3 4 5 6 7 8 9 10 11 →
Ticket Resolution Summary Owner Reporter
#671 wontfix Unable to build celestia michaelvoliveira Giova84

Reported by Giova84, 3 years ago.

Description

On Haiku (Alpha 4.1) i am unable to build Celestia using Haikuporter.

In terminal: "haikuporter -i Celestia"

after a while i got: ' returned non-zero exit status 1

The reason is: configure: error: zlib not found.

But zlib is present on my system. So i have removed zlib references from configure.in but after that i got another error: GL library was not found but, again, this component is present on my system. Then i have found that i have to set gcc to gcc2 using setgcc gcc2:

But then, again, i have to modify the file basictypes.h, due to the fact that Celestia was searching for "limits" instead of "limits.h".. But after this fix, after "make" i got a batch of errors: /boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil/formatnum.cpp: In function `class ostream & operator <<(ostream &, const FormattedNumber? &)': /boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil/formatnum.cpp:64: implicit declaration of function `int localeconv(...)' /boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil/formatnum.cpp:64: base operand of `->' is not a pointer /boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil/formatnum.cpp:65: base operand of `->' is not a pointer /boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil/formatnum.cpp:66: base operand of `->' is not a pointer /boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil/formatnum.cpp:111: implicit declaration of function `int isdigit(...)' make[3]: * [formatnum.o] Error 1 make[3]: Leaving directory `/boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src/celutil' make[2]: * [all-recursive] Error 1 make[2]: Leaving directory `/boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0/src' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/boot/common/develop/haikuports/sci-astronomy/celestia/work/celestia-1.6.0' make: * [all] Error 2

#496 invalid error while "make" with libtiff michaelvoliveira Rasmi Teja

Reported by Rasmi Teja, 4 years ago.

Description

Hi I am using uniz based solaris sparc machine. I need to install tiff delegate. I am getting following error while when issued the command make

bash-2.05$ sudo make Password: Making all in port make[1]: Entering directory `/home/tiff-3.9.4/port' /bin/bash ../libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libtiff     -g -O2 -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.c libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libtiff -g -O2 -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c  -fPIC -DPIC -o .libs/dummy.o libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libtiff -g -O2 -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -o dummy.o >/dev/null 2>&1 mv -f .deps/dummy.Tpo .deps/dummy.Plo /bin/bash ../libtool  --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -Wall -W   -o libport.la  dummy.lo  -lz -lm -lc libtool: link: false cru .libs/libport.a .libs/dummy.o make[1]: * [libport.la] Error 1 make[1]: Leaving directory `/home/tiff-3.9.4/port' make: * [all-recursive] Error 1 bash-2.05$

Please do help.

#166 worksforme [libmad] make install doesn't work when sources' path contains a whitespace scottmc adek336

Reported by adek336, 6 years ago.

Description

To reproduce:
get libmad sources to "/boot/home/this is libmad" follow build steps; make install;

make install fails.

1 2 3 4 5 6 7 8 9 10 11 →
Note: See TracQuery for help on using queries.

Download in other formats:

  • RSS Feed
  • Comma-delimited Text
  • Tab-delimited Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/