[MacPorts] #32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function)
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ {{{ MacBook-Rudloff:~ pierre$ sudo port install vlc09 +no_ffmpeg ---> Computing dependencies for vlc09 ---> Building vlc09 Error: Target org.macports.build returned: shell command failed (see log for details) Log for vlc09 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_multimedia_VLC09/vlc09/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> MacBook-Rudloff:~ pierre$ }}} -- Ticket URL: <https://trac.macports.org/ticket/32118> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ Comment(by royliu@…): Errr, this is an old, old port, and the bug has already been fixed in the VLC port. Have you tried using that instead? -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ Comment(by rudloff@…): The VLC port won't build on Tiger : {{{ Error: VLC 1.0.6 requires Mac OS X 10.5 or greater, use port 'VLC09' instead Error: Target org.macports.fetch returned: incompatible Mac OS X version }}} -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: We should just need to back-port something like [http://git.videolan.org/?p=vlc.git;a=commitdiff_plain;h=ffa6a2fa83452afe6a6e... this]; testing now. -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ Comment(by rudloff@…): I tried the patch and got this error : {{{ x264.c:951: error: 'x264_param_t' has no member named 'b_bframe_pyramid' }}} So I tried with -x264 and got this error : {{{ /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _av_free_packet _av_init_packet }}} -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ Comment(by ryandesign@…): Replying to [comment:3 ryandesign@…]:
We should just need to back-port something like [http://git.videolan.org/?p=vlc.git;a=commitdiff_plain;h=ffa6a2fa83452afe6a6e... this]; testing now.
r87380 -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ---------------------------------+------------------------------------------ Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: tiger | Port: VLC09 ---------------------------------+------------------------------------------ Comment(by ryandesign@…): Replying to [comment:4 rudloff@…]:
{{{ x264.c:951: error: 'x264_param_t' has no member named 'b_bframe_pyramid' }}} Fixed in r87381 but that still leaves: {{{ :info:build x264.c: In function 'Open': :info:build x264.c:1306: warning: passing argument 1 of 'x264_nal_encode' from incompatible pointer type :info:build x264.c:1306: warning: passing argument 2 of 'x264_nal_encode' from incompatible pointer type :info:build x264.c:1306: warning: passing argument 3 of 'x264_nal_encode' makes pointer from integer without a cast :info:build x264.c:1306: error: too many arguments to function 'x264_nal_encode' :info:build x264.c: In function 'Encode': :info:build x264.c:1358: warning: passing argument 1 of 'x264_nal_encode' from incompatible pointer type :info:build x264.c:1358: warning: passing argument 2 of 'x264_nal_encode' from incompatible pointer type :info:build x264.c:1358: warning: passing argument 3 of 'x264_nal_encode' makes pointer from integer without a cast :info:build x264.c:1358: error: too many arguments to function 'x264_nal_encode' }}} Really, your best bet for getting VLC on Tiger is to download the 0.9.10 binary from the VLC web site. -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32118: VLC09 : png.c:152: error: 'png_infopp_NULL' undeclared (first use in this function) ----------------------------------+----------------------------------------- Reporter: rudloff@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: fixed | Keywords: tiger Port: VLC09 | ----------------------------------+----------------------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: I updated VLC09 to build on Tiger a little while ago, mainly by removing support for things that no longer worked... -- Ticket URL: <https://trac.macports.org/ticket/32118#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts