Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 14:16:18 GMT
From:      Walter Hurry <walterhurry@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182094: deskutils/notecase will not compile on 10.0-CURRENT
Message-ID:  <201309141416.r8EEGIh1000891@oldred.freebsd.org>
Resent-Message-ID: <201309141420.r8EEK0Ys004646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182094
>Category:       ports
>Synopsis:       deskutils/notecase will not compile on 10.0-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 14 14:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Walter Hurry
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD freebsd.vm 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255358: Sat Sep  7 22:28:09 BST 2013     root@freebsd.vm:/usr/obj/usr/src/sys/VM10  amd64
>Description:
The messages are these:

./src/gui/GuiLanguage.cpp:321:3: error: use of undeclared identifier 'putenv'
                putenv( g_strconcat("LANG=", szLocaleCode, (char *)NULL) );
                ^
./src/gui/GuiLanguage.cpp:474:25: error: use of undeclared identifier 'getenv';
      did you mean 'g_getenv'?
        const char *szLocale = getenv("LANG"); //setlocale(LC_ALL, NULL);
                               ^~~~~~
                               g_getenv
>How-To-Repeat:
Attempt ot compile deskutils/notecase on 10.0-CURRENT
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309141416.r8EEGIh1000891>