Opened 11 years ago
Closed 11 years ago
#42981 closed defect (duplicate)
inkscape fails to upgrade
Reported by: | Dmole (Tim) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | dbevans (David B. Evans), ryandesign (Ryan Carsten Schmidt) | |
Port: | inkscape |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
sudo port selfupdate sudo port clean installed sudo port upgrade outdated grep -i error main.log :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :info:configure checking for library containing strerror... none required :info:configure checking compiler support for -Werror=format-security... yes :info:configure checking for POPPLER_NEWERRORAPI... yes :info:configure CPPFLAGS: -Werror=format-security -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_inkscape/inkscape/work/inkscape-0.48.4/src/extension/script :info:build ./2geom/interval.h:241:43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int') :info:build ./2geom/interval.h:241:43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int') :info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int') :info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int') :info:build ./2geom/interval.h:241:43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int') :info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int') :info:build 43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int') :info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int') :info:build 55 warnings and 2 errors generated. :info:build make[2]: *** [arc-context.o] Error 1 :info:build 70 warnings and 2 errors generated. :info:build make[2]: *** [box3d-context.o] Error 1 :info:build 61 warnings and 2 errors generated. :info:build make[2]: *** [box3d.o] Error 1 :info:build 46 warnings and 2 errors generated. :info:build make[2]: *** [box3d-side.o] Error 1 :info:build make[1]: *** [all-recursive] Error 1 :info:build make: *** [all] Error 2 :error:build org.macports.build for port inkscape returned: command execution failed :debug:build Error code: CHILDSTATUS 21694 2
Attachments (1)
Change History (3)
Changed 11 years ago by Dmole (Tim)
Attachment: | main.log.7z added |
---|
comment:1 Changed 11 years ago by Dmole (Tim)
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | devans@… ryandesign@… added |
---|---|
Description: | modified (diff) |
Port: | inkscape added |
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #42866.
Note: See
TracTickets for help on using
tickets.
wow formatting fail. here is a clean version:
sudo port selfupdate && sudo port clean installed && sudo port upgrade outdated;
grep -i error main.log |perl -pe 's/([\*\[])/$1 /g;s/\n/[\[BR\]]\n/g'
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:info:configure checking for library containing strerror... none required
:info:configure checking compiler support for -Werror=format-security... yes
:info:configure checking for POPPLER_NEWERRORAPI... yes
:info:configure CPPFLAGS: -Werror=format-security -DG_DISABLE_SINGLE_INCLUDES -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_inkscape/inkscape/work/inkscape-0.48.4/src/extension/script
:info:build ./2geom/interval.h:241:43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int')
:info:build ./2geom/interval.h:241:43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int')
:info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int')
:info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int')
:info:build ./2geom/interval.h:241:43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int')
:info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int')
:info:build 43: error: invalid operands to binary expression ('Geom::OptInterval' and 'int')
:info:build ./2geom/rect.h:218:49: error: invalid operands to binary expression ('const Geom::OptRect' and 'int')
:info:build 55 warnings and 2 errors generated.
:info:build make[ 2]: * * * [ arc-context.o] Error 1
:info:build 70 warnings and 2 errors generated.
:info:build make[ 2]: * * * [ box3d-context.o] Error 1
:info:build 61 warnings and 2 errors generated.
:info:build make[ 2]: * * * [ box3d.o] Error 1
:info:build 46 warnings and 2 errors generated.
:info:build make[ 2]: * * * [ box3d-side.o] Error 1
:info:build make[ 1]: * * * [ all-recursive] Error 1
:info:build make: * * * [ all] Error 2
:error:build org.macports.build for port inkscape returned: command execution failed
:debug:build Error code: CHILDSTATUS 21694 2