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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 3 and Version 4 of net-print/cups/1.4.1/1


Ignore:
Timestamp:
09/13/09 01:38:23 (6 years ago)
Author:
plfiorini
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • net-print/cups/1.4.1/1

    v3 v4  
    55{{{ 
    66tar xjf cups-1.4.1-source.tar.bz2 
    7 wget ... 
     7svn export http://ports.haiku-files.org/svn/haikuports/trunk/net-print/cups/cups-1.4.1.diff 
     8patch -p0 -i cups-1.4.1.diff 
    89cd cups-1.4.1 
     10aclocal 
     11automake 
     12autoconf 
    913}}} 
    1014 
    … …  
    2125make install 
    2226}}} 
     27 
     28== Problems == 
     29 
     30Unfortunately this port is not complete, building with gcc4 gives the following error: 
     31 
     32{{{ 
     33Linking libcups.so.2... 
     34/boot/develop/abi/x86/gcc4/tools/gcc-4.3.3-haiku-090629/bin/../lib/gcc/i586-pc-haiku/4.3.3/../../../libssp.a(ssp.o): In function `__stack_chk_fail_local': 
     35(.text+0x190): multiple definition of `__stack_chk_fail_local' 
     36/boot/develop/abi/x86/gcc4/tools/gcc-4.3.3-haiku-090629/bin/../lib/gcc/i586-pc-haiku/4.3.3/../../../libssp_nonshared.a(libssp_nonshared_la-ssp-local.o):(.text+0x0): first defined here 
     37collect2: ld returned 1 exit status 
     38make[1]: *** [libcups.so.2] Error 1 
     39make: *** [all] Error 1 
     40}}} 
     41 
     42There are still a lot of things to do like write a configure check for IPV6 that enables HAVE_IPV6, implement USB with Haiku USBKit, write integration with Haiku print subsystem and probably port pthread code to Haiku native threads. 
     43Also TIOCMGET ioctl seems not supported by Haiku. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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